material modification :
apktool / etc
note pade..
requirement :
must understand decompile recompile the apk
in this case I will not explain what it is
decompile recompile...
further..
please decompile your system ui and then
download this material and continue extrack
place in accordance with the layout of the place
is in a folder if there is please replace the
replace command...
download link :
http://www.mediafire.com/download/63nr97full98i90/systemui.zip
if it is please recompile your systemui again
and make sure there are no errors in the
natural..
then push back to System app with
permisiions rw .. r .. r
kredit : RIZALEON recognized themer xda
If this tutorial works on your device please
give my thanks for your feet...
Related
Ok, i will try to teach how to add statusbar greper on any CM7 ROM.. some people know about Statusbar Greper by JimmyKill 666.
if you don't know about it please go to this thread Statusbar Greper and all credit goes to him Jimmy Kill 666
Click to expand...
Click to collapse
Permissions Granted by : Jimmy Kill 666
Step one :
- Your ROM must be signed by dsixda kitchen see the guide how to signed your ROM
- Your ROM must be deodexed by Xultimate
- You must have skill decompile/recompile with apktool/apkmanager/toolAlite
- You must install StatusBarGreper.apk (see on attachment below)
Step two :
- Pull your SystemUI.apk and decompile it
- Extract "mygreper"
1. copy my smali folder to your smali folder (replace IconMerger.smali)
2. copy my assets folder to your decompiled directory project
3. open your res/layout/statusbar.xml and do the same like my syntax
4. open your res/values/ids.xml and add this line in the end
Code:
<item type="id" name="dcsmscarrier">false</item>
5. recompile your SystemUI.apk
6. "is this system apk? (y/n)" just type y and y
7. after apktool/apkmanager/toolAlite create a new folder called "keep" folder, open the folder delete resource.arc and classes.dex
8. open keep/res/layout/status_bar.xml and delete it
9. back to apktool/apkmanager/toolAlite and press enter
10. after finish with your project just push it to system/app
Click to expand...
Click to collapse
Note :
- Just push my SystemUI.apk to your ROM (do not forget to backup before). my phone is Xperia X8 and has been try to push my SystemUI.apk to CM7.2 Official Galaxy Ace and working at all. Try by your self and do with your own risk.
- If you have error upload log.txt from apktool/apkmanager/toolAlite or logcat.txt here
reserved
hmm,,, let me try it 1st.. then im gonne report to you
kingofjail said:
hmm,,, let me try it 1st.. then im gonne report to you
Click to expand...
Click to collapse
oke thanks botak.. =))
petrukgrinder said:
oke thanks botak.. =))
Click to expand...
Click to collapse
:good: okey dut , your welcome
material modification :
apktool / etc
note pade..
requirement :
must understand decompile recompile the apk in this case I will not explain what it is decompile recompile...
further..
please decompile your system ui and then download this material and continue extrack place in accordance with the layout of the place is in a folder if there is please replace the replace command...
download link : http://www.mediafire.com/?63nr97full98i90
if it is please recompile your systemui again and make sure there are no errors in the natural..
then push back to System app with permisiions rw .. r .. r
kredit : RIZALEON recognized themer xda
If this tutorial works on your device please give my thanks for your feet...
material modification :
apktool / etc
note pade..
requirement :
must understand decompile recompile the apk
in this case I will not explain what it is
decompile recompile...
further..
please decompile your system ui and then
download this material and continue extrack
place in accordance with the layout of the place
is in a folder if there is please replace the
replace command...
download link :
http://www.mediafire.com/download/63nr97full98i90/systemui.zip
if it is please recompile your systemui again
and make sure there are no errors in the
natural..
then push back to System app with
permisiions rw .. r .. r
kredit : RIZALEON recognized themer xda
If this tutorial works on your device please
give my thanks for your feet...
Hi guys
I want to add items in settings.apk . I have searched everywhere and the only things I found are guides to add these
items or change layout but I need to decompile settings.apk , edit strings etc .
I dont want to do these things and I wonder if there is some kind of Xposed Module or app I can use to do these
things ?
Can you help me ?
:victory: Thank You :victory:
@-XperiaMan-
Hi
1. Download advanced apktool by @BDFreak
2. Install frameworks from your device (framework-res.apk+SemcUXPGeneric.apk)
3. Decompile settings.apk
4. Using notepad++
5. Add to logos to drawble folders with others size
6. Res/Xml/settings_headers.xml open with notepad++ and add to items for here.
Good luck and sorry for my bad english.
jancsessz said:
@-XperiaMan-
Hi
1. Download advanced apktool by @BDFreak
2. Install frameworks from your device (framework-res.apk+SemcUXPGeneric.apk)
3. Decompile settings.apk
4. Using notepad++
5. Add to logos to drawble folders with others size
6. Res/Xml/settings_headers.xml open with notepad++ and add to items for here.
Good luck and sorry for my bad english.
Click to expand...
Click to collapse
Thank you , but as I said , I dont want to decompile,use apktool or something but I will try it anyway
Thank you
Welcome everyone!!!
Here i Guide You to change settings backgroud of your rom
Tested On LP
Requirements:
Apktool
Knowledge of decompiling/recompiling
Settings.apk
notepad++
Process
VIDEO GUIDE
NOTE : JOIN OUR FACEBOOK GROUP FOR MORE THEMING GUIDES
Firstly setup apktools on your windows after that extract framework-res.apk,Mediatek-res.apk and SystemUI.apk
Now install all these above apk in your apktool by using following commands
Framework
Code:
apktool if framework-res.apk
Mediatek
Code:
apktool if mediatek-res.apk
SystemUI
Code:
apktool if SystemUi.apk
after that extract your settings.apk from your rom and decompile it using
Settings
Code:
apktool d settings.apk
after decompilition is sucessful locate to settings folder and go to path
Code:
res/values/style.xml
now open style.xml using notepad++
search for code
locate
Code:
<style name=Theme.SettingsBase [email protected]:style/Theme.Material
now find the code under style.xml
Code:
<item name=android:colorBackground>#ffffffff</item>
if there is no such code add by your own and save it
now open res/layout/dasboard_category and find code
Code:
android:colorbackground
change the value of colorbackground with any hex of color you want
at last save yor xmls and recompile your settings apk
using
Code:
APKTOOL B SETTINGS
push your apk to your phone replace this with your original ,all done
Dont Forget To HIT Thanks If you like the Guide
Thanks bro
I have a question Dear
How do I can them the system ui lollipop
Hi how can I have the card layout for settings .Thank you