{
"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"
}
I want to change the text color (black - not visible) to white color
Which file Do i Have to edit to change the color??
Decompile apk and go to values folder and edit styles.xml using notepad++ and search for icon.menu and change text color from inverse to just primary
Sent from my GT-I9003 using XDA App
ronhoover88 said:
Decompile apk and go to values folder and edit styles.xml using notepad++ and search for icon.menu and change text color from inverse to just primary
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
Code:
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<style name="info_label">
<item name="android:textAppearance">@style/TextAppearance.info_label</item>
<item name="android:paddingRight">4.0dip</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
</style>
<style name="info_value">
<item name="android:textAppearance">@style/TextAppearance.info_value</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
</style>
<style name="info_small">
<item name="android:textAppearance">@style/TextAppearance.info_small</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
</style>
<style name="info_layout">
<item name="android:orientation">vertical</item>
<item name="android:paddingLeft">10.0dip</item>
<item name="android:paddingTop">10.0dip</item>
<item name="android:paddingRight">10.0dip</item>
<item name="android:paddingBottom">10.0dip</item>
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">fill_parent</item>
</style>
<style name="entry_layout">
<item name="android:orientation">horizontal</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
</style>
<style name="form_value">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">wrap_content</item>
</style>
<style name="TextAppearance" parent="@android:style/TextAppearance" />
<style name="TextAppearance.info_label" parent="@style/TextAppearance">
<item name="android:textSize">14.0sp</item>
<item name="android:textStyle">bold</item>
</style>
<style name="TextAppearance.info_small" parent="@style/TextAppearance">
<item name="android:textSize">12.0sp</item>
<item name="android:textStyle">normal</item>
</style>
<style name="TextAppearance.info_value" parent="@style/TextAppearance">
<item name="android:textSize">14.0sp</item>
<item name="android:textStyle">normal</item>
</style>
<style name="TallTitleBarTheme" parent="@android:style/Theme.NoTitleBar">
<item name="android:windowContentOverlay">@null</item>
</style>
</resources>
didnt find anything like that !!!
Well from which apk is this
Decompile framework-res.apk
Sent from my GT-I9003 using XDA App
ronhoover88 said:
Well from which apk is this
Decompile framework-res.apk
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
this is from settings.apk
Why would you look at settings.apk for that
Have a look at the framework-res.apk
Sent from my GT-I9003 using XDA App
ronhoover88 said:
Why would you look at settings.apk for that
Have a look at the framework-res.apk
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
I cant Do that
Can You Change the files for me
I will Attach the framework-res.apk file
I cant compile back the files
Wait till tomorrow morning i have already done that theme i'll give you the link to the theme i have ported
Sent from my GT-I9003 using XDA App
ronhoover88 said:
Wait till tomorrow morning i have already done that theme i'll give you the link to the theme i have ported
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
I have Also Ported This Theme
OK You Upload
Dont Forget To add The overscroll + crt + animations + 5 lock and all you Got
Well i will give you the framework-res.apk with all text colors fixed...you can upkoad it
Sent from my GT-I9003 using XDA App
Related
I want to change the color of this line.. can someone help me find its location?
{
"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"
}
Sent from my SPH-D710
strongsteve said:
I want to change the color of this line.. can someone help me find its location?
Sent from my SPH-D710
Click to expand...
Click to collapse
Id ask mijjah74 or overstew, Ill also ask someone and come back with an answer maybe.
Sent from a phone running a custom ROM with kNOw CiQ...
That looks cool
Divider images in framework-res.apk. Search "Divider" in the drawable-hdpi folder. You'll find light and dark pngs.
EDIT: Contacts pulls a lot of images from twframework-res.apk, so I'd also look there if it's not in framework-res.apk.
Ascertion said:
Divider images in framework-res.apk. Search "Divider" in the drawable-hdpi folder. You'll find light and dark pngs.
EDIT: Contacts pulls a lot of images from twframework-res.apk, so I'd also look there if it's not in framework-res.apk.
Click to expand...
Click to collapse
Checked both. Doesn't seem to be any of the divider images. All of my other divider images have been changed nicely. Its just this one in contacts tab..
:banghead:
Sent from my SPH-D710
strongsteve said:
Checked both. Doesn't seem to be any of the divider images. All of my other divider images have been changed nicely. Its just this one in contacts tab..
:banghead:
Sent from my SPH-D710
Click to expand...
Click to collapse
Maybe "dazednconfused" from team venum can help you??? He has changed the color of his divider in the wicked sensations rom so maybe he can point you in the right direction.
Im thinking that divider is not in contacts.apk. May be in phone.apk, mms.apk, framework.apk, or systemui.apk.
strongsteve said:
Checked both. Doesn't seem to be any of the divider images. All of my other divider images have been changed nicely. Its just this one in contacts tab..
:banghead:
Sent from my SPH-D710
Click to expand...
Click to collapse
Perhaps a smali edit?
Sent from my SPH-D710 using xda premium
Perhaps.. its driving me crazy ..
Sent from my SPH-D710
strongsteve said:
Perhaps.. its driving me crazy ..
Sent from my SPH-D710
Click to expand...
Click to collapse
Wat theme are you using I like BLUE but not so much of the ics blue!
Sent from my SPH-D710 using xda premium
krazy_smokezalot said:
Wat theme are you using I like BLUE but not so much of the ics blue!
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
It's the one and only odexed blue rom (strongsteves rom)
Sent from my SPH-D710 using Tapatalk 2
even if the image/XML is in framework or Twframework it should be referenced in one of the xml's in contacts/Res/layout. Gonna take a look after work
Sent from my SPH-D710 using xda premium
they're in contacts/res/drawable-hdpi-finger. They all have "divider" in the name
Sent from my SPH-D710 using xda premium
Huge thanks to Sleshepic for the help!! Thank you!
please decompile this apk
Most of the members here are gonna reply with - "here's the link to the decompiled...", but i'm gonna ask you yourself to do that. Apktool's guide is here - http://forum.xda-developers.com/showthread.php?t=1466100
XDA is a place to learn.
Code:
System.out.println("Sent from my SGY");
I agree with anasdcool,
Decompiling is really easy bro
You should try learning from the guides
Sent from my GT-S5360 using xda premium
lol i can imagine the hard part when editing xmls and recompiling,
praying not to bootloop
deathnotice01 said:
lol i can imagine the hard part when editing xmls and recompiling,
praying not to bootloop
Click to expand...
Click to collapse
I stayed away from modding apks, i get frustrated when ever theres error in recompiling i prefer kernel development though its even more frustrating but i really like the feeling every time i open the about phone option in settings and see my name on it, its like i branded my phone with my name
{
"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"
}
Sent from my GT-S5360 using xda premium
ok i will be honest... i already tried decompiling this apk before posting.. (i know how to decompile) This app cannot be decompiled.. that is why i posted in xda... i tried also changing framework resources in decompiling when it failed...
Sent from my GT-S5360 using xda app-developers app
thirdzcee said:
I stayed away from modding apks, i get frustrated when ever theres error in recompiling i prefer kernel development though its even more frustrating but i really like the feeling every time i open the about phone option in settings and see my name on it, its like i branded my phone with my name
View attachment 1306494
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Well,that's the best part of playing with apks.It's damn fun to track the error from the log,Finding that you made a stupid mistake,make the changes again,compiling again,praying for not getting the same error,playing around with layouts and smali and endless back to back flashing till you get the right thing you wanted.
---------- Post added at 11:47 AM ---------- Previous post was at 11:38 AM ----------
Spencer.Guangco said:
ok i will be honest... i already tried decompiling this apk before posting.. (i know how to decompile) This app cannot be decompiled.. that is why i posted in xda... i tried also changing framework resources in decompiling when it failed...
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
If you are talking about the settings.apk OP posted then i should say it had no problem in decompiling.
Decompile using virtuos the only way to decompile settings.apk im facing same problem using apktool
Sent from my GT-S5360 using xda app-developers app
evanlocked said:
Decompile using virtuos the only way to decompile settings.apk im facing same problem using apktool
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
I've decompiled it!
sent while doin' some burnouts
Apktool if framework-res.apk
Apktool if twframework-res.apk
Sent from Saint Andrew Fields
Thanks... I decompiled and recompiled now... I was missing twframework-res.apk resources... will ask OP to remove this post
Sent from my GT-S5360 using xda app-developers app
Hello friends, I am developer of spain and i creating red theme for my rom and I wonder if anyone knows where it changes the color blue bars percentage of the battery information, which pointed with an arrow.sorry for my english..
thank you!
{
"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"
}
hello, I can not find the xml for you now, but is in "settings.apk," look over there ..:good:
keep in mind that the theme engine (if you are using theme chooser), may not be able to apply all changes, eg volume bars ...
leonardoaraujo said:
hello, I can not find the xml for you now, but is in "settings.apk," look over there ..:good:
keep in mind that the theme engine (if you are using theme chooser), may not be able to apply all changes, eg volume bars ...
Click to expand...
Click to collapse
thanks for reply, the theme is installed directly to the rom, not to apply separately.
that had only the code xml ics blue? ff33b5e5?
or combination of codes of color?
thanks
do not look only for this specific code, this is a shade of blue, ics and jelly bean has several shades of blue ... (and some with transparency).
I do not know if you already know this, but it costs nothing to say ..
about a ton of blue you mentioned:
ff33b5e5
ff = transparency
Code = 33b5e5 ton of blue
Copy this code, paste in the color palette of photoshop (or whatever you use, if you have this option) ..
ps: do not search only "colors.xml" sometimes hide other xml's also color codes ...
good job ..
sorry my bad english ...: P
solved!!!
Neophite31 said:
solved!!!
Click to expand...
Click to collapse
Where? Ha
Sent from my GT-I9300 using xda premium
alvin551 said:
Where? Ha
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
in frame / res / drawable / progress_horizontal.xml you put the color code on lines 14 and 22, in all.
* in settings apk on this route:
settings / res / drawable / data_usage_bar
lines 12 and 19, the same code on both lines throughout.
the result in my rom with the green theme
Neophite31 said:
in frame / res / drawable / progress_horizontal.xml you put the color code on lines 14 and 22, in all.
* in settings apk on this route:
settings / res / drawable / data_usage_bar
lines 12 and 19, the same code on both lines throughout.
the result in my rom with the green theme
Click to expand...
Click to collapse
Cheers mate looks awesome
Sent from my GT-I9300 using xda premium
alvin551 said:
Cheers mate looks awesome
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Thanks!!
Enviado desde mi GT-I9300 usando Tapatalk 2
If anyone knows of an App that shows how well a charger is doing charging a Note 2 (or other Android devices) please post here or let me know.
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
Is this what your looking for
https://play.google.com/store/apps/details?id=com.abmantis.galaxychargingcurrent
Thank You
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
This should work as well... and its free:
https://play.google.com/store/apps/details?id=ccc71.bmw
Wrong thread. Sorry.
Meant to post here: http://forum.xda-developers.com/showthread.php?t=1801608
This should take you to the original form for Galaxy Charging Current Pro App
http://forum.xda-developers.com/showthread.php?p=36124435
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
I built one in tasker. I attached it as an apk made from the app factory
It is pretty simple... If you want I could post the code.
All these apps do is read the values from 2 or 3 files in sys.
Radimus said:
I built one in tasker. I attached it as an apk made from the app factory
It is pretty simple... If you want I could post the code.
All these apps do is read the values from 2 or 3 files in sys.
Click to expand...
Click to collapse
Thank You,
Will it work on all android stuff?
On my ATT Note 2, with 15% charge, I am getting: Current=1698,
Avg & Max = 1100
If 1100 is my max charging, how can I be
at 1698?
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
Radimus said:
I built one in tasker. I attached it as an apk made from the app factory
It is pretty simple... If you want I could post the code.
All these apps do is read the values from 2 or 3 files in sys.
Click to expand...
Click to collapse
Could this be made into a widget?
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
I suppose so, I'll look into it in the morning. That would be useful.
Sent from my GT-N7105 using Tapatalk 2
Can you send me the code I am curious
Thanks
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
ahmadroid said:
Can you send me the code I am curious
Thanks
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
Click to expand...
Click to collapse
<TaskerData sr="" dvi="1" tv="1.3.3u2m">
<Task sr="task49">
<cdate>1363348930501</cdate>
<edate>1363405196345</edate>
<id>49</id>
<nme>Read Charging</nme>
<pri>10</pri>
<Kid sr="Kid">
<launchID>49</launchID>
<pkg>huw.phu.ngx</pkg>
<vnme>v2</vnme>
<vnum>2</vnum>
</Kid>
<Action sr="act0" ve="3">
<code>417</code>
<Str sr="arg0" ve="3">/sys/class/power_supply/battery/current_now</Str>
<Str sr="arg1" ve="3">%BATT_CURRENT</Str>
</Action>
<Action sr="act1" ve="3">
<code>417</code>
<Str sr="arg0" ve="3">/sys/class/power_supply/battery/current_avg</Str>
<Str sr="arg1" ve="3">%BATT_AVG</Str>
</Action>
<Action sr="act2" ve="3">
<code>417</code>
<Str sr="arg0" ve="3">/sys/class/power_supply/battery/current_max</Str>
<Str sr="arg1" ve="3">%BATT_MAX</Str>
</Action>
<Action sr="act3" ve="3">
<code>550</code>
<Str sr="arg0" ve="3">Battery Level: %BATT</Str>
<Str sr="arg1" ve="3">Current: %BATT_CURRENT
Average: %BATT_AVG
Max: %BATT_MAX</Str>
<Str sr="arg2" ve="3"/>
<Str sr="arg3" ve="3">Popup</Str>
<Int sr="arg4" val="5"/>
<Int sr="arg5" val="1"/>
</Action>
<Img sr="icn" ve="2">
<icn>2130837559</icn>
</Img>
</Task>
</TaskerData>
Sent from my GT-N7105 using Tapatalk 2
{
"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"
}
Sent from my GT-N7105 using Tapatalk 2
Hi everybody,
I found a mod on xda that make visible the second of the clock in statusbar.
http://forum.xda-developers.com/showthread.php?t=2331617
I installed it and it works good on our device. there is only one problem.
The statusbar is a bit to large. I'm not a developer and i don't know what i have to do, if i would change it so, that it fit on the screen of our device.
I think its adapted for a LG phone. Can someone fix it for me?? I need only the smaller statusbar, nothing else.
I really only need the seconds.
I'm using the last cm10.1 from arco.
{
"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"
}
Maybe you can ask help from our master of mode, Adi. He is really a master of any mode
Sent from my CM10.1 Wonder using xda premium
geniusboy93 said:
Maybe you can ask help from our master of mode, Adi. He is really a master of any mode
Sent from my CM10.1 Wonder using xda premium
Click to expand...
Click to collapse
Yep, summon mastah @Adi Aisiteru Reborn :beer::beer:
Sent from my GT-I8150 using xda premium
Hey , I am not master
btw, I have that mods, but mine is merged with transparant status bar ...here http://forum.xda-developers.com/showthread.php?t=2233435
Adi Aisiteru Reborn said:
Hey , I am not master
btw, I have that mods, but mine is merged with transparant status bar ...here http://forum.xda-developers.com/showthread.php?t=2233435
Click to expand...
Click to collapse
Wow. I don't realise that mode before. I will also try it. You are awesome adi. You are really a master
Sent from my CM10.1 Wonder using xda premium
adi: can you make visible the seconds in your mod?
I made it by myself. It was really easy.
Decompile systemui.apk and navigate to SystemUI/res/layout/status_bar.xml and find this line:
Code:
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
replace with
Code:
<DigitalClock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
Here is the link to the MOD
http://forum.xda-developers.com/showthread.php?t=2359308