how do i decompile and compile XWLPG ICS 4.0.3 APK's
what is your guy's setup, i really never can get it working smoothly,
why is that, help :crying:
PLEASE
Use apk manger... U need jdk jre, and android sdk installed to use it... Simple and easy...
Cheers
Sent from my GT-I9100 using Tapatalk 2
This one repacked by Wanam works great for me !
Just set the compression level to 0 and increase the heap size and you'll have the same configuration as me
Envoyé depuis mon GT-I9100
thanks you but i have tried them, theres no decompileing this systemui.apk
android_isda_**** said:
thanks you but i have tried them, theres no decompileing this systemui.apk
Click to expand...
Click to collapse
What are you trying to do? To extract the apk just rename it to zip, or open on 7zip to edit. I don't know much about apks, sorry.
I've tried them all and Wanam's apk manager works great. For some reason I can't compile the framework-res but system UI is fine.
Sent from my GT-I9100 using Tapatalk 2
android_isda_**** said:
thanks you but i have tried them, theres no decompileing this systemui.apk
Click to expand...
Click to collapse
need System.UI apk -> UNMODIFIED
no -> Jkay , theme , mod ...
android_isda_**** said:
thanks you but i have tried them, theres no decompileing this systemui.apk
Click to expand...
Click to collapse
Are you joking man I tried decompiling system ui... So many times... From JKay's mod as well as original one... All done ok no issues at all... Wht are your steps to decompile it ???
Sent from my GT-I9100 using Tapatalk 2
i tried every guide but no dice, but it turns out, after i update my jdk, jde, sdk, java,
ita all started workin fine, thanks everyone
android_isda_**** said:
i tried every guide but no dice, but it turns out, after i update my jdk, jde, sdk, java,
ita all started workin fine, thanks everyone
Click to expand...
Click to collapse
As I said...
Sent from my GT-I9100 using Tapatalk 2
no i had them, but it didnt work, i just updated them, =)
Related
This is how u enable overscroll glow.
1st-download the attachment and unzip it
2nd-use root explorer copy it to system/framework
3rd-Fix the permissions appropriately to rw-r--r-- (644)
Done
Just flash a UOT cooked theme with enabled overscroll glow to see the effect
Initial booting takes time
TESTed on coderom v2x-2B. Should work on all KPH based firmwares
For people who want to learn how to mod the framework.jar, visit seilent's thread here. Don't forget to thank him
It works with any FW?
FMAranda said:
It works with any FW?
Click to expand...
Click to collapse
im not that sure... but i tried it on the rom im using
can u upload the framework.jar of your FW?
I just tested with the Brazilian FW and it doesn't work. Here's the file that you've asked.
I think it should work on all KPH based firmware.
Tested on NexusAce and working.
Reboot took longer due to rebuilding Dalvik, when I switched out framework.jar.
Thanks a lot!
Yeah, awesome! Thank's very much. I tried to do it myself by trying to flash the modded framework.jar of the Galaxy S, but it didn't work... (actually, no big wonder, since it's another phone). How did you do this? I'd like to learn something, since I'm not a dev....
Could be useful to mod other jar files....
FMAranda said:
I just tested with the Brazilian FW and it doesn't work. Here's the file that you've asked.
Click to expand...
Click to collapse
make sure u are deodexed
strangely ur FW doesnt have classes.dex. try copying the classes.dex (inside framework.jar) in attachment into ur framework.jar.
I did what you said and still not working, I think that's because it's not deodexed.
Works for me, using coderom
It worked perfectly on FirstUA-ROM. I loved it, thanks man
Jc_master said:
It worked perfectly on FirstUA-ROM. I loved it, thanks man
Click to expand...
Click to collapse
Did you flash any other theme after replacing the .jar file?
adiles said:
Did you flash any other theme after replacing the .jar file?
Click to expand...
Click to collapse
If you haven't flash
Sent from my GT-S5830 using XDA App
adiles said:
Did you flash any other theme after replacing the .jar file?
Click to expand...
Click to collapse
yes my own UOT cooked theme, Why?
3rd-Fix the permissions appropriately to rw-r--r-- (644)
How to do this??
urnamu said:
3rd-Fix the permissions appropriately to rw-r--r-- (644)
How to do this??
Click to expand...
Click to collapse
Sent from my GT-S5830 using XDA App
I'm on FirstUA and it worked for me too. The glow color is orange and now i need to find a nice new theme since i don't really like orange
After installing this framework.jar I started to experience SoD with Wifi turned on, but not connected.
It's the first time on KPH and started only after enabling overscroll glow.
Jun Hong said:
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
Thanks! Thanks! Thanks!
Or just Click it?
Hatshipuh said:
After installing this framework.jar I started to experience SoD with Wifi turned on, but not connected.
It's the first time on KPH and started only after enabling overscroll glow.
Click to expand...
Click to collapse
Strange... I have the exact same problem. I usually didn't have that on KPH as well...
Sent from my Samsung Galaxy Ace on CodeROM v2
I swapped the framework.jar with the version of fla.sh for KPH, let's see if I still get SoD overnight.
Edit: No SoD with the framework.jar from fla.sh.
Tap-a-talked from my Galaxy Ace
Original thread here: (thank to capez
http://forum.xda-developers.com/showthread.php?t=1342117
Click to expand...
Click to collapse
I think this tut is for advance users. But others can try
1. Get your "framework-res.apk" in /system/framework
2. Use apktool to decomplie that file. (I recommend apktool becoz I often use it )
- Command to decomplie: apktool d framework-res.apk framework-res
3. Download source file here:
http://www.mediafire.com/?4u6y6udecy60dei
Click to expand...
Click to collapse
4. In extracted folder which u get from "framework-res.apk", find "anim" folder in \res
5. Extract source file in step 3, u will get 2 folder:
- anims
- other_files
6. Copy files from both folders in step 5 into "anim" folder in step 4
7. Open "integers.xml" in /res/value and find this line:
<integer name="config_shortAnimTime">150</integer>
Click to expand...
Click to collapse
then add the following lines after it:
<integer name="config_activityShortDur">150</integer>
<integer name="config_activityDefaultDur">220</integer>
Click to expand...
Click to collapse
8. Complie your "framework-res.apk" with command: apktool b framework-res new.apk
9. You will get a file "new.apk" but dont use it. Open extracted folder which u get in step 2, u will find a folder "build" and a file is "resource.arsc" inside
10. Now you need to use 7zip. Right click on that resource file, choose 7zip > add to archive and select original framework-res.apk with type is zip.
11. Open "new.apk" in step 8 and original "framework-res.apk" with 7zip. Drag and drop "anim" and xml folders in "new.apk" to "framework-res.apk"
12. It's finished. U can use the file "framework-res.apk" now and see the transition.
Have fun! If u have question, just ask and I will answer
Example of ICS transition:
http://www.youtube.com/watch?v=vf1U_30Ngfk
Click to expand...
Click to collapse
Actually i have the easier way to apply the animation but it will only work on CyanogenMod... I call this easy patcher by Achep.... For Samsung Stock ROM (Rooted!), please give me ur framework-res.apk as i can work something for the intergers.xml...
Link: http://forum.xda-developers.com/showpost.php?p=19285951&postcount=41
Use it on the PC!
1. Put ur framework-res.apk to res/framework
2. When ur ready, press Patcher.exe
3. Then press Enter
4. Once done patching, put the patchers (flashable zip) to ur phone and flash it!
Remember this is only for the CyanogenMod 7 or other stock AOSP, for Stock ROMs, please pm me the framework-res.apk...
Sent from my Nexus One using Tapatalk
I'm writing tut for stock samsung roms
devilsking said:
I'm writing tut for stock samsung roms
Click to expand...
Click to collapse
Good, i have whole stack patchers for other phones
-LG Optimus One
-Nexus One
-Desire
-Galaxy S2
-Nexus S
And many many more! Works on MIUI, Cyanogen and Stock HTC Roms... Havent tested on Samsung Stocks...
Sent from my Nexus One using Tapatalk
"java" is not recognised . :/
Edit: Fixed my problem
EmoBoiix3 said:
"java" is not recognised . :/
Click to expand...
Click to collapse
Have u install Java??
Sent from my Nexus One using Tapatalk
DaxElectro said:
Have u install Java??
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
he solved )
It's done, working perfectly
Ohh *like* devilsking work ^^ ...
Well can any one help me do for general user like meh?? ....
M NT advanced ^^
Sent from Wherever I was last using XDA :]
Aadigoku13 said:
Ohh *like* devilsking work ^^ ...
Well can any one help me do for general user like meh?? ....
M NT advanced ^^
Sent from Wherever I was last using XDA :]
Click to expand...
Click to collapse
Yes, framework???
Sent from my Nexus One using Tapatalk
could someone do this mod with my framework.apk? I tried few times and always bootloops, FCs or nothing changed.
here's my framework:
http://www.megaupload.com/?d=9DD6XC30
I didnt manage to install the apktool
Can someone help telling me how to install it and get it working?
DaxElectro said:
Actually i have the easier way to apply the animation but it will only work on CyanogenMod... I call this easy patcher by Achep.... For Samsung Stock ROM (Rooted!), please give me ur framework-res.apk as i can work something for the intergers.xml...
Click to expand...
Click to collapse
Worked fine for me by using your tool, thanks.
Got a bootloop when I install the patcher from recovery :/, already tried two times
alcachofita said:
Got a bootloop when I install the patcher from recovery :/, already tried two times
Click to expand...
Click to collapse
Hi alcachofita,
You have just PM me about the framework-res.apk bootloop, maybe you havent tried my patcher yet but nevermind, here you go and others who are running CM7-KANG-cooper like his, u can use this patch...
Dax
Im stucked in the step of signning the apk
DaxElectro said:
Hi alcachofita,
You have just PM me about the framework-res.apk bootloop, maybe you havent tried my patcher yet but nevermind, here you go and others who are running CM7-KANG-cooper like his, u can use this patch...
Dax
Click to expand...
Click to collapse
Thank you sir! (Pressed thanks button too)
The patch is working.
not working for me :/
@ alchaforta, killmyself
Last try, one of them already claim its working...
Sent from my Nexus One using Tapatalk
DaxElectro said:
Actually i have the easier way to apply the animation but it will only work on CyanogenMod... I call this easy patcher by Achep.... For Samsung Stock ROM (Rooted!), please give me ur framework-res.apk as i can work something for the intergers.xml...
Link: http://forum.xda-developers.com/showpost.php?p=19285951&postcount=41
Use it on the PC!
1. Put ur framework-res.apk to res/framework
2. When ur ready, press Patcher.exe
3. Then press Enter
4. Once done patching, put the patchers (flashable zip) to ur phone and flash it!
Remember this is only for the CyanogenMod 7 or other stock AOSP, for Stock ROMs, please pm me the framework-res.apk...
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
thanks, working well on nims's sonygenmod.
I cant find a working framework.apk to use for 1.apk so i can decompile system apk's i used to have it but i had to reformat my pc & i couldnt recover it so if anyone here has one they can lend me it would be much appreciated
greenmuggy said:
I cant find a working framework.apk to use for 1.apk so i can decompile system apk's i used to have it but i had to reformat my pc & i couldnt recover it so if anyone here has one they can lend me it would be much appreciated
Click to expand...
Click to collapse
I think I'm confused lol are you looking for a stock framework-res.apk so that you can decompile and compile?
Sent from my SPH-D700 using Tapatalk
travismoreno said:
I think I'm confused lol are you looking for a stock framework-res.apk so that you can decompile and compile?
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
yes exactly
Read this: http://forum.xda-developers.com/showpost.php?p=16747783&postcount=1171
shane6374 said:
Read this: http://forum.xda-developers.com/showpost.php?p=16747783&postcount=1171
Click to expand...
Click to collapse
i use apk manager, but the folder it needs to go in is apk tool
I has the ei22 update .zip how can i pull the framework outta that???
greenmuggy said:
I has the ei22 update .zip how can i pull the framework outta that???
Click to expand...
Click to collapse
Pull it from one of the stock deodexed roms.
shane6374 said:
Pull it from one of the stock deodexed roms.
Click to expand...
Click to collapse
cant find one they are all not so stock...
solved
solved thanx shane for the link & helpin me figure this out
Can anyone edit a framework-res.apk with no mods other than adding the crt animation? I've found guides on how to edit the bools file in the res/values filder inside the apk, but I can't get it to recompile the apk correctly. Can someone tell me how or send me an edited apk or something?
If you want to post your framework file, I'll do it for you and send it back.
I just posted several of these for Caulkulin's 3.0 rom. What are you using now? His framework, but with a stock battery look.
Sent from my SPH-D710 using XDA
kyamora said:
Can anyone edit a framework-res.apk with no mods other than adding the crt animation? I've found guides on how to edit the bools file in the res/values filder inside the apk, but I can't get it to recompile the apk correctly. Can someone tell me how or send me an edited apk or something?
Click to expand...
Click to collapse
You need to check the error and see whats wrong with the framework file. Also you just want a stock framework file with crt on? Also what are you using to compile and decompile
playya said:
You need to check the error and see whats wrong with the framework file. Also you just want a stock framework file with crt on? Also what are you using to compile and decompile
Click to expand...
Click to collapse
I was using apk manager 4.9, and I have no idea how to read the log.
I attached my framework-res. It's stock from FD19, I probably should have specified.
If no one gets to it, I'll mod it when I get home.
Sent from my SPH-D710 using xda premium
All done. I tested on my phone. After I replaced the apk, I had to manually restart the phone for it to work. I placed your apk in a zip file before I uploaded, so make sure you unzip your apk before putting it back on your phone.
Thank you so much, it works very well.
Now I'd just like to know how you did it. Coming from a clean computer with nothing installed, what would I need to decompile an apk, edit it, and compile it again? I'm trying to get a handle on the whole thing to do some development myself.
Try and upgrade to Apk Manager 5.02 since I just de-compiled and then compiled your apk file without an issue. Also try and update everything associated with it like your java... But it seems quite fine to me
Edit: just tried yours again as well as removing animation I lowered autobrightness which is something I do on all my roms for better battery life.. Try that mod next
playya said:
Try and upgrade to Apk Manager 5.02 since I just de-compiled and then compiled your apk file without an issue. Also try and update everything associated with it like your java... But it seems quite fine to me
Edit: just tried yours again as well as removing animation I lowered autobrightness which is something I do on all my roms for better battery life.. Try that mod next
Click to expand...
Click to collapse
Do I have to do anything to set it up or is it good to go from install? Should I restart my computer?
Also where can I find 5.02? I had a lot of trouble finding 4.9 in the first place.
I've never used apk manager, so I'll check that out also. I used apktool to mod your framework along with all the java runtime files it needed to work.
Sent from my SPH-D710 using xda premium
&roid said:
I've never used apk manager, so I'll check that out also. I used apktool to mod your framework along with all the java runtime files it needed to work.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Apktool confused me so I used apk manager. I can't figure out how to get apktool to work. Do you have a link to a good guide or anything?
There are some good ones on xda. I'll link you one when I get home.
Sent from my SPH-D710 using xda premium
I was apparently using the gingerbread method for an ICS build. Would that have kept it from compiling correctly?
kyamora said:
I was apparently using the gingerbread method for an ICS build. Would that have kept it from compiling correctly?
Click to expand...
Click to collapse
YES
&roid said:
YES
Click to expand...
Click to collapse
Haha, at least I'm learning.
To be fair, no one specified. Thanks for all the help guys.
Hi. Any help me to on crt effect in this framework ? I try apk menager and apk edit, and always some problem when compile, program loop and only exit work
http://db.tt/W2DKqulN
This Mod is for ICS ROMs
Hello
I did find new effect, I don't know if it is already known to others but I did search about it and find nothing.
Anyhow, I named it "Sliding Window Effect"
To see the sliding window effect !! here is it on youtube:
http://youtu.be/NeVrvoo8jO4
How to do this Mod:
Decompile SystemUI.apk
Open SystemUI\res\values\bools.xml
Search for
Code:
<bool name="config_useCaptureView">false</bool>
Change it to
Code:
<bool name="config_useCaptureView">true</bool>
Now Compile it and enjoy this effect
BTW this Mod will be added to my Kitchen in the next ver.
If you liked my work encourage me by small donation HERE .... and if you will not...please click Thanks button.
Pretty cool effect, good work dude.
i will try to add in my rom thanks.
Looks cool mate. Looking forward to have it in my rom thx :thumbup:
cool mod, already trying but it gets annoying after half-day
anyway thanks thanks thanks and keep up the good work
your tool is awesome, and i m gonna pm you for a particoular request
This is nice!!!
Voted 5 stars,why people have so hate/evil/jealous inside them?
siberian tiger said:
This is nice!!!
Voted 5 stars,why people have so hate/evil/jealous inside them?
Click to expand...
Click to collapse
i agree.i haven't used thi mod but gave 5 stars.coz it's something different and looks nice.
5 stars here too!
no matter how much i like this mod, the important thing is that Gangs_kid shared a nu mod so 5 stars!
Been using this for a while but haven;t included it in my rom since it breaks manual brightness adjustment. I'm in the process of making a toggle for it.
Mirko ddd said:
cool mod, already trying but it gets annoying after half-day
anyway thanks thanks thanks and keep up the good work
your tool is awesome, and i m gonna pm you for a particoular request
Click to expand...
Click to collapse
I did get you pm and I replied
shoman94 said:
Been using this for a while but haven;t included it in my rom since it breaks manual brightness adjustment. I'm in the process of making a toggle for it.
Click to expand...
Click to collapse
What did you mean by "it breaks manual brightness adjustment" because I didn't notice a thing.
Please explain it to me so that I will try to find a solution for it.
Edit: I get it now and I will start finding fix for it
good work bro. hamooooooody
we r waiting 4 ur a new rom نسخة الايسكريم
وراك وراك
Can Anybody upload a video for the effect ?
and I'm not a developer ,how can I edit my system file step by step
Wow
Enviado desde mi GT-I9100 usando Tapatalk 2
Kadhim7 said:
Can Anybody upload a video for the effect ?
and I'm not a developer ,how can I edit my system file step by step
Click to expand...
Click to collapse
There is a video on youtube !! at the thread.
There are many threads explaining how to decompile on the forum also there is my Kitchen which will decompile and compile for you
GanGs_KiD said:
There is a video on youtube !! at the thread.
There are many threads explaining how to decompile on the forum also there is my Kitchen which will decompile and compile for you
Click to expand...
Click to collapse
Look what I did is
Extract systemUI.apk frim my phone
decompile it by using your kitchen
edit some png image
compile it
and copy it to my system is it ok ?
OMG MY My notification bar is just Gooooone *_*
siberian tiger said:
This is nice!!!
Voted 5 stars,why people have so hate/evil/jealous inside them?
Click to expand...
Click to collapse
Bcoz 90% of xda is made up of morons.
Good work, OP.
---------- Post added at 06:31 PM ---------- Previous post was at 06:29 PM ----------
Kadhim7 said:
Look what I did is
Extract systemUI.apk frim my phone
decompile it by using your kitchen
edit some png image
compile it
and copy it to my system is it ok ?
OMG MY My notification bar is just Gooooone *_*
Click to expand...
Click to collapse
Errors during compilation/recompilation? which rom, additional mods like JKay. Info required.
Kadhim7 said:
Look what I did is
Extract systemUI.apk frim my phone
decompile it by using your kitchen
edit some png image
compile it
and copy it to my system is it ok ?
OMG MY My notification bar is just Gooooone *_*
Click to expand...
Click to collapse
Think your missing the signature of the apk, best to copy the classes.dex, reaources.arsc and the res folder over from the compiled apk to the original SystemUI.apk that you have
Sent from my GT-I9100 using xda premium
I'm using wan am log from 12 with gray Kay theme
I want to learn how can I create my one notification bar?
Yes error appear could not find sourced :banghead:
Sent from my GT-I9100 using xda premium
Kadhim7 said:
Look what I did is
Extract systemUI.apk frim my phone
decompile it by using your kitchen
edit some png image
compile it
and copy it to my system is it ok ?
OMG MY My notification bar is just Gooooone *_*
Click to expand...
Click to collapse
Do it again but before starting you need to install framework-res.apk and twframework-res.apk Plz write your future issues to the kitchen thread so that others will benefit from the answers.
soyef said:
Think your missing the signature of the apk, best to copy the classes.dex, reaources.arsc and the res folder over from the compiled apk to the original SystemUI.apk that you have
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Thank you FYI my kitchen will not sign the apk in fact it will keep your original signature YEAH
GanGs_KiD said:
Do it again but before starting you need to install framework-res.apk and twframework-res.apk Plz write your future issues to the kitchen thread so that others will benefit from the answers.
Thank you FYI my kitchen will not sign the apk in fact it will keep your original signature YEAH
Click to expand...
Click to collapse
install framework-res.apk and twframework-res.apk ?
I don't understand
they already in my system phone