Status bar clock - Galaxy S III Themes and Apps (US Carriers)

I am trying to edit the color of the status bar clock. I have already tried editing styles.xml in SystemUI.apk.. why is this not working?
{
"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"
}

it could be part of the tw framework. either way, a lot of stuff that would normally change stock ICS won't be the same here since Samsung has modified it with their overlay.

Try a google search - I think the status bar clock requires a smali edit to change color.

alacrify said:
Try a google search - I think the status bar clock requires a smali edit to change color.
Click to expand...
Click to collapse
Google.. I did
I can easily perform the deodexing and smali edits if I just know where they are

decompile either the framework-res.apk or twframework-res.apk... look under the res folder maybe.. i know i saw a "statusbar" folder in there somewhere. gonna take some smali edits to do it.

is there a way to change to certain color?

strongsteve said:
I am trying to edit the color of the status bar clock. I have already tried editing styles.xml in SystemUI.apk.. why is this not working?
Click to expand...
Click to collapse
Color for Clock
1. Decompile SystemUI.apk
2. Goto: /res/values/
3. edit styles.xml
4. the style you want is "<style name="TextAppearance.StatusBar.Clock" parent="@android:style/TextAppearance.StatusBar.Icon">"
5. change "<item name="android:textColor">#ff33b5e5</item>" under this style (this is android blue, change at will)
6. save and recompile
Remove AM/PM
1. Decompile SystemUI.apk
2. Goto: /systemui.apk /smali/com/android/systemui/statusbar/policy
3. edit Clock.smali
4. the line you want is typically 36 (its the static constructor)
5. change "const/4 v0, 0x0" to "const/4 v0, 0x2"
6. save and recompile

Wildchld said:
Color for Clock
1. Decompile SystemUI.apk
2. Goto: /res/values/
3. edit styles.xml
4. the style you want is "<style name="TextAppearance.StatusBar.Clock" parent="@android:style/TextAppearance.StatusBar.Icon">"
5. change "<item name="android:textColor">#ff33b5e5</item>" under this style (this is android blue, change at will)
6. save and recompile
Remove AM/PM
1. Decompile SystemUI.apk
2. Goto: /systemui.apk /smali/com/android/systemui/statusbar/policy
3. edit Clock.smali
4. the line you want is typically 36 (its the static constructor)
5. change "const/4 v0, 0x0" to "const/4 v0, 0x2"
6. save and recompile
Click to expand...
Click to collapse
Tried that and it did not work

Is there any news that we might get leedroid tweaks for this phone?

Wildchld said:
Color for Clock
1. Decompile SystemUI.apk
2. Goto: /res/values/
3. edit styles.xml
4. the style you want is "<style name="TextAppearance.StatusBar.Clock" parent="@android:style/TextAppearance.StatusBar.Icon">"
5. change "<item name="android:textColor">#ff33b5e5</item>" under this style (this is android blue, change at will)
6. save and recompile
Remove AM/PM
1. Decompile SystemUI.apk
2. Goto: /systemui.apk /smali/com/android/systemui/statusbar/policy
3. edit Clock.smali
4. the line you want is typically 36 (its the static constructor)
5. change "const/4 v0, 0x0" to "const/4 v0, 0x2"
6. save and recompile
Click to expand...
Click to collapse
Yea i tried those instructions and it did not work either.. anyone suggestions anyone?

systemui.apk/res/layout/tw_statusbar. Xml.
Sent from my SPH-L710 using Xparent ICS Tapatalk 2

Who like to know this too. I'm on Joshbeach's theme.....would like to change the blue clock back to white.

HolyGrail said:
Who like to know this too. I'm on Joshbeach's theme.....would like to change the blue clock back to white.
Click to expand...
Click to collapse
forum.xda-developers.com/showthread.php?t=1730388&highlight=center+clock
Change from dark to light
Sent from my SGH-T999 using Tapatalk 2

change your clock code in tw_ststusbar.xml to be:
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" androidaddingTop="3.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:layout_weight="1.0" />
then change you color in styles.xml to a hexcode #ffXXXXXX

Related

[GUIDE][ Micromax A56/A57/A87 ] Remove G/3G And No Sim Icon From the Status Bar

How to Remove the Annoying G/3G And No Sim Icon From the Status Bar
( This Guide Can Also Be used to Rearrange The Status Bar Icons )
By Manas1796​
This is my first guide, so you might find some difficulties in understanding it!
I'll Guide you in How to make this -
{
"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"
}
Click to expand...
Click to collapse
Things You'll Need -
Knowledge of Compiling and Decompiling APKs
framework-res.apk
systemui.apk
And Most Important -
Brain and Common Sense
Step 1 - StatusBar Part
Decompile systemui.apk
Download this
Then Extract the Images in it to res/Drawable HDPI And res/Drawable MDPI
Recompile the systemui.apk and Done!
Click to expand...
Click to collapse
Step 2 - Framework Part
Decompile framework-res.apk
Open res/values/arrays.xml with Notepad++
Find Some Code Like This -
Here Top to Bottom = Left to Right in Statusbar
Example - Here the Clock is at the last = Clock is in the Right Most Corner of Status bar
Change to -
i.e. We just move the No SimCard And Network Type below the <item>ime</item>
Note: Do whatever Arrangement you want, but just don't delete any line of code from it! or else the Status Bar will force close!
Now, Save and Close the arrays.xml
Recompile the Framework-res.apk
Click to expand...
Click to collapse
Done, Now ADB Push, Or make a Flashable Zip and Put it in your Device!
Enjoy! :highfive:
Don't Forget to Give me credits!
If you got any doubts just post them Below!
Thanks for sharing this valuable informations........
Is it possible to hide no sim Info, I.e even network icon when using only single sim?
RmatriX1218 said:
Is it possible to hide no sim Info, I.e even network icon when using only single sim?
Click to expand...
Click to collapse
Yes it is!
Just move the phone_signal_/second_sub ( Whichever u don't want ) below ime in framework-res.apk
And Replave stat_sys_signal_null_sim1/2 with a blank Image in Systemui.apk
Manas1796 said:
Yes it is!
Just move the phone_signal_/second_sub ( Whichever u don't want ) below ime in framework-res.apk
And Replave stat_sys_signal_null_sim1/2 with a blank Image in Systemui.apk
Click to expand...
Click to collapse
Bro,
I know this thing will definitely involve SMALIs, but is it possible that the Second Sim Icon Disappears only if there isn't a second sim and displays it when there is one..
Switch case codes?
I cant find the values folder in framework n also I need help in my status bar one of my sims r roaming n the tower icon is same as that of a stock icon can u provide the icons so that I could change them pls if u can????
Thanks for sharing .... Keep it up
Re: Your work
I just put the transpanrent png's to systemui thn recompile and it worked. No need with the no sim thing cause I dont have any. just having a problem with the spaces between signals. tried to increase the margin but didnt work. can u help me out. thanks!
Bla Bla... :v
Manas1796 said:
How to Remove the Annoying G/3G And No Sim Icon From the Status Bar
( This Guide Can Also Be used to Rearrange The Status Bar Icons )
By Manas1796​
This is my first guide, so you might find some difficulties in understanding it!
Things You'll Need -
Knowledge of Compiling and Decompiling APKs
framework-res.apk
systemui.apk
And Most Important -
Brain and Common Sense
Step 1 - StatusBar Part
Step 2 - Framework Part
Done, Now ADB Push, Or make a Flashable Zip and Put it in your Device!
Enjoy! :highfive:
Don't Forget to Give me credits!
If you got any doubts just post them Below!
Click to expand...
Click to collapse
Well it doesn't removes the icons.. it just makes them transparent...
well i know its a hard work but removing icons includes editing statusbarservice.smali ... i tried that... but the statusbar fc's everytime wenever there is a network change...!! can u look for it..?
help
hello brother .i need help 1. wana know easiest way to compile and decompile 2. where to find systemui.apk and framework as i installed es file explorer on my phone and tried to find it but didnt find it.Probably my phone is not rooted do i need to root my phone to find it 3. please if you can help in this by step by step process Thanks
rahejapravesh said:
hello brother .i need help 1. wana know easiest way to compile and decompile 2. where to find systemui.apk and framework as i installed es file explorer on my phone and tried to find it but didnt find it.Probably my phone is not rooted do i need to root my phone to find it 3. please if you can help in this by step by step process Thanks
Click to expand...
Click to collapse
1)Apktool is the easiest way to go
2)SystemUI.apk is in /system/app while framework-res.apk is in /system/framework
3)You need to be rooted

[MOD][GUIDE][GB]Guide to ICS styled pattern lockscreen with reduced thickness

Guide to changing path thickness of Pattern Lockscreen to ICS style​
I wandered places searching this off. I found some traces in direction of my destiny but none of them worked fully correctly
So, as stated, I searched a lot for this mod and came face to face with failures and smali errors. So, I had to figure it out myself some modification to do in it to make it work.
This guide was made by me a while ago but I thought on sharing this here as this is very active community
Note: IT is not COMPLETELY my mod but I have done modifications in it to make it work. This is based on a guide for Froyo outside of XDA. So, I have ported it to gingerbread after some small smali modifications.
Pre-Requisites:
1. PC with Java JDK or JRE
2. Deodexed ROM
3. 7-Zip
4. classes.dex decompiling tool
5. Notepad++
6. Patience
7. Carefulness for editing smali files
Let's Start
1. First we would have to decompile classes.dex inside framework.jar
For that, you can use my Tool ROM Tool v3
First using 7zip, Right click on your framework.jar and open it as archive and drag and drop classes.dex in input folder of the tool
(Note: If you don't have classes.dex in framework.jar [only META-INF and preloaded-classes.dex], then your framework isn't deodexed)
Now, open Script.bat and choose 1 (Decompile classes.dex)
2. Now, we will make the changes. Go to decompiled folder and go to \classout\com\android\internal\widget and open LockPatternView.smali in Notepad++
Search for mDiameterFactor:F [Ctrl+F]​
See the code above it.
It should be like this:-
Code:
const[COLOR="Red"]/high16[/COLOR] v2, 0x3f00
If it is, then you will have to remove red part /high16
Because it will not allow the change of code we will be doing which will have a different hexadecimal value which will not be supported till this code is in effect
Now, it will look like this:-
Code:
const v2, 0x[COLOR="Red"]3f00[/COLOR]
Now, we will change the thickness value 3f00 to 3dcccccd
Final code will look like this
Code:
const v2, 0x3dcccccd
Save it
I am attaching final and before smali for comparison below.
View attachment 1936707
(Note: If you don't have /high16, it's good , then just just change the value and save)
3. Go to Script.bat again and choose 2 (Recompile classes.dex) and after it's done, you will get classes.dex
Drop it in framework.jar
4. Push framewotk.jar in /system/framework
Eg:
Copy it in platform-tools folder of android SDK and type following with pressing Enter after each command
Code:
adb remount
adb push framework.jar /system/framework/
adb shell chmod 644 /system/framework/framework.jar
adb shell killall system_server
Last command will Hot Reboot your phone to apply changes. It is fast and better than rebooting phone.
5. Enjoy
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"
}
Before
After
Credits​
A member from other forum to answer a question to other member of that forum
Google for letting me search somethings
Samsung Galaxy Ace s5830i members for supporting me so much :highfive:
http://forum.xda-developers.com/showthread.php?t=2264849
Sent from my GT-S5830i
Mohinkx said:
http://forum.xda-developers.com/showthread.php?t=2264849
Sent from my GT-S5830i
Click to expand...
Click to collapse
I know. I shared here as many people would not reach there
thanks bro, very nice guide :good: :good: :good: :good: :good: :good:
hey whats that script.bat??
well i extracted frmwrk.jar i got classes.dex . what to do nw??
Yeah.. I got..its very very nice..
Sent from my GT-S6802
Just one suggestion type these
Code:
iput v2, p0, Lcom/android/internal/widget/LockPatternView;->mDiameterFactor:F
code instead of
Code:
mDiameterFactor:F
for searching.
Hitesh2626 said:
Just one suggestion type these
Code:
iput v2, p0, Lcom/android/internal/widget/LockPatternView;->mDiameterFactor:F
code instead of
Code:
mDiameterFactor:F
for searching.
Click to expand...
Click to collapse
the reason why he used that is because the iput v2,p0 code differs per device.
mDiameterFactor instead not
Sent from my Acer S500 CloudMobile
SpaceCaker said:
the reason why he used that is because the iput v2,p0 code differs per device.
mDiameterFactor instead not
Sent from my Acer S500 CloudMobile
Click to expand...
Click to collapse
Oh Ok
well nice guide....
will definately try to reduce thickness of my pattern lockscreen...:good:

[GUIDE] How to add extra option in settings.apk

EXTRA APPLICATION OPTION IN SETTINGS MENU​
This is my first thread, so please ignore my errors.
We have seen custom ROMs having some extra options in settings. This is a guide of adding these options.
This guide is for Galaxy y, but also can work for devices with similar settings.apk (like Ace, duos etc.)
Prerequisites:-
1) A rooted phone (I can't strech how important this is )
2) Backup your orginal settings.apk
3) Basic knowledge of decompiling and recompiling.
Procedure:-
1)Decompile settings.apk and apk of the app you want to put. (I am decompiling Proximity Actions)
2) Go to decompiled app folder and open AndroidManifest.xml. Note Package and Target Class. (Marked with red circle Attachment # 1)
{
"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"
}
3) Open decompiled folder of settings. Go to /res/values/strings.xml. Open with Notepad++.
Enter code <string name="prxt_ctrl">Proximity Control</string> in the end before /resources>. You can edit red coloured text to anything which you want to appear in settings. You can also give any string name, but remember it.
4) You need an icon to put in settings(You can get it from that decompiled app). Resize it to 24x24 pixels (FOR GALAXY Y ONLY)
5) Put that icon in settings/res/drawable-Idpi with any name(remember it). I have given name ic_settings_prxt
6) Go to settings/res/xml/settings.xml. Open with Notepad++
7) Add code <com.android.settings.IconPreferenceScreen android:title="@string/prxt_ctrl" settings:icon="@drawable/ic_settings_prxt">
<intent android:targetPackage="novum.inceptum.proximity" android:action="android.intent.action.MAIN" android:targetClass="novum.inceptum.proximity.PA_Activity" />
</com.android.settings.IconPreferenceScreen>
Here string is used from step 3. Use icon from step 4. Package and targetClass from step 2.
8) Save and compile Settings.apk and complete formalities of recompiling.
9) Push Settings.apk to /system/app and set permissions to rw-r--r--.
10) Enjoy
PRESS THANKS IF HELPED. I REALLY NEED IT.
there is a similar thread. plz search before post. mods plz close this thread.
Galaxy Pop Plus'ımdan Tapatalk 2 ile gönderildi.
That guide you are talking about by PinapleOwl is different method. It is just how to add extra ACTIVITY with smali editing. Here you dont have to edit smali. Please note the difference before comment. Also this has detailed screenshots for noobs.
Sent from my GT-S5360 using xda-app
Using CWM........Busybox Commands........No I use my hands
Think the thread being referred to is
http://forum.xda-developers.com/showthread.php?t=2341389
Which has more options such as sub directory
Anyway it's a clear guide for anyone who needs simple directions
marcussmith2626 said:
Think the thread being referred to is
http://forum.xda-developers.com/showthread.php?t=2341389
Which has more options such as sub directory
Anyway it's a clear guide for anyone who needs simple directions
Click to expand...
Click to collapse
No. That guide has different Settings structure. It is for Xperia Arc where menus are classified by category.
In our Galaxy y, we don't have settings_header.xml.
Indeed both guides are similar, but I think a set of simple instructions would be helpful, so I have written this thing.
i cannot find android:targetPackage android:action etc
shadman0 said:
i cannot find android:targetPackage android:action etc
Click to expand...
Click to collapse
its the name of the apk in its manifest - decompile the target apk and look
I have Problem
marcussmith2626 said:
its the name of the apk in its manifest - decompile the target apk and look
Click to expand...
Click to collapse
Marcussmith2626 I have Build The App And Sign App After I have Place System/app and givr it permissions r w r r after reboot The Settings is Not Come in Launcher
shadman0 said:
Marcussmith2626 I have Build The App And Sign App After I have Place System/app and givr it permissions r w r r after reboot The Settings is Not Come in Launcher
Click to expand...
Click to collapse
If you have not edited Manifest of your SETTINGS APP (IMPORTANT), then you don't have to sign that APK. Just open both apks (newly compiled and original) in 7zip 7zip ONLY (Right click on apk ====> 7zip ====> Open archive)
Then drag META-INF of original apk to compiled apk and push to /system/app and change permission to 644 (rw-r--r--)
Same problem
A BIG Thanks for your help
hnkotnis said:
If you have not edited Manifest of your SETTINGS APP (IMPORTANT), then you don't have to sign that APK. Just open both apks (newly compiled and original) in 7zip 7zip ONLY (Right click on apk ====> 7zip ====> Open archive)
Then drag META-INF of original apk to compiled apk and push to /system/app and change permission to 644 (rw-r--r--)
Click to expand...
Click to collapse
OR you can patch service.jar with lucky patcher and see

[MOD][GUIDE] Add Shortcut of any App to any App

Hello Guys Today i am back with a new guide. I will show you how to add shortcut of an app to any app.
Preview
{
"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"
}
NOTE: Follow all steps carefully.I am not responsible if you damage your phone.
So lets start:
1.Decompile the app in which you want to add the another app shortcut + the app which you want to add under that option
(Hope iam clear)
2.Download attatched files from attachments and merge with your 1st decompiled app.
3.NOW, Open the xml in layout folder where you want to add the app screenshot.
[Like in statusbar You need to edit statusbar_expanded.xml]
4.Add this code where you want to place the appcaller button.
Code:
<com.appscaller.Apps android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@id/appcaller" />
5.Now, Open res/values/ids.xml and add this in the last above </resources>
Code:
<item type="id" name="appcaller">false</item>
6.Compile your app.
7.Decompile it again.
8.Now open res/values/public.xml and search for "appcaller" and "appcallericon" and note their ids .
Now open smali/com/appcaller/Apps.smali
and search for
Code:
0x7f
9.Copy that whole id and replace that with your "appcaller" ids id.
10.Search again for the code and copy whole id and replace that id with the id of "appcallericon" drawable in public.xml
11.Now open the 2nd decompiled app and open its Android-manifest.xml.
12.Copy the code written under package on the first line .
13.Now open smali/com/appcaller/apps$1.smali and search "package" and add the copied code there.
14.Open 2nd apps Android-manifest.xml again and check the first <activity and in it check android:name="COPY THE CODE WRITTEN HERE" and then open smali/com/appscaller/apps$1.smali in 1st app and search "name" and
then add the copied code from "package" +"name" with second app.
for eg if package is
HTML:
com.android.deskclock
" and name is "deskclock" then
name should be written like this "
HTML:
com.android.deskclock.deskclock
(HOPE YOU UNDERSTOOD IT)
Credits:
b16h22
Musadiq
Reserved
san122 said:
Hello Guys Today iam back with a new guide.Today i will show you how to call an app from any app including framework-res.apk,dialer.apk,SystemUI.apk to any app.
looks nice.....but what it actually does??? ...i did not get that
Click to expand...
Click to collapse
vishal1404 said:
looks nice.....but what it actually does??? ...i did not get that
Click to expand...
Click to collapse
Its like a shortcut that u can add this like in dialer to open your app like facebook
u could also rempve th ID value in source code and simply change the smali name for every app u want.
like TaskButton for taskmanager
or DialerButton for dialer and such .
Sent from my S500 using xda app-developers app
SpaceCaker said:
u could also rempve th ID value in source code and simply change the smali name for every app u want.
like TaskButton for taskmanager
or DialerButton for dialer and such .
Sent from my S500 using xda app-developers app
Click to expand...
Click to collapse
I know but this method is helpful for adding taskmanager button on long home press see ss above.
san122 said:
I know but this method is helpful for adding taskmanager button on long home press see ss above.
Click to expand...
Click to collapse
yeah i know.
i had extended Button class in java aswell to create 3 extra toggle classes aswell
but i removed the IDs from classname as i didnt want to mess with const value xD
Sent from my S500 using xda app-developers app
SpaceCaker said:
yeah i know.
i had extended Button class in java aswell to create 3 extra toggle classes aswell
but i removed the IDs from classname as i didnt want to mess with const value xD
Sent from my S500 using xda app-developers app
Click to expand...
Click to collapse
Can you tell me how to do that
san122 said:
Can you tell me how to do that
Click to expand...
Click to collapse
Code:
Button button = (Button) findViewById(R.id.launch_tasks);
remove this kind of code from the java source i also removed the imageresource because i wanted to load it from android:background tag instead.
Nice :thumbup:
Press Thanks if help - G S c u l e r l o r
san122 said:
Reserved
Click to expand...
Click to collapse
i dont find code 0x7f
plz help

[[GUIDE][KK4.4.2/JB]Change Setting.apk White Theme To Black Theme 24/2/20K5]

Hello Xperia Users Today I Wanna Share How To Change Setting.apk White Theme To Black Theme Its Very Simple Guideline​
Requirements:
1.Settings.apk
2.Notepad ++
3.Apktool to Decompile apk
4.A Little Common sense
5)And some patience.
TRY IT AT YOUR OWN RISK
Tutorial in 2nd Post:
Screen Shots:
{
"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"
}
IF You Like My Work Then Say Thanks
Tutorial:
1.Decompile Settings.apk
2.Open to Settings.apk\res\values\styles.xml
Find this lines and remove RED Color Highlighted word
Tutorial:
1.Decompile Settings.apk
2.Open to Settings.apk\res\values\styles.xml
Find this lines and remove RED Color Highlighted word
Code:
<style name="Theme.CreateShortCut" parent="@android:style/Theme.DeviceDefault.[COLOR="Red"]Light.[/COLOR]DialogWhenLarge">
Code:
<style name="SetupMoreOverflow" parent="@android:style/Widget.DeviceDefault.[COLOR="Red"]Light.[/COLOR]ActionButton.Overflow" />
<style name="Transparent" parent="@android:style/Theme.DeviceDefault[COLOR="Red"].Light[/COLOR]">
Code:
<style name="SecurityPreferenceButtonContainer" parent="@android:style/DeviceDefault.[COLOR="Red"]Light.[/COLOR]SegmentedButton">
Code:
<style name="SecurityPreferenceButton" parent="@android:style/Widget.DeviceDefault.[COLOR="Red"]Light.[/COLOR]Button.Borderless.Small">
Code:
<style name="SetupWizardWifiTheme" parent="@android:style/Theme.DeviceDefault.[COLOR="Red"]Light.[/COLOR]NoActionBar">
Code:
<style name="Theme.WifiDialog" parent="@android:style/Theme.DeviceDefault.[COLOR="Red"]Light.[/COLOR]Dialog.Alert">
Code:
<style name="Theme.Settings" parent="@android:style/Theme.DeviceDefault[COLOR="Red"].Light[/COLOR]">
<item name="android:actionBarStyle">@android:style/Widget.DeviceDefault.[COLOR="Red"]Light.[/COLOR]ActionBar.Solid</item>
Code:
<style name="Theme.Holo" parent="@android:style/Theme.DeviceDefault[COLOR="Red"].Light[/COLOR]">
Code:
<style name="Theme.Holo.NoActionBar" parent="@android:style/Theme.DeviceDefault.[COLOR="Red"]Light.[/COLOR]NoActionBar">
Code:
<style name="Theme.Holo.Dialog" parent="@android:style/Theme.DeviceDefault.[COLOR="Red"]Light.[/COLOR]Dialog">
Code:
<style name="Theme.Holo.DialogWhenLarge" parent="@android:style/Theme.DeviceDefault.[COLOR="Red"]Light.[/COLOR]DialogWhenLarge">
Code:
<style name="Theme.Holo.Dialog.Alert" parent="@android:style/Theme.DeviceDefault.[COLOR="Red"]Light.[/COLOR]Dialog.Alert">
Code:
<style name="Theme.Holo.Dialog.NoActionBar" parent="@android:style/Theme.DeviceDefault.[COLOR="Red"]Light.[/COLOR]Dialog.NoActionBar">
Code:
<style name="Theme.Holo.Panel" parent="@android:style/Theme.DeviceDefault.[COLOR="Red"]Light.[/COLOR]Panel">
Find this line and change
Find
Code:
<style name="TextAppearance.Switch" parent="@android:style/TextAppearance.DeviceDefault.Widget.Switch">
Change
Code:
<style name="TextAppearance.Switch" parent="@android:style/TextAppearance.DeviceDefault.Light.DialogWindowTitle">
3. Save styles.xml
4. Recompile and sign Settings.apk
Done
Enjoy....!!!
IF You Like My Work Then Say Thanks
IF You Like My Work Then Say Thanks[/QUOTE]
Simple and fresh .
Very good Bro Thanks
Ambor said:
IF You Like My Work Then Say Thanks
Click to expand...
Click to collapse
Simple and fresh .
Very good Bro Thanks[/QUOTE]
My pleasure
Sent from my D2105 using XDA Free mobile app
Simple and fresh .
Very good Bro Thanks
Click to expand...
Click to collapse
My pleasure
Sent from my D2105 using XDA Free mobile app
i will test soon
Sent from my D2005 using xda app-developers app
rayanbg_ said:
i will test soon
Sent from my D2005 using xda app-developers app
Click to expand...
Click to collapse
Test soon ?
This guide works for sure
Believe that
Sent From My Z2 On Mw Revolution V2.4
.. A Piece Of Art From A Rom ..
Pandemic said:
Test soon ?
This guide works for sure
Believe that
Sent From My Z2 On Mw Revolution V2.4
.. A Piece Of Art From A Rom ..
Click to expand...
Click to collapse
Does it work with odexed ROM? or how to make it work?
I mean, I'm using stock xperia SO-02E. I tried but it's not work. The Setting application is not opened after modification.
Thanks,
binhgreat said:
Does it work with odexed ROM? or how to make it work?
I mean, I'm using stock xperia SO-02E. I tried but it's not work. The Setting application is not opened after modification.
Thanks,
Click to expand...
Click to collapse
Yes bro this tutorial work in Stock ROM odexed
Sent from my D2105 using XDA Free mobile app
G.Pawar said:
Yes bro this tutorial work in Stock ROM odexed
Sent from my D2105 using XDA Free mobile app
Click to expand...
Click to collapse
Could you explain more detail, step by step to do it?
Do I need to update Settings.apk only (don't need to modify Settings.odex)?
EDIT:
Dont sign system apk`s.
Copy original meta-inf and android manifest.xml to the modified apk.
That should do the trick.
binhgreat said:
Could you explain more detail, step by step to do it?
Do I need to update Settings.apk only (don't need to modify Settings.odex)?
Click to expand...
Click to collapse
Sorry bro I can't explain step by step i don't have time just follow step by step this Guide line
Send From Xperia E1 If I Help U Then Press Thanks Button It's Free

Categories

Resources