Jump to content

Help on signing framework-res


Guest partner2

Recommended Posts

Guest partner2

I'm trying to modificate CorvusVegaRom to take the statusbar to the bottom, but everytime I modify the framework-res file I get a bootloop and in logcat a lot of errors about signatures.

I tried to sign with the Android platform key, and it didn't worked.

What am I missing?

Link to comment
Share on other sites

Guest kiddyzxz
I'm trying to modificate CorvusVegaRom to take the statusbar to the bottom, but everytime I modify the framework-res file I get a bootloop and in logcat a lot of errors about signatures.

I tried to sign with the Android platform key, and it didn't worked.

What am I missing?

Use adb shell.Push the framework-res.apk into /system/framework

code:

su

mount -o rw,remount /dev/block/mtdblock4 /system

busybox cp -R /sdcard/framework-res.apk /system/framework

reboot

Hope it will help.

Edited by kiddyzxz
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.