Help with ADB push to /system/app/

pistol_pete

Member
Joined
Mar 7, 2010
Messages
375
Reaction score
0
Trying to push a themed Vending.apk to /system/app/ with negative results. Ends up removing the existing market, but not installing the new one. If I go into root explorer, it's in /system/app/ but nothing in the app drawer. Titanium backup shows it as uninstalled and allows me to restore it, which works, but brings me back to the unthemed version. Wondering what in the world is going on.
 
Maybe it's the same issue as the OG Droid. Uninstall the updates, freeze the market updater in tibu, then try the push?

Edit: I say that because the market is 2.3.4, same as the og that had problems, but downgrades to 2.1.2 or something.
 
Yeah, I tried that first. Then I tried doing it without uninstalling updates, still no go. Tried adb pushing and update.zip.
 
Also tried running - install /sdcard/Vending.apk /system/app/ from su in adb shell.
 
Back
Top