After some quick pointers here. I'm testing out a quick change to an image in SystemUI.apk. I got the file, dropped it in the modding folder, unzipped, edited a png, saved, optimized, zipped and zipaligned. All that worked well.
I then tried the adb push option (as I assume SystemUI.apk is a system file?) and it failed. Here is the screen output:
Code:
Please make your decision:8
Where do you want adb to push to and as what name
Example of input : /system/app/launcher.apk
Type input: /system/app/SystemUI.apk
Waiting for device
remount failed: Operation not permitted
Pushing apk
"An Error Occured, Please Check The Log (option 21)"
Press any key to continue . . .
but in the log, I see this:
Code:
--------------------------------------------------------------------------
|05/01/2012 -- 9:40:00.96|
--------------------------------------------------------------------------
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode)
cannot stat 'place-apk-here-for-modding\unsignedSystemUI.apk': No such file or directory
So it's looking for a file called "unsignedSystemUI.apk". That doesn't exist, the file is still called the same as the original.
I zipped a second time, and now it created the above file, but when I now do adb push it's looking for "signedSystemUI.apk" instead?!