[Q] How to edit framework.apk? - Samsung Galaxy Fit GT 5670

i have tried editing the framework.apk using the apkmanager
then i put it into the rom and flash it in my phone but my phone gets stuck in a bootloop...why does this happen??

psyche.11 said:
i have tried editing the framework.apk using the apkmanager
then i put it into the rom and flash it in my phone but my phone gets stuck in a bootloop...why does this happen??
Click to expand...
Click to collapse
how did u flashed it by clockworkmod or directly via root explorer

You say you edited it, what did you edit? maybe you edited the wrong thing, even if you edit some images wrong it can cause problems.

just a few pngs...havent touched .9.pngs at all
but when i include it in the rom then flash the whole rom including the framework, doesnt work but if i only flash the framework.apk thru CWM it works...i was just wondering why

psyche.11 said:
i have tried editing the framework.apk using the apkmanager
then i put it into the rom and flash it in my phone but my phone gets stuck in a bootloop...why does this happen??
Click to expand...
Click to collapse
which pngs did u edit and did u keep them to the same dimensions as they wer before with the same name... and did u get any errors while recompilin....

Related

[Request] Transparent Pulldown Notification Bar

Ive been trying to change my pulldown menu to transparent without any luck! ive tried replacing the status_bar_background.png with one i made via Ninjamorph, and no luck.....i tried unzipping the "systemui.apk" and putting the png file in the drawable-hdpi folder and then zipping the systemui and renaming it to apk, and then replacing the current systemui.apk with the one i did using "RootExplorer", rebooted the phone, fixed permissions,rebooted again and still no change.....im using Eaglesblood 2.3.5 Rom! Please help!
Simer03 said:
Ive been trying to change my pulldown menu to transparent without any luck! ive tried replacing the status_bar_background.png with one i made via Ninjamorph, and no luck.....i tried unzipping the "systemui.apk" and putting the png file in the drawable-hdpi folder and then zipping the systemui and renaming it to apk, and then replacing the current systemui.apk with the one i did using "RootExplorer", rebooted the phone, fixed permissions,rebooted again and still no change.....im using Eaglesblood 2.3.5 Rom! Please help!
Click to expand...
Click to collapse
Use the UOT Kicthen. Much easier method of getting that notification bar modded as u lease.
zimphishmonger said:
Use the UOT Kicthen. Much easier method of getting that notification bar modded as u lease.
Click to expand...
Click to collapse
im a hardcore noob....what is UOT kitchen? oh, and i have a mac!
Edit: Tried the UOT kitchen, did the notification bar the way i wanted, and for some reason, i cant submit it to the kitchen because the button "submit to kitchen" is not able to be pressed! ugh!
Edit: never mind, got it to work....now uploading!
created the zip, tried to flash it, and it said installation aborted........why is this so damn hard (for me)????
Simer03 said:
created the zip, tried to flash it, and it said installation aborted........why is this so damn hard (for me)????
Click to expand...
Click to collapse
try copying the update-binary from a working zip to your "kitchen" file. Install should work
zimphishmonger said:
try copying the update-binary from a working zip to your "kitchen" file. Install should work
Click to expand...
Click to collapse
it didnt work....still aborted.... curse my noobness! :/
If you're on the latest version 1.08 of Eaglesblood for 2.3.5, then just push this SystemUI.apk into /system/app , fix the permissions, and reboot, and it should do the trick.
The reason you were having trouble before is because the stock image is a .9.png...I won't go into the details of that, but a little extra work is needed to make those files work.
This file I've included should work for ya.
mmapcpro said:
If you're on the latest version 1.08 of Eaglesblood for 2.3.5, then just push this SystemUI.apk into /system/app , fix the permissions, and reboot, and it should do the trick.
The reason you were having trouble before is because the stock image is a .9.png...I won't go into the details of that, but a little extra work is needed to make those files work.
This file I've included should work for ya.
Click to expand...
Click to collapse
Still didn't work man....sorry I'm having so much trouble, maybe I'm just unable to do it! Thanks for trying guys and taking the time to try and help :/
Sent from my LG-P999 using XDA Premium App
Ok, so you're on the latest version (1.08) of Eaglesblood for 2.3.5, correct? If you are not 100% sure, you can check in "About Phone" and check on the build.
Using the SystemUI.apk that I uploaded, what is your procedure for getting it into your phone?
Because that file has a transparent status_bar_background.9.png with correct patch handles drawn...not sure why it won't work. I will admit, that I don't have a 2.3.5 nandroid backed up to test. Anyone else?
I think I found the problem. Your rom's SystemUI/res/layout/status_bar_tracking.xml points to shade_bg.png for the background. I made that image transparent for you, and recompiled the apk. I really hope this works for you. I have to admit, I"m feeling rather dumb right now.
Yes I'm on 1.08 and my exact procedure was I downloaded the file on my phone, I went to root explorer to the xda download folder where it was located, I copied it to system/app and overwrote tthe current systemui.apk that was there, at that time, a constant endless force closes occurred so I had to pull my battery and rebooted that way, as it rebooted, the notification bar was gone, I then went to the systemui and changed permissions to where the first column is all checked and the first of the 2nd ccolumn is checked, I then pulled the battery again (cuz of the apn issue without the hard reset) and when it came back, nothing changed, so I fixed permissions via rom manager, to no avail......its frustrating!
Sent from my LG-P999 using XDA Premium App
mmapcpro said:
I think I found the problem. Your rom's SystemUI/res/layout/status_bar_tracking.xml points to shade_bg.png for the background. I made that image transparent for you, and recompiled the apk. I really hope this works for you. I have to admit, I"m feeling rather dumb right now.
Click to expand...
Click to collapse
holy crap it worked.....a million times THANKS!!! You effin rock dude! thanks for taking the time to help me! So to my understanding, u just edited the shade_bg file???? that was it??
Yeh, essentially, all I would have needed to do was edit that shade_bg.png file. But I didn't know to look there until I was forced to try to save face after giving you bad advice, lol. Now I know that some roms will point to status_bar_background.png, some will point to shade_bg, and some even simply define a hex color code...just have to decompile the SystemUI.apk, and look in res/layout/status_bar_tracking.xml to see where it's looking....and then edit that file.
mmapcpro said:
Yeh, essentially, all I would have needed to do was edit that shade_bg.png file. But I didn't know to look there until I was forced to try to save face after giving you bad advice, lol. Now I know that some roms will point to status_bar_background.png, some will point to shade_bg, and some even simply define a hex color code...just have to decompile the SystemUI.apk, and look in res/layout/status_bar_tracking.xml to see where it's looking....and then edit that file.
Click to expand...
Click to collapse
so now that i know it works, i was wondering if i wanted to create one, do i make it 200 x 200 like the current shade_bg file is? i kinda want to make one with a black background with semi transparency! I tried editing the shade_bg file u made, with a program called Gimp, but it didnt work
Can you give me your exact method to doing this? I created an image from gimp, i saved it as shade_bg.png, so basically , i extracted the systemui.apk from root explorer, it put the extracted in my sd card, so i plugged in my phone in my mac, and i took that folder from my sd card, now from here, the extracted file is a zip file, so i double clicked it b/c macs can unzip files easily, so in the folder, i placed my shade_bg file into the appropriate folder.....now this is where i think i mess up, what do u do from here? I "compressed" the systemui folder to make it back into a zip, and then placed it into my sd card, i then "renamed" the file thru my phone from a .zip to a .apk, now in root explorer there is usually an icon that shows up next to the name of the files, now when i changed it, a green android icon showed up, but on the file that you had edited for me, there was a "settings" icon, u know, the standard icon for the settings app in android! i put the apk in the system/app and it didnt work, even after permissions set up! hmmm.....i promise, this will probably be my last post!
please keep in mind, i have a mac, and i do have that 7zip u mentioned in the development thread, but its called EZ7Z.....just in case i need it
If you are doing it the way you described, then you need to find a way to zip with no compression. 7 zip does that with the "store" setting...not sure about the mac version.
You don't wanna know where this was sent from.
mmapcpro said:
If you are doing it the way you described, then you need to find a way to zip with no compression. 7 zip does that with the "store" setting...not sure about the mac version.
You don't wanna know where this was sent from.
Click to expand...
Click to collapse
man, for some reason i just cant get the "settings icon" to appear after renaming the .zip to .apk from root explorer.......im pretty sure thats way too easy, i must be doing it wrong?
my apk file is not right...i tried signing it with an app from the market, tried searching for a fix, and nothing.....ur my only hope man! lol! :/
Simer03 said:
man, for some reason i just cant get the "settings icon" to appear after renaming the .zip to .apk from root explorer.......im pretty sure thats way too easy, i must be doing it wrong?
my apk file is not right...i tried signing it with an app from the market, tried searching for a fix, and nothing.....ur my only hope man! lol! :/
Click to expand...
Click to collapse
anyone know how to convert a .zip to .apk correctly?

resize .9.png error?

if we resize the .9.png and replace with the original one.... will we have any bootloops or noboot or any other problem.. ?
_viren_ said:
if we resize the .9.png and replace with the original one.... will we have any bootloops or noboot or any other problem.. ?
Click to expand...
Click to collapse
I've done it many times using 7zip, then flashed the apk and never got bootlooped
umangleekha said:
I've done it many times using 7zip, then flashed the apk and never got bootlooped
Click to expand...
Click to collapse
Well as far as I have tested, you need to decompile if you want to edit .9.png files, only 7zip didn't help.
i had also read that just extracting these .9 pngs cause error in the images patches n all... so its better to decompile... but i know that decompile gives a lots of folders.. ...so the point is that cant we just edit by just extracting the pngs...?... will the image get corrupted or mal functioned or not work properly if we just extract.. ?
_viren_ said:
i had also read that just extracting these .9 pngs cause error in the images patches n all... so its better to decompile... but i know that decompile gives a lots of folders.. ...so the point is that cant we just edit by just extracting the pngs...?... will the image get corrupted or mal functioned or not work properly if we just extract.. ?
Click to expand...
Click to collapse
Yes I once just replaced some . 9.png's using 7zip but then I had some nice bootloops
Sent from my LG-P500 using xda
haha.. nice bootloops.. ..
anyways..so.. and can you also say whether if i resize hdpi .9 pngs and put them in my apk.. will that make any errors.. ?
AFAIK you'll have errors, but I am not master at it just tried a bit of theming but soon abandoned
Anyways here is a very good tutorial, try it:
http://www.androidnova.org/category/tutorials/themes-development/
myawan said:
AFAIK you'll have errors, but I am not master at it just tried a bit of theming but soon abandoned
Anyways here is a very good tutorial, try it:
http://www.androidnova.org/category/tutorials/themes-development/
Click to expand...
Click to collapse
thats an awesome tut yaa.... thnx..

[REQUEST] .zip to remove CRT animation from jaggyrom

hello , is there any way to remove the crt animation when the screen is locked ?
anirudhbs1996 said:
hello , is there any way to remove the crt animation when the screen is locked ?
Click to expand...
Click to collapse
Yeah I made a zip for that.. will post it later.
Sent from my HTC Sensation XL with Beats Audio X315b using xda app-developers app
If you want to do it yourself, all you have to do is pull framework-res.apk off your phone (from /system/framework; you can copy it with a root file explorer and then copy it off the SD card onto your computer), decompile with apktool, then open /res/values/bools.xml and look for this line:
Code:
<bool name="config_animateScreenLights">false</bool>
Change the "false" to "true", recompile the apk with apktool and replace it back on your device. (It may be safer to take the "resources.arsc" from the new APK, and copy it into the original APK using something like 7zip, rather than putting the new APK straight onto the device, but in theory either should work fine).
Otherwise, just wait for hsn97's upload.
ill try to do it on my own , if i fail ill wait for hsn97's upload .
anirudhbs1996 said:
ill try to do it on my own , if i fail ill wait doe hsn97's upload .
Click to expand...
Click to collapse
There u go
just simply flash it, ive made both zips for getting it and for removing it in case if u want it back
hsn97 said:
There u go
just simply flash it, ive made both zips for getting it and for removing it in case if u want it back
Click to expand...
Click to collapse
thanks , i did fail doing it , somehow i could only remove crt effect only when i lock the phone .
hsn97 said:
There u go
just simply flash it, ive made both zips for getting it and for removing it in case if u want it back
Click to expand...
Click to collapse
can u make crt animation for sense 4
anirudhbs1996 said:
thanks , i did fail doing it , somehow i could only remove crt effect only when i lock the phone .
Click to expand...
Click to collapse
So its working fine for u ?
Hpsgill said:
can u make crt animation for sense 4
Click to expand...
Click to collapse
Sorry bro no idea of sense 4 but still using it
yeah , it works fine
Hpsgill said:
can u make crt animation for sense 4
Click to expand...
Click to collapse
If you do the reverse of my post above (i.e. change "true" to "false"), that should enable the CRT animation I believe.
SifJar said:
If you do the reverse of my post above (i.e. change "true" to "false"), that should enable the CRT animation I believe.
Click to expand...
Click to collapse
Cmon just for removing the animation no ones gonna decompile an APK and many are also unknown of apktool and all these stuff ..
sent from xda premium using my fingers
hsn97 said:
Cmon just for removing the animation no ones gonna decompile an APK and many are also unknown of apktool and all these stuff ..
sent from xda premium using my fingers
Click to expand...
Click to collapse
May as well learn. And it takes only a few seconds to decompile it; I'd say the entire process of pulling the APK, decompiling, editing, recompiling, pushing APK back and waiting for phone to reboot could probably be done in under 5 minutes. Compared to potentially waiting days/weeks for someone else to upload a flashable ZIP to do it, I'd say that's fair enough
i dont know what i did the first time , it worked only once , then i tried to decompile the apk file ,when i made the changes and tried to recompile it again , it didnt work , for many apk files ... does anyone know the solution ?
anirudhbs1996 said:
i dont know what i did the first time , it worked only once , then i tried to decompile the apk file ,when i made the changes and tried to recompile it again , it didnt work , for many apk files ... does anyone know the solution ?
Click to expand...
Click to collapse
Are you just modifying framework-res.apk, or are you trying to do app APKs (I'm not sure because of the "for many apk files")? If you're trying to do apps, they need to be resigned after modding, or else they won't install. If it's framework-res.apk, I don't know what's wrong. More detail would be helpful; what exactly did you do, at what point does it fail, is there some error message etc.
SifJar said:
Are you just modifying framework-res.apk, or are you trying to do app APKs (I'm not sure because of the "for many apk files")? If you're trying to do apps, they need to be resigned after modding, or else they won't install. If it's framework-res.apk, I don't know what's wrong. More detail would be helpful; what exactly did you do, at what point does it fail, is there some error message etc.
Click to expand...
Click to collapse
C:\apktool>apktool b systemui.apk
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.PathN
otExist: apktool.yml
at brut.androlib.Androlib.readMetaFile(Androlib.java:142)
at brut.androlib.Androlib.build(Androlib.java:159)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.directory.PathNotExist: apktool.yml
at brut.directory.AbstractDirectory.getFileInput(AbstractDirectory.java:
103)
at brut.androlib.Androlib.readMetaFile(Androlib.java:138)
... 4 more
C:\apktool>
i get the above message
Sounds like apktool.yml is missing. Maybe you deleted it by accident or something. Try decompiling the APK again into a different folder, and then copy apktool.yml from the newly decompiled one into your existing modified one, and retry rebuilding it.
EDIT: Wait, scratch that. Your command is wrong. It should be "apktool b systemui SystemUI.apk" where "systemui" is the name of the folder the APK was unpacked to.
Question??
I dont know how.. I did 2 clean installs of CM 9.1 and CM10... But the Old TV anim remained for both.. and it sortof got mixed with the existing ROM anims.. Can I flash the " TO REMOVE CRT ANIM " directly to remove that OLD TV anim remaining from JaggyROM 3.x.x ??
Will I lose my current ROM DATA and System ?? Sorry Im a NOOB . Thanks
akshat.shenoy said:
I dont know how.. I did 2 clean installs of CM 9.1 and CM10... But the Old TV anim remained for both.. and it sortof got mixed with the existing ROM anims.. Can I flash the " TO REMOVE CRT ANIM " directly to remove that OLD TV anim remaining from JaggyROM 3.x.x ??
Will I lose my current ROM DATA and System ?? Sorry Im a NOOB . Thanks
Click to expand...
Click to collapse
Lol , bro when u flash a new ROM nothing remains from the old ROM .. so dont do the mistake of flashing this removing CRT animation zip on CM9/10. In CM9 theres an option to switch off Crt Animation. Just go to Display and unmark it but in CM10 it isnt. I hope it will help u
sent from xda premium using my fingers
For CM10, you have to use the method SifJar explained.
SifJar said:
If you want to do it yourself, all you have to do is pull framework-res.apk off your phone (from /system/framework; you can copy it with a root file explorer and then copy it off the SD card onto your computer), decompile with apktool, then open /res/values/bools.xml and look for this line:
Code:
<bool name="config_animateScreenLights">false</bool>
Change the "false" to "true", recompile the apk with apktool and replace it back on your device. (It may be safer to take the "resources.arsc" from the new APK, and copy it into the original APK using something like 7zip, rather than putting the new APK straight onto the device, but in theory either should work fine).
Otherwise, just wait for hsn97's upload.
Click to expand...
Click to collapse
I just was searching for a way to remove CRT from a 4.2 ROM and this thread came up. Just as an FYI for anyone else that has this come up in a search, right now the apktool doesn't work on the 4.2 framework. I'm sure this will work once the tool gets updated.

[DISCONTINUED]Installation Error

Hey guys,I am a starter in Galaxy Fit development(sry to be noobish).I used a stock 2.3.6 dxkt7 rom and built a custom rom without any changes to the apks or anyother things even the bootanimation but when i try to install the rom i get status 0 error.I read what a status 0 error is but not able to rectify it can someone pls help.Thanks in advance
hmm..
yeshwanthvshenoy said:
Hey guys,I am a starter in Galaxy Fit development(sry to be noobish).I used a stock 2.3.6 dxkt7 rom and built a custom rom without any changes to the apks or anyother things even the bootanimation but when i try to install the rom i get status 0 error.I read what a status 0 error is but not able to rectify it can someone pls help.Thanks in advance
Click to expand...
Click to collapse
hmm.. have you changed something in the Uppdate-Binary?
Use this recovery. Still facing problem then copy meta-inf folder from any custom rom for fit
FurFur_ said:
hmm.. have you changed something in the Uppdate-Binary?
Click to expand...
Click to collapse
no didnt make any changes to anything just extracted system.rfs and boot.img using kitchen made the system and boot.img files and added superuser and bulit the rom thatz all the edits i did
MajinSaiyan4 said:
Use this recovery. Still facing problem then copy meta-inf folder from any custom rom for fit
Click to expand...
Click to collapse
yes this ver of cwm only am using too :cyclops: yes and i tried meta inf of others but that aso not working(used razordroid,jana rom,hyperdroid,creed's rom-meta inf files)....others meta infs wont work bcoz the stock works on ext4 i think :crying:
can anyone give the updater-script of a stock rom that has root function only pls
do this zip aliign evertyhing add busybox via kitche(deodex if you want to)
then copy all the files from working folder to folder x
pick up meta inf and boot.img from any custom rom and copy it to folder x zip it via winzip or any other soft and flash the zip ....
speed_bot said:
do this zip aliign evertyhing add busybox via kitche(deodex if you want to)
then copy all the files from working folder to folder x
pick up meta inf and boot.img from any custom rom and copy it to folder x zip it via winzip or any other soft and flash the zip ....
Click to expand...
Click to collapse
Thank u mate it works now.The update-binary file was corrupted that is why it didnt install.Thanks a ton
FurFur_ said:
hmm.. have you changed something in the Uppdate-Binary?
Click to expand...
Click to collapse
The android kitchen auto generated a update-binary that did not match my mobile that was why i encoutered this issue thanks a lot mate
thats because kitchen converst update script into edify and other crap

CRT lock animation HTC EVO 3d Virgin mobile.

i am currently using a unlocked s-off rooted 4ext recovery set up device, i found i enjoy using this rom called midnight rom, it is wonderfula dn suits my needs perfect, but....atfe rhours and hours of searching i am unable to find a guide on how to do this myself, and that is why i am posting here. i would like to flash a CRT lock animation, and perhaps unlock animation (but not needed ofcourse). Ive searched high and low, but it seems i cant find any way of doing this myself without having to use a rom like CM10 that has it built in etc etc, the objective here guys is to flahs this onto my phone myself, without needing to change my rom, either by installable zip someone may have laying aorund, or a quick description of how i could add this into my current rom and reflash it maybe. than ks for all the help in advance. talk to you soon
giggz9269 said:
i am currently using a unlocked s-off rooted 4ext recovery set up device, i found i enjoy using this rom called midnight rom, it is wonderfula dn suits my needs perfect, but....atfe rhours and hours of searching i am unable to find a guide on how to do this myself, and that is why i am posting here. i would like to flash a CRT lock animation, and perhaps unlock animation (but not needed ofcourse). Ive searched high and low, but it seems i cant find any way of doing this myself without having to use a rom like CM10 that has it built in etc etc, the objective here guys is to flahs this onto my phone myself, without needing to change my rom, either by installable zip someone may have laying aorund, or a quick description of how i could add this into my current rom and reflash it maybe. than ks for all the help in advance. talk to you soon
Click to expand...
Click to collapse
this will provide "off" animation..
decompile framework-res.apk
go to res/values and find bools.xml
Change this
<bool name="config_animateScreenLights">true</bool>
to this
<bool name="config_animateScreenLights">false</bool>
how to decompile framework-res.apk
http://forum.xda-developers.com/showpost.php?p=36388165&postcount=2
if you want unlock animation too...read here
http://rootzwiki.com/topic/2553-dev-enabling-crt-on-off-animation-in-roms-how-to/
hit thanks if this helped you!
js2892 said:
this will provide "off" animation..
decompile framework-res.apk
go to res/values and find bools.xml
Change this
<bool name="config_animateScreenLights">true</bool>
to this
<bool name="config_animateScreenLights">false</bool>
how to decompile framework-res.apk
http://forum.xda-developers.com/showpost.php?p=36388165&postcount=2
if you want unlock animation too...read here
http://rootzwiki.com/topic/2553-dev-enabling-crt-on-off-animation-in-roms-how-to/
hit thanks if this helped you!
Click to expand...
Click to collapse
im xcurrently haveing trouble decompiling this apk, im folowing th eguide you linked, but im unable to find the system or twframework.apk files, so im gonna guess its not a deodexed version....hmmmm i wish this was as simple as install zip from sd card hahaha
giggz9269 said:
im xcurrently haveing trouble decompiling this apk, im folowing th eguide you linked, but im unable to find the system or twframework.apk files, so im gonna guess its not a deodexed version....hmmmm i wish this was as simple as install zip from sd card hahaha
Click to expand...
Click to collapse
Systemui.apk - system / app
Framework - res.apk. and twframework-res.apk - system / framework
Use root explorer..
Sent from my GT-S5830i using xda app-developers app
js2892 said:
this will provide "off" animation..
decompile framework-res.apk
go to res/values and find bools.xml
Change this
<bool name="config_animateScreenLights">true</bool>
to this
<bool name="config_animateScreenLights">false</bool>
how to decompile framework-res.apk
http://forum.xda-developers.com/showpost.php?p=36388165&postcount=2
if you want unlock animation too...read here
http://rootzwiki.com/topic/2553-dev-enabling-crt-on-off-animation-in-roms-how-to/
hit thanks if this helped you!
Click to expand...
Click to collapse
i found the asystem ui.apk but the twframework.apk is non existant
giggz9269 said:
i found the asystem ui.apk but the twframework.apk is non existant
Click to expand...
Click to collapse
twframework-res.apk is only for samsung phones with touchwiz... that's why it's not there...
use systemui.apk and framework-res.apk :good:
js2892 said:
twframework-res.apk is only for samsung phones with touchwiz... that's why it's not there...
use systemui.apk and framework-res.apk :good:
Click to expand...
Click to collapse
THANKYOUI SO MUCH, ok so i have the value you specified changed, now, is there anyway i can flash it into my phone so i dont have to painstakingly reinstall the rom and set all ym stuff back up?
also, after i have decompiled and the value changed, what is the next step to recompile? to chose option 15 and compile and sign and install apk?
giggz9269 said:
THANKYOUI SO MUCH, ok so i have the value you specified changed, now, is there anyway i can flash it into my phone so i dont have to painstakingly reinstall the rom and set all ym stuff back up?
also, after i have decompiled and the value changed, what is the next step to recompile? to chose option 15 and compile and sign and install apk?
Click to expand...
Click to collapse
ok..good you have decompiled and edited...!! No need to sign...
this is what you do..
use option 11..compile system apk..
go through the guide again, it specifically gives info about editing framework-res.apk
now since u have edited an .xml file, therefore you will have to delete resources.arsc
now again i'm saying see the guide, it tells u step by step along with pictures
after compiling apk, there are two options!
1. rename the compile apk as framework-res.apk and push it to system/framework and replace the old one!!
Note: If you do this you will face lot of force close errors, and screen might go black too...but this is normal..all you have to do is reboot and you'll be good again!:good:
OR
2. Create a flashable zip for cwm
How to-> http://forum.xda-developers.com/showthread.php?t=1721680
P.P.S- If you have committed any mistake in editing or compiling or even there is an software error in APK Multi tool which produced a bad .apk your phone will go into bootloop, hence make a backup with cwm!!
andddd im now bootlooping, i am on the third recompile, and pushing from recovery to /system/framework/framework-res.apk and i deleted the resources.asrc ill try recomiling a few more times just to make sure its not apk mutitool messing up
giggz9269 said:
andddd im now bootlooping, i am on the third recompile, and pushing from recovery to /system/framework/framework-res.apk and i deleted the resources.asrc ill try recomiling a few more times just to make sure its not apk mutitool messing up
Click to expand...
Click to collapse
ok..so i assume u are following the guide correctly and since u have tried three time hence i believe there is no mistake on editing part..following are scenarios:
1. APK Multi Tool is not compiling apk properly, in such case use other apk tools and then check ur results.
2. the problem might be with your phone/OS, i cannot predict what might be the problem, it's best to ask this thing in ur device's section!
I assume you are on deodexed ROM, if u want to check how then-
decompile your systemui.apk and go to folder project and there will be a folder "systemui". Open it and check if there is a folder named "smali" in it! If yes then ur rom is deodexed and if not ur ROM is odexed. I cannot guarantee the working of above method on odexed ROMs.!
Workaround
1. Get CM
2. There's an app called Screen Off and Lock. It gives CRT animation but not by power button press. It creates a shortcut on homescreen, by pressing which u lock ur phone with CRT animation:good:. But again it does not provide aniamtion on screen unlock!

Categories

Resources