[MOD][GUIDE][GB] Highlighted Chooserbox - Galaxy Ace S5830i Android Development

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:

Related

Ice Cream Sandwich Theme For MORe ROM.

Ice Cream Sandwich Theme For MORe v1 ROM.
This my first project "ICS Theme MORe v1 ROM".
Big thanks to: godell for your powerful ROM.
Notice:
-Theme created by some conferted rom theme.
-Don't make a mirror download link.
-Please click "thanks" button for me.
Before Use:
-Of course you must already used MORe ROM: http://forum.xda-developers.com/showthread.php?t=1464896
-Download 'ICS MORe Theme by Dreamware.zip' here: http://www.mediafire.com/?2vrmm5v9u495ut5 Password: "dreamware" without quotes.
-Download "ICS Wallpaper Dreamware.jpg"(FOR Wallpaper) here: http://www.mediafire.com/?632wg2evdnv9v1s
-See more information on my blog. here: http://hassanal-link.blogspot.com/2012/02/ice-cream-sandwich-theme-untuk-more-rom.html (If you cannot understand the languange, you can translate it with google translate, thats indonesian languange.)
Instalation:
Do With You're Own Risk
-copy the zip file in your root directory of sd card.
-reboot to recovery mode.
-select Choose Install .zip from SD Card.
-select 'ICS MORe Theme by Dreamware.zip'.
-select 'Yes'
-.back to CWM home screen.
-select 'Reboot System Now'.
Please Enjoy My Creation.
This Some OF Screen Shoots:
{
"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"
}
DON'T FORGET TO HIT "Thanks Button" ​
nice.. simple and clean. keep it up
Man The Theme Ix Awesome But There'x A Lil Problem!
Because Of The Font Is Black In This Theme..! When Yuh Press Option Button Yuh Cant See The Text! Itx Just The Signs...!
Hope Yuh Fix It Pretty Soon...!=)
DeeJayAhmed said:
Man The Theme Ix Awesome But There'x A Lil Problem!
Because Of The Font Is Black In This Theme..! When Yuh Press Option Button Yuh Cant See The Text! Itx Just The Signs...!
Hope Yuh Fix It Pretty Soon...!=)
Click to expand...
Click to collapse
this will be fix for it
for thread maker too
Files to be edited : - styles.xml in \projects\framework_name\res\values\.
* Goto \projects\framework_name\res\values.
* Open styles.xml in notepad++.
* Press CTRL+F and search for "TextAppearance.Widget.IconMenu.Item".
* The searched part will be like as shown in the following : -
Code:
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">?textColorPrimaryInverse</item>
</style>
**Change the above code to as shown below : -
Code:
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">@color/bright_foreground_dark</item>
</style>
* Then for text colour in "MORE" menu lists, press CTRL+F and search for "Theme.ExpandedMenu".
* The searched part will be as shown in the following : -
Code:
<style name="Theme.ExpandedMenu" parent="@style/Theme">
<item name="listViewStyle">@style/Widget.ListView.Menu</item>
<item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
<item name="background">@null</item>
<item name="itemTextAppearance">?textAppearanceLargeInverse</item>
<style>
** Change the above code to as shown below : -
Code:
<style name="Theme.ExpandedMenu" parent="@style/Theme">
<item name="listViewStyle">@style/Widget.ListView.Menu</item>
<item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
<item name="background">@null</item>
<item name="itemTextAppearance">?textAppearanceLarge</item>
<style>
glad to help others
gboy2011 said:
nice.. simple and clean. keep it up
Click to expand...
Click to collapse
Of Course Thankyou
devras said:
this will be fix for it
for thread maker too
Files to be edited : - styles.xml in \projects\framework_name\res\values\.
* Goto \projects\framework_name\res\values.
* Open styles.xml in notepad++.
* Press CTRL+F and search for "TextAppearance.Widget.IconMenu.Item".
* The searched part will be like as shown in the following : -
Code:
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">?textColorPrimaryInverse</item>
</style>
**Change the above code to as shown below : -
Code:
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">@color/bright_foreground_dark</item>
</style>
* Then for text colour in "MORE" menu lists, press CTRL+F and search for "Theme.ExpandedMenu".
* The searched part will be as shown in the following : -
Code:
<style name="Theme.ExpandedMenu" parent="@style/Theme">
<item name="listViewStyle">@style/Widget.ListView.Menu</item>
<item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
<item name="background">@null</item>
<item name="itemTextAppearance">?textAppearanceLargeInverse</item>
<style>
** Change the above code to as shown below : -
Code:
<style name="Theme.ExpandedMenu" parent="@style/Theme">
<item name="listViewStyle">@style/Widget.ListView.Menu</item>
<item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
<item name="background">@null</item>
<item name="itemTextAppearance">?textAppearanceLarge</item>
<style>
glad to help others
Click to expand...
Click to collapse
Thank for fixing, i don't very know to fix like that cause i'm newbie
Can some one provide me the Ics icon zip fir flashing on any ROM
galaxyfitankit said:
Can some one provide me the Ics icon zip fir flashing on any ROM
Click to expand...
Click to collapse
just search on google..
can you make a theme for the latest MORe rom xwth ?
yorufus said:
can you make a theme for the latest MORe rom xwth ?
Click to expand...
Click to collapse
I think this can use also. Just try this
dreamware said:
I think this can use also. Just try this
Click to expand...
Click to collapse
ok...my concern was that the stock lockscreen is changed in this rom(base xwth)..so was wondering if the same theme would work...will it?
dreamware said:
Ice Cream Sandwich Theme For MORe v1 ROM.
This my first project "ICS Theme MORe v1 ROM".
Big thanks to: godell for your powerful ROM.
Notice:
-Theme created by some conferted rom theme.
-Don't make a mirror download link.
-Please click "thanks" button for me.
Before Use:
-Of course you must already used MORe ROM: http://forum.xda-developers.com/showthread.php?t=1464896
-Download 'ICS MORe Theme by Dreamware.zip' here: http://www.mediafire.com/?2vrmm5v9u495ut5 Password: "dreamware" without quotes.
-Download "ICS Wallpaper Dreamware.jpg"(FOR Wallpaper) here: http://www.mediafire.com/?632wg2evdnv9v1s
-See more information on my blog. here: http://hassanal-link.blogspot.com/2012/02/ice-cream-sandwich-theme-untuk-more-rom.html (If you cannot understand the languange, you can translate it with google translate, thats indonesian languange.)
Instalation:
Do With You're Own Risk
-copy the zip file in your root directory of sd card.
-reboot to recovery mode.
-select Choose Install .zip from SD Card.
-select 'ICS MORe Theme by Dreamware.zip'.
-select 'Yes'
-.back to CWM home screen.
-select 'Reboot System Now'.
Please Enjoy My Creation.
This Some OF Screen Shoots:
DON'T FORGET TO HIT "Thanks Button" ​
Click to expand...
Click to collapse
Thanks for this awesome theme dude...
yorufus said:
ok...my concern was that the stock lockscreen is changed in this rom(base xwth)..so was wondering if the same theme would work...will it?
Click to expand...
Click to collapse
Can u upload the framework.apk from your device?
I can compile that for you
@rahul4u : any time. .
How about MORev2?
Yeah, we want update theme for godell latest rom
i may build that until my test in school end
godell said:
How about MORev2?
Click to expand...
Click to collapse
okey i will create, but you also always update youre rom.. lol
how to install on cm7?
deni24 said:
how to install on cm7?
Click to expand...
Click to collapse
This is for more rom...there is already an ics theme for cm7 check this out..
http://forum.xda-developers.com/showthread.php?t=1571172

[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

[MOD][GUIDE]LockScreen Clock with seconds[ANY ROM]

What it will do ??
Clock with seconds in pattern lock screen lock screen.... It will work on any android version or rom.... tested on ICS 4.0.4
What is needed ??
* apktool
* framework-res.apk
* texteditor
How ??
Step 1 :
Decompile framework-res.apk hope you know it well....
Step 2 :
open framework-res.apk\res\layout\keyguard_screen_unlock_portrait.xml
search for line com.android.internal.widget.DigitalClockdelete all starting from com.android.internal.widget.DigitalClock" to "\com.android.internal.widget.DigitalClock>
this will remove stock clock from lockscreen. now the main part, adding our clock, add this line,
<DigitalClock android:textAppearance="?textAppearanceMedium" android:textSize="60.0sp" android:ellipsize="marquee" android:textColor="@color/lockscreen_clock_background" android:layout_gravity="right" android:id="@id/time" android:layout_marginTop="@dimen/keyguard_lockscreen_status_line_clockfont_top_margin" android:layout_marginRight="@dimen/keyguard_lockscreen_status_line_font_right_margin" android:layout_marginBottom="6.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
Click to expand...
Click to collapse
DigitalClock is inbuilt inside android from the Beginning, we just referring that inbuilt clock ....
You can change size of the clock by editing android:textSize="60.0sp" , also change color by adding android:textColor="#ffffffff"
Setp 3 : Compile apk, Push / Flash , Enjoy
----------------------------------------------------------------------------------------------------------------------
Actually got idea about "digitalclock" by this so thanks to TickleFish
same way for sliding lock screen edit "keyguard_screen_tab_unlock.xml" in same folder....
finding a way to change font also... i will update thread if i found anything worthy sharing....
Hope you will hit THANKS button....
screenshot :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
i made pattern lock dots invisible so its not a problem.....
-------------------------------------------------------------------------------------------------------------------------------------------------
HOW TO ADD CUSTOM TEXT TO LOCK SCREEN
how can u make words "This Phone Belongs to Akash Hiremath",, thats cool please tell me how...
Click to expand...
Click to collapse
open the same file "framework-res.apk\res\layout\keyguard_screen_unlock_portrait.xml"
add this line
<TextView android:textAppearance="?textAppearanceMedium" android:textSize="18.0sp" android:textColor="@color/lockscreen_clock_background" android:ellipsize="marquee" android:layout_gravity="center" android:id="@id/own_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="YOUR_TEXT_HERE" android:singleLine="true" android:drawablePadding="4.0dip" />
Click to expand...
Click to collapse
replace YOUR_TEXT_HERE with anything....
next step : goto res/values/ids add
Code:
false
at the end before
i think its not required, you can skip this step and simply remove "android:id="@id/own_text"" from above line it must work.. but not testesd
same way for sliding lock screen edit "keyguard_screen_tab_unlock.xml" in same folder....
compile and flash or push....
-----------------------------------------------------------------------------------------------------------------------------------------
BASIC CUSTOMIZATION
+ for clock color "@color/lockscreen_clock_background" with any html color code ex android:textColor="#ffffffff" for white..
+ for size android:textSize="18.0sp"
many things are self explanatory, just follow trail and error method
----------------------------------------------------------------------------------------------------------------------------------------
CHANGE PATTERN LOCK ICONS
open res/drawable-mdpi/hdpi
look for
+ btn_code_lock_default_holo
+ btn_code_lock_touched_holo
+ indicator_code_lock_point_area_green_holo
+ indicator_code_lock_point_area_red_holo
name may be different for HTC, xperia,samsung devices its for stock rom... just manually check...
edit these images with any editing software i use gimp cuz its OPENSOURCE
remember :
name should be same with same extension (.png)
use stock icons for editing rather than create new image to avoid any mistakes
decompiling is not necessary, just replace images within apk
don't delete any image if u don't want any just make it transparent
if you use winrar choose store option when you add images to zip...
-------------------------------------------------------------------------------------------------------------------------------------------------------------
HOW TO CHANGE BACKGROUND IN LOCK SCREEN
again same file
search for "GridLayout" its at the begining.... inside that tag add
Code:
android:background="@drawable/lockscreen_back"
how can u make words "This Phone Belongs to Akash Hiremath",, thats cool :fingers-crossed: please tell me how...
You can change that in lockscreen preferences
Wysłane z mojego GT-I9100 za pomocą Tapatalk 2
Arjun-na said:
how can u make words "This Phone Belongs to Akash Hiremath",, thats cool :fingers-crossed: please tell me how...
Click to expand...
Click to collapse
Thats easy i ll update that too.... even you can change font size color....
Sent from my IRIS 501 using xda app-developers app
thanks :fingers-crossed: patiently wait :good:
updated
Arjun-na said:
thanks :fingers-crossed: patiently wait :good:
Click to expand...
Click to collapse
thread updated...
is this mod should work on cm10.1 i thinking about secounds clock i hawe try but dint work
luki2411 said:
is this mod should work on cm10.1 i thinking about secounds clock i hawe try but dint work
Click to expand...
Click to collapse
it MUST work.... !
akash akya said:
it MUST work.... !
Click to expand...
Click to collapse
How can I edit clock to have it like jb 4.2.2 (with the bold hours) in cm7.2?
Thanks in advance
Impulse1020 said:
How can I edit clock to have it like jb 4.2.2 (with the bold hours) in cm7.2?
Thanks in advance
Click to expand...
Click to collapse
Post the image where you saw that .... i ll try...
Good ,
will try this
akash akya said:
Post the image where you saw that .... i ll try...
Click to expand...
Click to collapse
I'd have this clock in lockscreen
Inviato dal mio GT-S5830 con Tapatalk 2
Impulse1020 said:
I'd have this clock in lockscreen
Inviato dal mio GT-S5830 con Tapatalk 2
Click to expand...
Click to collapse
I will update thread with guide soon
Step 2 :
open framework-res.apk\res\layout\keyguard_screen_unlock_portrait .xml
search for line "com.android.internal.widget.DigitalClock"
delete all starting from "com.android.internal.widget.DigitalClock" to "\com.android.internal.widget.DigitalClock>"
this will remove stock clock from lockscreen....
now the main part, adding our clock,
add this line "
Code:
<DigitalClock android:textAppearance="?textAppearanceMedium" android:layout_gravity="center" android:textSize="60.0sp" android:ellipsize="marquee" android:id="@id/date" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
"
DigitalClock is inbuilt inside android from the Beginning, we just referring that inbuilt clock ....
# You can change size of the clock by editing android:textSize="60.0sp" , also change color by adding android:textColor="#ffffffff"
Click to expand...
Click to collapse
Didn't work ?
i dont have res/values/id ,, are u mean ids.xml??
サンキュゥ♪(o ̄∇ ̄)/
Arjun-na said:
i dont have res/values/id ,, are u mean ids.xml??
サンキュゥ♪(o ̄∇ ̄)/
Click to expand...
Click to collapse
Oops... yup its ids.xml.... thread edited...
Sent from my IRIS_501 using xda app-developers app
szzlgupta said:
Didn't work ?
Click to expand...
Click to collapse
Which device are you using.? Is it mtk based ??
Sent from my IRIS_501 using xda app-developers app
akash akya said:
same way for sliding lock screen edit "keyguard_screen_tab_unlock.xml" in same folder....
Click to expand...
Click to collapse
whats that mean? i'm sorry too much asking and my english bad.... ...(―˛―“)
サンキュゥ♪(o ̄∇ ̄)/
Arjun-na said:
whats that mean? i'm sorry too much asking and my english bad.... ...(―˛―“)
サンキュゥ♪(o ̄∇ ̄)/
Click to expand...
Click to collapse
Continue asking, ter are many ppl hav same doubt but they don ask... u helping them
The line meaning.... if want that mod for sliding lock screen.... you have to edit "keygaurd_blabla.xml" too... and process is same.... if don want jus leave it, its optional....
Btw my eng is also not that gud....
Sent from my IRIS_501 using xda app-developers app
akash akya said:
Continue asking, ter are many ppl hav same doubt but they don ask... u helping them
The line meaning.... if want that mod for sliding lock screen.... you have to edit "keygaurd_blabla.xml" too... and process is same.... if don want jus leave it, its optional....
Btw my eng is also not that gud....
Sent from my IRIS_501 using xda app-developers app
Click to expand...
Click to collapse
thanks for very kind to a noob like me ^^,, i'll try it now
Sent from my GT-S6500D using xda-developers app
サンキュゥ♪(o ̄∇ ̄)o
---------- Post added at 03:03 AM ---------- Previous post was at 02:49 AM ----------
it says No resource found that matches the given name (at 'textColor' with value '@color/lockscreen_clock_backgroud') and String types not allowed (at 'drawablePadding' with value '4.odip')
how can i solve that?? thanks b4 :')
Sent from my GT-S6500D using xda app-developers app
サンキュゥ♪(o ̄∇ ̄)o

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

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

[build] CM12 [starters] [dior] [noob friendly]

I have started to build cm12 from sources
as I dont have high speed bandwidth I'm using this
http://forum.xda-developers.com/android/development/source-cyanogenmod-source-highly-t3069473
All thanks to te dev who created it
I'm stuck at
-> where should I give kernel sources path so that it syncs from github?
->I have written cm.mk and local_manifests/roomservice.xml - still not syncing
the error which I get ->
~/cm12/cm12 $ breakfast dior
including vendor/cm/vendorsetup.sh
ls: cannot access device/*/dior/cm.mk: No such file or directory
build/core/product_config.mk:234: *** Can not locate config makefile for product "cm_dior". Stop.
Device dior not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Repository for dior not found in the CyanogenMod Github repository list. If this is in error, you may need to manually add it to your local_manifests/roomservice.xml.
ls: cannot access device/*/dior/cm.mk: No such file or directory
build/core/product_config.mk:234: *** Can not locate config makefile for product "cm_dior". Stop.
** Don't have a product spec for: 'cm_dior'
** Do you have the right repo manifest?
this is help for u guys also @sm_94 and @BennyBron
mentions -> @stane1983 @haoyangw please help us :highfive:
Create a local_manifest folder inside the .repo folder. Then create a local_manifest.xml and then add all your device specific repos like shown below. Sync again and use "brunch dior" without quotes to build.
I have used Stane1983's repos as an example. Use the ones you need.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="device/xiaomi/dior" name="Stane1983/android_device_xiaomi_dior" remote="github" revision="cm-12.0_new" />
<project path="kernel/xiaomi/dior" name="Stane1983/android_kernel_xiaomi_dior" remote="github" revision="cm-12.0" />
<project path="vendor/xiaomi/dior" name="Stane1983/android_vendor_xiaomi_dior" remote="github" revision="cm-12.0_new" />
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" revision="cm-12.0" />
<project name="CyanogenMod/android_hardware_qcom_fm" path="hardware/qcom/fm" remote="github" revision="cm-12.0" />
</manifest>
Thank you, 1 more question
Silesh.Nair said:
Create a local_manifest folder inside the .repo folder. Then create a local_manifest.xml and then add all your device specific repos like shown below. Sync again and use "brunch dior" without quotes to build.
I have used Stane1983's repos as an example. Use the ones you need.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="device/xiaomi/dior" name="Stane1983/android_device_xiaomi_dior" remote="github" revision="cm-12.0_new" />
<project path="kernel/xiaomi/dior" name="Stane1983/android_kernel_xiaomi_dior" remote="github" revision="cm-12.0" />
<project path="vendor/xiaomi/dior" name="Stane1983/android_vendor_xiaomi_dior" remote="github" revision="cm-12.0_new" />
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" revision="cm-12.0" />
<project name="CyanogenMod/android_hardware_qcom_fm" path="hardware/qcom/fm" remote="github" revision="cm-12.0" />
</manifest>
Click to expand...
Click to collapse
Thank you for the help, I will try it now!
can u help me use this http://forum.xda-developers.com/android/development/compressed-compressed-android-sources-t3051687
as I dont have super speed internet to download the huge sources I have to use this compressed sources, Please help me use this, and do i need the repo folder as mentioned in that thread or just the sources zip?
Thanks again! and by the way, do u own this device and interested in its development? we have some serious bug like camera we could use some Pro devs help
Pavan l said:
Thank you for the help, I will try it now!
can u help me use this http://forum.xda-developers.com/android/development/compressed-compressed-android-sources-t3051687
as I dont have super speed internet to download the huge sources I have to use this compressed sources, Please help me use this, and do i need the repo folder as mentioned in that thread or just the sources zip?
Thanks again! and by the way, do u own this device and interested in its development? we have some serious bug like camera we could use some Pro devs help
Click to expand...
Click to collapse
I don't suggest you use that. What's your internet speed like? Try syncing one repo at a time ( repo sync -j1 ). You can also remove many repos that you don't need for compiling thereby saving bandwidth.
I have ordered the device and should get it by monday. In the meantime, I am compiling a temasek cm-12.0 build. If anyone is willing to test it, I will post links when its done. I am no dev btw.
Silesh.Nair said:
I don't suggest you use that. What's your internet speed like? Try syncing one repo at a time ( repo sync -j1 ). You can also remove many repos that you don't need for compiling thereby saving bandwidth.
I have ordered the device and should get it by monday. In the meantime, I am compiling a temasek cm-12.0 build. If anyone is willing to test it, I will post links when its done. I am no dev btw.
Click to expand...
Click to collapse
I am willing to test!
thank you
Silesh.Nair said:
I don't suggest you use that. What's your internet speed like? Try syncing one repo at a time ( repo sync -j1 ). You can also remove many repos that you don't need for compiling thereby saving bandwidth.
I have ordered the device and should get it by monday. In the meantime, I am compiling a temasek cm-12.0 build. If anyone is willing to test it, I will post links when its done. I am no dev btw.
Click to expand...
Click to collapse
My internet speed is 4mbps, where download speed is about 512kbps till 20GB only, after that download speed decreases to 65kbps and this resets every month... So I'm not able to sync huge 30GB sources :crying:
And yeah we have many testers!! Feel free to post ur rom!!
It's not 30gb, it's around 20gb but it's worth of dloading
Sent from my HM NOTE 1LTE using Tapatalk
No working camera!!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my Xiaomi Note 4G using Tapatalk
☺
Oow awesome man...
Silesh.Nair said:
No working camera!!!
Sent from my Xiaomi Note 4G using Tapatalk
Click to expand...
Click to collapse
Have you built it or its just stane's one?
Sent from my HM NOTE 1LTE using Tapatalk
Check the date. I built it and fixed a few issues like button lights and battery charging.
OOPs!!! uploaded the wrong screenie. Here you go.
Congratulations, upload ur github with changes if you can. Tnx
Sent from my HM NOTE 1LTE using Tapatalk
sm_94 said:
Congratulations, upload ur github with changes if you can. Tnx
Sent from my HM NOTE 1LTE using Tapatalk
Click to expand...
Click to collapse
github.com/sileshn
Can you logcat time when u open camera app and it crashes, and upload it to pastebin then here?
Sent from my HM NOTE 1LTE using Tapatalk
sm_94 said:
Can you logcat time when u open camera app and it crashes, and upload it to pastebin then here?
Sent from my HM NOTE 1LTE using Tapatalk
Click to expand...
Click to collapse
I am looking at it. Some vendor blobs are missing. I will make another build tomorrow with some added blobs and a few changes. Will post the logcat then.
Will upload tomorrow's build.
---------- Post added at 03:26 PM ---------- Previous post was at 03:25 PM ----------
daviduco said:
Share build pls.
Post what's working and what isn't, or create a new thread...
Click to expand...
Click to collapse
No hardware acceleration, no camera. Rest seem ok as of now.
this is soooo crazy haha. Keep up the goodwork. care to test headphones and its loudness?
OldYellowBricks said:
this is soooo crazy haha. Keep up the goodwork. care to test headphones and its loudness?
Click to expand...
Click to collapse
Headphones are OK for me, but its subjective. Differs from person to person.
Did u mean too loud or low sound?
Sent from my Xiaomi Note 4G using Tapatalk
Silesh.Nair said:
Headphones are OK for me, but its subjective. Differs from person to person.
Did u mean too loud or low sound?
Sent from my Xiaomi Note 4G using Tapatalk
Click to expand...
Click to collapse
For me its kinda low, but on stock rom i did a workaround by tweaking the mixer_path file :good:
As long as theres audio then its okay
OldYellowBricks said:
For me its kinda low, but on stock rom i did a workaround by tweaking the mixer_path file :good:
As long as theres audio then its okay
Click to expand...
Click to collapse
Can you tell how to increase sound in miui 6
finally,some more active people working on note....will be glad for help in anything..

Categories

Resources