View Single Post
  #5877 (permalink)  
Old 01-31-2011, 02:43 PM
Vancer's Avatar
Vancer
Halfway to VIP Status
Offline
Location: Ft. Worth, TX
 
Join Date: Mar 2008
Posts: 609
Reputation: 610
Vancer knows their stuffVancer knows their stuffVancer knows their stuffVancer knows their stuffVancer knows their stuffVancer knows their stuff
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by OMJ View Post
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 - 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
Any idea why copying these removed apks to the /system/app folder with a file mgr that mounts the system as r/w doesn't seem to work? ... They will copy over but won't install nor show up as installed after a re-boot? ? Tried it with Sprint Nav to no avail. hmmmm


Sent from my PC36100 using Tapatalk
__________________
If I've helped you please hit the Thanks button
Reply With Quote
This post has been thanked 1 times.