who can offer me the stock mms.apk - Optimus One, P500, V Themes and Apps

i deleted the mms.apk and mms.odex, and now i want to reinstall the stock one to system/app, i tried many time ,and it failed, who can tell me how to?
many thanks !

Daniel_liu said:
i deleted the mms.apk and mms.odex, and now i want to reinstall the stock one to system/app, i tried many time ,and it failed, who can tell me how to?
many thanks !
Click to expand...
Click to collapse
How this you go about installing it ? Am assuming if you managed to delete it you must have rooted and got adb running or Root Explorer.
If you have root explorer and have placed the files in system/app the only issue I think you have is with the permission.
Mount as RW
Navigate to system/app , long press the mms.apk and select permissions, change the permissions to
Read Write
Read
Read
Now do the same for the other file, once your done check below your file description , the permissions should now be similar to the other files present there.
Mount as RO
Reboot,
hopefully it should work.
Cheers,
Vikram.

Daniel_liu said:
i deleted the mms.apk and mms.odex, and now i want to reinstall the stock one to system/app, i tried many time ,and it failed, who can tell me how to?
many thanks !
Click to expand...
Click to collapse
I think that only .apk will be needed. .odex exist after start of application, so I think that it is only some cashe/data file.
My mms.apk can try download here.

Related

[Q] Reinstalling Timescape

Hi. Been searching everywhere and cant find a way to reinstall timescape.
I have tried system/apps but the apk is not there anymore or anything that is connected to Timescape.
The reason I deleted timescape is because it is one of the reasons that the battery life is so bad on the X10.
Now I cant get to my contacts. I am using acontacts.apk but for some reason the resolution is very bag on my contacts pics.
I have found a timescape.apk but it says it cannot install on my device. Maybe the apk is compatible for certain builds?
Maybe someone can suggest another app for contacts with a better pic resolution.
Thanks in advance
Oh yes : using rooted 026
Here a the Timescape.apk file
Thanks man.
DL now will let you if everything is cool.
nizaamh said:
Thanks man.
DL now will let you if everything is cool.
Click to expand...
Click to collapse
You need to correct the permissions of the apk file once you have copied it over to system\app otherwise it will give you the error you stated in your earlier post.
@ dong2007 - Hi thanks man worked like a bomb.
@ Marylandcookie : I didnt have to change permissions just installed .apk
I thought that there were diff. versions of timescape.apk for diff. firmwares thats y it didnt work with the one I dl
hmm for some reason i cant install it =( how do u change the permission?
goodsmile said:
hmm for some reason i cant install it =( how do u change the permission?
Click to expand...
Click to collapse
it is not for installing but U have to copy it to System/App folder and set permision for it same as other files in that folder. I use Root explorer to copy and set permision
thanks alot!
kanchigo said:
it is not for installing but U have to copy it to System/App folder and set permision for it same as other files in that folder. I use Root explorer to copy and set permision
Click to expand...
Click to collapse
can i set permission with astro file manager?

How to push to system/app

My last thread got closed down as i talked of swype so ill avoid it this time, but can anyone help me push apkwhoshallnotbenamed.apk to system/app using root explorer, but everytime i try it says that the apk has been pasted, but when i go to look for its not there, its just disappeared. Im not sure if this me or root explorer but i've changed all the permissions etc. Any ideas?
adbirdie said:
My last thread got closed down as i talked of swype so ill avoid it this time, but can anyone help me push apkwhoshallnotbenamed.apk to system/app using root explorer, but everytime i try it says that the apk has been pasted, but when i go to look for its not there, its just disappeared. Im not sure if this me or root explorer but i've changed all the permissions etc. Any ideas?
Click to expand...
Click to collapse
Just search the Q&A forum. You'll find loads of threads talk about pushing apk to system/app folder.
In quick, you need to do it from recovery( or from RootExplorer when you s-off'd)

[Q] Accidentally removed DownloadProvider.apk

Hi All,
I have a rooted european TPT and I did something really dumb today: I nuked DownloadProvider.apk, thus killing any download functionality.
I downloaded the OTA update roms and had a look in there but they only have patches for the APK and not the file itself. I have been unable to find a full ROM image to use either, one linked from here was on Megaupload so that's gone.
May I beg someone to send me this APK please or point me to where I can find an image of the original ROM? Many thanks in advance for any help you can provide.
baz8080 said:
Hi All,
I have a rooted european TPT and I did something really dumb today: I nuked DownloadProvider.apk, thus killing any download functionality.
I downloaded the OTA update roms and had a look in there but they only have patches for the APK and not the file itself. I have been unable to find a full ROM image to use either, one linked from here was on Megaupload so that's gone.
May I beg someone to send me this APK please or point me to where I can find an image of the original ROM? Many thanks in advance for any help you can provide.
Click to expand...
Click to collapse
Looks like i'm sending out a lot apks today. Which ROM version do you have?
Hi Koshu,
I have ThinkPadTablet_A310_02_0037_0075_UK. It would be great if you could help.
Thanks,
Baz.
baz8080 said:
Hi Koshu,
I have ThinkPadTablet_A310_02_0037_0075_UK. It would be great if you could help.
Thanks,
Baz.
Click to expand...
Click to collapse
Hmm UK, i don't have that version but i can give you 0075_US. Hopefully it helps:
http://koshu.de/DownloadProvider.zip
You, sir, are an absolute star
I just did an adb push to /system/app and rebooted and all is good! Thank you so much.
Koshu said:
Hmm UK, i don't have that version but i can give you 0075_US. Hopefully it helps:
Hi
I have the same problem. Deleted the downloadprovider and I guess also the downloadprovider.UI.
I'm on 2.3.4 root. Build nr: 4.0.2.A.0.42.
What to do with the other file in the zip apart from the .apk and how to set the permissions when moving the .apk to the system/app folder?
thanks
Click to expand...
Click to collapse
wan2bee said:
Hi
I have the same problem. Deleted the downloadprovider and I guess also the downloadprovider.UI.
I'm on 2.3.4 root. Build nr: 4.0.2.A.0.42.
What to do with the other file in the zip apart from the .apk and how to set the permissions when moving the .apk to the system/app folder?
thanks
Click to expand...
Click to collapse
The other file is the odex just copy it in /system/app like the apk. The files need the permission 644. You can set them i.e. with Terminal Emualtor or with adb:
Code:
su
busybox mount -o rw,remount /system
chmod 644 /system/app/DownloadProvider.*
Unfortunately I did the same mistake like baz8080 .
Can you please help me with DownloadProvider for A310_02_0039_0089_WE?
I still have the apk and restored it to /system/app but the odex is missing and I'm still not able to download anything
Thanks in advance
Anybody?
I found DownloadProvider.apk + odex from 0076_WE
Is there any way to apply the patches from the update (0086_WE and 0089_WE) manually just on these two files?
Edit:
Solved it!
Hello all,
I'm a complete noob in Android and programing, and accidentaly deleted DownloadProvider.apk (using root unninstaller), and trying to remove another app that came installed in my Samsung Galaxy Y Pro Duos...
Can anybody help me with a solution that doesn't need programing and/or advanced knowledge of Android? All works fine, except I cant install any apps, from Google Play or other source...
Helpr neede really really bad...
Thanks to you all
Exe557 said:
Anybody?
I found DownloadProvider.apk + odex from 0076_WE
Is there any way to apply the patches from the update (0086_WE and 0089_WE) manually just on these two files?
Edit:
Solved it!
Click to expand...
Click to collapse
Please help me I have the same problem. I can't download anything since yesterday so please help me
I delete download provider.apk and its odex file.
For MMX nitro a311 4.4.2 version..
Can anyone provide me this file... Plz Plz
Lenovo A5000 DownloadProvider.apk
Hello
I removed DownloadProvider.apk by miatake with kingroot uninstall , and now playstore always pending wont start download , ned help plz to get thia apk again and how to.make it work
Pleasssssssseee
Things to do
baz8080 said:
Hi All,
I have a rooted european TPT and I did something really dumb today: I nuked DownloadProvider.apk, thus killing any download functionality.
I downloaded the OTA update roms and had a look in there but they only have patches for the APK and not the file itself. I have been unable to find a full ROM image to use either, one linked from here was on Megaupload so that's gone.
May I beg someone to send me this APK please or point me to where I can find an image of the original ROM? Many thanks in advance for any help you can provide.
Click to expand...
Click to collapse
Things To Do
You must have root access to your phone
1. copy and paste "Download Provider ui" folder to /system/apps of your root folder.
2. copy and paste "Download Provider" folder to /system/priv-app of your root folder.
3. give permission like other apps in the folder and install both apk inside each folder with your root explorer with root installer package i used "fx file explorer pro".
4. Done restart your mobile.
5. you need to have google play store updated and google play services updated to latest version

[Q] Problem With Package Installer

I am having a problem with the package installer on my Nexus 7. (Wi-Fi, 32 GB) I think I may have done something to it accidentally while browsing through the system files. I did click to install the installer itself out of curiosity, though, but I don't know if that could have any adverse effects on anything. I cannot install any apps, whether they're from the Play Store or an APK through a file explorer. I get error 406 when I try to download anything from the Play Store. (Except when I tried to update ES File Explorer. That worked fine... Every other app that I've tried will not update/ download.) When I try to install an APK, I get a message like, "There is no program to open this file." I had just rooted my Nexus after having it for nearly a year with the Motochopper root exploit, so the bootloader is still locked. I could still install apps, though, until after my first reboot. Could anybody identify the problem? Any help would be greatly appreciated!
you might have removed packageinstaller.apk thats in the system. you can fix it by getting the correct packageinstaller.apk from the interent and move it to the correct /system/app path and apply CORRECT permissions for it
Billchen0014 said:
you might have removed packageinstaller.apk thats in the system. you can fix it by getting the correct packageinstaller.apk from the interent and move it to the correct /system/app path and apply CORRECT permissions for it
Click to expand...
Click to collapse
It's still there. I think installing it with itself out of curiosity is what messed it up. It now shows up in the installed apps menu in Settings.
TheZeldaLova said:
It's still there. I think installing it with itself out of curiosity is what messed it up. It now shows up in the installed apps menu in Settings.
Click to expand...
Click to collapse
Change its permissions to the same as the other apps in the same folder should fix it
Billchen0014 said:
Change its permissions to the same as the other apps in the same folder should fix it
Click to expand...
Click to collapse
It doesn't seem that I am able to change permissions. I'm just going to back everything up and either flash a stock rom or another good rom. Thank you very much for your help anyways.
Same problem..
What do you mean about "changing permissions"? If you mean to change the file properties to -rw-r-r- then that didn't worked for me .. pls help!

I lost my music app

currently im using galaxy s4 i9500 and i try to install 3rd party music app but it fails and i didnt take any backup of my previous music app
So can someone post that apk ??
name :SamsungMusic_20.apk
Thanks !!
You can extract it from any touchwiz rom.
GDReaper said:
You can extract it from any touchwiz rom.
Click to expand...
Click to collapse
I dont want to download any rom !!
btw i have a stock rom but it is in .md5 format
ankrishx18 said:
I dont want to download any rom !!
btw i have a stock rom but it is in .md5 format
Click to expand...
Click to collapse
There are lots of touchwiz zips around the forum. Get one and extract the music player from there.
Or simply download one from the play store.
GDReaper said:
There are lots of touchwiz zips around the forum. Get one and extract the music player from there.
Or simply download one from the play store.
Click to expand...
Click to collapse
but i want the stock one !!
ankrishx18 said:
but i want the stock one !!
Click to expand...
Click to collapse
Then either wait until somebody decided to post you the apk
Or
You can extract it yourself, which may be faster.
Good luck.
GDReaper said:
Then either wait until somebody decided to post you the apk
Or
You can extract it yourself, which may be faster.
Good luck.
Click to expand...
Click to collapse
can u post that apk ??
if ur usng stock rom
ankrishx18 said:
can u post that apk ??
if ur usng stock rom
Click to expand...
Click to collapse
I would have posted it, but I'm not using the stock rom.
GDReaper said:
I would have posted it, but I'm not using the stock rom.
Click to expand...
Click to collapse
Its ok Btw thnks fr help
@ankrishx18 if you have that tar.md5 rom stored on your phone or memory card temporarily delete the last part of the file extension so it's just romsname.tar instead of romsname.tar.md5
from there you'll be able to open it with zarchiver https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver
and then extract/copy the apk from /system/apps/
you'll need to be rooted though in order to paste it into your own /system/apps/ folder and change it's permissions to 644 aka rw_ r__ r__ and then reboot.
if you have it on your PC you could try renaming it romsname.zip but I don't know if that will work (never tried it). don't forget to put it back to what it should be after
@3mel I just found this inside in system.img which was present in "rom.tar.md5"
when i try to open system.img with pc it gives me an error "The disc image file is corrupted"
and no system apps is visible inside this img
my bad I forgot that it's not like a zip would be inside.
there are 2 tools you need to open roms on PC and that's something I don't do so I can't remember the name of them. I'll see if I can hunt down the apk for you instead, but as I don't know what the original file size it should be this could be dodgy...
are you rooted ? and what version are you on ? I'll see about downloading a small custom touchwiz rom and extracting it from there for you if nobody else jumps in to help.
having trouble using the attachments here...
uploading this one stupid file took me 3 times longer than downloading the 1.1gb rom
https://www.dropbox.com/s/5rzfbgt3vuv9iia/SMusic.zip?dl=0 here is a zip file to the SMusic.apk file taken from a i9500 lollipop 5.1.1 rom that can be found here http://forum.xda-developers.com/galaxy-s4/i9500-develop/rom-98-5-1-1-based-ale95-v2-t3304828
you need root to put this back into /system/priv-app/
permission will probably be 644 aka rw_ r__ r__ you'll need a root capable file browser to paste it and change the permissions. if pasting doesn't work you might need to mount system first which you can do with the terminal emulator app.
Code:
su
mount -o rw,remount /system
if needed this will let you paste into the system folder. just press enter after each line then use the file browser
reboot afterwards and test. if that doesn't work the mod you tried may have changed some library files.
3mel said:
my bad I forgot that it's not like a zip would be inside.
there are 2 tools you need to open roms on PC and that's something I don't do so I can't remember the name of them. I'll see if I can hunt down the apk for you instead, but as I don't know what the original file size it should be this could be dodgy...
are you rooted ? and what version are you on ? I'll see about downloading a small custom touchwiz rom and extracting it from there for you if nobody else jumps in to help.
having trouble using the attachments here...
uploading this one stupid file took me 3 times longer than downloading the 1.1gb rom
https://www.dropbox.com/s/5rzfbgt3vuv9iia/SMusic.zip?dl=0 here is a zip file to the SMusic.apk file taken from a i9500 lollipop 5.1.1 rom that can be found here http://forum.xda-developers.com/galaxy-s4/i9500-develop/rom-98-5-1-1-based-ale95-v2-t3304828
you need root to put this back into /system/priv-app/
permission will probably be 644 aka rw_ r__ r__ you'll need a root capable file browser to paste it and change the permissions. if pasting doesn't work you might need to mount system first which you can do with the terminal emulator app.
Code:
su
mount -o rw,remount /system
if needed this will let you paste into the system folder. just press enter after each line then use the file browser
reboot afterwards and test. if that doesn't work the mod you tried may have changed some library files.
Click to expand...
Click to collapse
Thanks Bro for ur Help (Y)

Categories

Resources