[Q] Why this edited and signed ap doesn't want to install? - IDEs, Libraries, & Programming Tools

I have changed several png files (icons) in this app, deleted META-INF folder and signed using ZipSigner.
When I try to install this apk I get "Application doesn't install" (Android 2.2.2).
I try to copy apk to data/app folder, but I get "App isn't installed".
I try also one_click_signer.
Original apk worked well.
Why I can't install this app (attached).

Related

Apk Manager Error

When I'm trying to decompile certain APKs, such as the stock messaging/email/phone from the xperia play, i get an error saying framework not installed. I have extracted the framework-res.apk from the Play, and have placed it in the same folder as the Script. What am I doing wrong? When it says drag it into this screen, I get an error saying "This is not the dependee apk"

Modding app pictures but get parse error or not installed

Hey I am trying to mod some apps and there icons and backgrounds.
I remove res folder with 7zip and mod the pics and overwrite the res folder is the .apk.
Then if they are .9 files I used the program to make them .9 again but the lastest ones are not .9
Then I put the .apk into apk multi-tool modding folder
hit 25 (select the APK)
hit 1 to unzip
hit 3 to zip
hit 4 to sign
I now have 2 files the original (I guess) the singed and unsigned
I have transfered all 3 over to the SD card and I tried to install all 3
the signed and unsigned gets parse error
the original says installing then right at the last it says not installed?
I have tried on GO launcher and tunein radio. I have also tried signing them with the system app with no luck!
Any ideas?

[Q] Problem with recompiling an apk

May be this not a right place to ask, but I have this problem with recompiling an apk with apkmanager.
I'm trying to mod settings.apk and had done few modding in strings.xml. Since I have edited an xml I delete the resources.arsc file from the keep folder and also sign it after recombiling. But when I install the apk in my phone it never opens and force closes.
I've tried again by not deleting that file but that time no modifications where shown, And the next time, I didn't sign it and tried again to install the unsigned apk. But that too fails.
Anyone know why this happn?
Before modifying the APKManager, make sure the framework-res.apk and twframework.apk been set, and don't forget to delete the file resource.arsc and the file you have modified, then enter at apkmanager windows, don't forget to rename Unsigned to system file that you modified

help me how to install

my rom is stock odex i used universal deodexer and deodexed my.system/app and system/framework folders in my pc . now my question.how can i install that app and framework folders to my phone ??(i tried replace with root explorer but it does not .(how can i make thats to a flashable zip?
but
my problem is not that . i can make a flashable zip . its working fine but after i flashed old .odex files doesnt delete. how can i add it to meta inf for when flashing delete app and replace new app and same for framework
You just need to put in a simple delete line into the update script
for example
Code:
delete("/system/app/Vending.apk");
will delete the Vending.apk from the folder system/app
remember if you are manually pushing files with a root browser you need root permissions and you need to set the correct file permissions - for most apps in the app folder it will be rw-r-r
thnx
thanx i learned if i want to delete folde i will use delete_recursive
help
look .
delete(system app systemui.odex
this is working succesfully but after i flashed my zip system ui is lost . it doesnt show . i looked system app its deodexed permissions is rw--r-r its true but doesnt show . what's can i do ?
denizarca said:
look .
delete(system app systemui.odex
this is working succesfully but after i flashed my zip system ui is lost . it doesnt show . i looked system app its deodexed permissions is rw--r-r its true but doesnt show . what's can i do ?
Click to expand...
Click to collapse
most likely if the status bar just doesn't show but does not display a force closed message its because the SystemUI.apk is not correctly signed
as long as the file name is correct and it is correctly compiled with no errors the only thing left is the signing
You can sign an apk easily with zipsigner (playstore)
just copy the apk to any folder on your sd card
start zip signer
select your apk as the input
select the name you want to call it for the output (make it different from the input - you can change the name later)
select platform key as the key you wish to sign (this is for system apps for user apps use a test key)
sign the apk
once done the apk will be outputted as a zip file
change the name of this zip to the name of your apk and don't forget to change the .zip extension back to .apk
put in a flashable and flash in cwm with system mounted
you can check any errors with the SystemUI.apk by doing a logcat via adb as the phone is starting up
By searching the logcat for SystemUI you will be able to see any errors in it and why its not starting - eg Signature mismatch skipping loading

[Q] How to install cereberus.apk as a system file?

Hi
I have a question because I don't know how to install cereberus.apk as a system file.
I have single .apk file but in system\app I have some folders with apk files inside.
Do I need to make folder for my apk file or only copy this and change permissions (644)?
And which is the best place for this apk:
*system\app
or
*data\app?
Thanks a lot
If you are rooted you can use titanium backup to change it from a normal app to a system app.
^This
Alternatively you can drop the apk into system/priv-app, fix its permissions and then reboot.

Categories

Resources