[MOD] Galaxy S5 Add Mobile Data Toggle to Quick Settings (Requires Sqlite & Root) - T-Mobile Samsung Galaxy S 5

Just a quick note to add that the mod (http://forum.xda-developers.com/showthread.php?t=2342370 )to add the missing mobiledata toggle back into the notification panel works for the Galaxy S5 once rooted. The older version of sqllite editor in the original thread is not compatible with Android 4.42 however, you can use the new version available in the Playstore ($2.99) https://play.google.com/store/apps/details?id=com.speedsoftware.sqleditor
T-Mobile has the annoying tenancy to remove the mobile data toggle from the notification panel and the latest GS5 and 4.4.2 is no different. Not a huge issue for those that are on the current T-Mobile plans that allow data roaming internationally, but if you are on one of the older T-Mobile plans that don't allow that, or if you are like me planning to use my unlocked T-Mobile GS5 on another network, having that toggle is handy to avoid pricy data overages.
-------------------
As per the original thread, the same instructions apply;
1) Download sqlite editor app from the Playstore. (Older free versions force close on 4.4.2)
2) Open the app and give it root permissions. It should populate a list.
3) Scroll and Tap the "Settings Storage"
4) Tap "Settings.db"
5) Tap "System"
6) Scroll down until you find "notification_panel_active_app_list", tap to highlight it. I noticed its a little hard to get it highlighted because it seems to want to highlight the one under it. So you might have to tap the one right above it to get it highlighted. Make sure its the notification_panel_active_app_list, and NOT the notification_panel_default_active_app_list. I picked the wrong one the first time and it didnt work.
7) Once it is highlighted tap the phones menu button.
8) Tap "Edit Record"
9) You'll see a list of all the toggles that are currently enabled to show in notification area.
10) At the bottom of the list add ; and the words MobileData then another ;. So it will look like this at the end. ;AirplaneMode;MobileData; Then press Save.
11) Reboot and you should have a data toggle now. You can now use the edit feature and move it anywhere you want in the list of toggles.
Note: After I edited it and rebooted the "notification_panel_active_app_list" moved closer to the bottom of the list. So if you go back in and dont see it scroll further down
--------------------

risestar2 said:
Just a quick note to add that the mod (http://forum.xda-developers.com/showthread.php?t=2342370 )to add the missing mobiledata toggle back into the notification panel works for the Galaxy S5 once rooted. The older version of sqllite editor in the original thread is not compatible with Android 4.42 however, you can use the new version available in the Playstore ($2.99) https://play.google.com/store/apps/details?id=com.speedsoftware.sqleditor
T-Mobile has the annoying tenancy to remove the mobile data toggle from the notification panel and the latest GS5 and 4.4.2 is no different. Not a huge issue for those that are on the current T-Mobile plans that allow data roaming internationally, but if you are on one of the older T-Mobile plans that don't allow that, or if you are like me planning to use my unlocked T-Mobile GS5 on another network, having that toggle is handy to avoid pricy data overages.
-------------------
As per the original thread, the same instructions apply;
1) Download sqlite editor app from the Playstore. (Older free versions force close on 4.4.2)
2) Open the app and give it root permissions. It should populate a list.
3) Scroll and Tap the "Settings Storage"
4) Tap "Settings.db"
5) Tap "System"
6) Scroll down until you find "notification_panel_active_app_list", tap to highlight it. I noticed its a little hard to get it highlighted because it seems to want to highlight the one under it. So you might have to tap the one right above it to get it highlighted. Make sure its the notification_panel_active_app_list, and NOT the notification_panel_default_active_app_list. I picked the wrong one the first time and it didnt work.
7) Once it is highlighted tap the phones menu button.
8) Tap "Edit Record"
9) You'll see a list of all the toggles that are currently enabled to show in notification area.
10) At the bottom of the list add ; and the words MobileData then another ;. So it will look like this at the end. ;AirplaneMode;MobileData; Then press Save.
11) Reboot and you should have a data toggle now. You can now use the edit feature and move it anywhere you want in the list of toggles.
Note: After I edited it and rebooted the "notification_panel_active_app_list" moved closer to the bottom of the list. So if you go back in and dont see it scroll further down
--------------------
Click to expand...
Click to collapse
You can use the old version of SQL. You just need to download TB Restore Fixer.
Sent from my SM-G900T using XDA Premium 4 mobile app

bink1r said:
You can use the old version of SQL. You just need to download TB Restore Fixer.
Sent from my SM-G900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I downloaded TB Restore Fixer, but SQL still crashed. Can you tell me how you did it to get the older SQL version to work? Really want to add the Data toggle in the notification bar.

Just a related comment I had about turning off Data:
On my AT&T S4, I would frequently use the data toggle for saving the last ~10% of battery after a long day or two of use. I found that simply switching data (and wifi) off saved a ton of battery, keeping my phone alive for emergencies on that last few percent for much longer than it would if I were to allow apps like Facebook to constantly fish for updates.
The power-save icon seems like it "might" do the trick, but I wish it had the option to just fully turn off mobile data instead of "limiting" it.
Once I finally root my device, this will probably be one of the first things I do. Thanks!

Aou said:
Just a related comment I had about turning off Data:
On my AT&T S4, I would frequently use the data toggle for saving the last ~10% of battery after a long day or two of use. I found that simply switching data (and wifi) off saved a ton of battery, keeping my phone alive for emergencies on that last few percent for much longer than it would if I were to allow apps like Facebook to constantly fish for updates.
The power-save icon seems like it "might" do the trick, but I wish it had the option to just fully turn off mobile data instead of "limiting" it.
Once I finally root my device, this will probably be one of the first things I do. Thanks!
Click to expand...
Click to collapse
Yeah, I just want to be able to turn the data on and off through the notification bar instead of going to the settings.

Got it to work using SQlite Editor version 2.0.1. I now have my mobile data toggle on the notification bar.

Does anyone know the wording to add the hotspot (wifi tether) toggle?

Just an fyi, all the toggles will be baked into the new version of my Project Infinity rom later today.

mhaner said:
Does anyone know the wording to add the hotspot (wifi tether) toggle?
Click to expand...
Click to collapse
;WiFiHotspot;
Caps sensitive

SQLite Editor not saving tether settings
I've tried changing my tethering settings but every time I reboot SQLite will revert to previous settings which is preventing use of tethering.
With Samsung Galaxy S5 it looks like some of the values have been changed to some extent. Going through some of the id's values I notice not all the values are consistent, I've notice with some id's 1 will represent disable while 0 represent enabled while with other id's 1 is enabled and 0 represent disabled values.
Im a little confused as to the reason behind such confusion maybe other devs can shed some light as to what is going on here.
Some settings seem to work like changing and adding MobileData and WiFiHotspot values worked with no problem.

Thanks. It worked on my SM GS5.

Thank you so much! Worked on my GS5.

Wish this method would work for adding the flashlight toggle.

Does this work for the AT&T variant of the S5?

Great mod!

worked great sprint S5 SM-G900P!!
download the app here:
download.apks.org/?server=13&apkid=com.speedsoftware.sqleditor&ver=2.1.1

not working
It did not work on my GS5 T-Mobile, I rooted my device, downloaded Sqlite, followed all the steps, but when I rebooted my device, the mobile data toggle didnt appear just the normal ones are there
---------- Post added at 10:36 AM ---------- Previous post was at 10:28 AM ----------
OK found my mistake, I clicked on Notification_panel_applications_for_reset I found the normal one by using the search option and it worked perfectly! Ty so much!

Hello, nice mod, does something similar can be done for Hotspot/Thethering toggle? adding a ;Hotspot; or ;Thethering; ?? Thanks!

I just used the reset one and when I rebooted I reset it and boom it was there. AT&T G900A
---------- Post added at 06:54 PM ---------- Previous post was at 06:53 PM ----------
Edgar J. said:
Hello, nice mod, does something similar can be done for Hotspot/Thethering toggle? adding a ;Hotspot; or ;Thethering; ?? Thanks!
Click to expand...
Click to collapse
Read Post #9

I didnĀ“t get if the free app could be used or not, so I bought it and tried. It worked perfectly on G900T1 MetroPCS.
Thanks!

Related

[Tutorial] Data Toggle *Save Your Battery!*

Ok so those of you who own the Photon have probably noticed Motorola buried the Data Toggle option deep in menus we're not used to finding them in. None of the current Toggle / Widget apps support access to this menu with a single click.
**3G always on tends to drain your battery as it constantly searches to connect to a data signal. Turning it off when not needed will increase your battery life. Please note, this is not a 4G toggle...that is separate. This toggle will switch off 2G/3G radio only.**
EarlyMon (Android Forums) pointed out a free Toggle App, that with some exploration and trial I was able to come up with a work-around that allows a single press Data Toggle.
Here's a quick tutorial:
1. Download Widgetsoid2.x and install.
2. Long-press on Home Screen, and select "Widgets"
3. Scroll down to Widgetsoid Switcher 1x1
4. 1st option on the toolbar down on the bottom is "Network" select that.
5. Select "Mobile Data"
6. Next go to Theme...and customize the look you want for the toggle.
7. Select Apply on lower menu bar
8. A menu will pop up asking if you want to "Edit Global Preferences"...Choose Yes
9. The first Tab from top is "Data Toggle Mode"
10. Select "Root Toggle"
11. Press your BACK key...and it will return you to your Home Screen.
Done... There's your Data Toggle!
Sorry for my ignorance but why would this be needed...
Sent from my MB855 using XDA Premium App
Yogi3 said:
Sorry for my ignorance but why would this be needed...
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
Keeping your Data on consistently uses battery. The radio constantly cycles in search of data signal. Turning it off when you don't need it can boost battery life significantly.
Oh ok that makes sense... thanks for answering my question
Sent from my MB855 using XDA Premium App
I think this is especially helpful for those with poor signal quality that fades in and out all day long.
Good tip.
Data enabler on the market works for one touch
something i bought way back and I wasnt really impressed was switchpro widget
switchpro widget's data toggle doesnt work on photon. a shame
sweet, thanks. Is there any way to reduce the size of the icon? I couldn't find the option in Themes.
When adding it as a widget you can select its size. 1x1, 1x2, etc.
sub2k1 said:
When adding it as a widget you can select its size. 1x1, 1x2, etc.
Click to expand...
Click to collapse
Unfortunately, 1x1 is just a little too big
You could try using Multicon widget app and make them really tiny.
TS out
Just as a heads up, I recommend you guys download Tasker if you really want to have control over your battery usage. Its not free, but that 6 bucks is worth every penny. There have been multiple articles on Lifehacker regarding this tool. I used it to create many different tasks that help reduce power draw, including a basic Mobile Data On/Off Toggle. Its an extremely powerful tool.
rancherochido said:
Data enabler on the market works for one touch
Click to expand...
Click to collapse
Yes...but it's EFFIN ugly...lmao!
Also in Notification
If you do not like the app icon you have the option of not showing the widget on the home screen but in the notifications area, give it try.
carnageaf said:
If you do not like the app icon you have the option of not showing the widget on the home screen but in the notifications area, give it try.
Click to expand...
Click to collapse
Oh good find!
10 chars....
what about beautiful widgets? they have one for mobile or juice defender witch turns off data when ur screen is off and its free
I use Beautiful Widgets and the data toggle doesn't work. Most won't...have only found these two so far. I prefer a toggle over auto off on screen off, as I use my phone alot...and don't always need a data connection.
I followed OP's instructions to use Widgetsoid2.x and it worked like a charm. Thanks!
Cool - thanks developer - so this is the recommended way to "manually" turn off/on 3g? Why didn't the android OS have this built in like the other network things like, radio / wifi / bluetooth / 4g /etc?

Blocking Toggle Working

Found the solution to adding the wifi toggle:
1 Get SqlLite Editor
2.Goto Setting Storage |System |
3. Edit field "notification_panel_active_app_list"
4. add DormantMode
5. edit field "dormant_switch_onoff" from 0 to 1,
6. Hit save and reboot
You can now toggle blocking mode. Can't seem to get it to work though.
I got it to block the led light. I set dormant_always to 0
Set start time to 13 (1:00) then set dormant_led to 1.
Turned on blocking toggle and the led would not blink when I received a message. I still got the notification and my screen turned on tho.
Sent from my SCH-I545 using xda app-developers app
I had several force close of "settings" with dormant mode enabled. Doesn't seem to be working that cleanly, I'm disabling it for now.
I don't really need it anyway.
PS" dormant_switch_onoff just toggles it on or off. I turned it off and went into SQL Editor and it was set back to 0 so that's not an "enabling" control.
I am trying to download a System Dump to see if we are missing an .apk for some sort of Blocking Mode Setting App.
bmtbandit said:
I am trying to download a System Dump to see if we are missing an .apk for some sort of Blocking Mode Setting App.
Click to expand...
Click to collapse
It likely needs to be turned on in settings, phone, messaging and anywhere it affects. Won't be a simple missing app.
mbh87 said:
It likely needs to be turned on in settings, phone, messaging and anywhere it affects. Won't be a simple missing app.
Click to expand...
Click to collapse
isnt it a feature in android?. I looked it up on my note to where exactly its buried. and it looks like it's buried deep inside com.android.settings hopefully that'll help figure something out.
Long pressing on the Blocking Mode toggle should open the settings. Instead for me it crashes System UI and reloads the notification bar and such. I'd probably start there as well comparing from AT&T version.
Blocking Mode seems to be working correctly for me. I can toggle it on and off.
As others have stated, it crashes Settings when you try to open settings for Blocking Mode. My theory is that Blocking Mode settings is still there but disabled instead of just hidden. When you try to access it, Settings crashes just like if you we're to Freeze the wrong thing in Titanium Backup and then try to access it.
There is probably another field that would allow us to enable the settings for Blocking Mode, we just need to find it.
On another note, while I was poking around I found "Throttle_Reset_Day" which had a value of 22. Any theories on how this works? I changed it to 15 thinking maybe if you reach the throttling point of data use that it would reset and unthrottle a few days earlier. That theory only works if the throttling also resets at the beginning of the month though.
jimmiem said:
Blocking Mode seems to be working correctly for me. I can toggle it on and off.
As others have stated, it crashes Settings when you try to open settings for Blocking Mode. My theory is that Blocking Mode settings is still there but disabled instead of just hidden. When you try to access it, Settings crashes just like if you we're to Freeze the wrong thing in Titanium Backup and then try to access it.
There is probably another field that would allow us to enable the settings for Blocking Mode, we just need to find it.
On another note, while I was poking around I found "Throttle_Reset_Day" which had a value of 22. Any theories on how this works? I changed it to 15 thinking maybe if you reach the throttling point of data use that it would reset and unthrottle a few days earlier. That theory only works if the throttling also resets at the beginning of the month though.
Click to expand...
Click to collapse
i'm looking for a rom from any other S4 besides Verizon's to see if i can pull the smali's to look at the differences today. i'll let you know if i come up with anything.
I flashed SecSettings for the i9505 and blocking mode still doesn't show. So I'm not sure how Samsung set it up for which file to read so it knows whether or not to show.
mbh87 said:
I flashed SecSettings for the i9505 and blocking mode still doesn't show. So I'm not sure how Samsung set it up for which file to read so it knows whether or not to show.
Click to expand...
Click to collapse
so far what ive seen, its in both secsettings, and systemui.
PuffJr2 said:
so far what ive seen, its in both secsettings, and systemui.
Click to expand...
Click to collapse
I have a feeling it's more involved than that though. You could probably flash framework, systemUI and settings from the i9505 and it wouldn't work.
mbh87 said:
I have a feeling it's more involved than that though. You could probably flash framework, systemUI and settings from the i9505 and it wouldn't work.
Click to expand...
Click to collapse
I'm not really not looking forward to that, but i want to find it out. it's now bugging me. haha. if only i had better internet than crappy DSL
Bump.
Blocking Mode is working perfectly for me, it's just when trying to reach the settings screen that it causes a problem. I adjusted the settings manually by editing the proper fields in SQLlite and added the notification toggle and it will turn on and off without issue. I have it set to allow calls but not notifications or the LED. It works as advertised with these settings. I have no real need to adjust the settings further but it would be nice to get the settings screen back as well.
I set it up and I put favorites as allowed so I'll have to see it if works.
Sent from my SCH-I545 using Tapatalk 2
The settings screen works properly and doesn't crash in Beans rom.
Notifications are blocked properly, but it still lets calls ring through even though I have that checked.
dormant_disable_incoming_call was set to 1, so the feature is broken, not the setting in the database.
---------- Post added at 07:06 PM ---------- Previous post was at 06:43 PM ----------
I'm not a dev, so I'm not going to play with swapping files from other carriers right now, but is this info useful for getting blocking mode working on the verizon S4?
http://www.usofttech.com/t8151.html
ill have to try it. I havent been playing with it much since she's been gone with her phone.
Sent from my SCH-I925 using xda app-developers app
blocking mode for vzw
i have changed sqlite to add blocking mode and I am stuck there. i would like to get it block everything at night while I am asleep (except alarm).
what else do i have to do??
Hollywood67 said:
i have changed sqlite to add blocking mode and I am stuck there. i would like to get it block everything at night while I am asleep (except alarm).
what else do i have to do??
Click to expand...
Click to collapse
I posted 100% ported blocking mode
flash in recovery,
http://forum.xda-developers.com/showthread.php?t=2403444
I also ported Call/Message block, if you want to check that out, just need to flash in recovery as well.
http://forum.xda-developers.com/showthread.php?t=2403469
Thanks Andy. This was easy and works well. How do I disable the notification that is always on?
Sent from my SCH-I545 using Tapatalk 2

[ROM] Bluetooth Tether ROM for Omate TrueSmart 1.1.1 [2014-04-25]

Changes for 1.1.1:
-Fix issues with being unable to reconnect after a disconnect -- no more needing to reboot after a disconnect
-Fix issue where the check box needed to connect to another device would not show up sometimes
-Fixed a blank toast message that was trying to report a disconnect, now shows a proper error message
-Updated boot logo to one with the teamwin text
1.1.1 is currently only being released as a patch to apply on top of an existing 1.0.0 install.
If you are already running 1.0.0, simply install the update zip. No wiping is needed for the update.
If you don't have my ROM installed right now, you will need to factory reset, install both the 1.0.0 zip followed by the 1.1.1 zip.
There is only one update zip for all models.
We need someone who has a 1GB/8GB/2100MHz model to contact us and supply a boot image from this model of device so that we can offer a properly working boot.img.
Mirror 1
Mirror 2
What this ROM does not have:
-Gestures for back and menu do not work out of he box (there's an Xposed module that you can install to enable them that is free in the Play Store or another app that does not need Xposed documented further down in this post)
-Status bar does not hide itself
-Home + Power does not take a screenshot (Xposed can add screenshot options to the power menu)
-No companion mode that lets you receive calls, texts -- use SWApp Link free in the Play Store for this
-AGPS assistance data doesn't download by default. Use GPS Status and Toolbox to download it instead. GPS is confirmed working.
-Camera is rotated 90 degrees
-If you open the camera app and press the button to use the non-existant front facing camera, the app will FC. You will have to clear app data on the camera app to use the camera again.
-Many APNs are not included. You might have to add yours manually. This is a tethering ROM, not intended to be used with a SIM card.
-Some of the numbers on the stock dialer are not accessible - may be able to fix this with xposed and change the app's dpi.
What this ROM does have that stock Omate does not:
-Fully working native Bluetooth tethering to your phone including push notifications
-Fully working settings app including the ability to delete and change account settings
-Already has EnSec and build prop tweaks
-SuperSU
This is built using some MTK 6572 source for a different device. As such some things will be a lot different and that is the reason that items like the gestures for back and menu do not work.
You do not have to start with a stock ROM. This ROM will completely replace your existing system and boot/kernel.
Download the correct zip for your device. If you don't see your model listed, contact us and DO NOT install:
Mirror 1
Mirror 2
Install TWRP if you haven't and make a backup of your existing System, Data, and Boot
Factory reset
Install zip and reboot. First boot will take longer than usual
On first boot you will see the Welcome screen. Tap in the 4 corners of the app itself (not including the status bar) in a clockwise fashion (see here).
On your phone, turn on Bluetooth, enable Bluetooth tethering, and make your phone visible for pairing
On the watch, open settings. If you don't have a SIM card in the watch, go to more and check the box for airplane mode.
Turn on Bluetooth, find and pair with your phone.
Click on the Settings icon to the right of your phone's name (this is on the watch) Tap on Internet access.
Enjoy!
You will probably want to install Xposed:
You'll probably want to download All in one gestures from the Play Store.
Open Xposed Installer in app drawer, tap on Frameworks. Tap Install/Update. Grant root rights.
Still in Xposed, hit Ok after the install is done. Press the back button (icon in the upper left will also go back). Click on Modules. Check the box for GravityBox and All in one gestures (and probably any other modules).
Still in Xposed, hit back, Frameworks. Scroll down and reboot. Click Okay.
After reboot, open app drawer and find GravityBox, scroll down to Power tweaks. Check the top box for Advanced reboot menu and the box for Screenshot.
Open the All in one gestures app. Tap on the Swipe tab. Enable it. Scroll down to Left Area and tap on it. Choose Menu. Scroll down and tap on Right Area and choose Back.
Click on the All in one gestures icon in the upper left to slide open the menu. Tap on Transparency & Color. Slide the second slider all the way to the left to get rid of the glowing icons on the left and right.
You now have screen shot capability and have restored the stock gestures.
Press and hold power. Press Reboot. Press Reboot. Press OK.
Other recommended apps:
PNF or Push Notifications Fixer - You can use this app to change the frequency that the watch pings Google. When your phone changes connections (e.g. mobile network to Wi-Fi) the framework notifies all apps including apps like Hangouts that the connection has changed so that those apps can reconnect and get push notifications. Unfortunately your phone will not tell your watch when connections change. This app will help you start getting push notifications sooner after a connection change.
GMD Gesture Control - The free version can add a back button gesture. You'll have to buy the paid version to get the menu gesture back.
If you install Xposed framework, you can install this free module called All in one gestures and tweak it to enable gestures for the back and menu buttons.
Notes:
Bluetooth tethering had to be slowed down quite a bit to prevent the driver from crashing. We've slowed it down by setting the tcp buffer sizes really low. You can change the values of net.tcp.buffersize.bt to tweak it if you like. The crash seems to be kernel level or maybe even chip / hardware level.
Bluetooth on MTK is somewhat unstable. If it disconnects due to a driver crash, you may have to reboot the device to get Bluetooth working again. With version 1.1.1, you can probably just reconnect without having to reboot.
I am very busy. I probably won't have time to provide much support for this ROM. I don't owe you anything. If you don't like this ROM, I'll refund your full purchase price of free.
Special thanks to @Lokifish Marz @AdamOutler @toastcfh and @kuronosan
Reserved
Omg! It works great!
Word up!
Sent from my Galaxy Nexus using Tapatalk 2
Awesomesauce!
Dees!!! Ur da man!
hahahahahahah
eat dat MTK!
ROFL
Exactly where do I install the zip drive and do I extract it to the same folder as bt-rom?
syounger64 said:
Exactly where do I install the zip drive and do I extract it to the same folder as bt-rom?
Click to expand...
Click to collapse
don't extract it.
move it into the watch. boot in recovery mode and install zip.
make sure you have a backup of your system if things go sour.
ALWAYS BACKUP BEFORE DOING ANYTHING!!!
Can anybody please tell me what is the bettary life if i use it moderately ?
Sent from my SM-N9005 using XDA Premium 4 mobile app
juanflight said:
don't extract it.
move it into the watch. boot in recovery mode and install zip.
make sure you have a backup of your system if things go sour.
ALWAYS BACKUP BEFORE DOING ANYTHING!!!
Click to expand...
Click to collapse
Thanks but after installing goomanager. It says denied supers request. How do I fix that? How do u boot in recovery mode if my power button isn't doing anything when I press it? When I want to back up of my system is that done via goomanager or supersu?
Sorry for all these questions as I'm not familiar with this process.
Dees_Troy said:
I don't owe you anything. If you don't like this ROM, I'll refund your full purchase price of free.
Click to expand...
Click to collapse
Haha, love it!
You are a great dev Dees. It's people like you that make this place what it is, a haven for tech lovers. Great job!
First thing I did was install myglass app and try and connect it to glass and it still crashes. Oh well hopefully we are going to get something good out of the source release. Thanks Dee's for all you do.
Sigh.... after reading this I got up to install the patch. The watch slipped off my wrist and fell on the floor. The metal clamp came off but I was able to put it back on then found out the power button wasn't working. I don't know if it was the result of the fall but while I was looking at supersu I might have hit on something and the watch rebooted then got stuck until the battery drained out. Is it possible that the power button was disabled?
WOW, so I get mt watches on a Thursday and the best ROM yet comes out on Friday? I couldn't be more excited .. Awesome!
Not that I wont be installing this , just a quick question.. @Dees_Troy what version on the standard android mail client is included in this rom? I havent been able to get my watch logged into exchange. this is a big deal for me as I need to calendar to sync my appointments. Email and contacts from exchange on my watch are not that big a deal for me but the appointments are. Thanks and looking forward to checking out your efforts..
I use gravitybox to enable the navigation bar @60% on stock rom, but can't get it enabled with this rom. is it completely pulled from the framework or is there some other trick to enable the navbar?
Installation aborted
While attempting to install this ROM, I keep receiving the 'Installation aborted' message in recovery. I'm running Loki's setup on my 1/8/1900mhz Omate. Also, when I plug my watch in to my laptop with USB debugging mode on I cannot execute any adb command prompts.
I don't know if the two are related...but I'm sure it is something I screwed up.
Any thoughts?
After install I am having apn issues. On Loki's operative I can get H+ data but only Edge with this. Any suggestions? GoPhone APN settings are correct and have also tried the Att one too.
Everything else seems great so far. Testing BT with Glass next. Will update the post afterwards.
edit#1- I can successfully pair Glass as a headset and also bluetooth tether data. MyGlass does not force close but will not connect when it sees the device.
edit#2- APN settings are borked for HSPA+....
unable to use for internet access
when i check the box to enable internet access, nothing happens.
I am using 1/8/1900 TS
Cheers! This makes some libraries like AllJoyn works!
H3ll0w0rld08 said:
when i check the box to enable internet access, nothing happens.
I am using 1/8/1900 TS
Click to expand...
Click to collapse
samething happens on mine!

Stuck in Ultra Power Saving Mode.

I've been using nova launcher for months and finally uninstalled the stock S launcher. Today, I went to put my phone into ultra power saving mode and now I cannot exit it. If I get a notification, I can switch to that app and get into system settings, but I cannot exit ultra power saving mode. Without a notification, I can't even turn the screen off. The home button does nothing (no launcher) and the UPSM toggle is missing from the notification window.
So, my question is- does anyone have the stock APK for the Samsung launcher -OR- know an ADB command or some other way to get out of UPSM?
You didn't say whether you looked at the full quick settings palette or just the selected tiles subset? You should find the power saving tile on the full palette. Also does the phone exit UPSM when you fully charge the phone battery?
If that doesn't work, then just download the firmware for your phone and you can extract the stock launcher with winrar.
.
fffft said:
You didn't say whether you looked at the full quick settings palette or just the selected tiles subset? You should find the power saving tile on the full palette. Also does the phone exit UPSM when you fully charge the phone battery?
If that doesn't work, then just download the firmware for your phone and you can extract the stock launcher with winrar.
.
Click to expand...
Click to collapse
There are no settings tiles. After I get a notification, I can pull down the notification screen (not before) and hit the gear to get the settings page. In there, there's only wifi, bluetooth, airplane mode, mobile networks, location, sound, and brightness. There's no way to get rid of UPSM.
Fully charging it didn't work. Fully discharging it didn't work. Wiping cache and dalvik didn't work.
Can you provide a link to the file in question? I'm not entirely clear on your terminology. I thought the firmware was just for the radio and such while the rom had the program files?
Kayden96 said:
There are no settings tiles. After I get a notification, I can pull down the notification screen (not before) and hit the gear to get the settings page. In there, there's only wifi, bluetooth, airplane mode, mobile networks, location, sound, and brightness. There's no way to get rid of UPSM.
Fully charging it didn't work. Fully discharging it didn't work. Wiping cache and dalvik didn't work.
Can you provide a link to the file in question? I'm not entirely clear on your terminology. I thought the firmware was just for the radio and such while the rom had the program files?
Click to expand...
Click to collapse
Have you rebooted? Usually does it for me.
I tried taking the battery out, restoring my SYSTEM backup from a few months ago, upgrading to a newer version of the stock rom, and nothing works.
Everything I've tried ends up with the phone going back into UPSM with no way to leave it.
Kayden96 said:
I tried taking the battery out, restoring my SYSTEM backup from a few months ago, upgrading to a newer version of the stock rom, and nothing works.
Everything I've tried ends up with the phone going back into UPSM with no way to leave it.
Click to expand...
Click to collapse
If you are using TWRP there is a file manager under advanced. Use that to navigate to the /system/app directory and rename "Emergency" apk to have .back appended to the end after the .apk. This will "hide" it from the system and should disable it. Btw the name of the apk has Emergency in it i don't recall the exact name of it though.
Kayden96 said:
Can you provide a link to the file in question?
Click to expand...
Click to collapse
No we can't. And the reason that we can't is that you didn't provide any details about your phone. The firmware is different for every model of S5 and carrier. We don't know if you have a 900T, 900F, 900A or some other S5 version. We can't see your phone and can do little unless you provide extensive details.
Simply go to a firmware site like sammobile, click on firmware and enter the model number of your phone. Or do a search of this forum. Then use the Odin program to write that firmware (factory software) to your phone.
.
I'm having the same issue on a Verizon S5. Under /system in twrp I don't see anything. Tried chmod but didn't help. Any suggestions?
Apps Drawer
Same thing happened to me. Mine was stuck in between normal and Ultra. I was able to go to my apps drawer, clicked on the gear/settings, found Power then disabled Ultra Power Saving mode there.
I had same issue and I SOLVED it.
No disable option in the notification drawer. Gear 'setting' option (in the notification drawer) only display few setting options (no disable ultra saving mode).
I solve the issue by holding down the HOME button to trigger Google NOW app. In the search bar of Google NOW app, I clicked the microphone button and said "OPEN SETTINGS". This will open the full version of setting window. If you scroll down, you will see the 'POWER SAVING MODE', click it and you will see the disable "ULTRA POWER SAVING MODE" option.
It's a unusual way but it worked.
I also faced the same issue while running Action Launcher 3. Google Now wasn't working for me, so the way I solved it is:
- press and hold the menu button (capacitive button on the left) and select "Manage Apps"
- from the three dots on the top right corner select "Reset app preferences"
- reboot
- pressing the home button showed up "TouchWiz Home", which then allowed me to select "Disable Ultra Power Savings mode"
-done
HTH
I have they same problem with S5 LTE+ on Android 4.4.4. (I hate this ****ing bad Samsung Software!!!!) The above two posts unfortunatly don't work for me because Google Now is not working and Home Button does nothing.
I will try to launch settings due adb if I find a PC to do this (Unfortunatly I'm on holiday at the moment)
Were you able to figure this out? Facing the same issue on my friends phone. Can't believe Samsung would takeover the phone like this.
kussface said:
Were you able to figure this out? Facing the same issue on my friends phone. Can't believe Samsung would takeover the phone like this.
Click to expand...
Click to collapse
Best I remember, it had something to do with disabling the stock launcher and I ended up reflashing.
thug_life_inc brought me to my personal solution. I had the problem with the Google Now Launcher. And there is the possibility to go to the app info by placing an app on the home screen, but not dropping it there, but above it (you know the area where you can access app info / delete the app).
That brought me to the settings page for the google app where i could delete the standard launching options.
I had very low battery (maybe 3 or 2%) and then i activated the ultra power saving mode. After a while, the phone battery died, so I recharged it. The problem now is that I got stucked in UPSM. Everything is black and white, I have no acces at any of my apps and the settings is incomplete, I mean I don`t find the "disable UPSM" function. I also cannot factory reset the phone, same reason, I only have acces to wi-fi, bluetooth, volume, brightness and location.
Thank you!!!!
Strykes_Daniel said:
thug_life_inc brought me to my personal solution. I had the problem with the Google Now Launcher. And there is the possibility to go to the app info by placing an app on the home screen, but not dropping it there, but above it (you know the area where you can access app info / delete the app).
That brought me to the settings page for the google app where i could delete the standard launching options.
Click to expand...
Click to collapse
Thank you! It worked for me!
I tried multiple methods include using microphone to trigger Google Now but still nothing in Settings. The idea is trigger the Launcher Picker. here are some notes
Wish I new this sooner, wasted a whole day figuring it out. This fix is way easier
The easy fix - just open the app drawer, drag the google app to app info and drop, clear defaults , when prompted choose you service providers origional default launcher
parislawrence said:
The easy fix - just open the app drawer, drag the google app to app info and drop, clear defaults , when prompted choose you service providers origional default launcher
Click to expand...
Click to collapse
That is not possible .. in UPSM there is no app drawer or any apps settings.

[ OPEN BETA Program ] [ ONLY for Chinese Find X variant ] colorOS 5.2

all of you on chinese variants of Find X, can now upgrade to new colorOS 5.2 simply by installing Beta App below , follow on screen steps and after that: go to normal upgrade method from Settins. You will have new OTA ready to download
Not applicable for Global and European variants CPH1871 / 75 .
LINK
After that you'll get a developer mode WITHOUT that annoying red banner in top notifications. You'll get notifications (lockscreen, notification shade), but NO Icons in Top. Fastboot unlock is still not possible. There is a higher Battery drain.
Btw: looks like, you CAN'T downgrade to official firmware yourself. So please TAKE CARE.
wolfgart said:
all of you on chinese variants of Find X, can now upgrade to new colorOS 5.2 simply by installing Beta App below , follow on screen steps and after that: go to normal upgrade method from Settins. You will have new OTA ready to download
Not applicable for Global and European variants CPH1871 / 75 .
LINK
Click to expand...
Click to collapse
Thanks.
Downloading now...
Still no notifications when the screen is off. Just a sound.
Smartthings\Hue\Yi Home\Google Home\ HotUKdeals\Whatsapp\Blue mail\WearOS apps no notifications
And I get no notifications from my phone to my android TV via the app Notifications For Android TV
Think I may sell this phone and move on.
---------- Post added at 04:31 PM ---------- Previous post was at 03:54 PM ----------
dragon-tmd said:
After that you'll get a developer mode WITHOUT that annoying red banner in top notifications. You'll get notifications (lockscreen, notification shade), but NO Icons in Top. Fastboot unlock is still not possible. There is a higher Battery drain.
Btw: looks like, you CAN'T downgrade to official firmware yourself. So please TAKE CARE.
Click to expand...
Click to collapse
"You'll get notifications (lockscreen, notification shade)"
Wish I got that
Is it correct that this information can not be returned to the official firmware?
After messing around for some time. I get notifications from most app when the screen is on.
But when the lock screen(blank black) starts, I get no notifications what so ever. Just sounds.
Anyway to fix this?
What's new in colorOS 5.2?
I get no notification issues and I use this china variant on color os5.1, for notifications ( FOR ALL apps, allow ALL PERMISSIONS, go to power management app and disable ALL power saving features for said apps as well as allowing all permissions from "power management" and this works for me even with screen off i get my notifications with the edge notification light
Most of my apps are now working as should(smartthings won't give notifications).
I went on to the beta and then I reset everything, and all has been great.
Marcelo_BSB said:
Is it correct that this information can not be returned to the official firmware?
Click to expand...
Click to collapse
Yes it is. I've tried to make downgrade and doesn't work. The recovery says that the version that I've installed is newer than the latest official and abort the flash process. Fortunately the beta works pretty good but keep it in mind.
As supposed...latest ColorOS 5.2 arrived, and sadly nothing interesting
Does this allow for more "locked" apps or at least do away with the need for locking apps?
krazyken04 said:
Does this allow for more "locked" apps or at least do away with the need for locking apps?
Click to expand...
Click to collapse
Nope. Still only five apps.
krazyken04 said:
Does this allow for more "locked" apps or at least do away with the need for locking apps?
Click to expand...
Click to collapse
Rolled the dice and found out that:
- It does not remove the need for locking or increase the 5 app limit
- It also does not allow more than 5 apps to auto startup
Interesting development though: after doing the beta firmware update, I can no longer get into Phone Manager (and thus cannot easily get into auto startup apps)
After tapping on "Phone Manager", I get a screen overlay message that says "Permission Denied".
Can confirm that it does remove the dev orange bar. It will not remove the orange bar that is present from using Accessibility Settings.
EDIT: Updates as I poke around below
------
- After update: Shut down and Start up now retain my accessibility settings (previously even answering the phone would reset them). I use accessibility to add navigation options to the side of the device.
- I deleted com.coloros.safecenter, and now I have no "Auto Startup" options in individual app info. I'm unsure if this is just a new development in the beta or not though. I also still cannot get into the app Phone Manager (where auto startup is usually collected)
- I now also have some sort of flyout thing on the right side containing "Quick Access" apps. I never had this before. This is controlled from: Settings > Smart & Convenient > Smart Sidebar
- A new app inside of Accessibility permissions showed up called "Baidu IME for OPPO", but I'm pretty sure this was stock and I had just removed it right when I got the phone
- I'm also able to swipe notifications to the right to dismiss!
krazyken04 said:
Rolled the dice and found out that:
- It does not remove the need for locking or increase the 5 app limit
- It also does not allow more than 5 apps to auto startup
Interesting development though: after doing the beta firmware update, I can no longer get into Phone Manager (and thus cannot easily get into auto startup apps)
After tapping on "Phone Manager", I get a screen overlay message that says "Permission Denied".
Can confirm that it does remove the dev orange bar. It will not remove the orange bar that is present from using Accessibility Settings.
EDIT: Updates as I poke around below
------
- After update: Shut down and Start up now retain my accessibility settings (previously even answering the phone would reset them). I use accessibility to add navigation options to the side of the device.
- I deleted com.coloros.safecenter, and now I have no "Auto Startup" options in individual app info. I'm unsure if this is just a new development in the beta or not though. I also still cannot get into the app Phone Manager (where auto startup is usually collected)
- I now also have some sort of flyout thing on the right side containing "Quick Access" apps. I never had this before. This is controlled from: Settings > Smart & Convenient > Smart Sidebar
- A new app inside of Accessibility permissions showed up called "Baidu IME for OPPO", but I'm pretty sure this was stock and I had just removed it right when I got the phone
- I'm also able to swipe notifications to the right to dismiss!
Click to expand...
Click to collapse
So you still have the continous weird flashing statusbar? (You use accesability, right?) Or is that gone after reboot?
I9000bramgmail said:
So you still have the continous weird flashing statusbar? (You use accesability, right?) Or is that gone after reboot?
Click to expand...
Click to collapse
Still have it unfortunately And yes, I'm using accessibility. Beta DOES get rid of the yellow bar if you only have Developer Mode enabled.
I've gone through one entire reinstall because I removed some pretty necessary stuff without pulling the APK's first. Now I'm an expert at backups of both individual APK's and the entire system through ADB hahaha.
I'm working on a guide to "westernize" or "un-colorOS"ing this phone and will be aggressively deleting apks to try and get rid of the yellow bar.
I did find that they have
Code:
com.android.systemui.PLUGINS
and that gets spawned from a ColorOS apk but I can't seem to remove the plugin. I have a hunch that's where it lives, since the orange bar groups everything under the "System UI" grouping.
Will keep you all updated!
EDIT: Oh! I was also able to create a +1 phone number account through oppo id services and use that to restore back to stock Beta after I screwed up the phone without backing anything up this first time. So I wouldn't be too scared of doing this upgrade. You can at least restore back to beta.
Had a little update.
Don't know what oppo added but great see updates coming
deuse said:
Had a little update.
Don't know what oppo added but great see updates coming
Click to expand...
Click to collapse
Yeah same but haven't updated yet, I posted screenshots earlier and would love for someone to translate ha!
When the official version is released, can I install even using this beta?
upvieira said:
When the official version is released, can I install even using this beta?
Click to expand...
Click to collapse
Well I hope so as I'm on the beta as well.
Thank you, I ran it but till now no notification about the new beta.

Categories

Resources