Is there any tool to make a custom changes???
use APkmultiTool to modify SystemUI.apk and ramework-res.apk
riyadho said:
use APkmultiTool to modify SystemUI.apk and ramework-res.apk
Click to expand...
Click to collapse
Apkmutlitool..! decompile framework and then mod it!
Related
Does anyone know how do i change my calculator theme???
Devils77 said:
Does anyone know how do i change my calculator theme???
Click to expand...
Click to collapse
You must edit calculator.apk in system/app.
Decompile it with apk manager or whatever you like to use and edit its resources and recompile it.
Or
Create modded resources and create a flashable zip file.
Good Day Guys!I present this small guide on how to modify your SystemUI.apk (ICS only)Things yah need:APK Manager (http://forum.xda-developers.com/showthread.php?t=695701)Java (Oh... You know where to find it)A Windows or Linux PC.Lets Get Started!Decompiling:
1. Extract APK Manager from the .zip file.
2. Run Setup.bat
3. Grab the untouched framework-res.apk and SystemUI.apk from the Base ROM.
4. Place them both in "place-apk-here-for-modding" folder
5. Double click on Script.bat
6. type in 24 and type the corresponding number for framework-res.apk
7. type 9 and it should decompile (If you don't decompile framework-res.apk first you'll have serious problems.)
8. Now type in 24 again and type in the corresponding number for SystemUI.apk
9 Type in 9 and decompile.
10. Now make your modifications in "projects folder"
Click to expand...
Click to collapse
Recompiling:
1. Once your Done go back to script.bat
2.Make sure the "Current Project" is set to SystemUI.apk
3.Type in 11 ENTER to compile apk
4.Type "y" again to confirm you DO want to add additional files that you didnt modify from thee ORIGINAL apk
5.Go into where Apkmanager is installed, and you should see a new folder called KEEP
6.Open "KEEP" folder and whatever you modified, delete the stock version of it I.e: if you inserted new battery icon png's, delete the STOCK battery icon pngs, and if you also edited any xml(s), DELETE the resources.arsc from the KEEP folder
7.Once done, go back into Script.bat and press ENTER to continue
Click to expand...
Click to collapse
Well Good Luck! , Happy Modding!
Reserved for the Manual
Nice tutorial, man! You're back! http://bancomicsans.com/
Great! I believe lots of users will love this good to have you back
Sent from my awesome fridge
TAM
I respect your knowledge no doubt..However I have just opened systemui.apk by 7-zip>replaced png which I want>closed 7-zip..Thats it..Replace sytemui.apk at phone>Changed persmission.
R: [TUTORIAL]How to modify SysemUI.apk
KSKHH said:
TAM
I respect your knowledge no doubt..However I have just opened systemui.apk by 7-zip>replaced png which I want>closed 7-zip..Thats it..Replace sytemui.apk at phone>Changed persmission.
Click to expand...
Click to collapse
In fact only pngs you can replace without decompiling but if you want to edit smali or XML files you have to decompile like Tam wrote.
xpirt
how to make Lidroid toggel vertical?
and
scrolling?
i just compare with 33D and i get but not vertical its still horizontal..
Thanks before :fingers-crossed:
up
Decompile systemui.apk with apk tool
Goto layout folder
Find the xml file that relates to what you want
Change the line of the orientation you want to change to vertical
Toggles xml file might be in framework-res.apk or nameofrom-res.apk
Do as above to find the right xml file in layout folder
Related to smali changes
Sent from my GT-I8150 using xda app-developers app
marcussmith2626 said:
Decompile systemui.apk with apk tool
Goto layout folder
Find the xml file that relates to what you want
Change the line of the orientation you want to change to vertical
Toggles xml file might be in framework-res.apk or nameofrom-res.apk
Do as above to find the right xml file in layout folder
Click to expand...
Click to collapse
this method not work, trust me
evanlocked said:
Related to smali changes
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
yeah,...i found small code "HorizontalScrollView", nah this code maybe control scrolview vertical or horizontal in lidroid, i change HorizontalScrollView to VerticalScrollView, my statusbar gone
Hey all im here to share a tool its apktool.apk
Im not the creator of this app im just share it here all creddits belongs to the developer of this app and google
Ok how its works?
This tool are similiar with apktool on windows
U can decompile an apk recompile it and u can edit all the resources inside it
How to install?
Download the tool from here
http://code.google.com/p/apktool/
Im suggested u are downloading all arm version
Estract the package and put apktool folder on sdcard/here
And navigate to sdcard/apktool/install apktool.apk
Install and run
NOTE:THIS APP REQUIRED ROOT ACCESS
DISCLAIMER: THIS IS FREE OPEN SOURCES TOOL U CAN USE IT BUT USE WITH YOUR OWN RISK
NOTE2: IF U FACING ANY PROBLEM DUE DECOMPILING PROCESS OR RECOMPILING PROCESS PLEASE INSTALL UR FRAMEWORK U CAN FIND IT ON SDCARD/APKTOOL/FRAMEWORK/HERE CHANGE 1.APK WITH YOUR FRAMEWORK
How to install framework?
gB: copy frameworkres.apk and tw frameworkres.apk to sdcard(any folder but remmember the path)
Open apktool app navigate to framework and tw framework long press on it then choose import as enjoy
Ics/jb
Copy frameworkres.apk and navigate apktool app longpress on it then choose import as
CREDDIT:
DEVELOPER OF THIS APP(i dunno who its him)
Google
Atep sujana
Ogy
Regards
Evanlocked
Source: http://forum.xda-developers.com/showthread.php?t=2388135
Njoyy!!
crazysuraj said:
Hey all im here...
Click to expand...
Click to collapse
Plz Change the name of the thread to "Guide" thread..coz its already shared....all r confused by this type.
Already a thread for this here >>> http://forum.xda-developers.com/showthread.php?t=2488694
Thread closed.
Decompile framework-res.apk and open res/values/bools.xml
Change the value of
Code:
<bool name="config_showNavigationBar">false</bool>
to true.
Recompile framework-res.apk
Decompile SystemUI_ZTE.apk. Copy all the images (attached) to the res/drawable-xxxhdpi-v4 folder. Say yes to overwrite.
Recompile SystemUI_ZTE.
Is there anyway someone can make this flash able.
victorythagr8 said:
Is there anyway someone can make this flash able.
Click to expand...
Click to collapse
Not possible because the framework-res and SystemUI apks are different for each ROM and build.