Stock .apk's backup - Epic 4G Android Development

Has anyone backed up the stock applications? I accidentally deleted audiotuning.apk and want to put it back, even though I haven't determined what it's for. If anyone has backed these up to their desktop, I would greatly appreciate it if someone could send it to me so I don't have to reinstall.
Coming from a lifetime use of Blackberry, it seems we can't fix our mistakes as easily on Android

dmasjz45 said:
Has anyone backed up the stock applications? I accidentally deleted audiotuning.apk and want to put it back, even though I haven't determined what it's for. If anyone has backed these up to their desktop, I would greatly appreciate it if someone could send it to me so I don't have to reinstall.
Coming from a lifetime use of Blackberry, it seems we can't fix our mistakes as easily on Android
Click to expand...
Click to collapse
Attached.
I use the Sdx Stock App to backup and delete system apps. If you're rooted it's invaluable.

apogee82 said:
Attached.
I use the Sdx Stock App to backup and delete system apps. If you're rooted it's invaluable.
Click to expand...
Click to collapse
Thank you!!!!
It seems I can't copy this over to system\apps. Looks like the .odex was deleted also. Could you please attach this for me too? Hoping that will do it. I'm rooted so I don't know why it's not showing up (using root explorer)
Or do I have to do this using adb ?
I am going to zip all these up and post them on here for other morons like me after

dmasjz45 said:
Looks like the .odex was deleted also. Could you please attach this for me too?
Click to expand...
Click to collapse
Rename it to .odex it's not really a zip file. I had to name it that to get around the forum limitations.
I'm pretty sure you have to do it using ADB and mount the system/app directory as writable. If you install the Sdx tool you can backup a few apps, then navigate to the sdx directory on the sdcard that gets created and manually add the audioTuining files in there and then restore them using the Sdx app.
That's a long way around ADB but it should work.

Thanks again!!!
Jeeze what a hell of a job it is to push a few files to /system folder
Anyway, got them over there...Unavailable to actually install it (no idea why) but at least it's sitting back in there
That takes care of my OCD until I notice what it affected

where can i find that sdx tool? are there any other free apps out there that I can back up my phone with?

I'd be most grateful if someone could attach VoiceSearch.apk, and VoiceSearch.odex.
Accidentally deleted.

infamousjax said:
I'd be most grateful if someone could attach VoiceSearch.apk, and VoiceSearch.odex.
Accidentally deleted.
Click to expand...
Click to collapse
do you mean voicedialer.apk and .odex? I don't see VoiceSearch
Edit:
the .odex file is in the rar

DevilDogVIKING said:
where can i find that sdx tool? are there any other free apps out there that I can back up my phone with?
Click to expand...
Click to collapse
Attached to second post.

apogee82 said:
Attached to second post.
Click to expand...
Click to collapse
I can't believe I missed that, thanks

can someone upload the Sprint_App_Updater.apk?

You can get them all here
http://forum.xda-developers.com/showthread.php?t=773142

Related

Accidentally Deleted Launcher

I accidentally Deleted my Launcher using Titanium Backup. Now as you can image my phone is very limited. Can someone please upload a launcher.apk that i can install?
roberto188 said:
I accidentally Deleted my Launcher using Titanium Backup. Now as you can image my phone is very limited. Can someone please upload a launcher.apk that i can install?
Click to expand...
Click to collapse
pull it out of the rom that you flashed) and push it to your phone (/system/app)
Ok
Ok I have the rom...how do I extract the data from the rom?
open the zip file and extract it maybe?
open the rom zip, find the launcher2.apk and extract it somewhere (sdk tools folder usually best)
if in windows, hit shift+right click in a blank area of that explorer window/directory the apk now resides
in console window type:
adb remount
adb push Launcher2.apk /system/apps/
Just reflash your ROM, much easier for someone who may not know what they are doing.
daveid said:
Just reflash your ROM, much easier for someone who may not know what they are doing.
Click to expand...
Click to collapse
+1 agree
daveid said:
Just reflash your ROM, much easier for someone who may not know what they are doing.
Click to expand...
Click to collapse
On the flip side, he's got to learn somewhere and this would be a pretty easy task in the grand scheme of things.

[Q] Is there a way to "install" system apk's?

Let's say, for example, I uninstalled some apps in Titanium Backup. System apps such as MMS.apk or Contacts.apk, etc. How would I go about installing these apps back to my phone? I know that Titanium Backup does not restore them if you uninstall them. So is there another way? Because trying to install the normal way does not work.
Yes, use Root Explorer (or similar file manager app) to put them back in /system/app.
Alternatively, you can always use ADB to push the files back.
Sent from my SCH-I510 using XDA App
kelmar13 said:
Yes, use Root Explorer (or similar file manager app) to put them back in /system/app.
Alternatively, you can always use ADB to push the files back.
Sent from my SCH-I510 using XDA App
Click to expand...
Click to collapse
I tried this method and neither worked. I've literally tried everything. It's not that I can't flash any ROM I want to get it back its just that I'm trying to change up some of the theming of the stock apk's.
Syn Ack said:
I tried this method and neither worked. I've literally tried everything. It's not that I can't flash any ROM I want to get it back its just that I'm trying to change up some of the theming of the stock apk's.
Click to expand...
Click to collapse
That's how you install them. Is /system mounted as RW when you're trying?
So is it safe to assume you deleted the backups in TiBu, then?
tcollum said:
So is it safe to assume you deleted the backups in TiBu, then?
Click to expand...
Click to collapse
Right before I uninstalled MMS.apk, I backed it up with TiBu. When I tried restoring, it would just sit there "restoring" for several minutes and would never do anything. It never restored.
As funny as this thread is. Dude. go to your rom .zip and extract the files from the /system/app directory and reinstall them.
dragonstalker said:
As funny as this thread is. Dude. go to your rom .zip and extract the files from the /system/app directory and reinstall them.
Click to expand...
Click to collapse
That's has been discussed already, no luck. Thanks though.
Syn Ack said:
That's has been discussed already, no luck. Thanks though.
Click to expand...
Click to collapse
then extract the entire /system directory.
adb push /\system /system
dragonstalker said:
then extract the entire /system directory.
adb push /\system /system
Click to expand...
Click to collapse
So you say I should pull /system then put in the MMS.apk and then push /system back with the MMS.apk in it?
Syn Ack said:
So you say I should pull /system then put in the MMS.apk and then push /system back with the MMS.apk in it?
Click to expand...
Click to collapse
no. i'm saying take the /system from the .zip of whatever rom you have downloaded and push it to your phone.
It will overwrite whatever you screwed up. From what you are saying, you have done more then just delete some apk's. If all you did was delete them, then you should be able to put them back. The fact that you cannot tells me you have been doin more then what you are letting be known.
Alternate suggestion.
REFLASH YOUR PHONE.
kelmar13 said:
Yes, use Root Explorer (or similar file manager app) to put them back in /system/app.
Alternatively, you can always use ADB to push the files back.
Sent from my SCH-I510 using XDA App
Click to expand...
Click to collapse
If you do the root explorer and it didnt work, you might have to go into the app's settings and give yourself permission to edit these directories......
dragonstalker said:
no. i'm saying take the /system from the .zip of whatever rom you have downloaded and push it to your phone.
It will overwrite whatever you screwed up. From what you are saying, you have done more then just delete some apk's. If all you did was delete them, then you should be able to put them back. The fact that you cannot tells me you have been doin more then what you are letting be known.
Alternate suggestion.
REFLASH YOUR PHONE.
Click to expand...
Click to collapse
Yes I know of these ways, I was trying to figure out a way to do it for a single app as opposed to flashing the whole system back on. It's not that I have a problem and can't get these back. Thanks for your input.
Did you reboot after you put the apk(s) in /system/app so that they'd be re-populated in the list?
imnuts said:
Did you reboot after you put the apk(s) in /system/app so that they'd be re-populated in the list?
Click to expand...
Click to collapse
Yeah. I've literally tried everything. Maybe my flash of the new leak, 2.3.4, was no good. Thanks for the help though. I'll reflash the full package and start fresh with someone elses EP1F, maybe the one I downloaded was a fail.
Just making sure... but you have removed the apps completely and are just trying to add the old backups back in, right?
Do you have the apps somewhere other than Titanium Backup?
kelmar13 said:
Just making sure... but you have removed the apps completely and are just trying to add the old backups back in, right?
Do you have the apps somewhere other than Titanium Backup?
Click to expand...
Click to collapse
When I removed the apps, I uninstalled them completely, they were nonexistent in /system/app
Please keep the Thread Clean and on Topic or the Thread will get Deleted
I just tried doing this AGAIN with a legit stock Browser.apk. It did the same exact thing. Won't install after reboot. This seems to be a problem with the EP1F leak.
Syn Ack said:
I just tried doing this AGAIN with a legit stock Browser.apk. It did the same exact thing. Won't install after reboot. This seems to be a problem with the EP1F leak.
Click to expand...
Click to collapse
if you have adb run a logfile while you are doin the install so i can see the error.

[Q] Is it ok to delete apk files after installation? Please read further.

Hi. I just found out that apk files are kept in the device after installation of the app.
I just recently downloaded a file explorer app and I found out that the apk files of the free games which I downloaded and installed from android market are kept in this folder:
/mnt/asec (I'm using Samsung Galaxy Ace)
There are individual folders for each game, and in each folder are a lib folder and the apk file. For example:
Fruit Ninja folder (which is found in mnt/asec folder) contains a lib folder and an apk file.
Fruit Slice folder (which is also found in mnt/asec folder) contains a lib folder and an apk file.
My question is, is it ok to delete these apk files? Will the games still work?
Also, can I send these apk files to someone else via bluetooth so they may download the apps without having to visit android market?
yeah you can delete the apk file after installing any app for it to still function, I do it all the time. Yes you can send the apk file to your friend so they can install it. If you're still cautious, try doing a trial run with one apk file...send it to your friend first, then delete, see if it works.
The .apk files are like setup files for windows. Once installed, you don't need the apk, especially if you are backing up with Titanium or similar backup program.
follow up question
Hi. Thanks guys.
Is everything from the android market ".apk"? Is it possible that some have a different extension? I downloaded a dictionary app, I can't be sure but I think it's a .zip file.
Thank you.
pakattack
I tried to delete the apk file. It cannot be deleted.
However, I copied it to my sd card, uninstalled the app, re-installed it using the one already in my sdcard, and it installed just fine.
I still want to be able to delete the apk file that is in the system though (/mnt/asec).
Any ideas or do I just have to deal with it?
sending .apk signed with another device
PakAttack1994 said:
yeah you can delete the apk file after installing any app for it to still function, I do it all the time. Yes you can send the apk file to your friend so they can install it. If you're still cautious, try doing a trial run with one apk file...send it to your friend first, then delete, see if it works.
Click to expand...
Click to collapse
I agree with deleting it won't be a problem but sending to a friend?
sometimes I think there would be a message stating that its not sign
correctly.. correct me if I'm wrong Thank You
WillShaka, like I said, I tried to delete it. I can't. Not allowed.
I don't know why. I'm using ES File explorer
not sure if this works but have you tried unmounting the sd and delete?
WillShaka said:
I agree with deleting it won't be a problem but sending to a friend?
sometimes I think there would be a message stating that its not sign
correctly.. correct me if I'm wrong Thank You
Click to expand...
Click to collapse
Also, and I don't mean to veer out of topic (this question is often ignored in Q&A forum), if I use Odin to upgrade my stock firmware instead of using Kies, will it erase all my data? I have a feeling it will...
WillShaka said:
not sure if this works but have you tried unmounting the sd and delete?
Click to expand...
Click to collapse
Just tried it. Doesn't work, but thanks for suggesting. =)
Yes, you can delete the APK after installation. But the APKs in /system/app/ need to stay where they are to function appropriately
MarlonKaye said:
Also, and I don't mean to veer out of topic (this question is often ignored in Q&A forum), if I use Odin to upgrade my stock firmware instead of using Kies, will it erase all my data? I have a feeling it will...
Click to expand...
Click to collapse
MarlonKaye said:
Just tried it. Doesn't work, but thanks for suggesting. =)
Click to expand...
Click to collapse
yes odin your phone would wipe out all the user and data status.
your welcome sorry I couldn't help
All-In-One Toolbox App
MarlonKaye said:
WillShaka, like I said, I tried to delete it. I can't. Not allowed.
I don't know why. I'm using ES File explorer
Click to expand...
Click to collapse
I use the All-In-One Toolbox app to automatically find and delete all .apk files. It also has an automatic backup and restore function for apps.
So my daragon city and messenger are in the apk files I don't know if its backed by another zip folder my tablet is the amazon fire so if I deleted the apk files that is downloaded for an android would my appe still work the same

[Q] Help? Accidently deleted People APK?

Hey guys,
I think I accidentally deleted the people system APK?! I can no longer save contacts. Wondering what the best way to fix this issue would be without flashing back to stock rom. I am currently rooted and running stock 4.4.2 KK, but I have made a lot of MODS and am running the Galaxy Gear Manager for my watch which is a huge process to get running that I don't want to have to repeat.
Any help is mucho appreciated!!!
If you can find the apk somewhere install that. Otherwise flash the system.img from the factory image.
jd1639 said:
If you can find the apk somewhere install that. Otherwise flash the system.img from the factory image.
Click to expand...
Click to collapse
Will flashing the system.img reset everything?
jason.T said:
Will flashing the system.img reset everything?
Click to expand...
Click to collapse
No, it'll reinstall all the system files. If you modified any of them you'll lose that but I doubt you modified any. This will only work if your bootloader is unlocked. If it isn't then you'll lose everything unlocking it.
jd1639 said:
No, it'll reinstall all the system files. If you modified any of them you'll lose that but I doubt you modified any. This will only work if your bootloader is unlocked. If it isn't then you'll lose everything unlocking it.
Click to expand...
Click to collapse
Awesome, my bootloader is unlocked, thanks!
jason.T said:
Awesome, my bootloader is unlocked, thanks!
Click to expand...
Click to collapse
Have super su on your internal sd card so you can flash it in your recovery. You'll lose root.
jason.T said:
Hey guys,
I think I accidentally deleted the people system APK?! I can no longer save contacts. Wondering what the best way to fix this issue would be without flashing back to stock rom. I am currently rooted and running stock 4.4.2 KK, but I have made a lot of MODS and am running the Galaxy Gear Manager for my watch which is a huge process to get running that I don't want to have to repeat.
Any help is mucho appreciated!!!
Click to expand...
Click to collapse
Do you still need help with this? It's not that difficult to just pull the app and move it into the right system folder. Once you do that, change permissions to match the other apps, and reboot, you should be back to normal. I'll post the apk if you need it.
es0tericcha0s said:
Do you still need help with this? It's not that difficult to just pull the app and move it into the right system folder. Once you do that, change permissions to match the other apps, and reboot, you should be back to normal. I'll post the apk if you need it.
Click to expand...
Click to collapse
The APK would be amazing! I haven't been able to find it, I got the System.img that I was going to flash after work, but the APK would be a lot easier! Thanks!!
Hi,
It's Contact.apk you would need?
jason.T said:
The APK would be amazing! I haven't been able to find it, I got the System.img that I was going to flash after work, but the APK would be a lot easier! Thanks!!
Click to expand...
Click to collapse
No problem. I'll have it uploaded in a bit. It's just the People / Contacts apk, right? And you're odexed or deodexed?
jason.T said:
The APK would be amazing! I haven't been able to find it, I got the System.img that I was going to flash after work, but the APK would be a lot easier! Thanks!!
Click to expand...
Click to collapse
You can pretty much just download any ROM available, extract the Contacts.apk file (I think its in system/priv-app/) and put it on your device.
es0tericcha0s said:
No problem. I'll have it uploaded in a bit. It's just the People / Contacts apk, right? And you're odexed or deodexed?
Click to expand...
Click to collapse
Yes, the People/contacts apk, and I am still stock, just rooted and have an unlocked bootloader, so odexed, I believe.
jsgraphicart said:
You can pretty much just download any ROM available, extract the Contacts.apk file (I think its in system/priv-app/) and put it on your device.
Click to expand...
Click to collapse
I tried that with one of the apk's I found, but I couldn't get it to work. I may have gotten a corrupt file though.
Here's a flashable zip in attachment (wipe Dalvik cache just in case) for Contacts.apk (with the .odex file)...
You still have ContactsProvider.apk?
jsgraphicart said:
You can pretty much just download any ROM available, extract the Contacts.apk file (I think its in system/priv-app/) and put it on your device.
Click to expand...
Click to collapse
He might not be in a situation where he can download a large file like a complete rom. He did mention being at work. Anyway, these should work:
https://dl.dropboxusercontent.com/u/9903887/Apps/Contacts.apk
https://dl.dropboxusercontent.com/u/9903887/Apps/Contacts.odex
If you are deodexed, let me know, and don't use just the apk ^ there or it will force close constantly.
Just use a file manager that has root access (ES File Manager is a good, free choice, if you don't have another) and move the app and odex file to:
/system/priv-app
Make sure to change the permissions. The 3 Read options should be checked and the first Write option. If you aren't sure, just read the permissions of another app in that folder and match it. Then just reboot and should be back to normal.
viking37 said:
Here's a flashable zip in attachment (wipe Dalvik cache just in case) for Contacts.apk...
You still have ContactsProvider.apk?
Click to expand...
Click to collapse
Awesome!, thanks. The only thing I see in my app/system directory that pertains to contacts is the "GoogleContactsSyncAdapter.apk" I will be attempting to get this fixed when I get home in a couple hours.
jason.T said:
I tried that with one of the apk's I found, but I couldn't get it to work. I may have gotten a corrupt file though.
Click to expand...
Click to collapse
You need to change the permissions. If you didnt do that, then it wont work. es0tericcha0s explained it in his last post
jason.T said:
Awesome!, thanks. The only thing I see in my app/system directory that pertains to contacts is the "GoogleContactsSyncAdapter.apk" I will be attempting to get this fixed when I get home in a couple hours.
Click to expand...
Click to collapse
Re,
Contacts.apk and ContactsProvider.apk are in /system/priv-app...
You are odexed, right?
es0tericcha0s said:
He might not be in a situation where he can download a large file like a complete rom. He did mention being at work. Anyway, these should work:
https://dl.dropboxusercontent.com/u/9903887/Apps/Contacts.apk
https://dl.dropboxusercontent.com/u/9903887/Apps/Contacts.odex
If you are deodexed, let me know, and don't use just the apk ^ there or it will force close constantly.
Just use a file manager that has root access (ES File Manager is a good, free choice, if you don't have another) and move the app and odex file to:
/system/priv-app
Make sure to change the permissions. The 3 Read options should be checked and the first Write option. If you aren't sure, just read the permissions of another app in that folder and match it. Then just reboot and should be back to normal.
Click to expand...
Click to collapse
Dropped those 2 files into the correct /system/priv-app, changed permissions, still nothing? What am I missing?
jason.T said:
Dropped those 2 files into the correct /system/priv-app, changed permissions, still nothing? What am I missing?
Click to expand...
Click to collapse
Dumb question, but did you reboot?

Need a few more apks, this time is a pretty bad emergency.

Hey guys,
I'm asking for a couple more apks, for some reason, in between trying to update to 5.0 and all kinds of fixes to get root, and then coming back to 4.1, something got borked and my phone app doesn't work.
I was hoping someone could extract the dialer.apk and incallui.apk for me.
If you're rooted, on 4.1, and you're not sure how to extract apks, it's super easy.
Literally install an app called apk extractor, and just choose those two from the list, and it will do the job.
Alternatively, if you have a root file browser, you can navigate to system/priv-app and find the folders that contain both the dialer, and incallui, and just copy both folders to the SD card or some other memory.
If someone could share those with me, I'd be super grateful. Thanks.
SolarisSixth said:
Hey guys,
I'm asking for a couple more apks, for some reason, in between trying to update to 5.0 and all kinds of fixes to get root, and then coming back to 4.1, something got borked and my phone app doesn't work.
I was hoping someone could extract the dialer.apk and incallui.apk for me.
If you're rooted, on 4.1, and you're not sure how to extract apks, it's super easy.
Literally install an app called apk extractor, and just choose those two from the list, and it will do the job.
Alternatively, if you have a root file browser, you can navigate to system/priv-app and find the folders that contain both the dialer, and incallui, and just copy both folders to the SD card or some other memory.
If someone could share those with me, I'd be super grateful. Thanks.
Click to expand...
Click to collapse
Check it out if these what you need..
Both in priv app
faizalotai said:
Check it out if these what you need..
Both in priv app
Click to expand...
Click to collapse
You are my personal Lord and Saviour! Thank you very much!
I absolutely needed incallui.apk, I still had Teleservice, but thanks anyway. The other apk was the dialer, but that's alright, I'm using a replacement. Everything is working. Thank you very much!
The NEXT time I have to completely wipe and restore my phone, I'm gonna take some time to backup all of the stock apps, just in case. I've been trying to extract them from a system.img, but it seems to be next to impossible.
SolarisSixth said:
You are my personal Lord and Saviour! Thank you very much!
I absolutely needed incallui.apk, I still had Teleservice, but thanks anyway. The other apk was the dialer, but that's alright, I'm using a replacement. Everything is working. Thank you very much!
The NEXT time I have to completely wipe and restore my phone, I'm gonna take some time to backup all of the stock apps, just in case. I've been trying to extract them from a system.img, but it seems to be next to impossible.
Click to expand...
Click to collapse
No problem, so youre still missing the dialer?
faizalotai said:
No problem, so youre still missing the dialer?
Click to expand...
Click to collapse
Yes, but it's alright. I'm using the google phone app instead. The problem is that it doesn't replace the incallui, so basically I had a phone app, but no way to make or receive calls.
It's all working now, not an issue. Thank you very much.
When I have a chance I'll spend a whole day and make some backups so this won't happen again.
SolarisSixth said:
Yes, but it's alright. I'm using the google phone app instead. The problem is that it doesn't replace the incallui, so basically I had a phone app, but no way to make or receive calls.
It's all working now, not an issue. Thank you very much.
When I have a chance I'll spend a whole day and make some backups so this won't happen again.
Click to expand...
Click to collapse
Ah, ok..but if you're still need it..i will upload to you, just wanna make sure which file it is.
faizalotai said:
Ah, ok..but if you're still need it..i will upload to you, just wanna make sure which file it is.
Click to expand...
Click to collapse
It's not one of those. It might not be under dialer, it might just be under phone.
If you're interested, I can send you the file I replaced it with. It's the stock dialer for Google.
SolarisSixth said:
It's not one of those. It might not be under dialer, it might just be under phone.
If you're interested, I can send you the file I replaced it with. It's the stock dialer for Google.
Click to expand...
Click to collapse
Sure, maybe i can find the real apk for dialer...
faizalotai said:
Sure, maybe i can find the real apk for dialer...
Click to expand...
Click to collapse
BTW, here is the google dialer.
Same idea, just copy it to priv-app and edit permissions
You can pick it from apps/default apps.
Give it a try.

Categories

Resources