Quote:
Originally Posted by Fat Tony
Can anyone help me install Footprints back into my phone?
I downloaded Footprints APK from a friend and also found it in the deleted apps folder of my phone. None of them will install. I click on it, it asks for permission, I give permission and then it says it can't install.
Yes, I have the box checked for the unknown sources thing.
Any advice? I got a brother in law I need to um... PRAY WITH. Yeah, that's the ticket, pray with.
|
I just realized Footprints is not actually in the ROM but in sdcard\removed apps....oh well
anyways, according to Aamikam, any apk removed from \System must be pushed back to system
adb push <local> <remote> - copy file/dir to device
what I would do is, copy the footprints apks to my c drive, then in my case run this command
cd c:\sdk\tools
adb push footprints.apk /system/app