Hi
I need an application to remove sim icon from statusbar
{
"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"
}
Use apk tool,
Decompile system ui and go to res/values/dimens.xml
Open that on any text editor and find this line
<dimen name="multisim_layout_height">64.0dip</dimen>
Replace 64.0dip to 0.0dip then save
Recompile the apk, sign it, and push it and set permission
EDIT:
Make sure to have backup before doing this
Adromedemon said:
Use apk tool,
Decompile system ui and go to res/values/dimens.xml
Open that on any text editor and find this line
<dimen name="multisim_layout_height">64.0dip</dimen>
Replace 64.0dip to 0.0dip then save
Recompile the apk, sign it, and push it and set permission
EDIT:
Make sure to have backup before doing this
Click to expand...
Click to collapse
Thanks
Sent from my SM-G531H using Tapatalk
mamadrahimi8 said:
Thanks
Click to expand...
Click to collapse
No problem bro
Related
... I was wondering if it'd be easy to translate as everything in the app is in chinese language.
I guess it's only a matter of edditing .xml files, ¿right?
The problem I've encountered with is that when I try to open any .xml file it toss me an error and does not open the file. Also this happens with almost all other .xml files I've tried to open of any other aplications so I guess there must be a method to open theses files to edit the text strings.
Here are some screenshots as proof.
{
"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"
}
The xml's won't show up in their original form if you just open the apk. . and hex editing is a *****. You'd need to decompile the apk in order to edit the xml's.
apktool is a really awesome tool for quick xml edits
http://forum.xda-developers.com/showthread.php?t=640592
where did you get it from ?
try msn talk pro.. does the same job.
Please show me how to edit xml in its SystemUI.apk file with????????
it doesnt show any bar glowing, all the time it is grey
I am using Creed rom v2.5
{
"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"
}
Pleaseeeeeeeeeeeeeeee
Cậu 3 nôbita said:
Please show me how to edit xml in its SystemUI.apk file with????????
it doesnt show any bar glowing, all the time it is grey
I am using Creed rom v2.5
Pleaseeeeeeeeeeeeeeee
Click to expand...
Click to collapse
u can fix this problem by replacing the default systemui with system ui of other rom with rootexplorer in r/w mode and then setting the permission to r-w-r-r.and reboot.
Good day! I just started theming my SGY and thankfully it worked out, but I still have some problem with it. Would anyone mind tell me how could I change the font color to white? Here's the SS.
{
"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"
}
check res/colors/ folder
there are xml's there you can experiment,
get the hex code for the incorrect color and search it using a devevelopment suite like VTS studio then you can find the specific declared string
deathnotice01 said:
check res/colors/ folder
there are xml's there you can experiment,
get the hex code for the incorrect color and search it using a devevelopment suite like VTS studio then you can find the specific declared string
Click to expand...
Click to collapse
thanks sir, gonna try it now
Or try to go to styles.xml theres a lot of good stuffs there :good:
How to change text size ?
look status bar ..
{
"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"
}
#Luan said:
How to change text size ?
look status bar ..
Click to expand...
Click to collapse
In statusbar.xml of systemui.apk
Check the textappearance value. Next to it add this attribute android:textcolor="your colour code"
Sent from my GT-S5360 using Tapatalk 2
san122 said:
In statusbar.xml of systemui.apk
Check the textappearance value. Next to it add this attribute android:textcolor="your colour code"
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Thanks, i'm looking for it too
Build.prop
U can change it using build.prop editor but it will make alot of ur apps to force close !!!
First you must guide how to decompile apk files
Suitable for all Android devices
Ok,then,get ready your framework-res.apk,Decompile it
go to res/values,open navigationbar.xml with Notepad++ or Notepad2
search code
<bool name="config_showNavigationBar">false</bool>
give false to true
save,then open dimens.xml
search code
<dimen name="navigation_bar_height">48.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
navigation_bar_height behalf of vertical screen height
navigation_bar_width width represents the horizontal screen
The above figures to the size you want
Note: 48.0dip must exist in .0dip
For example: instead 30DPI is 30.0dip
save,Compile, replace the device back on OK
f the CM ROM, please add the code in build.prop
qemu.hw.mainkeys=0
save, reboot you device
If you don't wanna it ,add this code
qemu.hw.mainkeys=1
save, reboot you device
{
"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"
}