this is a quick little mod to hide the media controller handle on the lock
screen (see screen shot)
1. decompile android.policy
2. open "com\android\internal\policy\impl\UnlockMediaController$1.smali"
3. add # to the beginning of lines 227, 300
4. save and close
5. open "com\android\internal\policy\impl\UnlockMediaController.smali"
6. add # to the beginning of lines 806, 983, 990, 1054, 1255, 1298
7. save and close compile android.policy
8. decompile framework-res.apk
9. open "res\layout\zzz_keyguard_screen_media_controller.xml"
10 change line 5
from:
Code:
<RelativeLayout android:gravity="center_horizontal" android:id="@id/zzz_CDHandle" android:layout_width="150.66dip" android:layout_height="68.0dip" android:layout_marginLeft="84.66dip" android:layout_marginTop="102.66dip" />
to:
Code:
<RelativeLayout android:id="@id/zzz_CDHandle" android:layout_width="fill_parent" android:layout_height="90.0dip" android:layout_marginTop="102.66dip" />
11. save close and compile framework-res, done.
Nice
Thanks for sharing this. Unfortunately I never really use the music controls because I have a pattern lock set up, so the lock screen doesn't appear at all (unlocking goes straight to pattern screen instead of lock screen). Is there a way to reverse this?
PSP_Hacker said:
Nice
Thanks for sharing this. Unfortunately I never really use the music controls because I have a pattern lock set up, so the lock screen doesn't appear at all (unlocking goes straight to pattern screen instead of lock screen). Is there a way to reverse this?
Click to expand...
Click to collapse
s0niqu3 asked if I could add some media controls the the ASOP lock screen, so when
I start that project I will also add them to the pattern lock screen also.
thank you for the mod!! but can you please make it flashable to flash it with clockworkmod??
untermensch said:
s0niqu3 asked if I could add some media controls the the ASOP lock screen, so when
I start that project I will also add them to the pattern lock screen also.
Click to expand...
Click to collapse
Did you ever start that? Just curious.
Hello Guys, You requested a tutorial, well here it is. I will provide the back up XML files for easy theming.
**MUST HAVE HONEYCOMB THEME FROM MARKET**
1. Download and extract ADW Settings.zip to the root of your sdcard.
2. On your phone (You must have ADW installed) press menu > more > adw settings.
3. Go to back up and restore and restore both.
4. Download Ripple Lock free, or Paid (Both work thee same)
5. Start Ripple Lock and click settings and do the following
*Background Settings , wallpaper
* Shortcut Settings, Display Settings Uncheck
*Screen Orientation, Fix Horizontal
*Fix Double Lock Issue, Mode Two
*Uncheck the following ,vibrate icon, music control, status bar, lock icon, only display circle, status bar expand, fix power issue
6. Go back and and press start.
7. Download MultiTask Manager.
8. Add 2 Shorcuts To whatever you want and one to MultiTask Manager Main Service
9.Do not add text to shortcuts.!
10. Make sure you add the correct icon for bottom ones!
11. You should be done. Please post any problems in comments!
This is how to enable all the "hidden" quick tiles in the notification bar that seemed to have been disabled. Between versions of the S5 variants, several quick tiles seemed to be missing from some and enabled in others. Remember, I am NOT responsible for stupidity or whining if YOU do something wrong, phone explodes, etc.
The modifications need Root, SQLite Editor (or equivalent app functioning) and a brain
MAKE SURE YOU HAVE CORRECT PERMISSIONS ON Settings.db OR IT WILL NOT WORK
-----Enabling Quick Tiles-----
1. Open up SQLite Editor
2. Select the Apps tab -> scroll down to Settings Storage and select
3. Click settings.db
4. Click system
5. Click search icon on top right (easiest method to filter) or scroll through db (harder way)
6. Type "notification" in the Filter Value field and press ok
7. Tap "notification_panel_active_app_list" -> select pencil icon on top to edit
8. In Value field, all enabled toggles are listed. Now, add the word "MobileData" (no spaces or quotation marks) to end of list (make sure to have NO SPACES between entries and semicolons separating each entry)
----> ex. Wifi;MobileData;WifiHotspot;Sound; ....
9. Once you add "MobileData", click save button.
10. Close SQLite editor and reboot/profit (see attached screenshot for what it should appear as)
This works for any quick settings tiles that are present, but you MUST type in the correct name (capital letters, no spaces, semicolons all count). One mistake will not show the tile after reboot.
----> instead of "MobileData", you can also "WifiHotspot" (already enabled in miked63017 zip for Hotspot Mod here http://forum.xda-developers.com/showthread.php?t=2727127 ). Download Booster Quick tile is also able to be added but has no function yet (see my post on updates to status towards getting this working here http://forum.xda-developers.com/showthread.php?t=2719582 )
-----Missing Tiles (so far noticed, if you know another please comment)-----
*These are exact as they should appear,no spaces and capital letters (case sensitive)
Wifi;MobileData;SilentMode;Location;WiFiHotspot;NetworkBooster;Bluetooth;AirplaneMode;PowerSaving;UltraPowerSaving;Sync;AutoRotate;TouchSensitivity;AllShareCast;Toolbox;MultiWindow;Nfc;SmartStay;SmartPause;DormantMode;CarMode;PersonalMode;SBeam;AirView;AirGesture;DrivingMode;SmartStay;SmartScroll;SmartPause;ToddlerMode;EBook;SmartNetwork;WifiCalling
They can be put in any order and then, upon reboot, be arrange according.
Big thanks to eyecon82 for pathway and miked63017 for Hotspot Mod additions.
wyoud you please be able to post what tiles are missing or what all of them are so users can compare if they need to do this or not .
ex-28 said:
wyoud you please be able to post what tiles are missing or what all of them are so users can compare if they need to do this or not .
Click to expand...
Click to collapse
See updated OP
This is great..unfortunately some of the biggest variants that have hidden the downloadbooster have also locked bootloaders
devoidx said:
This is great..unfortunately some of the biggest variants that have hidden the downloadbooster have also locked bootloaders
Click to expand...
Click to collapse
Right now, I'm investigating an apk with the hidden 'false' value for Booster to see, if by enabling, that it'll work. May not need anything other than push ability and some apps to edit at least. Still WIP, hopefully more results soon.
ronger here with the G900W
step 7. Tap "notification_panel_active_app_list" -> select pencil icon on top to edit
when I open to edit I have nothing in value
but if I open the file "notification_panel_active_app_list_for_reset" i have all the values in there, also running a rom , not sure if it matters but its in my signature.
im trying to add Touch Sensitivity which i don't have in the shortcuts notification panel
edit
i was on the reset app list and not the active one
however after adding ;TouchSensitivity; and the end of the values , it still doesn't appear
ex-28 said:
ronger here with the G900W
step 7. Tap "notification_panel_active_app_list" -> select pencil icon on top to edit
when I open to edit I have nothing in value
but if I open the file "notification_panel_active_app_list_for_reset" i have all the values in there, also running a rom , not sure if it matters but its in my signature.
im trying to add Touch Sensitivity which i don't have in the shortcuts notification panel
edit
i was on the reset app list and not the active one
however after adding ;TouchSensitivity; and the end of the values , it still doesn't appear
Click to expand...
Click to collapse
See my other thread here http://forum.xda-developers.com/showthread.php?p=52261596#post52261596, post 15 for all enabled quick tiles and how it should look.
RevelationOmega said:
See my other thread here http://forum.xda-developers.com/showthread.php?p=52261596#post52261596, post 15 for all enabled quick tiles and how it should look.
Click to expand...
Click to collapse
ok thanks till peek at it.
shazam ! , thanks I was missing a Capitol S
26 enabled here
ex-28 said:
ok thanks till peek at it.
shazam ! , thanks I was missing a Capitol S
26 enabled here
Click to expand...
Click to collapse
OP Updated, new toggles added. Check yours versus the list posted in OP. Enter as usual all not there if you desire.
thanks ex-28
How about the flashlight toggle?
RevelationOmega said:
OP Updated, new toggles added. Check yours versus the list posted in OP. Enter as usual all not there if you desire.
thanks ex-28
Click to expand...
Click to collapse
your welcome , had a feeling you would see the new ones soon as I posted the screenie
ex-28 said:
your welcome , had a feeling you would see the new ones soon as I posted the screenie
Click to expand...
Click to collapse
Thank you for the additions, been looking through system files trying to find any related but spending most of my time now for Download Booster on US Variants.
Skyrocket2 said:
How about the flashlight toggle?
Click to expand...
Click to collapse
OP Updated, added WifiCalling (notice LOWER case f in Wifi)
None as of yet, its only a widget I believe. I'm going to try and add one very soon, just been busy at University with exams this week. Will be hopefully getting good amount of work by the weekend and early next week.
any possible way to have a toggle for gps ?
pain to deep into settings to toggle it off and on , aside from loading a widget .
ex-28 said:
any possible way to have a toggle for gps ?
pain to deep into settings to toggle it off and on , aside from loading a widget .
Click to expand...
Click to collapse
That would be the location toggle
Sent from my SM-G900P using Tapatalk
Nitefall said:
That would be the location toggle
Sent from my SM-G900P using Tapatalk
Click to expand...
Click to collapse
Yes but the location toggle turns off the setting you selected for it wifi gps ect I'm looking to just toggle gps as I leave wifi on all the time
Sent from my Sm-G900W8 using Tapatalk
-----Enabling Quick Tiles-----
1. Open up SQLite Editor
2. Select the Apps tab -> scroll down to Settings Storage and select
3. Click settings.db
4. Click system
Click to expand...
Click to collapse
I am rooted on an S5, using a different application called SQLite Manager, but go into applications, setting storage, and all I see is one folder called databases, and another called lib.
Any ideas?
harry_fine said:
I am rooted on an S5, using a different application called SQLite Manager, but go into applications, setting storage, and all I see is one folder called databases, and another called lib.
Any ideas?
Click to expand...
Click to collapse
Did you check in the folder called Databases?
Anyone know if it's possible to add Tasker shortcuts to the TouchWiz Quick Settings??
And Bonus points if you can assign your own icon for it?
RevelationOmega said:
Did you check in the folder called Databases?
Click to expand...
Click to collapse
Thank you for your reply. I did, and I think the settings.db file is there. But when I try to edit it, the program force closes. Using SQLite Manager. Not sure if it's a problem on my end or with the application.
WARNING: You will lose the AT&T signal icons. The phone will display what I assume are international version signal icons.
1. Browse to /system/ and open build.prop
2. Find the line "ro.product.name"
3. Change the line to say "ro.product.name=SM-G900"
4. Save and reboot
You will now have an S Finder button in the top left corner of the notification panel.
What did you change to get the hot spot button
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
mjgspr95 said:
What did you change to get the hot spot button
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Theres a thread on adding quick tiles but even after I edit they don't appear
Sq editor
Apps
"Active notfication"
Add said string
Save
Reboot
But didn't seem to work for me
The alliance rom has the option to add like 30 quick tiles of you wanna go that route.
Hide S finder button
556AR said:
WARNING: You will lose the AT&T signal icons. The phone will display what I assume are international version signal icons.
1. Browse to /system/ and open build.prop
2. Find the line "ro.product.name"
3. Change the line to say "ro.product.name=SM-G900"
4. Save and reboot
You will now have an S Finder button in the top left corner of the notification panel.
Click to expand...
Click to collapse
And how can i remove?
Hi all,
I'm just beginning to play with my beautiful new mate 20 pro (build 9.0.0.198), and I just fell on a disappointing point :
The lockscreen contains a shortcut to camera (I imagine to allow quick photos, but il also allows someone to take undesired photos without unlocking the phone...)
Is there a way to remove this shortcut ? (or force the camera to require unlock) ?
Possibly the only way would be to create a custom locksreen.
https://play.google.com/store/apps/details?id=org.kustom.lockscreen
Funny, some themes claim to allow you to select the apps on the lock screen, didn't exactly work for me.
I also tried Sistem UI Tuner - no dice.
Ipse_Tase said:
Funny, some themes claim to allow you to select the apps on the lock screen, didn't exactly work for me.
I also tried Sistem UI Tuner - no dice.
Click to expand...
Click to collapse
Try using this method, the status Bar Clean Up, with the systemui tuner, and ADB command. There's an option in this application to set up left/Right Shortcuts On locksreen.
https://forum.xda-developers.com/mate-20-pro/how-to/debloating-apps-clean-status-bar-t3877338
Sent from my HUAWEI LYA-L09 using XDA Labs