Related
Hello,
I am wondering how i can compile all the parts of a rom using winzip. i have done modding everything to the rom and will test it out, then upload it to the DEV section. please help me. winzip is not accepting my folder add option but just files.
Thank you so much!
Here is more info, when I add the files to the Roms zip file, it does not allow adding the full folders such as system folder but only single files in it. The file boot could be transferred.
You cant just add mods to the framwork ect before flashing you will end up with a bootloop, you have to decompile the apk's like framework-res.apk, modify them and recompile ..... you should use winrar not winzip in any case
Sent from my HTC Desire using Tapatalk
Thanks for your time What about if i did a theme on a online kitchen and i have to use that framework-res.apk instead of the original? than what do i do? Or do i really need to change it?
thanks again!
Please press thanks button when you like my work
I´d make some mods last weeks and I thought it were great to have a tool who make moding more comfortable.
So I´d wrote a little batch tool last days.
General
Version
1.0
Functions of the tool
All functions are only for system/framework files,
because system/apk files need a special bootclasspath
1.- Decompile .odex files
2.- Decompile .dex files
3.- Deodex decompiled files in .dex files
4.- Reodex deodexed .jar files
Click to expand...
Click to collapse
Versions
Version 1.1 is out now
Changelog:
- Implements Error Messages by incorrect reodexing...
Click to expand...
Click to collapse
Download
ODEX_TOOL_V1.1
Passwort: ODEX_TOOL1
Click to expand...
Click to collapse
Credits
:good: @ sphinx02 implements reodex function
Click to expand...
Click to collapse
Can I use this for other Android device?
I don't test it on other devices but normally only the bootclasspath is an other. And the tool read out the bootclasspath from the connected device. So always the correct device specific bootclasspath is used
Gesendet von meinem GT-I9300 mit Tapatalk 2
Great work buddy. Gruss
Sent from my Note 5.3" using Tapatalk
Can anybody give a feedback to my work please?
My first impression is OK. Nice tool. Thank you for this!
Sent from my GT-I9300 using xda premium
---------- Post added at 01:06 PM ---------- Previous post was at 12:44 PM ----------
It´s not possible to get a Deodexed Framework File? (classes.dex inside a .jar file). A Classical deodexed framework?
I don' understand:
1 - If i decompiled odex file whit the option 2, how can i recompile it?
2 - I try reodex android.policy.dex file in folder 1(modded_files), whith the 2 originals(.jar & .odex) in folder 2, and there's no output in folder 3.
Some advice?
Solved - I Have to put the 2 files (jar and odex decompiled and modded) inside the folder 1. Its al OK now!
criscan said:
I don' understand:
1 - If i decompiled odex file whit the option 2, how can i recompile it?
2 - I try reodex android.policy.dex file in folder 1(modded_files), whith the 2 originals(.jar & .odex) in folder 2, and there's no output in folder 3.
Some advice?
Solved - I Have to put the 2 files (jar and odex decompiled and modded) inside the folder 1. Its al OK now!
Click to expand...
Click to collapse
First you should deodex the decompile odex files with option 4.
The resulting .dex should be renamed into classes.dex and implements in the original .jar file.
Now the Deodexed one has finished and you can import it in your flashable zip file.
For reodexing the finished deodexed one, copy it in the directory 01. Also copy original .jar and .odex in folder 02.
Well, you can start reodexing. The result of your reodex process were turn into directory 03. You can place this
files into your flashable zip for flashing it on an odexed ROM
All right now, or more questions?
its perfect, thank you!
Sent from my GT-I9300 using xda premium
Under Option 2, I get an error message:
See the screen:
http://s7.directupload.net/file/d/2968/657g7x5r_jpg.htm
Hey, I confess that my explanation not so exactly.
To perform option two, you need the files from the /system/framework directory.
You can import this files with Option 1. After import it would work
I´ve take your problem to make a little update to V1.1 :good:
I try on android.policy.odex making Ext Power Menu and works fine for me.
Great tool!
Well, the tool can also handle all files in the special directories. For example, when you copy more than one files in the odex decompile folder, you can all these decompile in one step. This is a comfortable feature and economize your work
Gesendet von meinem GT-I9300 mit Tapatalk 2
hallo notronic, congratulations for the work.
I will try to implement the call rec mod for ODEX but I did not understand the steps to do to use the tool
First you must take the original framework folder from your device without any modded files. After that you must decompile the file you want and make your changes in the folder from decompiled one. Next you deoxex and last but not least reodex the files. In the help you can find exact informations about the individual steps
Gesendet mit der Macht der vier Kerne xD
the file secphone.odex not decompiles
I can only android.policy.odex: (
pglmro said:
the file secphone.odex not decompiles
I can only android.policy.odex: (
Click to expand...
Click to collapse
Of course, show in post one:
All functions are only for system/framework files,
because system/apk files need a special bootclasspath
Click to expand...
Click to collapse
The odex file, do you want to decompile is an apk odex file. To decompile this one you have more dependencies to other .jar files, which should implement in the bootclasspath... You can change the Bootclasspath in the batch file, or you must decompile it manual with the changed path.
Gesendet mit der Macht der vier Kerne xD
Info: the tool works on Jelly Bean too, because the bootclasspath is not include manual. The tool get always the right standard bootclasspath direct from your device over adb
Gesendet mit der Macht der vier Kerne xD
working like a charm on Galaxy Note official Jelly Bean XXLSZ
Great stuff, dude!
Hi guys,
Will any of the great themers here be kind enough to create a mod for the stock odexed ROMs that makes the status bar black?
There are mods available but almost all of them are for deodexed ROMs. A lot of people prefer to just have the stock odexed ROM (rooted or otherwise) and I am sure it will make their experience much better.
If it just requires a change of png's, I will be glad to do it myself if given correct directions. I am also slightly educated in terms of vrt theming. Unfortunately, as I am not from a techie background, stuff like XML editing stuff goes over my head..
Look forward to help and assistance. My current set up is LSN odexed stock+rooted..
Sent from my GT-I9100 using Tapatalk 2
Hi
1. decompile SystemUI.apk (dont forget frameworks)
2. edit file drawables.xml in path res\values\
for black color:
<item type="drawable" name="status_bar_background">#ff000000</item>
3. compile modifed apk
4. with 7zip take the 'resources.arcs' file of the "new" apk and copy them into original SystemUI.apk
5. place the SystemUI.apk in the path /system/app - set same premissions for new apk
Where do I put the modified system ui? Preload or system?
Sent from my GT-I9100 using Tapatalk 2
kranti2064 said:
Where do I put the modified system ui? Preload or system?
Click to expand...
Click to collapse
If you're running a JB 4.1.2 rom, it goes in preload\symlink\system\app
Unfortunately, when I tried to flash the modded systemui.. my status bar simply vanished.
Has it got to do something with the systemui in the system app folder still being odexed?
Sent from my GT-I9100 using Tapatalk 2
kranti2064 said:
Unfortunately, when I tried to flash the modded systemui.. my status bar simply vanished.
Has it got to do something with the systemui in the system app folder still being odexed?
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
are you set permissions for new SystemUI.apk after copying to system/app? set the same permission as original app
Done that.. rw-r-r isn't it?
Sent from my GT-I9100 using Tapatalk 2
kranti2064 said:
Done that.. rw-r-r isn't it?
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
yes
What file manager do I use to delete/paste files in the preload folder. My friendly es explorer seems to be having issues..
Sent from my GT-I9100 using Tapatalk 2
kranti2064 said:
What file manager do I use to delete/paste files in the preload folder. My friendly es explorer seems to be having issues..
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
I use ES too
i work only in folder system/app
1. rename original SystemUI.apk to SystemUI.apk.bak
2. copy new SystemUI.apk to folder system/app
3. set permissions
4. rebot
kranti2064 said:
What file manager do I use to delete/paste files in the preload folder. My friendly es explorer seems to be having issues..
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
I use Root Explorer but I thought you could do it with ES too.
Sent from my GT-I9100 using Tapatalk 2
MifkoKE said:
I use ES too
i work only in folder system/app
1. rename original SystemUI.apk to SystemUI.apk.bak
2. copy new SystemUI.apk to folder system/app
3. set permissions
4. rebot
Click to expand...
Click to collapse
Tried and failed.. again..:silly:
Will you be kind enough to make a version for me.. It appears that I am doing something wrong and I don't even know what it is..
kranti2064 said:
Tried and failed.. again..:silly:
Will you be kind enough to make a version for me.. It appears that I am doing something wrong and I don't even know what it is..
Click to expand...
Click to collapse
ok, no problem, but i need your framework-res.apk system/framework
I do not know if it will work with my framework-res.apk
attached your new SystemUI.apk with my frameworks
It worked.. I swear I could have kissed you right now..
Thanks a lot mate..
You're welcome
Odoslané z Galaxy S2 cez Tapatalk 2
Hi all, I'm newbie, and I want to share you guys the guide to make our status bar look like the Galaxy S4 (Specialy it has s4 white icon) .
-First you need to download the attachment, then extracted it
-Now you have to decompile ( or change extension to .zip and extracted it i guess) the systemUI.apk
-Next, find the drawable-hdpi folder in your systemUI.apk and replace it which the one you extracted in the attachment
-Recompile ( or compress by zip and change to .apk )
-Copy systemUI.apk mod to system/app ( remember to BACKUP your original apk)
-Use Xposed Tweakbox to make status bar full transparent and the clock to white, reboot and enjoyed
And sorry for my bad english :silly:
flash
longrio2 said:
Hi all, I'm newbie, and I want to share you guys the guide to make our status bar look like the Galaxy S4 (Specialy it has s4 white icon) .
-First you need to download the attachment, then extracted it
-Now you have to decompile ( or change extension to .zip and extracted it i guess) the systemUI.apk
-Next, find the drawable-hdpi folder in your systemUI.apk and replace it which the one you extracted in the attachment
-Recompile ( or compress by zip and change to .apk )
-Copy systemUI.apk mod to system/app ( remember to BACKUP your original apk)
-Use Xposed Tweakbox to make status bar full transparent and the clock to white, reboot and enjoyed
And sorry for my bad english :silly:
Click to expand...
Click to collapse
Does anyone have a flashable version of this for s3 mini ?
I'm newbie, so i didnt know how to make a flashable zip
Sent from my GT-I8190N using xda premium
Great job, guy
I'm a newbie too
can you please provide a step by step procedure on how to do that, coz I try that last night and give me a result of "unfortunately systemUI.apk has stopped". I'm a newbie in modification
sorry for my bad English
xymeth said:
can you please provide a step by step procedure on how to do that, coz I try that last night and give me a result of "unfortunately systemUI.apk has stopped". I'm a newbie in modification
sorry for my bad English
Click to expand...
Click to collapse
may be you have to sign the systemUI.apk before putting it back to your phone?
Maybe someone can help you make flashable zip. Easier to add mod ans people dont need to play with system files manually..
Sent from my GT-I8190 using xda app-developers app
how?
vndnguyen said:
may be you have to sign the systemUI.apk before putting it back to your phone?
Click to expand...
Click to collapse
how can I sign systemUI.apk? btw thanks for your response.
xymeth said:
how can I sign systemUI.apk? btw thanks for your response.
Click to expand...
Click to collapse
Don't sign SystemUI.apk - it's a System File.
Did you clear cach and Dalvik cache after replacing the File ?
please
mkruseonline said:
Don't sign SystemUI.apk - it's a System File.
Did you clear cach and Dalvik cache after replacing the File ?
Click to expand...
Click to collapse
no. is clearing cache/dalvik cache reset my files and installed app in my internal/sdcard? all I do last night is 1copy systemUI.apk from system/app folder.
2rename it to zip them extract
3extract the attached file from 1st post
4copy and replace
5then unzip and rename to apk
6move to tmp folder 1st to change permission
and last move/replace the said file to system/app folder
result = "unfortunately systemUI.apk has stopped"
please help me, I'm a noob in modification like this.
sorry for my bad English
Ah, now I got it.
You can not extract apk Files and change Files.
You have to decompile. -> Try to follow here : http://forum.xda-developers.com/showthread.php?t=2203166
Only copy & past is not possible in this case
thanks
thanks mkruseonline, this link is what I need, already hit the thanks button for you
you make a folder, put everything in that folder and compress it ? What extensions you choose ( rar or zip) ?
longrio2 said:
you make a folder, put everything in that folder and compress it ? What extensions you choose ( rar or zip) ?
Click to expand...
Click to collapse
Read first Post on Page 2
The reply up there I ask you becos' it's wrong, You can do this: Multi Select all the file > compress by zip > change to .apk. That done You need to decompile/recompile when customize the code, but now no need
Never unpack apks! This way you will lose signature.
Just take your apk,open it with WinRAR/7zip without changing the extension,go to res/drawable-hdpi and drag the files there. Then push your SystemUI again to your phone and it should work
If in the drawable-hdpi package there are also .9 pngs decompiling the apk may be necessary
If no one manages to get it working I will make a flashable zip
I think decompile is also necessary if xml Files are changed
---------- Post added at 03:07 PM ---------- Previous post was at 02:46 PM ----------
.9.png Files are inside.
dariolob said:
If no one manages to get it working I will make a flashable zip
Click to expand...
Click to collapse
hope you can do it... better easy way :good:
thanks
mission accomplished for me
i was looking for this mod and i followed instructions on first post, but it doesn't work, because the new compiled systemUI.apk is not recognized by the phone (you can notice it when you see a different icon instead the red one).
The key is DO NOT ESTRACT any file, but only open systemUI.apk with 7zip, go to drawable-hdpi folder and drag files into it, images will be overwritten (i used only 2 files for this test, notification header and panel), then you can close 7zip.
Dariolob suggest is correct, do not extract files from systemUI.
For xposed tweak i followed instructions from youtube, search for "Make Galaxy Note look like the Galaxy S4"
sorry i cant post outside links
here is my mod:
Question
longrio2 said:
Hi all, I'm newbie, and I want to share you guys the guide to make our status bar look like the Galaxy S4 (Specialy it has s4 white icon) .
-First you need to download the attachment, then extracted it
-Now you have to decompile ( or change extension to .zip and extracted it i guess) the systemUI.apk
-Next, find the drawable-hdpi folder in your systemUI.apk and replace it which the one you extracted in the attachment
-Recompile ( or compress by zip and change to .apk )
-Copy systemUI.apk mod to system/app ( remember to BACKUP your original apk)
-Use Xposed Tweakbox to make status bar full transparent and the clock to white, reboot and enjoyed
And sorry for my bad english :silly:
Click to expand...
Click to collapse
Hello, I have a few questions.
Need Root for it?
And it interfere with software update?
Thank you very much !
Can i just replace the .qmg in stock systemui.apk with .png files? Or do i have to convert them to .qmg?
What u want to do...
Btw qmg files don't exists in systemui.apk
dr9103 said:
What u want to do...
Btw qmg files don't exists in systemui.apk
Click to expand...
Click to collapse
I want to change the data and wifi indicator in stock samsung 4.4.4 systemui.apk.
Extract systemui.apk wid 7zip or winrar...
And chng them
dr9103 said:
Btw qmg files don't exists in systemui.apk
Click to expand...
Click to collapse
you made my hour.
Thnq..... [emoji1]
Sent from my GT-I9300 using Tapatalk