Editing framework-res.apk - Galaxy Ace S5830i General

i edit file framework-res.apk to change icon status battery
and i change icon status battery form
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
to icon
but there is problems
the icon status battery only show ( 10 - 20 - 30 - 40 - 50 - 60 - 70 - 80 - 90 - 100 )
and i want it like ( 1 - 2 - 3 - 4 - 5 - 6 -7 - 8 - 9 - 10 -11 -12 -13 .... )
and i search on this file i see on this folder > framework-res.apk\res\drawable
i see this files ( stat_sys_battery.xml - stat_sys_battery_charge.xml ) and i get file framework-res.apk form rom AceCream 1.3
and i replace with the my files ( stat_sys_battery.xml - stat_sys_battery_charge.xml ) , but it's show me error force close status bar
can anyone help me thank you

EgyMan said:
i edit file framework-res.apk to change icon status battery
and i change icon status battery form
to icon
but there is problems
the icon status battery only show ( 10 - 20 - 30 - 40 - 50 - 60 - 70 - 80 - 90 - 100 )
and i want it like ( 1 - 2 - 3 - 4 - 5 - 6 -7 - 8 - 9 - 10 -11 -12 -13 .... )
and i search on this file i see on this folder > framework-res.apk\res\drawable
i see this files ( stat_sys_battery.xml - stat_sys_battery_charge.xml ) and i get file framework-res.apk form rom AceCream 1.3
and i replace with the my files ( stat_sys_battery.xml - stat_sys_battery_charge.xml ) , but it's show me error force close status bar
can anyone help me thank you
Click to expand...
Click to collapse
Yes there will be a force close
If you want to change your icons to 1% increment
Download a flashable zip from here
http://forum.xda-developers.com/showthread.php?t=1936834&page=1
and extract framework-res.apk
Ang copy the files from this pack to your system/framework

i flash ur flash zip and it's gived me error force close and mobile restart auto
this my original file framework-res.apk and SystemUI.apk on file zip flash
can u help me to update it
http://www.4shared.com/zip/m-W7cXWR/original.html
thank you

No one want help me to update my file
Sent from my GT-S5830i

the easy way:
-use uot kitchen
upload the original framework-res.apk of your rom
and change it
http://uot.dakra.lt/kitchen/

U can tell me how i upload and change it ?
Thank you
Sent from my GT-S5830i

EgyMan said:
U can tell me how i upload and change it ?
Thank you
Sent from my GT-S5830i
Click to expand...
Click to collapse
You didn't have to flash it
Its only for XXLA2 Deodexed ROMs
You had to try the hard method

Where i can find the battery icon ?

EgyMan said:
i edit file framework-res.apk to change icon status battery
and i change icon status battery form
to icon
Click to expand...
Click to collapse
Where i can find that battery icon ?

Related

[Q] color changing message app

so i tryed to change the color of some stuff in my message app from froyo 2.2
in attachment you can see my mms.apk that i think need to be eddited to get what i want
this i what i have now:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and this is what i want:
the colors i want are darkgreen: #339900
and ligth green: #99cc66
i think to get this i need to edit a xml file but when i open a xml file i only get weird characters
hope some1 can help me out and tell me how he did it caus i wana edit every apk in my phone to green
ps in the attachment you'll find my mms.apk that need to be eddited
i made this mms folder with ninjamorph
You have to decompile the .apk in order to read .xml files
Download APKManager and work with the .apk there.
Mms_cyan
I did a cyan version & green version
- works if you choose dark theme
- new contact picture
- new text color
Code:
adb remount
adb push Mms.apk /system/app/Mms.apk
zHk3R said:
You have to decompile the .apk in order to read .xml files
Download APKManager and work with the .apk there.
Click to expand...
Click to collapse
il try this
edit: when i try this and compile again it gives me an error ....
rori~ said:
I did a cyan version
- works if you choose dark theme
- cyan contact picture
- cyan header text
Click to expand...
Click to collapse
could you tell me what u edited to get this ? so i can make it green
gkenny1991 said:
so i tryed to change the color of some stuff in my message app from froyo 2.2
in attachment you can see my mms.apk that i think need to be eddited to get what i want
this i what i have now:
and this is what i want:
the colors i want are darkgreen: #339900
and ligth green: #99cc66
i think to get this i need to edit a xml file but when i open a xml file i only get weird characters
hope some1 can help me out and tell me how he did it caus i wana edit every apk in my phone to green
ps in the attachment you'll find my mms.apk that need to be eddited
i made this mms folder with ninjamorph
Click to expand...
Click to collapse
If you are unable to get this to work by amending the apk's then try using handsent sms as the customisation on the app is simple and will get you the effect you are after.
kil43 said:
If you are unable to get this to work by amending the apk's then try using handsent sms as the customisation on the app is simple and will get you the effect you are after.
Click to expand...
Click to collapse
well it will work for sms but what for calendar and phone.apk and and and
i know for sure that when i get it how to get this green the rest will be easy
yust need to figure out how i can get this one green
gkenny1991 said:
... when i try this and compile again it gives me an error ....
Click to expand...
Click to collapse
Ok, I did a green version for you too
rori~ said:
Ok, I did a green version for you too
Click to expand...
Click to collapse
thanks !!! could you tell me what file u edited to get this ? so i can learn from it
edit: this is looking so nica !! !!! u made my day
yes, I edited:
-conversation_list_item_black.xml
-message_list_item_black.xml
really thanks now topic can get closed

[GUIDE] How make themes to QQLauncher

Hi.
This is tutorial "how to make themes to QQLauncher". It's pretty easy
What you need:
- Android 1.5+ phone
- QQLauncher
- 7-Zip
- Notepad++
- Photoshop, GIMP or whatever you like for resizing pngs
-----------------------------------
1. First you need to install QQLauncher (like a normal app).
2. Then download theme from online gallery (follow menu button -> Theme -> Theme gallery -> choose one of themes, i.e. "复古印象"), but don't apply it!
3. Now connect your phone to computer and navigate to "sdcard/QQLauncher". You need to copy "log.log" file and theme (with strange chinesse name) from "theme" folder to your desktop.
4. Open your "log.log" file with Notepad++ and you'll see lines like these:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
- in blue square there is app name
- in yellow app package name (like in "data/app")
- in red app activity name - we need this to name icon
5. Find icon which you want to add (if you need to resize it, there are recommended sizes <because QQLauncher doesn't support icon scalling>: for HDPI 86x86 to 90x90 and MDPI 53x53 to 65x65) and rename it to this "com.cih.gamecih2.gamecih" (you need to write all name in lowercase, otherwise it won't work!)
6. Open your theme file with 7-Zip and copy icon to "icons" folder.
7. If you want to have other dockbar background, you need to replace "dock_bg.png" file in "icons" folder.
8. If you want to have other app background for apps without definied icons, you need to replace "appbackground.png" file in "icons" folder.
9. Copy your theme file to "sdcard/QQLauncher/theme" and apply it in Theme gallery
----------------------------
If you have any questions or suggestions to this tutorial, just write me on PM
Amazing !! Thx a lot, i'll try this week end.
Thanks!
8.1 if you wanna change folder icon put image called folder.png
Okay, i want to theme the ChompSMS icon, so i just isntalled it, but in the log.log file, I cant even find chompsms, so what should i do. Ill attach my log.log file
Hmmm, I don't see it in your log file. Try to find apk file in "data/app" and then search for it in log
Nexus Prime - Tapatalk
@supetawesomedude you said you just installed it, you have to reboot after install to update log, so just reboot then browse your log
@supetawesomedude, just delete log.log file and then restart launcher, I will generate with these app you have got
Nexus Prime - Tapatalk
Thanks to both of you! Both methods advised have worked fine and my phone is even sexier
i made a ADW theme with 1050 icons http://i2theme.webs.com/
i have port my theme to this MIUI Launcher
download here --> http://www.sendspace.com/file/8cni4s
EDIT: add the right appbackground.png for my theme
Vipitus, am I blind? Where in the launcher.apk can I find the screen indicator(s)?
Cheers!
drawable-hdpi/walkerdot_(...).png
Nexus Prime - Tapatalk
Thanks man
Im using a mac . How do you convert it from a zip back to a document file ?
it restarts? :-s
i dont hav any task killer!
but this launcher seems to kill itself every now and then and .. restarts!
is it only me? :-s
i love this launcher! please help!
Not working for me
Anyone mind taking a stab at making a theme using the icons (with permission from teh OP) from here? http://forum.xda-developers.com/showthread.php?t=1225629
What the hell, I've added many icons to my own personal theme and I have correctly named, replaced, resized, compressed, and then I renamed the zip file to 圆润有爱 and then placed in the qqlauncher. then i try to apply it, and it gives my some kind of error in chinse. I have no idea what to do, ill attach my 圆润有爱.zip as a link to mediafire. http://www.mediafire.com/?693bt619sdg4iq9
You've choosen another theme you are working on NOW first?
So apply other theme, mount USB, put file in QQlauncher/theme
and then unmount USB, go to themes and apply the new one?
Or?
add the right appbackground.png for my theme
download here --> http://www.sendspace.com/file/8cni4s [1050 icons]
Hi guys, i have a strange problem on my gf phone with qqlauncher.
She has a sonyericsson x10 mini pro, and with QQL i cannot add widget bigger than 3 colums. If i try to add a 4x1 for explample, QQL says that i haven't enough space on home... But i can add 4 folders or icons.

[MOD] Best battery percentage mod for V20L/Q/S | with clock fix | CRT effect

Hi,
I decided to make a mod, that is nearly like this one, but a bit better, I think.
Flash it with cwm "install zip from sd card" and wipe Dalvik Cache after installation.
Features:
• circle battery % icons
• blue icons and better color transition in statusbar
• fixed clock in statusbar
• additional version with transparent statusbar​
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download links:
V20S:
Framework for V20S deodexed with transparent status bar, reduced clock size and CRT effect
Framework for V20S deodexed with removed music notification bar
V20Q deodexed:
Framework for V20Q deodexed with transparent status bar, reduced clock size and CRT effect
Framework for V20Q deodexed with reduced clock size and CRT effect
Old Mods:
Code:
[SIZE="5"][U]V20o deodexed:[/U][/SIZE]
[URL="http://www.mediafire.com/?bldbj3nd794r1lq"]Framework for V20o deodexed[/URL] with reduced clock size and CRT effect
[SIZE="5"][U]V20L:[/U][/SIZE]
[U]odexed (stock V20L):[/U]
[URL="http://www.wupload.de/file/1911000442"]Framework for V20L odexed[/URL]
[URL="http://www.wupload.com/file/2577661397"]Framework for V20L odexed[/URL] with CRT effect
[U]deodexed (it also works with Modaco GR5):[/U]
[URL="http://www.wupload.de/file/2622607052"]Framework for Modaco GR5[/URL]
[URL="http://www.wupload.de/file/2598506507"]Framework for V20L deodexed[/URL] with CRT effect and reduced clock size
[SIZE="4"][U]Other roms:[/U][/SIZE]
[URL="http://www.multiupload.com/POVU85W3PY"]Framework for V10d[/URL]
[URL="http://www.multiupload.com/3JBDNSR6YH"]Framework for V20e[/URL]
[URL="http://www.multiupload.com/C04LOT5HW1"]Framework for V20i v2[/URL]
[URL="http://www.multiupload.com/2VBINVSN7K"]Framework for V20i v3[/URL]
[URL="http://www.multiupload.com/508GHJPML3"]Framework for V20j[/URL] with Battery Mod only
[URL="http://www.multiupload.com/NY7Q49MDR9"]Reduce clock size in status bar (Froyo only)[/URL]
does it work with this ROM?
http://forum.xda-developers.com/showthread.php?t=1254359
I didn't try, but it should work.
But make a nandroid backup before trying! There's no guarantee, that it works.
But please report, if it works.
how does the dropdown menue look like?
The dropdown menue is in stock design. I like it.
so it is with wifi, gps etc control? too bad. dont want the button bar in it
I made a mod of this with my icons.
The links are in the first post.
I can't test it, so please make a backup and report if it works.
i dont want the icons at all so i wont test it.. sorry..
Why you don't take this and put your own icons into it?
thanks! works
how about v20i version?
I tested this on v20i .. the problem is that when wifi is connected it still shows the E (edge) icon or the hspa icon .. please be adviced !
I will make a version for V20i tomorrow.
Framework for V20i added. Please try and give me a feedback.
Ive just tested 20i framework ! it is the same as v20e the data icon still there even if wifi is connected . modaco's rom has transparent pull down menu and black menus !
Hm, I don't know, why it doesn't work.
I only put my icons in the framework of Topogigis V20i rom.
Maybe anyone can help?
Flix123 said:
Hm, I don't know, why it doesn't work.
I only put my icons in the framework of Topogigis V20i rom.
Maybe anyone can help?
Click to expand...
Click to collapse
I think topogigi has altered the framework somehow which is causing this ! please try again with modaco's v20i ! it didn't have this problem ! waiting for ur reply
not working on topogigi 1.8
Sent from my LG-P990 using XDA Premium App
One more try: I put my icons in the framework of the gr3 modaco rom.
Download link: http://www.multiupload.com/C04LOT5HW1
Please report again, if it works or not.
Flix123 said:
One more try: I put my icons in the framework of the gr3 modaco rom.
Download link: http://www.multiupload.com/C04LOT5HW1
Please report again, if it works or not.
Click to expand...
Click to collapse
thanks for trying .. just flashed this ! the data icon bug is still there ! but it is more consestant now ! black menus and cyan sliders ! thanks bro .. hopefully some1 will help eliminating the data icon thingy ! cheers

Help theming FlymeOS StatusBar

Hello,
I have a meizu MX HK M30 dual core with flymeOS 1.1.7 Which is based/created upon Android ICS 4.0.3.
I want to theme my status bar, but the SystemUI.apk is completetly different than other ICS Rom or CM9 Rom.
I have tried different thing for modding but all the time systemUI stop working, but compiling with no errors, I think there is some isssue with smali code.
So I need the help of a good themer for modding and explain to me how my systemUI for statusbar work.
I want a small transparent statusbar with center clock whithout date, wifi and carrier signal on the left.
I upload some screen shot of FlymeOS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
As you can see in the Home there is a big statusbar and this is here that I want a small statusbar.
Make attention the notification of sms or other are in the second row of the big statusbar and need to be placed at the top.
Here is a Google Drive link with stock deodexed SystemUI.apk Framework-res.apk of FlymeOS 1.1.7 :
https://docs.google.com/folder/d/0B5e4iFwEmsizUjdhYlZ5UE1XN1E/edit
Thanks in advance.
The trick used by MrColdbird to always have the small statusbar is to pretend we're never on the Home Screen (if I understood correctly the smali mods).
Regarding the placement, I think the xml res mention several date objects
- com.android.systemui.statusbar.policy.HomeClock
com.android.systemui.statusbar.policy.DateView in layout/status_bar_large.xml & layout/home_lower_panel.xml
(2-row status)
- com.android.systemui.statusbar.policy.Clock in layout/status_bar_opr.xml
(?)
- com.android.systemui.statusbar.policy.Clock in layout/status_bar_small.xml
(1-row status?)
- com.android.systemui.statusbar.policy.DateView in layout/status_bar_expanded.xml
(dragged statusbar?)
Can you try & see if you can tweak these xml files?
Edit: does it belong better in forumdisplay.php?f=1905 ?
Thanks for reply
Do you come from MeizuMe?
So I have already tried to change some value in this XML files
If I undestand correctly the large home status bar work like that :
there is one file in res/layout/statusbar.xml this file call three other XML for the different look of the status bar :
- 1 res/layout/small_status_bar.xml which is the code for the look of the status bar when an app is open.
- 2 res/layout/opr_status_bar.xml which is the code for the lockscreen status bar.
- 3 res/layout/status_bar_large which is the code for the home status bar this file include a call of /res/layout/home_lower_panel.xml which is the second line of large home status bar.
So the thing that I want to know is can I remove the Home_lower_panel.xml whithout problem or I need to touch the smali code ?
If I need to touch the smali code I can't because I don't understand how smali works. I have already read some article on the google dev guide but I don't undestand.
Can you try some edit on the systemUI file try to compil and upload your file for testing I need an external coder and point of view because my processus for modding is wrong.
I put the recommended files for work on google drive : systemUI you have the framework-res.apk and systemUI.apk
try in your side give me the file for testing.
( ATTENTION : If you have your own meizuMX for testing be carrefull the files that I have upload come from FlymeOS 1.1.7 the latest update from meizu.
I have Just deodex the rom. So if you want to test in your own you need a Flyme 1.1.7 deodex rom, I can upload it if you need.)
Sometimes I have some aapt error when (for example) : I remove home_lower_panel.xml and I tried to recompile.
For a succefull compil I need to export the classes.dex and ressource.arcs inside my working SystemUI folder.
But after that I have SystemUI stop working when the phone start I use root explorer, I give the good permissions.
Do you think I make something wrong and do I need to make a flash zip and clear data ?
And I don't understand what you mean "Edit: does it belong better in forumdisplay.php?f=1905 ?" ?
Thanks for giving a little of your time for some FlymeOS user.
Hi,
No body with experiences in ICS, JB, CM theming wants to help ? please, take a look on the file which I upload.
Thanks.

GingerBread XXLB1 Update v1.0 "Custom Update"

- This Update is for Samsung galaxy ace gt-s5830i with Gingerbread 2.3.6 Baseband version S5830iXXLB1 only
- It’s Custom Update By Me
- What’s new in Update V1 ?
1- New Style !!
2- New Status Bar include 15 toggles and Transparency Notification area & NEW icons
3- 6 locksecreens
4- New Fonts
5- SGS3 Bootanimation
6- Updated Some Programs like : YouTube , Google Play , Calculator , Email
7- Some Programs Modified : Messaging ( New Smiley ) , Music , FM Radio (New Layer) , Phone , Contacts , Clock , launcher , Setting (New Layer)
8- Icons from SGS3
9- New animation “you can modifying speed”
10- New Battery skin and 1% level
11- Add Programs : WPS Office , Stopwatch
12- Add new sounds for Alarm , Notification , Ringtone
13- Not Rooted , Odexed ( More Stable )
14- Full Arabic Support “read , write , display”
15- and More ….. I can’t remember
- How to install :
1- Download update file “Update For Ginger v1.0”
2- Place the above file to your SD card (NOT IN ANY FOLDER!!!)
3- Turn off you phone
4- Turn on it in Recovery Mod by pressing “ Home + Volume up + Power “ in same time
5- Choose 3ed option “ Wipe data/factory reset “ …. Wait for done
Note : in recovery mod touch not work …. Use the volume keys to move up and down
6- Go to second option “ apply update from sdcard “
7- Choose “Update For Ginger v1.0”……. Wait for done
8- It will be Installed. Now reboot your phone. First boot will take time. Be patient
NOTE : this is Update not Full Rom so you have to be installed Stock rom XXLB1
Credits :
1- SadHeroXIII (deodex XXLB1)
2- UOT Kitchen
3- abhi922 (touchwiz)...."Modded by me"
4- iamareebjamal (Jelly_Blast_Sound_Update)
5- Qeemi (6 lockscreen )
6- MatrixDJ96 (UniversalOdexScriptV62)
7- All XDA Members “Sorry if I forget any one”
Download :
Skydrive : https://skydrive.live.com/redir?resid=A772BB7C05132AC!358&authkey=!APKJA75XKhfpIik
Mediafire :http://www.mediafire.com/download/m1l9m23auuwr7n3/Update_For_Ginger_v1.0.zip
If you like my work please Thanks Me :good:
pleaaz add screenshoot
Screenshoots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Can't see ss, and can't install it CUZ i have XXMB2... But looks good. :good:
Sent from my Google Glass with CyanogenMod 11 KLP using Tapatalk 6 Golden Preview
Oh God i forget to Read these Line
Its Custom Update By me
I thought the samsung had launched a official Update LoL anyway Good work
Advice: Change the Title something to Different
Sent from my Ace-i
Hitesh2626 said:
Oh God i forget to Read these Line
Its Custom Update By me
I thought the samsung had launched a official Update LoL anyway Good work
Advice: Change the Title something to Different
Sent from my Ace-i
Click to expand...
Click to collapse
Thank you .... you know samsung will not update our device software ...... my we will do it ourself:laugh:

Categories

Resources