[APP][MOD] Your Own ROM Settings V2;) - Galaxy Y GT-S5360 Themes and Apps

Hi I just want to share my app
{
"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"
}
This is only a simple App
What does it do is when you click the STATUSBAR it will launch the statusbar settings available for your rom. ex EDT Tweaks.
You can edit the items in Preference list.
Just decompile this APK then edit the files inside the XML folder and you will see like this
<PreferenceScreen
android:key="toggles"
android:title="Item1">
<intent android:targetPackage="com.lidroid.quickpanel"
android:action="android.intent.action.MAIN"
android:targetClass="com.lidroid.quickpanel.MainActivity" />
</PreferenceScreen>
Click to expand...
Click to collapse
You just need to change those in RED color it is just same on adding items on Settings
and if you want to add another item just copy the whole PreferenceScreen
Version 2
changeLog:
You can change the menu text by editing main.xml (I forgot to use @StRiNgS hehe)
Supports Custom font just replace the ttf file inside assets folder but do not rename it
PopUp on Performance options like CyanogenMod
You can change the title and the dialog by editing strings.xml
Look for
<string name="warning_title">Hello Potato!</string>
<string name="warning_dialog">Hi Im a Potato!</string>
Click to expand...
Click to collapse
You can also turn them off by editing bools.xml
Look for "potato_warning" and change the true to false
<bool name="potato_warning">true</bool>
Click to expand...
Click to collapse
DOWNLOAD VERSION 2 HERE​
DOWNLOAD VERSION 1 HERE
CHANGELOG:
Added new pressed effect.
Fix duplicate preference
If you want to edit the POTATO Logo and any other stuff its all only a PNG except for the background which is on hex ​

Cant understand what u r saying ??

imElectronica said:
Cant understand what u r saying ??
Click to expand...
Click to collapse
When you click on the STATUSBAR or PERFORMANCE or TOGGLES or OTHERS it will show up a certain menu.
Example you click on PERFORMANCE it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Example you click on TOGGLES it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Example you click on OTHERS it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Get it sir?

mariozawa said:
When you click on the STATUSBAR or PERFORMANCE or TOGGLES or OTHERS it will show up a certain menu.
Example you click on PERFORMANCE it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Example you click on TOGGLES it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Example you click on OTHERS it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Get it sir?
Click to expand...
Click to collapse
When i click on item 1 or item 2 whatever....it open the "Liroid Quick panel setting"only.....i think this is only for Stock rom.

imElectronica said:
When i click on Part 1 or Part 2 whatever....it open the "Liroid Quick panel setting"only.....i think this is only for Stock rom.
Click to expand...
Click to collapse
Thats why you need to edit
statusbar.xml
performance.xml
toggles.xml
others.xml
inside
res/xml folder
please read post #1
This will work on all ROMS only if you know what to do :good:

mariozawa said:
When you click on the STATUSBAR or PERFORMANCE or TOGGLES or OTHERS it will show up a certain menu.
Example you click on PERFORMANCE it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Example you click on TOGGLES it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Example you click on OTHERS it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Get it sir?
Click to expand...
Click to collapse
mariozawa said:
Thats why you need to edit
statusbar.xml
performance.xml
toggles.xml
others.xml
inside
res/xml folder
please read post #1
This will work on all ROMS only if you know what to do :good:
Click to expand...
Click to collapse
See the ss...what i do after.....

imElectronica said:
See the ss...what i do after.....
Click to expand...
Click to collapse
Decompile the app
go to res/xml
if you want to edit the items at performance edit performance.xml
then edit this
<PreferenceScreen
android:key="toggles"
android:title="Item1">
<intent android:targetPackage="com.lidroid.quickpanel"
android:action="android.intent.action.MAIN"
android:targetClass="com.lidroid.quickpanel.MainActivity" />
</PreferenceScreen>
Click to expand...
Click to collapse
or simply read post #1 please.
to know the target package decompile the app you want to add then open it android manifest
find
package="com.android.settings"
com.android.settings is the apps android:targetPackage
and for the android:targetClass
Use adw launcher
create custom shortcut
select pick your activity
select Activities
then select your desired app
for example Settings
you will see lots of activity choose only one.
Settings(.Settings)
so your android:targetClass is Settings
so your preference activity should look like this
<PreferenceScreen
android:key="toggles"
android:title="Settings">
<intent android:targetPackage="com.android.settings"
android:action="android.intent.action.MAIN"
android:targetClass="com.android.settings.Settings" />
</PreferenceScreen>
Click to expand...
Click to collapse

Nice! Keep on!
EDIT: Some suggestions, replace peformance, toggles,others and statusbar pngs with text, strings. And add icons to items, like
X item1
O item2
It will look better

m4RinKo2 said:
Nice! Keep on!
EDIT: Some suggestions, replace peformance, toggles,others and statusbar pngs with text, strings. And add icons to items, like
X item1
O item2
It will look better
Click to expand...
Click to collapse
App updated check it bro hope they like it :good:

Nice Thanks for sharing bro !:good::good:
keep it up !

wow,very cool!!!!!!!!!thumps up and hail to potato!!!!!!keep it up bro.:good:

this is cool..finally finished mine

cool

just design some more for the main page..
It looks somewhat Black and white screen LOLZ!!!!

Good job
nice work ..but can you provide me the source ??

ritikchanna said:
nice work ..but can you provide me the source ??
Click to expand...
Click to collapse
I lost it. BTW check this thread http://forum.xda-developers.com/showthread.php?t=2532865

Related

[How-To] Compile Framework on last Sony ICS update

The latest firmware update from Sony on the ICS Xperia 2012 brought improvements except one unpleasant moment: bootlup after editing framework-res.apk
This method only works. It told me the user with 4pda.ru sk0t. And for that, he thanks a lot.
So, the tutorial will be small. I use ApkTools150.
1. Decompiled framework as usual, using files from your firmware.
2. Make the necessary changes.
3. Now go to the folder with the decompiled framework and open the file in a text editor apktool.iml
4. Remove these lines and save.
Code:
usesFramework:
ids:
- 2
5. Go to framework-res\res\values\ and open styles.xml. Locate and delete the highlighted in red in the two lines:
<item name="windowBackground">@com.sonyericsson.uxp:drawable/semc_bg</item>
Click to expand...
Click to collapse
<item name="windowBackground">@com.sonyericsson.uxp:drawable/semc_bg_bright</item>
Click to expand...
Click to collapse
6. Compile you framework-res.apk
After installing the framework you will experience the background application will no longer be subject to change depending on the theme. I have the problem solved by adding transparency: [Sola\Go\U?\P?] Reboot&Transparent mode [Test] But this compromise.
If someone has a different way, without errors, please let me know )
Do not say thanks, press thanks:angel:
If i do not want the transperency effect will it still work? I am fine with not being able to change the background.
kapil4wm said:
If i do not want the transperency effect will it still work? I am fine with not being able to change the background.
Click to expand...
Click to collapse
Transparency is not an end, and correction of errors. If left as it is your background in applications is static, background image is stored in the framework-res\res\drawable-nodpi\semc_bg.png and semc_bg_bright.png.
I repeat, this is a compromise.
Thank u this will definitely help!
Sent from my ST25i using xda premium
From SemcGenericUxpRes.apk extract the two pngs and copy it to drawables.hdpi of framework-res.apk. Now compile the framework-res.
It should solve the problem.
Sent from my Xperia ION on Cm9 using XDA Premium app.
ganeshbiyer said:
From SemcGenericUxpRes.apk extract the two pngs and copy it to drawables.hdpi of framework-res.apk. Now compile the framework-res.
It should solve the problem.
Click to expand...
Click to collapse
And the theme chooser work? is not it?
Spaun_Studio said:
And the theme chooser work? is not it?
Click to expand...
Click to collapse
When I bring the applications to foreground after applying theme, the theme elements are applied to it too.
So Yes!
Good work mate.
ganeshbiyer said:
When I bring the applications to foreground after applying theme, the theme elements are applied to it too.
So Yes!
Good work mate.
Click to expand...
Click to collapse
It will not work.
1. If you do not delete the line about "com.sonyericsson.uxp" framework that will not compile \ work.
2. If they delete and copy two pictures of SemcGenericUxpRes.apk-then the background will be static, it will not change when you change themes. The background is taken from the framework, of those pictures, which we copied. Choosing a theme is not working 100%.
Spaun_Studio said:
It will not work.
1. If you do not delete the line about "com.sonyericsson.uxp" framework that will not compile \ work.
2. If they delete and copy two pictures of SemcGenericUxpRes.apk-then the background will be static, it will not change when you change themes. The background is taken from the framework, of those pictures, which we copied. Choosing a theme is not working 100%.
Click to expand...
Click to collapse
1. Lines Deleted as per your post.
2. Copied those two pngs into framwork-res. It compiled and is working.
Can you be more specific as to what did not work on the theme. May be I am missing something here. For me it seems to be Ok. May be I am not seeing what you see.
ganeshbiyer said:
Can you be more specific as to what did not work on the theme. May be I am missing something here. For me it seems to be Ok. May be I am not seeing what you see.
Click to expand...
Click to collapse
Please apply Emerald theme, go to settings and make a screenshot. Maybe you have this really works? ))
The problem occurs only when compiling a U \ Sola \ Go (fw. 1.10)
Spaun_Studio said:
Please apply Emerald theme, go to settings and make a screenshot. Maybe you have this really works? ))
The problem occurs only when compiling a U \ Sola \ Go (fw. 1.10)
Click to expand...
Click to collapse
Screen Shot:
{
"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"
}
ganeshbiyer said:
Screen Shot:
Click to expand...
Click to collapse
This is exactly what I'm talking about background applications does not change. On the green theme should be a green background.
Spaun_Studio said:
This is exactly what I'm talking about background applications does not change. On the green theme should be a green background.
Click to expand...
Click to collapse
Got the point now.
ganeshbiyer said:
1. Lines Deleted as per your post.
2. Copied those two pngs into framwork-res. It compiled and is working.
Can you be more specific as to what did not work on the theme. May be I am missing something here. For me it seems to be Ok. May be I am not seeing what you see.
Click to expand...
Click to collapse
Ok i thought i'll do a little more,i moved the two pngs with an additional "_uxp" tag to their name and followed the changes in the file as per post,
Also i declared the 2png files in public.xml
Now next thing in my mind would be decompiling SemcGenericUxpRes.apk
Changing the drawable smali which finds this variable and declare it as part of framework-res.apk
now the question is what is the framework-res.apk file according to system?
Any solution to keep theme background?
Now this is an interesting workaround. Very clever.
However..
With Sony's ICS roms, you need to install SemcGenericUxpRes.apk with apktool before you decompile framework-res.apk. This will give the program all the resources it needs to fully decompile the apk.
Otherwise you will have a partially decompiled apk that will always give you a bootloop unless you do something like the op.
apktool if SemcGenericUxpRes.apk...give it a try!
Sent from my SK17i using xda premium
Ticklefish said:
Now this is an interesting workaround. Very clever.
However..
With Sony's ICS roms, you need to install SemcGenericUxpRes.apk with apktool before you decompile framework-res.apk. This will give the program all the resources it needs to fully decompile the apk.
Otherwise you will have a partially decompiled apk that will always give you a bootloop unless you do something like the op.
apktool if SemcGenericUxpRes.apk...give it a try!
Sent from my SK17i using xda premium
Click to expand...
Click to collapse
of course , i try with frameworl-res.apk & semcgenericuxpres.apk
XDA.AGM said:
of course , i try with frameworl-res.apk & semcgenericuxpres.apk
Click to expand...
Click to collapse
And what happened?
Ticklefish said:
And what happened?
Click to expand...
Click to collapse
boot loop......only work's with methond on the first post
but losing custom themed background
this will be difficult
XDA.AGM said:
boot loop......only work's with methond on the first post
but losing custom themed background
this will be difficult
Click to expand...
Click to collapse
Curious. Can you share your SemcGenericUxpRes.apk and framework-res.apk please? I'll give it a try on my setup and see what happens.
Sent from my SK17i using xda premium
---------- Post added at 12:46 AM ---------- Previous post was at 12:37 AM ----------
XDA.AGM said:
boot loop......only work's with methond on the first post
but losing custom themed background
this will be difficult
Click to expand...
Click to collapse
Curious. Can you share your SemcGenericUxpRes.apk and framework-res.apk please? I'll give it a try on my setup and see what happens.
Sent from my SK17i using xda premium

[9/5/13] [.587] Xperian Settings v1.4 MDPI

IF You Have Xperia Sola/P/U Use This Mod
must be working in stock/based ROM
This Mod Is Originally Based On NXT Settings By @Pranav Pandey
yamin8000 said:
i found that setup guide in settings isn't working and useless
i made some change on it and change it to CPU control.
installation for old versions
plz make backup before do anything
download xperianvX_Settings.apk and it.sineo.android.noFrillsCPU-1.apk from attachments
rename xperianvX_Settings.apk to Settings.apk and push to /system/app set permission to rw-r--r-- and push it.sineo.android.noFrillsCPU-1.apk and set permission to rw-r--r-- (if you don't know what is this permission check screenshot in attachments)
reboot and enjoy.
if you had any problem try wiping cache and dalvik cache
screenshots in attachments
Click to expand...
Click to collapse
Screenshots From 1.3
{
"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"
}
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Installation For v1.3 And Upper
Extract Archive And Copy APKs To /system/app And Change Permissions
Or Simply Use This Flashable Zip By Pranav Pandey (Fixed For All ROMs)
For Getting Work Status Bar Preferences Use This From serajr
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Note:This Settings Support/Has Following Options:
This Mod Change Your Old Stock Settings Style To NXT Style
Kill App Via Long Press Back Key
Media Server Settings
Location Based Wifi
Clear Phase
Bravia Engine 2
LockScreen Settings
Wifi Direct
NFC
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Change logs
1:First Release
1.1:Minor Change
1.2:Status Bar Preferences Added (For serajr systemui)
1.21:Layout Bug Fix In APPS Section
1.3:Music Light Effects Added (Recommended For LWW)
1.4:Changed Xperian To Advanced
Hided Dock Setting Because It Was Useless
Some Other Minor Changes
Bugs In 1.4 : Display Section Force Close
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
a tutorial from sandy for adding new option in settings.apk
Thanks Pranav Pandey For Original Settings And His Helps
And Serajr For His Beautiful Status Bar
hit thanks if worked
Sry For My Bad English
Re: [Only For xNXT ROM] New Settings With CPU Control
How to Change It? I Mean do you have any tutorial how to change or add menu in setting? Like you remove the setup guide and add the cpu control
Re: [Only For xNXT ROM] New Settings With CPU Control
Singgih4050 said:
How to Change It? I Mean do you have any tutorial how to change or add menu in setting? Like you remove the setup guide and add the cpu control
Click to expand...
Click to collapse
Its simple...if u know how to decompile..
Decompile the settings.apk
Goto res/xml/settings_header.xml
And remove the cpu control string..
Recompile.
Sent from my Xperia Mini Pro using XDA Premium HD app
Re: [Only For xNXT ROM] New Settings With CPU Control
sandy7 said:
Its simple...if u know how to decompile..
Decompile the settings.apk
Goto res/xml/settings_header.xml
And remove the cpu control string..
Recompile.
Sent from my Xperia Mini Pro using XDA Premium HD app
Click to expand...
Click to collapse
I can decompile apps and recompile it again, Thanks sandy for your reply will try tommorow for experiments
Re: [Only For xNXT ROM] New Settings With CPU Control
Singgih4050 said:
I can decompile apps and recompile it again, Thanks sandy for your reply will try tommorow for experiments
Click to expand...
Click to collapse
Iam on phone now....if u want even more in detail ask me ok..
I think I should add this in my tut thread.
Sent from my Xperia Mini Pro using XDA Premium HD app
Re: [Only For xNXT ROM] New Settings With CPU Control
sandy7 said:
Iam on phone now....if u want even more in detail ask me ok..
I think I should add this in my tut thread.
Sent from my Xperia Mini Pro using XDA Premium HD app
Click to expand...
Click to collapse
If i want to add other function like an SMS counter etc, What should i do?
Please add this to your tutorial, It will be a great help!
Singgih4050 said:
If i want to add other function like an SMS counter etc, What should i do?
Please add this to your tutorial, It will be a great help!
Click to expand...
Click to collapse
+1
yamin8000 said:
+1
Click to expand...
Click to collapse
well i ant say no to u guys...will add ASAP
sandy7 said:
Its simple...if u know how to decompile..
Decompile the settings.apk
Goto res/xml/settings_header.xml
And remove the cpu control string..
Recompile.
Sent from my Xperia Mini Pro using XDA Premium HD app
Click to expand...
Click to collapse
Excuse me if I want to transfer those settings to other settings
I just have to add these lines
or will I have to make other changes
avirale123 said:
Excuse me if I want to transfer those settings to other settings
I just have to add these lines
or will I have to make other changes
Click to expand...
Click to collapse
u need to change the lines in 3 xml's
decompile bot the settings and compare the strings in these xml's
res/values/strings.xml
res/values/public.xml
res/xml/settings_header.xml
sandy7 said:
u need to change the lines in 3 xml's
decompile bot the settings and compare the strings in these xml's
res/values/strings.xml
res/values/public.xml
res/xml/settings_header.xml
Click to expand...
Click to collapse
i do not understand what is in public.xml?
can you explain me about that hexs?
i know and understand what is hex but do not know what they mean in public.xml.
yamin8000 said:
i do not understand what is in public.xml?
can you explain me about that hexs?
i know and understand what is hex but do not know what they mean in public.xml.
Click to expand...
Click to collapse
public xml where u give ids in hex codes..
hex codes run in a continuous form 0-9 and a-f
for example-if u adding a string in public.xml and the last line hex code is 0x7f0b0630 so the next hex codes will be
0x7f0b0631
0x7f0b0632
0x7f0b0633
0x7f0b0634
0x7f0b0635
0x7f0b0636
0x7f0b0637
0x7f0b0638
0x7f0b0639
0x7f0b063a
0x7f0b063b
0x7f0b063c
0x7f0b063d
0x7f0b063e
0x7f0b063f
0x7f0b0640
0x7f0b0641
and so on
Re: [Only For xNXT ROM] New Settings With CPU Control-plz someone test it in stock ro
And be sure to add png in drawable folder. For mdpi, just put it in drawable-mdpi folder.
Feel free to hit
if this post help you anyway.
Sent from LT22i via Tapatalk.
ZN6 said:
And be sure to add png in drawable folder. For mdpi, just put it in drawable-mdpi folder.
Feel free to hit
if this post help you anyway.
Sent from LT22i via Tapatalk.
Click to expand...
Click to collapse
oops forgot to mention it thanks...
sandy7 said:
u need to change the lines in 3 xml's
decompile bot the settings and compare the strings in these xml's
res/values/strings.xml
res/values/public.xml
res/xml/settings_header.xml
Click to expand...
Click to collapse
First thank you very much for answering
I have to buy it look one by one each line
or is there an easier way
because many lines
avirale123 said:
First thank you very much for answering
I have to buy it look one by one each line
or is there an easier way
because many lines
Click to expand...
Click to collapse
which options u need in ur settings?
EDIT: apologizes OP bcz the topics is going some where else in this thread.
sandy7 said:
which options u need in ur settings?
EDIT: apologizes OP bcz the topics is going some where else in this thread.
Click to expand...
Click to collapse
PanelSettings
CPUControl
Re: [Only For xNXT ROM] New Settings With CPU Control-plz someone test it in stock ro
avirale123 said:
PanelSettings
CPUControl
Click to expand...
Click to collapse
Iam on phone now...ill get back to with the tut in morning.
Sent from my SK17i using XDA Premium HD app
help
[*] "F:\Documents and Settings\YS\My Documents\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\cpu_Settings"
recompiling "F:\Documents and Settings\YS\My Documents\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\cpu_Settings"...
I: Copying classes.dex file...
I: Building resources...
I: Building apk file...
The system cannot find the drive specified.
Re: [Only For xNXT ROM] New Settings With CPU Control-plz someone test it in stock ro
yamin8000 said:
help
[*] "F:\Documents and Settings\YS\My Documents\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\cpu_Settings"
recompiling "F:\Documents and Settings\YS\My Documents\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\cpu_Settings"...
I: Copying classes.dex file...
I: Building resources...
I: Building apk file...
The system cannot find the drive specified.
Click to expand...
Click to collapse
All is fine..I dont see any errors in it..
Sent from my SK17i using XDA Premium HD app

[TUT/GUIDE]Make your own On Screen Buttons{OSB}[08-06-2013]

A guide how to add OSB for your ROM...!!!
{
"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"
}
Credits:​
1. Attitude.SSJ for the DIY of OSB
2. LoneWanderer for the tut for HDPI devices
3.atticus182 for the beautiful icons of OSB
4. Serajr for the superb system UI mod
5. Tickle Fish for TICKLE MY ANDROID
Click to expand...
Click to collapse
Before we begin ask yourselves a question..!!
1.Do we really need OSB for mdpi devices??
Ans: i feel yes, "PREVENTION IS BETTER THAN CURE" its better we use our touch rather than using the soft keys for such along time and eventually get them busted! :silly:
2. Do we really need to follow this guide to make my own OSB??
Ans: Well it depends on your requirements......
3. will it support ICS, JB and even CM???
Ans: Hell yeah..!! it does work!!! sorry GB users
Click to expand...
Click to collapse
Tools Required:
1.framework-res.apk
2.SystemUI.apk
3.Winrar or 7zip
4.Notepad++
5.Apktool or Apkmanager or Apkmultitool
6.JAVA & JDK already installed in your PC
last but not the least required thing is a fully functioning human brain..!!
STEP1:
Framework Part:
1) Take the framework-res.apk and SystemUI.apk from rom and paste it in "place-apk-here-for-modding" folder in Apktool
2) Decompile the framework-res.apk using
Code:
apktool d framework-res.apk
Click to expand...
Click to collapse
3)Once decompiled you'll obtain a folder "framework-res"
4) Open it ..goto 'res\values' folder...find bools and right click to edit with notepad++ and by using ctrl+f search for
Code:
<bool name="config_showNavigationBar">[COLOR="Red"]false[/COLOR]</bool>
Click to expand...
Click to collapse
5)Rename falseto true...save file.
6) Open 'dimens' file in the same folder res\values and using ctrl+f search for navigation bar height and width and change them to whatever dpi you want and save file
7) Thats it!! compile the framework-res using the code
Code:
apktool b framework-res
Click to expand...
Click to collapse
8)Now you will get the new apk file of framwork-res.apk in the dist folder of framework-res folder if you are using the apktool and for other tools it will be in the respective output folder
9) Now we have to sign the framework-res.apk using any apk signing software or simply use TICKLE MY ANDROID by TICKLE FISH to sign your apk by placing it in the out folder of Tickle my android and sign it by pressing button 15 to sign apk file under theming menu(2)
10)thats it now your rom will have OSB
Note: If you dont want OSB in landscape view also..then type 0.0dip like this... in res\values\dimens
Code:
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
Click to expand...
Click to collapse
STEP2:
System UI part:
1. using 7zip or winrar OPEN the SystemUI.apk and navigate to res>drawable_mdpi (if drawable_mdpi is not present go to drawable_hdpi) and just drag and drop this folder "drawable_mdpi (or) hdpi"where you are working
2. search for these png files in the folder
Code:
ic_sysbar_back
ic_sysbar_back_ime
ic_sysbar_home
ic_sysbar_menu
ic_sysbar_recent
if they are present thats done if they are not present you'll have to add them into the folder with dimensions of your choice
3. Thats it NOW you have OSB in your ROM
WANT TO ASK ANYTHING???
How do i add them man...??
Well that's very simple go to this page http://forum.xda-developers.com/showthread.php?t=1413582 and download the required OSB styles you want to add to your ROM
but hey this brother who is a Recognized contributor @atticus182 should deserve a THANKS for such beautiful icons
Once downloaded you must re-size the pngs as far as i know for mdpi devices in portrait mode the image should be scaled around width:80px and height:48px (80x48) and in landscape mode width:48px and height:80px (40x80) is recommended
after they are re-sized they should be copy pasted to the folder we dragged and dropped from SystemUI.apk
once they are copy pasted again open SystemUI.apk in 7zip or Winrar and open the res folder and now just drag and drop the folder in which we added the png files and save the compression level to store if asked and now decompile SystemUI.apk and check whether the files which we drag and dropped are present in the res folder and even check for the png files the res>drawable mdpi(or)hdpi folder... if they are present then it is well and good if they arenot present then you have done something wrong post your problem i'll help you out or there are lot of devs here in XDA they'll help
Click to expand...
Click to collapse
STEP3:
CREATING A FLASHABLE ZIP
1) Download Sample.zip but dont extract it..just open the sample provided with winrar...you will see 2 folders META-INF and system.
View attachment Sample.zip
2) In system there will be two folders framework and app...
Drag the new framework-res.apk to framework folder...
and the SystemUI.apk folder to app..
3) META-INF has info about flashing...goto com..google..android and open update-script file with notepad++...you can edit whatever you want in
ui_print (" ") ...it will be displayed while installing...Save file..
Done your flashable zip is also ready to be flashed using CWM recovery
Feel free to ask questions if you have any coz this tutorila/guide is n-o-o-b friendly :victory: :angel:
P.S add me to your credits if you manage to get OSB working in your rom using this GUIDE/TUT
Dont ever forget to Click :good:button
--reserved for next updates--
--reserved for changelogs---
Nice guide man, and thanks for adding credits to my work! Cheers
Verstuurd van mijn HTC One met Tapatalk
atticus182 said:
Nice guide man, and thanks for adding credits to my work! Cheers
Verstuurd van mijn HTC One met Tapatalk
Click to expand...
Click to collapse
:angel::angel::angel::angel::angel::angel::angel:
Thanks bro:highfive:
Superb guide
Grrrr... i'm jealous now how are managing to work with engineering projects and XDA dude...?? Awesome work man keep up the good work :good: :highfive:
Sent from my ST15i using xda premium
vaddurivineel said:
Grrrr... i'm jealous now how are managing to work with engineering projects and XDA dude...?? Awesome work man keep up the good work :good: :highfive:
Sent from my ST15i using xda premium
Click to expand...
Click to collapse
hehe... thanks alot man!! try yourselves and show me tomorrow morning at your place.. will be happy to see if you understand and be successful in adding the OSB
good
@Aneel
Hi Bro.
this is my first editing :fingers-crossed:
has been successfully :highfive: Thank you very much
EDIT
i can't hide OSB on landscape i make it 0dpi but still big i think 48 !
Code:
<dimen name="navigation_bar_height">34.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
Mo7mD.ZaYOnA said:
@Aneel
Hi Bro.
this is my first editing :fingers-crossed:
has been successfully :highfive: Thank you very much
EDIT
i can't hide OSB on landscape i make it 0dpi but still big i think 48 !
Code:
<dimen name="navigation_bar_height">34.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
Click to expand...
Click to collapse
you must edit it in framework-res.apk bro
Decompile The Framework-res And Navigate To /res/values/dimens.xml
Then Find These Lines
Code:
<dimen name="navigation_bar_height">22.0dip</dimen>
<dimen name="navigation_bar_width">22.0dip</dimen>
Aneel said:
you must edit it in framework-res.apk bro
Decompile The Framework-res And Navigate To /res/values/dimens.xml
Then Find These Lines
Code:
<dimen name="navigation_bar_height">22.0dip</dimen>
<dimen name="navigation_bar_width">22.0dip</dimen>
Click to expand...
Click to collapse
from framework-res.apk
/res/values/dimens.xml
i find these lines
<dimen name="navigation_bar_height">48.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
Change height to 34dip
and add this line to disable in landscape
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
but it's still work in landscape
Mo7mD.ZaYOnA said:
from framework-res.apk
/res/values/dimens.xml
i find these lines
<dimen name="navigation_bar_height">48.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
Change height to 34dip
and add this line to disable in landscape
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
but it's still work in landscape
Click to expand...
Click to collapse
try using some on screen button app mod bro..... i think there is one in Xperia P forums where it works with no issues for all phones
No
it's work good now via your method
This is a very cool tutorial and thanks for saying thanks for Tickle My Android. :thumbup:
However, I should point out that you can use Tickle My Android for more than just signing the apk. It can be used to take the file from your phone, decompile it, recompile it and put it into a flashable zip.
Saves having to download lots of different programs when you can do what you need with just one...
Sent from my C6603 using XDA Premium 4 mobile app
Ticklefish said:
This is a very cool tutorial and thanks for saying thanks for Tickle My Android. :thumbup:
However, I should point out that you can use Tickle My Android for more than just signing the apk. It can be used to take the file from your phone, decompile it, recompile it and put it into a flashable zip.
Saves having to download lots of different programs when you can do what you need with just one...
Sent from my C6603 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes it is an awesome tool that i ever found for theming,decompiling,signing and what not! i use it for porting few apps too :highfive: :angel:
Aneel..do you know to make the osb background transparrent..??
Sent from my ST18i using XDA Premium 4 mobile app
Rhyskymud said:
Aneel..do you know to make the osb background transparrent..??
Sent from my ST18i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Well Yes..!! i will post it very soon just let my exams get finished!
Aneel said:
Well Yes..!! i will post it very soon just let my exams get finished!
Click to expand...
Click to collapse
Ok..i'm waiting..
Sent from my ST18i using XDA Premium 4 mobile app
thats coolllllll bro..ill try it

[GUIDE] How To Make The Lockscreen Transparent

How To Make The Lockscreen Transparent​
This guide will help you make any Gingerbread lockscreen transparent
{
"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"
}
1- For ease of use I have created the transparent image so download it from the attachment and unzip it (ldpi only)
To find out how I did it and to create one for other screen sizes click the spoiler below
To create the transparent lockscreen image
1- Decompile framework-res.apk
2- Open res/drawable-ldpi (or mdpi/hdpi for other devices)
3- Look at zzzzzzzz_default_lockscreenw.jpgand take note of its image dimensions (you can do this by opening it in paint as it says image dimensions at bottom of screen)
4- Open an image editor like photoshop and create a blank transparent image the same dimensions as what you just noted
5- Save image as zzzzzzzz_default_lockscreenw.png (note must be png to keep transparency)
2- Decompile framework-res.apk with Apktool
3- Open res/drawable-ldpi
4- Delete zzzzzzzz_default_lockscreenw.jpg
5- Copy zzzzzzzz_default_lockscreenw.png from attachment or what you have created to res/drawable-ldpi (or mdpi/hdpi on other devices)
6- Open res/layout/zzz_keyguard_screen_lockscreenwallpaper.xml in notepad++
7- Change android:background to ="#00000000"
8- Recompile the folder
9- Delete the compiled apk
9- Unzip the original unmoddifed framework-res.apk
10- Copy META-INF and AndroidManifest.xml and paste them to YourDecompiledFolder/build/apk
11- Recompile the folder again
12- Put in a Flashable Zip and Flash in CWM with system mounted
awesome...its transparent But weneva i press the locked screen to unlock it turns black..
I want fully transparent how to do that?
Himan Boro said:
awesome...its transparent But weneva i press the locked screen to unlock it turns black..
I want fully transparent how to do that?
Click to expand...
Click to collapse
did you set android:background="#00000000" in zzz_keyguard_screen_lockscreenwallpaper.xml
so the line should look like this
Code:
<RelativeLayout android:id="@id/lockscreenwallpaper_root" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="fill_parent"
marcussmith2626 said:
did you set android:background="#00000000" in zzz_keyguard_screen_lockscreenwallpaper.xml
so the line should look like this
Code:
<RelativeLayout android:id="@id/lockscreenwallpaper_root" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="fill_parent"
Click to expand...
Click to collapse
yes i did..n even chnged d zzzz lockscreen....but its transparent,it nly turns black.wen i touch on locked screen to unlock it...
Himan Boro said:
yes i did..n even chnged d zzzz lockscreen....but its transparent,it nly turns black.wen i touch on locked screen to unlock it...
Click to expand...
Click to collapse
I assume you used the png I gave in the attatchment and deleted the jpg that was there already
I wrote this guide over 6months ago when I was on stock rom - I use cm7 now so cant really go back over it
and I think it only works on the default stock lockscreen so if you have changed the lockscreen style that might be why
you can upload your unmodified framwork-res.apk and i'll do it for you and you can see if it makes any difference
waw, nice guide
marcussmith2626 said:
I assume you used the png I gave in the attatchment and deleted the jpg that was there already
I wrote this guide over 6months ago when I was on stock rom - I use cm7 now so cant really go back over it
and I think it only works on the default stock lockscreen so if you have changed the lockscreen style that might be why
you can upload your unmodified framwork-res.apk and i'll do it for you and you can see if it makes any difference
Click to expand...
Click to collapse
ok i wil try to upload ..
Will try later
Edit : @marcussmith2626 , i found zzzzzzzz_default_lockscreenw.jpg in res/drawable-land-ldpi too. Must i change it too by rotating your attachment png ?
Sent from my GT-S5360 using xda app-developers app
GSculerlor said:
Will try later
Edit : @marcussmith2626 , i found zzzzzzzz_default_lockscreenw.jpg in res/drawable-land-ldpi too. Must i change it too by rotating your attachment png ?
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
no - dont think so
just ldpi/mdpi and so on - not land
marcussmith2626 said:
no - dont think so
just ldpi/mdpi and so on - not land
Click to expand...
Click to collapse
Chck myn Screenshots..
1st one is Untouchd
2nd one is touchd.
Himan Boro said:
Chck myn Screenshots..
1st one is Untouchd
2nd one is touchd.
Click to expand...
Click to collapse
yes i know what you mean - I cant remember how you change it but im sure following my guide makes it all transparent but like I said I havent done it in ages and im not on stock to go through it at the moment
marcussmith2626 said:
yes i know what you mean - I cant remember how you change it but im sure following my guide makes it all transparent but like I said I havent done it in ages and im not on stock to go through it at the moment
Click to expand...
Click to collapse
Huh..i did it exactly as your guide..
ah leav it that much transparency is enough for me...
Would it be still transparent if i set a PIN / Password / Pattern?
JClaudio said:
Would it be still transparent if i set a PIN / Password / Pattern?
Click to expand...
Click to collapse
Yes..but it wil be slightly.transparent..
nearly 10-20% transparent..
sign apk?
marcussmith2626 said:
How To Make The Lockscreen Transparent​
This guide will help you make any Gingerbread lockscreen transparent
1- For ease of use I have created the transparent image so download it from the attachment and unzip it (ldpi only)
To find out how I did it and to create one for other screen sizes click the spoiler below
To create the transparent lockscreen image
1- Decompile framework-res.apk
2- Open res/drawable-ldpi (or mdpi/hdpi for other devices)
3- Look at zzzzzzzz_default_lockscreenw.jpgand take note of its image dimensions (you can do this by opening it in paint as it says image dimensions at bottom of screen)
4- Open an image editor like photoshop and create a blank transparent image the same dimensions as what you just noted
5- Save image as zzzzzzzz_default_lockscreenw.png (note must be png to keep transparency)
2- Decompile framework-res.apk with Apktool
3- Open res/drawable-ldpi
4- Delete zzzzzzzz_default_lockscreenw.jpg
5- Copy zzzzzzzz_default_lockscreenw.png from attachment or what you have created to res/drawable-ldpi (or mdpi/hdpi on other devices)
6- Open res/layout/zzz_keyguard_screen_lockscreenwallpaper.xml in notepad++
7- Change android:background to ="#00000000"
8- Recompile the folder
9- Delete the compiled apk
9- Unzip the original unmoddifed framework-res.apk
10- Copy META-INF and AndroidManifest.xml and paste them to YourDecompiledFolder/build/apk
11- Recompile the folder again
12- Put in a Flashable Zip and Flash in CWM with system mounted
Click to expand...
Click to collapse
Sorry sir... need sign the apk sir? if needed.. when i want to sign?
EpullSalvatrucha said:
Sorry sir... need sign the apk sir? if needed.. when i want to sign?
Click to expand...
Click to collapse
If you edit AndroidManifest.xml, you should sign the apk. But in this tutorial, we not change it, so we doesn't need to sign it
GSculerlor said:
If you edit AndroidManifest.xml, you should sign the apk. But in this tutorial, we not change it, so we doesn't need to sign it
Click to expand...
Click to collapse
Are you sure ?
EpullSalvatrucha said:
Are you sure ?
Click to expand...
Click to collapse
All instruction are in the guide
re-sign the apk if you wish but following all the instructions in the guide will suffice
marcussmith2626 said:
All instruction are in the guide
re-sign the apk if you wish but following all the instructions in the guide will suffice
Click to expand...
Click to collapse
ok sir... can i know how to put in flashable zip? i tried but installation aborted... i dont know how to put in flashable zip... help please sir...
EpullSalvatrucha said:
ok sir... can i know how to put in flashable zip? i tried but installation aborted... i dont know how to put in flashable zip... help please sir...
Click to expand...
Click to collapse
download my flashable zip template
http://d-h.st/sr9
for pc use
open it with winrar
open system folder
right click and create a folder
call it app
open app folder
drag and drop SystemUI.apk in the app folder
select ok to add it to archive
put zip on phone and flash in cwm with system mounted
for phone use
unzip the flashable zip template with zarchiver app (or any other zip app you can get from playstore)
open system folder
create a folder called app
open app folder
copy your SystemUI.apk to the app folder
rezip the meta-inf and system folder back up
flash in cwm with system mounted

[MOD][SystemUI]Flyme OS style[17/11/13][add Samsung style]

Flyme OS style SystemUI
Here I present you my SystemUI mod
Base Z1 SystemUI with 16 toggle and quick panel settings show in app drawer
for stock rom or custom rom base stock
Note: this mod is included framework-res.apk
so if you not like my framework-res.apk you can edit your own framework
guide in second post
or you can uploaded here and i will edit it for you :angel:
If you use stock rom ICS : first thing make sure your rom is deodex..
if this mod still not work try to install custom rom with base stock
V1
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download
V1 CM style
Download
V1 MIUI style
Download
V2 Samsung style
Download
Install it via CWM
Do with your own risk
Thanks to :
zie.do2y for guides
DdcCabuslay for base Z1 SystemUI
federico rotundi for panel settings app
Aneeel for Honami framework
and all Devs in xda developers for other guides
i'm not remember anymore
And the last
If you like my work you can press thanks button :angel:​
[GUIDE]
GUIDE​I will share guide for make your framework-res.apk to be compatible with my SystemUI mod
First you must know how to decompile recompile apk file
read this tutorial if you in first time
ok lets do this...
decompile your framework-res.apk
go to res/values and open dimens.xml with notepad++ or similar program
find this
Code:
<dimen name="status_bar_height">25.0dip</dimen>
change dip to 40.0
and this one
Code:
<dimen name="status_bar_icon_size">24.0dip</dimen>
change dip to 30.0
How to change statusbar pulldown title font color
for first line can you find in folder res/values/styles.xml
find this
Code:
<style name="TextAppearance.StatusBar.Title" parent="@style/TextAppearance.StatusBar">
<item name="textStyle">bold</item>
</style>
<style name="TextAppearance.StatusBar.Icon" parent="@style/TextAppearance.StatusBar" />
<style name="TextAppearance.StatusBar.EventContent" parent="@style/TextAppearance.StatusBar">
<item name="textSize">[COLOR="Lime"]12.0sp[/COLOR]</item>
<item name="textStyle">[COLOR="RoyalBlue"]italic[/COLOR]</item>
<item name="textColor">[COLOR="Red"]#ffffffff[/COLOR]</item>
</style>
the green text for text size
blue text for text style, you can change to normal,bold,italic or bold|italic
and red text for text color you want
second line still in styles.xml
Code:
<style name="TextAppearance.StatusBar.[COLOR="Red"]EventContent.Title[/COLOR]" parent="@style/TextAppearance.StatusBar.EventContent">
<item name="textSize">16.0sp</item>
<item name="textStyle">bold</item>
<item name="textColor">#ffffffff</item>
</style>
than change it like in first line
save and exit
recompile your framework
for fourth line you need decompile SystemUI.apk it self
than go to res/values/drawables.xml
Code:
<item type="drawable" name="notification_item_background_color">[COLOR="Red"]#00000000[/COLOR]</item>
<item type="drawable" name="notification_item_background_color_pressed">[COLOR="Blue"]#ff257390[/COLOR]</item>
red text for a normal background
and blue text for pressed background
if you want to change with png file (like in MIUI style)
you must make some 9.png file and rename to 'notification_item_background_color' than copy to res/drawable-hdpi
delete line
Code:
<item type="drawable" name="notification_item_background_color">#00000000</item>
does it work on GB ?
Hallo, can you share this beautiful wallpaper in 1st scr? =) Thank's for good work !
Pietro007 said:
does it work on GB ?
Click to expand...
Click to collapse
i don't thing so.. because this included ics framework
Squezzz said:
Hallo, can you share this beautiful wallpaper in 1st scr? =) Thank's for good work !
Click to expand...
Click to collapse
:victory:
Works without framework?
Pietro007 said:
does it work on GB ?
Click to expand...
Click to collapse
Dark-R said:
i don't thing so.. because this included ics framework
Click to expand...
Click to collapse
Great bro!
Pls, can you do it work with GB ?
:highfive:
Raptor_3000 said:
Works without framework?
Click to expand...
Click to collapse
not of course
xfeedbacker said:
Great bro!
Pls, can you do it work with GB ?
:highfive:
Click to expand...
Click to collapse
i will try :angel:
Help mee please!
flash it but nothing changes, this is my framework-res you can edit it to make it look like yours?View attachment framework-res.rar
fiore_ap said:
flash it but nothing changes, this is my framework-res you can edit it to make it look like yours?View attachment 2359995
Click to expand...
Click to collapse
nothing happens after flashing... i mean no change
Work on hdpi..??
If yes..please edit my framework-res..
https://db.tt/WWlyHhPX
Sent from my ST18i using XDA Premium 4 mobile app
fiore_ap said:
flash it but nothing changes, this is my framework-res you can edit it to make it look like yours?View attachment 2359995
Click to expand...
Click to collapse
download your frameworkin attachment... if still nothing changes try to push all file (framework,systemUI&quickpanel) manually into system/ and wipe cache if needed
Rhyskymud said:
Work on hdpi..??
If yes..please edit my framework-res..
https://db.tt/WWlyHhPX
Sent from my ST18i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
it works on hdpi
here your framework don't forget to backup because i'm not test it
Dark-R said:
download your frameworkin attachment... if still nothing changes try to push all file (framework,systemUI&quickpanel) manually into system/ and wipe cache if needed
it works on hdpi
here your framework don't forget to backup because i'm not test it
Click to expand...
Click to collapse
Ok gan. eehh. ??
Sent from my ST18i using XDA Premium 4 mobile app
Thnks
thanks, I'll try :good:
I use xperia neo v with cm10 ROM,.
can you edit my original system UI??
hroen_al said:
I use xperia neo v with cm10 ROM,.
can you edit my original system UI??
Click to expand...
Click to collapse
i'll try.. you can give me systemUI & framework-res
you from indonesia right....? can you contact me.. so that I could more easily communicate with you
pm me for contact me
please also make panel settings app
i wish you can make it for GB it will be best systemUI for me
Unable to install MOD
Dear friend,
I am unable to install your mod even after flashing your mod through CWM.I am using XPERIA Mini Pro sk17i(Android 4.04/ICS-generic 4.1.B.0.587-ROOTED) and I am providing my framework-res.apk and SystemUI.apk.Please help me.
Here is the link:http://www52.zippyshare.com/v/16229357/file.html for my framework-res.apk
& for SystemUI.apk:http://www61.zippyshare.com/v/25201575/file.html
Also bro can you upload your same mod with a small change?Only the battery icon with regular horizontal icon of XPERIA 2011 instaed of the new Vertical icon please?
Thanking you
Siddhesh Sapre:angel:
Miui style is beautiful :good: Working on cm 10.2 ??

Categories

Resources