I want to delete this thread
CM7 Guide
CM 7
Screenshots -
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Steps -
1 - You have to decompile Framework-res.apk.
2 - Open res/values/bools.xml
3 - Find this
<bool name="cm_default_has_soft_buttons">false</bool>
4 - Change it to
<bool name="cm_default_has_soft_buttons">true</bool>
5 - Then recompile framework-res and Put it to Framework folder in you phone.
6 - Reboot
CM11 Guide
CM 11
Screenshots -
Steps -
1 - You have to decompile Framework-res.apk.
2 - Open res/values/bools.xml
3 - Find this
<bool name="config_showNavigationBar">false</bool>
4 - Change it to
<bool name="config_showNavigationBar">true</bool>
5 - Then Open res/values/dimens.xml
6 - Find
<dimen name="navigation_bar_height">28.0dip</dimen>
<dimen name="navigation_bar_width">28.0dip</dimen>
7- Change it to
<dimen name="navigation_bar_height">26.0dip</dimen>
<dimen name="navigation_bar_width">26.0dip</dimen>
8 - You can change 28.0dip as You Want. (I like 26.0dip)
9 - Then recompile framework-res and Put it to Framework folder in you phone.
10 - Reboot
Reserved
..
On cm 11 there is no need for this complicated method.
Just type following line in end of build.prop.
qemu.hw.mainkeys=0
After this its look like
GREEETZ FROM TEAM-OPTIMA!!!
-CALIBAN666- said:
On cm 11 there is no need for this complicated method.
Just type following line in end of build.prop.
qemu.hw.mainkeys=0
After this its look like
GREEETZ FROM TEAM-OPTIMA!!!
Click to expand...
Click to collapse
Sire, which cm rom u r using now ?plz give me the link nd is their any bugs in that ?
Last jenkins,i dont share links anymore,sorry.to much peeps cant understand why its not for public.
GREEETZ FROM TEAM-OPTIMA!!!
CM11
imElectronica said:
Sire, which cm rom u r using now ?plz give me the link nd is their any bugs in that ?
Click to expand...
Click to collapse
LINK REMOVED
Try at your own risk.
Its not good to share links,its not for public,better u remove the link.its only a suggestion,but its your choice.
GREEETZ FROM TEAM-OPTIMA!!!
-CALIBAN666- said:
Its not good to share links,its not for public,better u remove the link.its only a suggestion,but its your choice.
GREEETZ FROM TEAM-OPTIMA!!!
Click to expand...
Click to collapse
why sire its not public ??
imElectronica said:
why sire its not public ??
Click to expand...
Click to collapse
see
http://forum.xda-developers.com/showpost.php?p=53175708&postcount=127
please stop asking - iv had enough of it in the general thread
If you read the threads you will have all the answers
keep threads on topic please - this thread is meant to be for adding softkeys to the given roms not for any other discussion
gkasunkodagoda said:
CM 11
Screenshots -
Steps -
1 - You have to decompile Framework-res.apk.
2 - Open res/values/bools.xml
3 - Find this
<bool name="config_showNavigationBar">false</bool>
4 - Change it to
<bool name="config_showNavigationBar">true</bool>
5 - Then Open res/values/dimens.xml
6 - Find
<dimen name="navigation_bar_height">28.0dip</dimen>
<dimen name="navigation_bar_width">28.0dip</dimen>
7- Change it to
<dimen name="navigation_bar_height">26.0dip</dimen>
<dimen name="navigation_bar_width">26.0dip</dimen>
8 - You can change 28.0dip as You Want. (I like 26.0dip)
9 - Then recompile framework-res and Put it to Framework folder in you phone.
10 - Reboot
Click to expand...
Click to collapse
I M USING STOCK ROM THEN HOW SHOULD I ENABLE IT??
cwm
akki jain said:
I M USING STOCK ROM THEN HOW SHOULD I ENABLE IT??
Click to expand...
Click to collapse
flash this with cwm
Related
Many of us having problem with this SemcGenericUxpRes.apk
All of us can decompile it but some of us having problem in recompile it even if we didn't change anything.
We got that error everytime we try to recompile SemcGenericUxpRes.apk
{
"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"
}
That's why I want to make a TUTORIAL on How to Decomplie/Recompile SemcGenericUxpRes.apk :laugh:
My fixing method working for me, hope will be working for you all too. :fingers-crossed:
So here we go... :good:
What we need :
1. Any Decompiler/Recompiler Tool (in my case ApkTool)
2. Notepad++ (if you OS is windows)
3. Your SemcGenericUxpRes.apk
4. A Working Brain
5. Patience :silly:
==> First of all decompile your SemcGenericUxpRes.apk
ApkTool Command is :
Code:
java -jar apktool.jar d SemcGenericUxpRes.apk SemcGenericUxpRes
==> Now goto SemcGenericUxpRes\res\values Folder
==> Now open Notepad++ and Type the below texts on that window
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="BDFreak">true</bool>
</resources>
It will be look like this...
==> Now save it with bools.xml name (in notepad++ goto File > Save As... than type bools.xml in file name and save it)
==> Now copy bools.xml file and paste it in SemcGenericUxpRes\res\values Folder
==> Now open public.xml file with notepad++ from SemcGenericUxpRes\res\values Folder
==> Find <public type="dimen" name="semc_tab_indicator_icon_max_height" id="0x02070016" /> line in public.xml file (in notepad++ goto Search > Find and type <public type="dimen" name="semc_tab_indicator_icon_max_height" id="0x02070016" /> and press Find Next Button)
==> Under the line type this line
Code:
<public type="bool" name="BDFreak" id="0x02080000" />
It will be look like this...
==> Now save public.xml file
==> Now try to recompile your SemcGenericUxpRes.apk, it will be recompiled without any error
ApkTool Command is :
Code:
apktool b SemcGenericUxpRes SemcGenericUxpRes.apk
==> Whoaaaaa! You did it man, CONGRATULATION!!! :good:
If you like my tutorial or it helped you in any way than don't forget to press the THANKS :good: button
AW: [TUTORIAL] How to Decomplie/Recompile SemcGenericUxpRes.apk [15/3/2013]
Nice idea!
I never tried any SemcGenericUXP.apk modification, but I assume that one really works. Hehe
Oh, and sorry if I choose another bool... I rather want Chuck_norris set to true
jader13254 said:
Nice idea!
I never tried any SemcGenericUXP.apk modification, but I assume that one really works. Hehe
Oh, and sorry if I choose another bool... I rather want Chuck_norris set to true
Click to expand...
Click to collapse
I found many thread about recompile problem of SemcGenericUxpRes.apk, but i didn't get any good solution.
Thtat's why I post this thread...
An easier thing would be to just delete the public.xml instead of modifying it. IT will be regenerated during recompiling of the apk. Saves you from unfortunate errors.
emwno said:
An easier thing would be to just delete the public.xml instead of modifying it. IT will be regenerated during recompiling of the apk. Saves you from unfortunate errors.
Click to expand...
Click to collapse
Ow... I don't know this... Thanks for your info. I will give it a try...
Finally! Thanks!
oh yeah ! finally works ! thanks !
XperienceD said:
Finally! Thanks!
Click to expand...
Click to collapse
godlesplay said:
oh yeah ! finally works ! thanks !
Click to expand...
Click to collapse
You both are welcome...
BDFreak said:
You both are welcome...
Click to expand...
Click to collapse
Thanks for this bro....
if you guys can help me out.... I tried editing the Semc file of JB for XSOLA and faced some error but with method stated above it recompiled properly but then when i pushed it to my fone and after settings permissions my fone is stuck at boot animation only not moving further.... what could be the problem???
@[email protected] said:
Thanks for this bro....
if you guys can help me out.... I tried editing the Semc file of JB for XSOLA and faced some error but with method stated above it recompiled properly but then when i pushed it to my fone and after settings permissions my fone is stuck at boot animation only not moving further.... what could be the problem???
Click to expand...
Click to collapse
Bro, I don't have this device, that's why I can't try myself and can't help you as I am not that advanced member. I just can say sorry because I can't help you...
Awesome job on this, I kept trying myself without success, but now, finally it works
Thanks dude
Thanks for the nice tut:good:
Good work
Thanks.. very helpful and successful :good:
Hello everyone this is my firs tutor, and in my first thread i will share my guide to you all
so here we go
for the ss:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
A. Explanation :
1. You must know how to compile/decompile
2. You must know how to edit xml/smali/baksmali
3. You must know how to use apktool/apkmanager/toolAlite or something else
4. You must know how to use notepad++/Sublime
B. Explanation :
1. Pull SystemUI.apk from your ROM.
2. Decompile it and open strings.xml from /res/valuest/here
3. Find this line : <string name="battery_low_title">Please connect charger</string>
4. And change bold and italic one with your wisdom word :laugh: here for example
Code:
<string name="battery_low_title">Charge Me Idiot!!</string>
5. And then Find this line : <string name="battery_low_subtitle">The battery is getting low:</string>
6. Change again with your wisdom word, here for example :
Code:
<string name="battery_low_subtitle">My Energy is fvckin low</string>
7. Then find again this line : <string name="battery_low_percent_format">%d%% or less remaining.</string>
8. Change it with your another wisdom word, ex :
Code:
<string name="battery_low_percent_format">%d%% left before die.</string>
9. Save it
C. Explanation :
1. Open /res/drawable-mdpi/here and find battery_low_battery.png
2. Replace it with your *.png file REMEMBER! file must *.png with the resolution that matches the file that you replace.
3. Save and compile it then push to /system/app
Note:
Backup your SystemUI.apk before you do this
Do With Your Own Risk!
Click to expand...
Click to collapse
Sorry for my bad English, and Please press thanks if this Guide help you
Happy Theming!!
Updates:
thanks to Blake Blader
Blake Blader said:
Freetechware said:
:crying:when i move this modified apk to system/app it shows 'Forced Close' again and again !
Click to expand...
Click to collapse
After you have edited and recompiled the apk, then open the original apk and the edited one (ex using WinRAR), then delete "resources" and "res" from the original apk, and move the "resources" and "res" from the edited apk to the original apk. Now try it.
Click to expand...
Click to collapse
hah nice thanks
isko95 said:
hah nice thanks
Click to expand...
Click to collapse
you're welcome
Aaaaaaa. Nice guide!!
I will try!! >_<
With which program do you decompile/recompile apps?
Sent from my E15i using xda app-developers app
Ryuuzaki47 said:
Aaaaaaa. Nice guide!!
I will try!! >_<
Click to expand...
Click to collapse
thanks dude..
drilleffect said:
With which program do you decompile/recompile apps?
Sent from my E15i using xda app-developers app
Click to expand...
Click to collapse
I usually using Apktool..
Wkwkwk.... nice share bro.... creative!!!
Ariefuno Recca said:
Wkwkwk.... nice share bro.... creative!!!
Click to expand...
Click to collapse
Your rom altis more creative master
aldo_21 said:
Your rom altis more creative master
Click to expand...
Click to collapse
My ROM is simple (sederhana). nothing special yet... hehe
but, thanks for Supported
Ariefuno Recca said:
My ROM is simple (sederhana). nothing special yet... hehe
but, thanks for Supported
Click to expand...
Click to collapse
but it stable and fast..
you're welcome master.. just can't wait for Altis v 7.4
"battery is pulled out" when charger is connected
"battery is pulled out" when charger is connected.. my phone is not charging, although it shows that it is charging... TIA
:crying:when i move this modified apk to system/app it shows 'Forced Close' again and again !
hahaha really nice
Freetechware said:
:crying:when i move this modified apk to system/app it shows 'Forced Close' again and again !
Click to expand...
Click to collapse
After you have edited and recompiled the apk, then open the original apk and the edited one (ex using WinRAR), then delete "resources" and "res" from the original apk, and move the "resources" and "res" from the edited apk to the original apk. Now try it.
I have tried your tutor .. but when my battery is low.. The text isn't changed .. and only the picture that changed. .. I try again and again .. the the result always same.. the text isn't changed.
battery low notification replacement problem
Hi Everyone,
Can any body help me changing Noir A8 battery low sound.
I replaced the Battery low.ogg file with another one having same Name and Extension as .ogg in System/media/audio/ui and set the permission same as original using Root Explorer and restart the phone but still i noted original sound not the one which I want.
Orignal sound is not present in System/media/audio/ui but the new one and heard the old sound when battery goes low .
PLZ Tell how to change ? Thnx
for who do not know, this tutorial to change the text "Zombie Art by Jack Larsson" when we tap quickly on the android version
Stuff:
1. Tools to decompile/compile jar file like apk multitool or baksmali manager
2. framework.jar
Steps:
1. decompile framework.jar
2. go to com/android/internal/app/PlatLogoActivity.smali
3. find Zombie art by Jack Larson
4. change to what you want
5. save
6. compile
7. push/flash via cwm
nb: to change the image of platlogo, go to framework-res.apk/res/drawable-nodpi/platlogo.jpg and replace with the image what you want
{
"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"
}
Nice Guide!! Helpful
+1
EDIT: Mention Credits!! Or The Source....
EDIT 2: Already New The Trick... I Was Posting It On Mini Forums!
credit? for my self. I discovered this when I was to edit framework.jar
in general thread i have shows the guide days ago,lol.anyway here is better,maybe.
-CALIBAN666- said:
in general thread i have shows the guide days ago,lol.anyway here is better,maybe.
Click to expand...
Click to collapse
+1 ^
its been der in general section from ages....
where's the thread?
Good guide:good:
nice guide bro . . . :good:
i like it . .
+1
tanx for article
ocoot said:
for who do not know, this tutorial to change the text "Zombie Art by Jack Larsson" when we tap quickly on the android version
Stuff:
1. Tools to decompile/compile jar file like apk multitool or baksmali manager
2. framework.jar
Steps:
1. decompile framework.jar
2. go to com/android/internal/app/PlatLogoActivity.smali
3. find Zombie art by Jack Larson
4. change to what you want
5. save
6. compile
7. push/flash via cwm
nb: to change the image of platlogo, go to framework-res.apk/res/drawable-nodpi/platlogo.jpg and replace with the image what you want
Click to expand...
Click to collapse
Nice article
it will be helpful if you add steps to compile/recompile jar
@op can I know what is your font plz
And in hyperion 8 GM there is nimation if we press the android version How can i apply this?
balamurugan94 said:
Nice article
it will be helpful if you add steps to compile/recompile jar
Click to expand...
Click to collapse
you can search that how to compile/decompile jar files
GalKill said:
@op can I know what is your font plz
And in hyperion 8 GM there is nimation if we press the android version How can i apply this?
Click to expand...
Click to collapse
i'm not use galaxy y gt-s5360 again. sorry i can't help you
(/QUOTE)i'm not use galaxy y gt-s5360 again. sorry i can't help you [/QUOTE]
A least can yoi give me the font? Thanks
GalKill said:
(/QUOTE)i'm not use galaxy y gt-s5360 again. sorry i can't help you
Click to expand...
Click to collapse
A least can yoi give me the font? Thanks [/QUOTE]
i lost my phone, so i don't know what name of font i use
Hi friends and visitors xda. Well I'll pass on to you a bit adding apks in your Settings. I tried to do the best possible way to understanding all, hope you like it and read it carefully. Let's start
Requirements:
Virtuous Ten Studio
Apktool
Install Framework-res.apk
Installation SemcGenericUxpRes.apk
This tutorial works on Custom roms and stock roms based firmware 587. Devices MDPI and HDPI! just what we need to have is a little attention to codes in public.xml file
In my opinion the VST and most complete program for editing in general .. then the procedure was done for him!
*Decompile your Settings.apk
*After decompile ... check the folder >>>> res / values / strings.xml <<<< edit it. See the image below
*Add the code below to your Strings.xml.
<string name="loc_based_wifi">Location Based Wi-Fi</string>
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"
}
*Now open Public.xml is add the following code below
<public type="string" name="loc_based_wifi" id="0x7f0b0656" />
Click to expand...
Click to collapse
*Then open the folder and xml file settings_headers proucure the open and see where the code will be added below!
<header android:icon="@drawable/ic_wifi_lock_signal_4" android:title="@string/loc_based_wifi">
<intent android:targetPackage="com.sonyericsson.android.locationbasedwifi" android:action="android.intent.action.MAIN" android:targetClass="com.sonyericsson.android.locationbasedwifi.LbwPreferenceActivity" />
</header>
Click to expand...
Click to collapse
*Now place the images in the following folder drawable-MDPI
*Once added the images in drawable-MDPI folder ... You will compile your Settings.apk according to the program you are using for editing. In my case as I use the VST I compile my file in Build all.
Compiling ...
If all goes well will compile the following message appears telling you that everything went well and without errors!
Screenshot Xperia Mini Pro
Installation mode
Install with the flashable zip apk placing the Wifi Settings and location-based app folder in the zip with Root explorer or giving the permissions [rw-r--r--]
Ready. I hope everything goes well in the settings of you ... look carefully the hexadecimal code in public! is and of course, give me a Thanks kkkk
Credits >> @saqib nazm / @M4ST3R-V
Until next time friends.
Great, i will try on my touchwiz based rom for s3 mini :laugh: :good:
JynAlek said:
Great, i will try on my touchwiz based rom for s3 mini :laugh: :good:
Click to expand...
Click to collapse
Thank you. Test and answer me to know if everything went right.
if this tutorial can work on a custom rom cyanogen base cm10.1 ...
D2Y aka E said:
if this tutorial can work on a custom rom cyanogen base cm10.1 ...
Click to expand...
Click to collapse
I have not tested ... but I think yes you can :good:
Marília de Oliveira said:
I have not tested ... but I think yes you can :good:
Click to expand...
Click to collapse
okay I'll try my review later if this works on a custom rom that I use
D2Y aka E said:
okay I'll try my review later if this works on a custom rom that I use
Click to expand...
Click to collapse
Okay more and you get better and change the original settings.apk from the beginning. anything send me your settings if you do not get. good luck :good:
Hi Geeks
Here's a small tutorial to provide colorization to Battery,Data Usage and Ram bar
Requirements:
1. Apktool or derivatives
2. Settings.apk
3. A good text editor
4.A framework with colorizable support . Link for framework . || Link for tut by BDFreak
5. Little common sense,as always
Click to expand...
Click to collapse
Tutorial:
1. Decompile Settings.apk
2. Download the Tutorial.zip in attachments View attachment Color_Settings_tut.zip
3. Replace the LinearColorBar.smali from downloads into your smali\com\android\settings\applications folder
4. Place the sonymobile folder inside smali\com.
This will make your Ram Curve color changing according to theme accent.
5. Now, downloaded zip inside resources and paste the three pngs inside res drawable-nodpi or drawable-hdpi folder of your Settings.
semc_progress_bg_holo_dark.9.png
semc_progress_primary_holo_dark_colored.9.png
semc_progress_secondary_holo_dark_colored.9.png
Click to expand...
Click to collapse
6. Now, go to res/drawable folder and open data_usage_bar.xml and replace everything with this code
PHP:
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background" android:drawable="@drawable/semc_progress_bg_holo_dark" />
<item android:id="@android:id/secondaryProgress">
<scale android:drawable="@drawable/semc_progress_secondary_holo_dark" android:scaleWidth="100%" />
</item>
<item android:id="@android:id/progress">
<scale android:drawable="@drawable/semc_progress_primary_holo_dark" android:scaleWidth="100%" />
</item>
</layer-list>
7. Now write a NEW xml named semc_progress_primary_holo_dark.xml inside res/drawable and paste the code
PHP:
<?xml version="1.0" encoding="utf-8"?>
<colorizable android:drawable="@drawable/semc_progress_primary_holo_dark_colored" android:color="@color/theme_accent"
xmlns:android="http://schemas.android.com/apk/res/android" />
8. Now write a NEW xml named semc_progress_secondary_holo_dark.xml inside res/drawable and paste the code
PHP:
<?xml version="1.0" encoding="utf-8"?>
<colorizable android:drawable="@drawable/semc_progress_secondary_holo_dark_colored" android:color="@color/theme_accent"
xmlns:android="http://schemas.android.com/apk/res/android" />
This will add colorization for the battery and data usage bar.
9. Go to res/values/colors.xml and add this color
PHP:
<color name="theme_accent">@com.sonyericsson.uxp:color/semc_theme_accent_color</color>
10. Open apktool.yml and it should have the following code
Code:
...
usesFramework:
ids:
- 1
[COLOR="Red"]- 2[/COLOR]
...
For an apk to take colorizable attributes from SemcGeneric it should be declared in apktool.yml.
Here -2 ids means SemcGenricUxpRes.apk
9. Recompile Settings.apk and Done!
Click to expand...
Click to collapse
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Hit Thanks if you like my work and always mention in credits when you use it!
Interesting tutorial. I will try it on Fluorescent Feather and tell you if it works .
You rock dude. Nice tutorial. And useful too. Keep giving us such things.
Nice tutorial, already implemented on Nextgen update
Nice Tutorial bro... :good: :highfive:
karandpr said:
Interesting tutorial. I will try it on Fluorescent Feather and tell you if it works .
Click to expand...
Click to collapse
Am waiting for your respose
BDFreak said:
You rock dude. Nice tutorial. And useful too. Keep giving us such things.
Click to expand...
Click to collapse
Thank you Bd,your tuts also helped!
Ayush Singh said:
Nice tutorial, already implemented on Nextgen update
Click to expand...
Click to collapse
Wow! Thats amazing.
Aneel said:
Nice Tutorial bro... :good: :highfive:
Click to expand...
Click to collapse
Thank you
Aweeeeeeeeeesome tutorial.
Definitely one to try.
PS: Can you make a tutorial on colorized check boxes/radio buttons?
NeoTrix said:
Aweeeeeeeeeesome tutorial.
Definitely one to try.
PS: Can you make a tutorial on colorized check boxes/radio buttons?
Click to expand...
Click to collapse
Refer to the tut by BdFreak linked in the OP
That should help
Not managed to make the tut. Can you help me? :crying:
nice tutor bro...thanks...
I still can not :/
Sent from my C5303 using XDA Free mobile app
I've tried it but it did not work for samsung galaxy young s6310 4.1 jb
please guide for touchwiz 4.1 jb..
takurcuy69 said:
I've tried it but it did not work for samsung galaxy young s6310 4.1 jb
please guide for touchwiz 4.1 jb..
Click to expand...
Click to collapse
Its for Xperia Devices mate
Needs an Xperia Framework
nice