I realize I'm showing my sdk tools ignorance here but...
What the hell does this mean???
Quote:
Originally Posted by OMJ
any apk removed from \System must be pushed back to system
adb push <local> <remote> - copy file/dir to device
|
This part I understand...
Quote:
Originally Posted by OMJ
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
|
Is the first one something that can be done on the phone with an adb terminal? hmmmm