Hi everyone i need your help in special for a people who knows for edit apk for lollipop the problem is this i like to add a white circle to my toogles i decompress with winrar and extract the res and eddit my toogles but when i compress and remplace the systemUI on my cell phone and give permissions and restar my phone a message its appear "systemUI is stoped" and broke my rom.
I tried with apktool and it doesn´t work. The original image and the modified image is the same look the screenshot.
http://forum.xda-developers.com/attachment.php?attachmentid=3768947&stc=1&d=1464787445
sorry for the screenshot is in spanish. but my pc is in spanish xD
Related
Hi
Im trying to Mod a framework.zip file i downloaded (and am currently using)
I wanted to make the notification bar and pull down transperent (or nearly so)
i have edited the correct pngs and been able to re-pack and flash .zip file and it all boots ok but the bits i changed just show as a lightish grey rather than being transparent.....i read on another thread that in order for this to work you also need to edit a jar file, is this correct??
if so what do i change and what do i change it to !!!???!!!
any help or confirmation would help.....a lot !!
cheers
try with this service jar just its :http://leedroid.protogenlabs.com/#page-customization
chk13 said:
try with this service jar just its :http://leedroid.protogenlabs.com/#page-customization
Click to expand...
Click to collapse
Thank you
Frosty
Hi Guys,
Is it possible to change the colour of the selection colour in Stock Android (I think it's already Green in Sense Roms)? But in Stock it's Orange, I want to know if there's a way to change it to Green?
I'm guessing i just need to alter a colour code in some xml file somewhere but absolutely no idea where to start looking!
Cheers
Paul
Its in the framework-res.apk in the /system/framework folder. There are png files that you need to edit.
Use APK Manager 4.9 to decompile the file, then edit with Photoshop and compile the file again.
Make a flashable CWM zip file and flash it.
Search on the board for the how-to's.
brainmaster said:
Its in the framework-res.apk in the /system/framework folder. There are png files that you need to edit.
Use APK Manager 4.9 to decompile the file, then edit with Photoshop and compile the file again.
Make a flashable CWM zip file and flash it.
Search on the board for the how-to's.
Click to expand...
Click to collapse
Cheers Brain - Exactly what i was after! I'll give this a go this evening!
Well...if you succeeded, would you mind sharing it with us? Thats one thing im searching for since using gingerbread.
I want to edit BrightnessPreference.smali and SoundSettings.smali in Settings.apk. I extracted Settings.apk from android emulator images and it crashes every time when i select brightness settings and volume settings. i also extracted Settings.apk from cyanogenmod 10 builds, and moved smali files to my original settings.apk and it did not work. which part do i have to modify in these smali files?
Sorry For Bad English!
No replies?
How to change status bar icons on stock odex?
There is no bad choises. Only bad results.
deodex the rom first
then root phone
extract systemui.apk to your pc
change apk extention to .zip
use winrar to extract zip
goto res/drawable-ldpi
change any png not ending in .9 keeping all file names the same
rezip everything
change extention back to apk (you will have to enable show file extentions in folder options in control panel)
put in flashable zip
flash in cwm with system mounted
iv explained this a few times now so search next time
also this method is only for changing png images - do not use it to edit anything else like xml files - you will need to decompile with apktool for that
Hi guys
I have decompiled systemui.apk and edited statusbar.xml not to show clock and battery. Recompiled and replaced original apk with the new xml and resources. copied back to system/privapp and set permissions. After reboot i get systemui error and no statusbar. Am i doing something wrong? Has anyone done this successfully. Rooted stock rom. Any help would be appreciated.
Thanks
M
mmoonsamy said:
Hi guys
I have decompiled systemui.apk and edited statusbar.xml not to show clock and battery. Recompiled and replaced original apk with the new xml and resources. copied back to system/privapp and set permissions. After reboot i get systemui error and no statusbar. Am i doing something wrong? Has anyone done this successfully. Rooted stock rom. Any help would be appreciated.
Thanks
M
Click to expand...
Click to collapse
What exactly trying to do ??
●•N910G (Nadia) ET•●
Trying to remove clock and battery icon from my statusbar
mmoonsamy said:
Hi guys
I have decompiled systemui.apk and edited statusbar.xml not to show clock and battery. Recompiled and replaced original apk with the new xml and resources. copied back to system/privapp and set permissions. After reboot i get systemui error and no statusbar. Am i doing something wrong? Has anyone done this successfully. Rooted stock rom. Any help would be appreciated.
Thanks
M
Click to expand...
Click to collapse
Chech each line you edited for a error. What tool fid you use to compile with? Make sure it is the newest.
Apktool. It decompiles and recompiles with no errors.