[Guide]Theming Settings Heavily »Update^1/3/14«[GB] - Android Themes

Presenting a full guide on theming and understanding conceps of Settings.apk
Theming it white with changeable background
Check 2nd Post
Note.
I am not responsible if you make any damage to your phone
Click to expand...
Click to collapse
This simple editing requires.
# STEP 1
Patience
[For that use my method of spreading cold water over your head.}
# STEP 2
Notepad ++
{A very handy tool}
google it if you dont have for editing xml files.
# STEP 3
My provided files for changing backgrounds.
Click to expand...
Click to collapse
Lets start our work.
# STEP 4
Decompile your Settings.apk
# STEP 5
Open Androidmanifest.xml
# STEP 6
In
Code:
<application android:label="@string/settings_label"
# STEP 7
Add this
Code:
android:theme="@*android:style/Theme.Light"
# STEP 8
So it will look like thisafter editing
Code:
<application android:theme="@*android:style/Theme.Holo" android:label="@string/settings_label"
# STEP 9
Now find
Code:
Theme.NoTitleBar
And replace each with
Code:
Theme.Light.NoTitleBar
# STEP 10
Now open ManageApplications$ApplicationsAdapter.smali in
Code:
smali/com/android/settings/applications/ManageApplications$ApplicationsAdapter.smali
# STEP 11
Find
Code:
getColorStateList
# STEP 12
Above it you will see public id linked to framework
i.e.
Code:
0x1060001
# STEP 15
Change it to
Code:
0x1060004
This is to fix white colour problem in manage aplications tab items.
# STEP 14
Recompile your apk back.
Click to expand...
Click to collapse

{
"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"
}
EXTRA TIPS.​
#
Changing the backgroung from white to grey or set your image
# STEP 15
Download Zip Package from here and merge with your settings.
# STEP 16
Open styles.xml
Paste this in the last above
Code:
</resources>
Code:
<style name="Settings" parent="@*android:style/Theme.Light">
<item name="android:windowBackground">@drawable/background</item>
</style>
# STEP 17
Open Androidmanifest.xml
# STEP 18
In
Code:
<application android:label="@string/settings_label"
# STEP 19
Add this
Code:
android:theme="@style/Settings"
# STEP 20
So it will look like this after editing
Code:
<application android:theme="@style/Settings" android:label="@string/settings_label"
# STEP 21
And background will be changed.
Click to expand...
Click to collapse

#
To change separators
# STEP 22
Open styles.xml
Paste this in the last above
Code:
</resources>
Code:
<style name="Widget.TextView.ListSeparator.White" parent="@*android:style/Widget.TextView.ListSeparator">
<item name="android:textColor">#ff000000</item>
<item name="android:background">@drawable/light_header</item>
</style>
# STEP 23
Change
Code:
<style name="Settings" parent="@*android:style/Theme.Light">
<item name="android:windowBackground">@drawable/background</item>
</style>
to
Code:
<style name="Settings" parent="@*android:style/Theme.Light">
<item name="android:windowBackground">@drawable/background</item>
<item name="android:listSeparatorTextViewStyle">@style/Widget.TextView.ListSeparator.White</item>
</style>
# STEP 24
Recompile back your apk file.
# STEP 25
Sign it.
# STEP 26
Push to system/app with permissions rw-r-r
# YOUR STEP
And Work Completed.
Click to expand...
Click to collapse

Liked Diz.....:thumbup:
via Tapatalk

awesome:good:

san122 said:
Click to expand...
Click to collapse
hy @san122 if you can help me to add wifi & Bluetooth switch on / of on settings?

I should make a guide like this for 4.3..
Didn't know people where still using GB lol
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged

eZdubzitmk4 said:
I should make a guide like this for 4.3..
Didn't know people where still using GB lol
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
Click to expand...
Click to collapse
Why fear when iam here .I will make a guide on jb
Sent from my GT-S5360 using Tapatalk 2

Dekill93 said:
hy @san122 if you can help me to add wifi & Bluetooth switch on / of on settings?
Click to expand...
Click to collapse
There is a guide by sniper killer for that google it
Sent from my GT-S5360 using Tapatalk 2

san122 said:
Why fear when iam here .I will make a guide on jb
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
I was going to make one for 4.3 touch wiz. Unless you want to
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged

eZdubzitmk4 said:
I was going to make one for 4.3 touch wiz. Unless you want to
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
Click to expand...
Click to collapse
Your choice add source here.
Sent from my GT-S5360 using Tapatalk 2

san122 said:
There is a guide by sniper killer for that google it
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
I've tried the tutorial ... but this is what I get ... try to check my picture...
can you help me ?

'SAN122' I have a small query.
How edit the background color of the header of the Settings application?

vk2r said:
'SAN122' I have a small query.
How edit the background color of the header of the Settings application?
Click to expand...
Click to collapse
You need to add titlebar attributes to styles for that and it is a png not a colour
Sent from my GT-S5360 using Tapatalk 2

san122 said:
You need to add titlebar attributes to styles for that and it is a png not a colour
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Could you give me some help with that?
I am somewhat newbie to all this ...

vk2r said:
Could you give me some help with that?
I am somewhat newbie to all this ...
Click to expand...
Click to collapse
not possible today but surely tomorrow
Sent from my GT-S5360 using Tapatalk 2

san122 said:
not possible today but surely tomorrow
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Thank you so much.
I'm really grateful.

can you tell me how to move customization option from here to a new title QUICKLINKS below WIRELESS AND NETWORKS ?
Sent from my Nexus 4

rush25 said:
can you tell me how to move customization option from here to a new title QUICKLINKS below WIRELESS AND NETWORKS ?
Sent from my Nexus 4
Click to expand...
Click to collapse
Under settings.xml make preferencecategories and preferencescreens below wireless and networks .
Sent from my GT-S5360 using Tapatalk 2

you xml/settings_preference.xml ? i tried it in there and also added new line in strings xml but still error
Sent from my Nexus 4

Related

[GUIDE][MOD]Transparency for froyo,gingerbread, ics

{
"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"
}
You will see many ROMs like SUVI ROM, Creed's ROM etc. having a transparent effect. Adding this feature is easy but some developers won't tell their secret. So I will show you a very easy guide by which you can add 'transparent' effect in your ROM.
How to make any Rom transparent
I am not responsible for your bootlooped devices!
I will be showing you for types of transpareny effects.
Requirements
1 APKManager.
2 framework-res.apk
3 Notepad++
For Eclair, Froyo and Gingerbread
1 Guide-
1- Decompile app from apktool/apkmanager etc etc !!
2 Goto framework-res (is by apktool , framework-res.apk is by apkmanager) folder and goto Res>values
3 Open 'styles.xml'
4 Search for <style name="Theme"> tag
5 Edit some lines like this
Code:
<item name="colorBackground">[COLOR="red"]@color/transparent[/COLOR]</item>
<item name="windowBackground">[COLOR="red"]@color/transparent[/COLOR]</item>
Search for <style name="Theme.Black" parent="@style/Theme">
Edit like this
Code:
<item name="colorBackground">[COLOR="red"]@color/transparent[/COLOR]</item>
<item name="windowBackground">[COLOR="red"]@color/transparent[/COLOR]</item>
The End
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2 Guide-
1- Decompile app from apktool/apkmanager etc etc !!
2 Goto framework-res (is by apktool , framework-res.apk is by apkmanager) folder and goto Res>values
3 Open 'styles.xml'
4 Search for <style name="Theme"> tag
5 Edit some lines like this
Code:
<item name="colorBackground">[COLOR="Red"]@color/transparent[/COLOR]</item>
<item name="windowBackground">[COLOR="Red"]@drawable/youpicturename[/COLOR]</item>
Search for <style name="Theme.Black" parent="@style/Theme">
Edit like this
Code:
<item name="colorBackground">[COLOR="Red"]@color/transparent[/COLOR]</item>
<item name="windowBackground">[COLOR="red"]@drawable/yourpicturename[/COLOR]</item>
The End
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3 Guide-
1- Decompile app from apktool/apkmanager etc etc !!
2 Goto framework-res (is by apktool , framework-res.apk is by apkmanager) folder and goto Res>values
3 Open 'styles.xml'
4 Search for <style name="Theme"> tag
5 Edit some lines like this
Code:
<item name="colorBackground">#93ffffff</item> (or any hex color)
<item name="windowBackground">#0000000</item> (or any hex color)
Search for <style name="Theme.Black" parent="@style/Theme">
Edit like this
Code:
<item name="colorBackground">#00000</item> (or any hex color)
<item name="windowBackground">#00000</item> (or any hex color)
The End
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
4 Guide-
1- Decompile app from apktool/apkmanager etc etc !!
2 Goto framework-res (is by apktool , framework-res.apk is by apkmanager) folder and goto Res>values
3 Open 'styles.xml'
4 Search for <style name="Theme"> tag
5 Edit some lines like this
Code:
<item name="colorBackground">[COLOR="red"]@color/transparent[/COLOR]</item>
<item name="windowBackground">[COLOR="red"]@color/transparent
<item name="windowShowWallpaper">true</item>[/COLOR]</item>
Search for <style name="Theme.Black" parent="@style/Theme">
Edit like this
Code:
<item name="colorBackground">[COLOR="red"]@color/black[/COLOR]</item>
<item name="windowBackground">[COLOR="red"]@color/transparent[/COLOR]</item>
<item name="windowShowWallpaper">true</item>
The End
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Ics rom-:
FOR CM9 roms, you need to edit the theme.holo sections of styles.xml
If theme.light on froyo/GB then
theme.holo.light on ICS
forexample, theme.holo.noactionbar(actionbar=titlebar)
But in froyo/gb its theme.notification,,,
Just holo is added in ICS framework
After you end making transparent compile application and flash this framework-res.apk , for finding Hex value visit colorpicker.com
Chooose the guide suites you the best!!
PS. if you are using this guide in your rom make sure there is proper credits to this guide and link
Note-
drawable/yourpicturename means copy your .png file (will be background like in settings.apk) in drawable-mdpi (your device DPI)
Make sure perfect size !!
Cheeeeeeeeeeeeeeeeeeeeeeeeeeeeers...!!
Plz hit thanks to guide and post comments for more guides
I dont really get the ICS part....
could you explain it further..
rocking bro
umm
awesome brooooo......!
:laugh::laugh:
forever king said:
[/CENTER]
Ever thought your rom can be transparent...!!??
Ah! its awesome but i dont know how to make!!??
...
Click to expand...
Click to collapse
Why dont add some shot of your ROM?
you forgot to require an android phone
sorry friend edited all lines
<item name="colorBackground"> y
<item name="windowBackground">
for that is what I do and does not work
* I'm on ics
Can you provide me some SS for make it clear
GSculerlor said:
Can you provide me some SS for make it clear
Click to expand...
Click to collapse
Nopes, sorry. Please ask here what's difficult in it?
Forever Alone said:
Nopes, sorry. Please ask here what's difficult in it?
Click to expand...
Click to collapse
I think it bit easy, but just avoid bootloop And i just choose 1 guide right ?
Edit : Sir i done try it. It not make bootloop. But make i can do anything cause my backgroud is covering any app. I use last guide Please help me
GSculerlor said:
I think it bit easy, but just avoid bootloop And i just choose 1 guide right ?
Edit : Sir i done try it. It not make bootloop. But make i can do anything cause my backgroud is covering any app. I use last guide Please help me
Click to expand...
Click to collapse
<item name="windowShowWallpaper">true</item></item> > "false".
Then replace @Color/transparent to "#424242" or with any SEMI TRANSPARENT or a TRANSLUCENT color.
Forever Alone said:
<item name="windowShowWallpaper">true</item></item> > "false".
Then replace @Color/transparent to "#424242" or with any SEMI TRANSPARENT or a TRANSLUCENT color.
Click to expand...
Click to collapse
So, i must keep windowShowWallpaper false ?
GSculerlor said:
So, i must keep windowShowWallpaper false ?
Click to expand...
Click to collapse
false will MAKE YOUR WALLPAPER NOT SHOW IN THE BACKGROUND where as true will MAKE YOUR BACKGROUND SHOW IN THE BACKGROUND..Gotcha?
Forever Alone said:
You will see many ROMs like SUVI ROM, Creed's ROM etc. having a transparent effect. Adding this feature is easy but some developers won't tell their secret. So I will show you a very easy guide by which you can add 'transparent' effect in your ROM.
Click to expand...
Click to collapse
how about semi-transparency ? how to do it ?
EpullSalvatrucha said:
how about semi-transparency ? how to do it ?
Click to expand...
Click to collapse
semi transparent color codes.
dint work
tried all the steps but dint work
ashwinvishesh said:
tried all the steps but dint work
Click to expand...
Click to collapse
ICS and above? Did you add Holo?
Forever Alone said:
ICS and above? Did you add Holo?
Click to expand...
Click to collapse
hey.. i am on gingerbread and tried the last method... but after doing that method, no app is visible... every thing became transparent.. apps are running but i am only able to see my wallpaper nothing else... please help me asap
Reserved
Hi anyone can help me. Yesterday i try to edit setting.apk to change image. But before edit, i try to decompile and recompile.
After recompile i try push my setting.apk (no edit, just decompile and recompile and then push to system with permission 0644) but my setting is lost? What happen?
Help me.
Sent from my Lenovo A328 using XDA Free mobile app

[Theme/Guides/Mods] Various threads and posts- NO LONGER MAINTAINED.

I'm going to use this thread from now on to post any work, and link out to existing work so i don't take over the forum with new threads.
Index:
Post 2 -Themes/skins
Post 3 -Mods
Post 4 -Guides
Post 5 -Xposed
Rules:
A couple of simple rules to help me help you.
Use the search button/Google before posting, you'll probably get a quicker, more deatailed answer.
Please post in here and not in the existing threads I link to, leave them as a reference.
If you post bug reports, tell me how to duplicate the issue, and if possible post a screenshot.
When asking a question or for advice, it helps if you tell me exactly what you want to achieve, (where you are and where you want to go). Please post plenty of relevant information.
"I'm on Xperiment ROM 2.3, FW 4.1.2 and i would like to change my status bar to an image"
Click to expand...
Click to collapse
Thank you.
Themes and skins
Xtheme
• Simplicity:
Original post
• Simple theme add on's:
Original post
Xperia's
• Transparent semc overlay:
Original post
• Honami clock and on/off tools:
Original post
For Deodexed system's
• PhoneBook and SemcPhone dialer:
Original post
• SystemUI toggles:
Original post
• Codec Style LatinImeGoogle:
Original post
Xposed
• Battery themes:
Original post
•DTN (Data Traffic Notification) disabler:
Original post
Mods
•[Reg Edit] Right click ApkTool:
Original post
Guides
General
•Using XMLGenerator.jar + .bat script:
Original post
Basic theming:
•Includes how to use apkmanager, and .9.png guide:
Original post
THIS WAS CREATED FOR TOUCHWIZ DEVICES ON GB, BUT A LOT OF IT IS STILL RELEVANT.
PLEASE POST IN THIS THREAD!!.
Xposed
•Porting CM10/.1 themes to XTheme:
Original post
•Create your own Xposed battery theme Modules:
Original post
•Create your own Xposed battery theme Modules using UOT:
Original post
For Deodexed system's
•How to remove remove Xperia small apps and manger:
Original post
•How to change system background using UFT:
Original post
•How to invoke a status bar background image:
Original post
•How to add/edit extra Sony themes:
Original post
Xposed
Xposed Modules:
•Battery Replacement.
Original post
•DTN (Data Traffic Notification) disabler:
Original post
XThemeEngine:
Redirection xml's
•semc images in framework-res.apk.
Original post
•semc images in SemcGenericUxpRes.apk.
Original post
Here is a quick and simple way to change the system background for Sony based ROM's.
What you need:
5 minutes
A rooted device
7zip >>LINK<<
UFT.zip >>LINK<< THIS CONTAINS PRE-BUILT DIRECTORIES!
Backgrounds of your choice- 720x1280 maximum dimensions. Named "semc_bg_bright_tile"(light), and/or "semc_bg_tile"(dark).
Instructions:
Download and install 7zip
Download UFT.zip
Right click "UFT.zip" and select "7zip>Open archive"
In the new window navigate to "MORPH\system\framework\SemcGenericUxpRes.apk\res\drawable-xhdpi\". You will see an image named "REPLACE_THIS_IMAGE_720X1280_MAXIMUM.png", delete it!
Place your new background files in here by dragging and dropping. They must be called "semc_bg_bright_tile" and/or "semc_bg_tile".
Close the window and place on you sdcard for flashing
Note: Make sure signature verification is turned off!!
:good:
hey thanks it worked ! but i was also wanted to change the background for the phonedialer.apk, messaging app and the contacts.apk please help !
thanks
PAVNEET101 said:
hey thanks it worked ! but i was also wanted to change the background for the phonedialer.apk, messaging app and the contacts.apk please help !
thanks
Click to expand...
Click to collapse
:+1: when i transparency background in framework-res. Contacts, mess and phonedialer show black background. In Settings, it work
ReadReadz said:
:+1: when i transparency background in framework-res. Contacts, mess and phonedialer show black background. In Settings, it work
Click to expand...
Click to collapse
Is your default background black?
dully79 said:
Is your default background black?
Click to expand...
Click to collapse
Hey bro. I don't know where should I ask, How to change the background in settings to have the full black, not to change according to theme, to have just full black background?
djedjy said:
Hey bro. I don't know where should I ask, How to change the background in settings to have the full black, not to change according to theme, to have just full black background?
Click to expand...
Click to collapse
It depends what firmware your running.
dully79 said:
It depends what firmware your running.
Click to expand...
Click to collapse
I am using ICS 4.0.4 firmware with NXT moded FW.
Sent from my ST21i using xda premium
djedjy said:
I am using ICS 4.0.4 firmware with NXT moded FW.
Sent from my ST21i using xda premium
Click to expand...
Click to collapse
Sony, CM?
dully79 said:
Sony, CM?
Click to expand...
Click to collapse
Stock sony.
Sent from my ST21i using xda premium
djedjy said:
Stock sony.
Sent from my ST21i using xda premium
Click to expand...
Click to collapse
Read the OP
dully79 said:
Read the OP
Click to expand...
Click to collapse
But where I can find the two files, to be completely black like XZ.
Sent from my ST21i using xda premium
dully79 said:
Instructions:
Download and install 7zip
Download UFT.zip
Right click "UFT.zip" and select "7zip>Open archive"
In the new window navigate to "MORPH\system\framework\SemcGenericUxpRes.apk\res\drawable-xhdpi\". You will see an image named "REPLACE_THIS_IMAGE_720X1280_MAXIMUM.png", delete it!
Place your new background files in here by dragging and dropping. They must be called "semc_bg_bright_tile" and/or "semc_bg_tile".
Close the window and place on you sdcard for flashing
Note: Make sure signature verification is turned off!!
:good:
Click to expand...
Click to collapse
djedjy said:
But where I can find the two files, to be completely black like XZ.
Sent from my ST21i using xda premium
Click to expand...
Click to collapse
Read the OP!
dully79 said:
Read the OP!
Click to expand...
Click to collapse
I readed, but where can I find the two pngs that will make mz settings background completely black? Does it need to be 320x480 for MDPI?
Sent from my ST21i using xda premium
djedjy said:
I readed, but where can I find the two pngs that will make mz settings background completely black? Does it need to be 320x480 for MDPI?
Sent from my ST21i using xda premium
Click to expand...
Click to collapse
Obviously not as it tells you the location and names of the png's.
Of course im assuming your xperia tipo firmware is the same as the xperia T, if not then why are you posting here and not in your parent forum?
http://forum.xda-developers.com/forumdisplay.php?f=1982
You dont change 2 png's to change settings background, you change 1, the dark png as named in the OP.
And no you dont necessarily have to use whatever your screen resolution is, but it wont hurt. A lot of firmware that isnt riddled with Sony's messy overlay use "background_holo_dark" and "background_holo_light" at 512x512 pixels found in framework-res\res\drawable-nodpi to display the background
How to invoke a status bar background image.
The following was tried and tested on the SystemUI.apk from xperiment 2.3 JB but should work on others.
You do the following at your own risk.
What you need:
A basic understanding of apkmanager/apkmultitool.
Tools used:
apkmanager v5.0.2 for de/compilng.
UFT (universal flash tool) for pushing.
Image editor.
Draw9patch (sdk tools).
Step 1
decompile SystemUI.apk and open up "res/values/drawable.xml"
Step 2
Search for the line of code reads:
Code:
<item type="drawable" name="status_bar_background">[COLOR=Red]#ff000000[/COLOR]</item>
Then carry on with Step 3.
If it reads:
Code:
<item type="drawable" name="status_bar_background">[COLOR=Red]@drawable/***[/COLOR]</item>
move on to step 4
Step 3
We need to change:
Code:
<item type="drawable" name="status_bar_background">[COLOR=Red]#ff000000[/COLOR]</item>
To
Code:
<item type="drawable" name="status_bar_background">[COLOR=Red]@drawable/NAME_OF_.9.PNG_IN DRAWABLE_FOLDER[/COLOR]</item>
I used this:
Code:
<item type="drawable" name="status_bar_background">[COLOR=Red]@drawable/status_bar_bg[/COLOR]</item>
This will tell the system to display "status_bar_bg
Step 4
We need to add an image with the name of the drawable.
e.g.
Code:
<item type="drawable" name="status_bar_background">@drawable/status_bar_bg</item>
I would add a .9.png to res/drawable-xhdpi named status_bar_bg.9.png
The images MUST be a .9.png. I tried running standard png's and SystemUI stopped running.
Step 5
Delete "res/values/public.xml" and recompile.
When asked "is this a system apk?" choose yes.
When asked if you would like to "copy over" choose yes.
In the keep folder delete "resources.arsc" and continue.
If it compiled without errors you should have an apk named something like unsignedSystemUI.apk. rename it to SystemUI.apk and push it to your phone.
End result:
{
"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 are unsure how to do any of the steps then use this tool:
http://tinyurl.com/cqvga
All the information is already available.

[GUIDE] Changing Plat Logo and Text - Easter Egg (JB)

Guys, I know there's a thread about this here, but that guide is about Gingerbread, and if any of you go to the file mentioned there, you'll see that its completely different.
What you'll need
Tools
I made it using Virtuous Ten Studio, but you can use whatever you want. If you prefer, you can take a look here and choose the tool that best fits in your needs.
Files
/system/app/SystemUI.apk
/system/framework/framework-res.apk
/system/framework/framework.jar
Let's start!
Changing the Plat Logo
This one is pretty much the same, go to framework-res.apk/res/drawable-nodpi/ to change the platlogo.png and platlogo_alt.png, and you can head to SystemUI.apk/res/drawable-nodpi/ to change the jandycane.png, redbean0.png, redbean1.png, redbean2.png and redbeandroid.png.
Changing the Text
For this example, I'll use the lines on 4.2.2 Sammy ROMs. If you are on another build/version, the lines should be like this:
4.2.2 Sammy -> 151, 157 and 198
4.3.1 AOSP ->182, 188 and 238
But I higly suggest you to not do it based on the line numbers, but in the line itself. Here are how the lines should look like:
Code:
[B]1st -> [/B]const-string v9, "Android "
[B]2nd -> [/B]sget-object v9, Landroid/os/Build$VERSION;->RELEASE:Ljava/lang/String;
[B]3rd -> [/B]const-string v8, "JELLY BEAN"
1st step: Decompile framework.jar
2nd step: Head to com/android/internal/app/PlatLogoActivity.smali
Go to line 151, the line will be like this:
Code:
const-string v9, "Android "
Here you can change the "Android " text for whatever you want. Note the space (" ") between the word "Android" and the right quote, that's what divides the sentence "Android" from "4.2.2".
e.g.
Code:
const-string v9, "RaphaDroid "
Now go to line 157 and see that things will get a little bit complicate:
Code:
sget-object v9, Landroid/os/Build$VERSION;->RELEASE:Ljava/lang/String;
The command sget-object is "calling" a variable somewhere in the file. But we can change it to const-string, just like in line 151. ** I've tried to delete the lines that I thought were responsible for this line, but (probably due to my lacking smali habilities) the phone got into a bootloop. **
e.g.
Code:
const-string v9, "v1.0"
Now head to line 198 and you'll have this:
Code:
const-string v8, "JELLY BEAN"
Here is just like the line 151. Change the JELLY BEAN text for whatever you want.
e.g.
Code:
const-string v8, "TUTORIAL"
Since this line is located under the other ones, there's no need to add space (" ").
Video tutorial (in portuguese, but it's easily understandable)[/indent]
Editando o arquivo framework.jar (Galaxy S3) - Editing framework.jar file (Galaxy S3)
Mission accomplished!
After changing everything you want, just copy/paste your apks and framework.jar in the right place, give permissions "-rw-r--r--" and reboot!
Result
Here we have the result of what we've done.
{
"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 words "RaphaDroid" and "v1.0" are divided by that space (" ") that we've added in line 151 **
Please...
All I'll ask you, is that if you are going to change something in your ROM because of this guide, just mention me somewhere in your thread. It helps me A LOT!
Thanks!
---------------------------------------------------------------------------------
Thanks to...
DanielBT for his tutorial in BrasilDroid for editing Plat Logo and Text in Gingerbread
Original guides in BrasilDroid can be found here: for Gingerbread by DanielBT and for Jelly Bean by me.
reserved
really it works for all aosp roms, just different line numbers. I used this guide with N7 no issues. You should post this in xda android theme section too, its extremely useful
Zpik said:
really it works for all aosp roms, just different line numbers. I used this guide with N7 no issues. You should post this in xda android theme section too, its extremely useful
Click to expand...
Click to collapse
Lol
I tried to edit but got into a bootloop. @Zpik, could you tell the lines you used?
Thanks!
Edit: I posted here cause because I wasn't sure it was going to work on other devices.
can someone help me for this?Im totally noob for this :')
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
zamzameir said:
can someone help me for this?Im totally noob for this :')
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Looking at framework.jar inside crDroid AOSPA, I guess you could try this method in lines 182, 188 and 238 (at least in mako). But in CM-based ROMs, I have no clue on what could it be...
There are so many possibilities and I don't know smali... lol
RaphaDroid said:
Looking at framework.jar inside crDroid AOSPA, I guess you could try this method in lines 182, 188 and 238 (at least in mako). But in CM-based ROMs, I have no clue on what could it be...
There are so many possibilities and I don't know smali... lol
Click to expand...
Click to collapse
luckily I'm in paranoid android rom.. can you help me with it? I'll post my framework. jar
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
zamzameir said:
luckily I'm in paranoid android rom.. can you help me with it? I'll post my framework. jar
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Click to expand...
Click to collapse
no need I finally got it working here.. thanks for the tutorial
zamzameir said:
luckily I'm in paranoid android rom.. can you help me with it? I'll post my framework. jar
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Click to expand...
Click to collapse
zamzameir said:
no need I finally got it working here.. thanks for the tutorial
Click to expand...
Click to collapse
Great! I'm very happy for you!
Cheers!
Sent from my
I changed the first post to get it more widespread and cover more devices/versions. Could some Mod move it to a more general theming area?
Thanks!
I'm thinking.. Is there a way where I can manually set my wallpaper background instead of using the current wallpaper in jelly bean?0_o
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
zamzameir said:
I'm thinking.. Is there a way where I can manually set my wallpaper background instead of using the current wallpaper in jelly bean?0_o
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I don't think so... In 4.4, we have a much more complex easter egg, that uses another Wallpaper... But it would be a lot of reading to understand that code...
Or you could use a platlogo with the same size of your screen.
this is a really nice guide.. will try it..
Can we change the smali text in file explorer/root explorer?
Sent from my Galaxy Nexus using Tapatalk 2
whyalwaysme said:
Can we change the smali text in file explorer/root explorer?
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I didn't try that... I prefer to decompile it on PC, than change it and replace the files.
Sent from my
can i change whole easter egg ? like if i want to remove bean flinger n put an animation or a pic :?
yash1331 said:
can i change whole easter egg ? like if i want to remove bean flinger n put an animation or a pic :?
Click to expand...
Click to collapse
You will need a lot of smali knowledge for this hahaha
I don't know if it's possible to be done in few steps or without "recoding" everything... And I think it doesn't accept animations, only static images.
Sent from my
I've requested someone for framework res apk and framework.jar of nexus 5. Maybe it will help me........ btw I'm just a school student in std 10th and know nothing about coding
yash1331 said:
I've requested someone for framework res apk and framework.jar of nexus 5. Maybe it will help me........ btw I'm just a school student in std 10th and know nothing about coding
Click to expand...
Click to collapse
For the record, I didn't mean to offend you, ok?
And I took a look at a 4.4 framework.jar and it's COMPLETELY different, because of the much complex Easter Egg that is present in KitKat.
I wasn't offended btw I was just telling.
And I planned to do some research on SystemUI and framework of ics and compare it with job N kk. Because ics also have an animation easter egg
---------- Post added at 11:54 PM ---------- Previous post was at 11:53 PM ----------
I wasn't offended btw I was just telling.
And I planned to do some research on SystemUI and framework of ics and compare it with job N kk. Because ics also have an animation easter egg

[MOD][GUIDE][GB] Highlighted Chooserbox

Hey all!
If you have noticed, on ICS/JB there is a little transition when you click on a chooserbox. This is a nice feature which I like very much!
After doing some investigation on framework I realized that on res/drawable-mdpi there were some pngs which are needed for this feature to work.
{
"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
Actually this feature exists on gingerbread but there aren't enough xmls to activate it. Seems like Google has abandoned the project because of some reasons. The closest reason is this :
"Google have not implemented the full sources of it because they wanted to reserve it for future releases. [On ICS/JB]"
Why do i think so? Because @SpaceCaker has discovered many secrets whose nature is like in our case. He has discovered weather information on lockscreen, Music Player Control on Lockscreen and also some codes and smalis which are present on ICS.
[Actually, I have used custom sources rather than using google's one]
Today I gonna show you how to fully implement it on GB! :victory:
Requirments :
-APK Multi Tools
-Notepad++
-Knowledge about xmls
-Sources on attachments
Click to expand...
Click to collapse
- Decompile framework-res.apk
1. Go to res/drawable/list_selector_background.xml
You will see something like this :
Code:
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_window_focused="false" android:drawable="@color/transparent" />
<item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/list_selector_background_disabled" />
<item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/[B]list_selector_background_disabled[/B]" />
[COLOR="red"]<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/list_selector_background_transition" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/[B]list_selector_background_transition[/B]" />[/COLOR]
<item android:state_focused="true" android:drawable="@drawable/list_selector_background_focus" />
</selector>
2. Change the 2 red lines. It will look like this :
Code:
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_window_focused="false" android:drawable="@color/transparent" />
<item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/list_selector_background_disabled" />
<item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/list_selector_background_disabled" />
[COLOR="Red"]<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/[B]sniper_killer[/B]" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/[B]sniper_killer[/B]" />[/COLOR]
<item android:state_focused="true" android:drawable="@drawable/list_selector_background_focus" />
</selector>
3. Download the Highlight Chooserbox_source.zip in the attachment, extract it and put sniper_killer.xml on drawable folder.
It consists these lines :
Code:
<item android:duration="20" android:drawable="@drawable/sniper_status_bar_item_pressed_anim2" />
<item android:duration="20" android:drawable="@drawable/sniper_status_bar_item_pressed_anim2" />
<item android:duration="30" android:drawable="@drawable/sniper_status_bar_item_pressed_anim3" />
<item android:duration="30" android:drawable="@drawable/sniper_status_bar_item_pressed_anim4" />
<item android:duration="40" android:drawable="@drawable/sniper_status_bar_item_pressed_anim5" />
<item android:duration="50" android:drawable="@drawable/sniper_status_bar_item_pressed_anim6" />
<item android:duration="60" android:drawable="@drawable/sniper_status_bar_item_pressed_anim7" />
<item android:duration="60" android:drawable="@drawable/sniper_status_bar_item_pressed_anim8" />
4. Put the PNGs on res/drawable-mdpi
5. Recompile framework-res.apk and test
Click to expand...
Click to collapse
Proof :
[The transition changes in miliseconds making it impossible to capture.
But after tries and tries i finally managed to capture the transition ]
Pressed :
Click to expand...
Click to collapse
Selected :
Click to expand...
Click to collapse
Credits :
-ryanfebriyadi
-Google
-Me
Click to expand...
Click to collapse
To devs
Developers, if you decide to use it on your ROM just put my name on the credits! :good:
Leave a thanks if you find this helpful! :good:
Awesome guide bro keep it up :thumbup::thumbup::thumbup:
Sent from my Ace-i
Hitesh2626 said:
Awesome guide bro keep it up :thumbup::thumbup::thumbup:
Sent from my Ace-i
Click to expand...
Click to collapse
Thanks and btw, if you are on SGS3 ROM don't try it as V6 include it and V6 will be out tomorrow
Thanks for the guide! Can it be used on Cm7?
Sent from my GT-S5830i using xda app-developers app
mathm2013 said:
Thanks for the guide! Can it be used on Cm7?
Sent from my GT-S5830i using xda app-developers app
Click to expand...
Click to collapse
Yes! CM7.2 is GB and i said it will work on all GB devices.
Good and Simple Guide, Sniper
Thanks!
:victory:
brijeshep said:
Good and Simple Guide, Sniper
Thanks!
:victory:
Click to expand...
Click to collapse
Thanks!
Awesome guide Sniper... !!! ICS feature for our Little Ace... Good work..!!
Sniper Killer said:
Thanks and btw, if you are on SGS3 ROM don't try it as V6 include it and V6 will be out tomorrow
Click to expand...
Click to collapse
Thanks budddy i know as you had mention it in post before
Thanks
Sent from my Ace-i
Good job, Sniper. Now we have phone with some features ICS/JB on Ace I. :laugh:
Nice and simple Guide Sniper! Awesome work!
Ok. Good work, but what about guide for add ics/jb wifi and bluetooth togless in main menu settings?
Sent from my GT-S5830i using xda premium
misha1996 said:
Ok. Good work, but what about guide for add ics/jb wifi and bluetooth togless in main menu settings?
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
I can make a guide for that too but Its a lil' hard for ya guys
If I do I will try to make it noob friendly.
Sent from my GT-S5830i using Tapatalk 2
Also, today is not only my birthday xD
Today is my Ace-i's birthday too
I bought ace i on the same day like my birthday 1 year ago :laugh:
misha1996 said:
Ok. Good work, but what about guide for add ics/jb wifi and bluetooth togless in main menu settings?
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Sniper Killer said:
I can make a guide for that too but Its a lil' hard for ya guys
If I do I will try to make it noob friendly.
Sent from my GT-S5830i using Tapatalk 2
Click to expand...
Click to collapse
And it rather requires a unique bug fix
OT
Wish you a happy 'b day , teddy
(completed all my 8 thanks , will press tomorrow )
------OT CLOSED------
Sniper Killer said:
Also, today is not only my birthday xD
Today is my Ace-i's birthday too
I bought ace i on the same day like my birthday 1 year ago :laugh:
Click to expand...
Click to collapse
Happy Birthday!
Your mod works perfectly fine with CM7 as well..Tested! Works like a Charm!
Congratulations, Teddy.
But...write that guide please.
Sent from my GT-S5830i using xda premium
misha1996 said:
Congratulations, Teddy.
But...write that guide please.
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Can't till we get the permissions :silly:

[Q] Quick Toggles on Android 4.3

Hey guys, has anyone tried to customize quick toggles on Android 4.3 GE ROMs? On Sense based ROMs running Android 4.2 we could simply edit /system/customize/acc/default.xml but now this directory is empty for me. Thank you in advance.
Anyone? :what:
Sent from my HTC One using Tapatalk 2
MS. said:
Anyone? :what:
Sent from my HTC One using Tapatalk 2
Click to expand...
Click to collapse
Not that this helps but I don't think it's possible. I'm actually running CM10.2 nightlies just so I can edit my quick toggles lol.
DanRyb said:
Not that this helps but I don't think it's possible. I'm actually running CM10.2 nightlies just so I can edit my quick toggles lol.
Click to expand...
Click to collapse
There's nothing impossible on Android. Some things just would require way to much time/knowledge to accomplish How's CM10.2 now? Stable enough to use it as a daily driver?
BTW, on 4.2.x Sense ROMs it was pretty easy task:
langer hans said:
Okay first things first: Huge thanks to @descenpet who brought up this idea again. I myself did this in code, but this one is way easier, so I'll write it up for you.
I'll describe two methods. It's up to you which one you want to use.
The ADB Method:
What you need:
A working adb and a texteditor like Notepadd++ (Not windows notepad! Get a decent editor!)
1.
Get your CID:
Code:
adb shell getprop ro.cid
2.
Pull the needed file from your device:
If your CID is one of the following, pull the file that matches your CID. Only that one, leave the others.
Code:
adb pull /system/customize/ACC/HTC__032.xml
adb pull /system/customize/ACC/HTC__A07.xml
adb pull /system/customize/ACC/HTC__J15.xml
If your CID is not one of the three above:
Code:
adb pull /system/customize/ACC/default.xml
3. Open the pulled file. You find it in the same folder as your adb.
4. Around line 400 you will find the following snippet:
Code:
<item type="integer-array" name="quick_setting_items">
<int>0</int>
<int>1</int>
<int>2</int>
<int>3</int>
<int>4</int>
<int>5</int>
<int>6</int>
<int>7</int>
<int>8</int>
<int>9</int>
<int>10</int>
<int>11</int>
</item>
These are the EQS toggles with the default order. Now look at the following to get an idea what number is what toggle:
Code:
0 "user_card"
1 "brightness"
2 "settings"
3 "wifi"
4 "bluetooth"
5 "airplane"
6 "power_saver"
7 "rotation"
8 "mobile_data"
9 "sound_profile"
10 "wifi_hotspot"
11 "screenshot"
12 "gps"
13 "roaming"
14 "media_output"
15 "auto_sync"
16 "roaming_setting"
17 "music_channel"
18 "ringtone"
19 "timeout"
20 "syn_all_fake"
21 "apn"
Note that not all of the toggle are actually working. 0-12 are tested by me. Be careful with the others...
5. Now it is up to you. You can reorder the single "<int>X</int>" entries, remove some you don't need, and maybe add a GPS toggle. Following is an example:
Code:
<item type="integer-array" name="quick_setting_items">
<int>3</int>
<int>4</int>
<int>2</int>
<int>12</int>
<int>5</int>
<int>9</int>
<int>10</int>
<int>7</int>
<int>11</int>
</item>
Note how I removed three. This will give you the following look of the EQS:
{
"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"
}
6. Save the file
7. Push it back to the device: Remeber Step 2. Use the actual filename you pulled for the 2nd command
Code:
adb remount
adb push default.xml /system/customize/ACC/
8. Reboot youre phone:
Code:
adb reboot
Done, you have successfully reordered your EQS!
The ES File Explorer Method:
What you need:
ES File Explorer and CID Getter from Playtore
1.
Get your CID and remember it with CID Getter.
2.
Open the left menu in ES. (The globe and phone icon)
Go to Root-Explorer under Tools.
Tap Mount R/W
For "/system" tick the RW box.
Save, grant root if requested.
3.
Go into the following folder:
Code:
/system/customize/ACC/
4.
Note the 4 files there.
If the CID you read in step 1 matches one of the filenames: Open that file.
If you have a CID with no corresponding file: Open default.xml
Open with ES Note-Editor, if asked.
5. Scroll to about 95% with the bottom slider. You will find the following snippet:
Code:
<item type="integer-array" name="quick_setting_items">
<int>0</int>
<int>1</int>
<int>2</int>
<int>3</int>
<int>4</int>
<int>5</int>
<int>6</int>
<int>7</int>
<int>8</int>
<int>9</int>
<int>10</int>
<int>11</int>
</item>
These are the EQS toggles with the default order. Now look at the following to get an idea what number is what toggle:
Code:
0 "user_card"
1 "brightness"
2 "settings"
3 "wifi"
4 "bluetooth"
5 "airplane"
6 "power_saver"
7 "rotation"
8 "mobile_data"
9 "sound_profile"
10 "wifi_hotspot"
11 "screenshot"
12 "gps"
13 "roaming"
14 "media_output"
15 "auto_sync"
16 "roaming_setting"
17 "music_channel"
18 "ringtone"
19 "timeout"
20 "syn_all_fake"
21 "apn"
Note that not all of the toggle are actually working. 0-12 are tested by me. Be careful with the others...
6. Tap the top right icon, then "Edit".
7. Now it is up to you. You can reorder the single "<int>X</int>" entries, remove some you don't need, and maybe add a GPS toggle. Following is an example:
Code:
<item type="integer-array" name="quick_setting_items">
<int>3</int>
<int>4</int>
<int>2</int>
<int>12</int>
<int>5</int>
<int>9</int>
<int>10</int>
<int>7</int>
<int>11</int>
</item>
Note how I removed three. This will give you the following look of the EQS:
8. Save the file with tapping the top left arrow and confirm.
9. Reboot youre phone
Done, you have successfully reordered your EQS!
Of course it is advised to save your editied file somwhere, so you can put it back again after you flashed a new version of the ROM
Click to expand...
Click to collapse
You should be able to reuse your old default.xml by just copying it over. The reorder works on MaximusHD 4.3 version with the app I made. This uses the exact same method. Don't know why it's not there for you.
Gesendet von meinem HTC One mit Tapatalk 4
MS. said:
There's nothing impossible on Android. Some things just would require way to much time/knowledge to accomplish How's CM10.2 now? Stable enough to use it as a daily driver?
BTW, on 4.2.x Sense ROMs it was pretty easy task:
Click to expand...
Click to collapse
That's true lol. Just meant to say I don't think it's possible right now as in there's really nothing out there indicating there's a found method to do it in stock. I definitely searched a lot since I saw it could be done in Sense. I initially was on GE 4.2.2 and then GE 4.3 and wanted to edit them so badly. At least to add in a GPS toggle in there!
Anyway, I've been using CM10.2 since 8/20 when the first official nightly was released. I update every time they release a nightly and honestly, it's definitely been stable enough from the get go for a daily driver, depending on what sort of bugs you can live with. There's been some proximity issues in phone calls but I usually make calls with the head phones or speaker phone. The front facing camera has an odd reddish tint to it but I don't use it very often to bother me. Bluetooth works fine from the standpoint of streaming music in the car which I do often. So, it certainly isn't bug free but I'm not getting any show stopping bugs like force closes or things not working all together. For me, the customization I'm allowed to do (like quick toggles) far outweigh the minor bugs that are present.
---------- Post added at 08:44 PM ---------- Previous post was at 08:42 PM ----------
langer hans said:
You should be able to reuse your old default.xml by just copying it over. The reorder works on MaximusHD 4.3 version with the app I made. This uses the exact same method. Don't know why it's not there for you.
Gesendet von meinem HTC One mit Tapatalk 4
Click to expand...
Click to collapse
Can you only reorder toggles or if there a method to add new ones in there, such as GPS? I'm assuming you'd need some graphics files or more for toggles that aren't present by default?
Install Xposed framework
Install GravityBox
it really is that easy
XSafire said:
Install Xposed framework
Install GravityBox
it really is that easy
Click to expand...
Click to collapse
Good to know! Maybe I'll poke back into GE 4.3 and give it a shot to see how it works. I am liking CM though...
DanRyb said:
Can you only reorder toggles or if there a method to add new ones in there, such as GPS? I'm assuming you'd need some graphics files or more for toggles that aren't present by default?
Click to expand...
Click to collapse
With that method you are limited to the toggles that htc included. There are more available than you normally see. Including GPS. They are hidden normally. To add your own toggles like flashlight you'd need to hack them in via smali coding.
Gesendet von meinem HTC One mit Tapatalk 4

Categories

Resources