How to set screensaver without settings menu option - AirDroid

Hi guys how I could set the screensaver when my device its conected to the source power and it dont have the screen saver option on screen settings ?
I have rooted my device, and instaled sqlite app and edit a database on /data/data/com.android.providers.settings/databases/ settings.db>secure|screensavercomponents
its works but exists another way to set the screensaver in app-menu?
And how I could make my on screenSaver?

Related

[Q] Tasker Profile?

Does anyone know if there a way to make a fast charge widget by using taker were you can turn fast charge on and off and have the icon(widget) change when you turn on and off the widget?
Probably is you use Secure Settings. I believe there's a toggle that will enable Fast charge. Just create a task to enable it and then create a widget to turn it on.
Edit - It worked fine. You'll need to download Secure Settings (and the helper) and make sure to enable fast charge in the settings, then go into Tasker, create a new task, plugin, secure settings. Save it, create a widget and select Tasker, then Task, choose the one you just created.
rmiles7721 said:
Probably is you use Secure Settings. I believe there's a toggle that will enable Fast charge. Just create a task to enable it and then create a widget to turn it on.
Edit - It worked fine. You'll need to download Secure Settings (and the helper) and make sure to enable fast charge in the settings, then go into Tasker, create a new task, plugin, secure settings. Save it, create a widget and select Tasker, then Task, choose the one you just created.
Click to expand...
Click to collapse
This works great, but is there a way I can make Tasker echo back the status that I've switched to/from in a notification? or change icon between on and off? I can toggle with the widget, but if I forget the state I'm in I have to to terminal to find out.
Thanks
buffal0b1ll said:
This works great, but is there a way I can make Tasker echo back the status that I've switched to/from in a notification? or change icon between on and off? I can toggle with the widget, but if I forget the state I'm in I have to to terminal to find out.
Thanks
Click to expand...
Click to collapse
You could have it set a variable that you create to 1 when on and 0 when off (basically toggling between the two). Then just set up to check the variable and create an Alert pop-up telling you it is On or Off . . .
Was looking to do the same thing. Here's what I came up with, xml in zip attached.
You'll need Secure Settings installed.
What the task does.
1. Reads /sys/kernel/fast_charge/force_fast_charge and stores value in variable %FASTC (0 = off, 1 = on)
2. Toggles Fast Charge using the Secure Settings plugin
3. The next set of commands flash a message and change the widget icon depending on the status of %FASTC
Setup a widget that uses the task, and you should be all set. Keep in mine changing the name of the Task/Widget will require editing the "change widget icon" commands.
Edit: Looks like I made a boo-boo. The read statement happens too fast and would still get the old value of force_fast_charge before Secure Settings changes it.
I moved the statements around and edited the IF statements for switching icons and flashing messages. attachment updated.
rmiles7721 said:
Probably is you use Secure Settings. I believe there's a toggle that will enable Fast charge. Just create a task to enable it and then create a widget to turn it on.
Edit - It worked fine. You'll need to download Secure Settings (and the helper) and make sure to enable fast charge in the settings, then go into Tasker, create a new task, plugin, secure settings. Save it, create a widget and select Tasker, then Task, choose the one you just created.
Click to expand...
Click to collapse
Needs root?
rmiles7721 said:
Edit - It worked fine. You'll need to download Secure Settings (and the helper) and make sure to enable fast charge in the settings, then go into Tasker, create a new task, plugin, secure settings. Save it, create a widget and select Tasker, then Task, choose the one you just created.
Click to expand...
Click to collapse
I just installed Secure Settings on my Note8, and for the Fast Charging option, the app is telling me that I do not have a compatible kernel... Does any know what this may be?

[Q] Lollipop Lockscreen

Hello.
On my nexus 5 I always remove the Lockscreen.
Yesterday I updated to lollipop, so i deactivated the lockscreen but when I changed the user, just for a try, automatically my nexus changed the lockscreen and now i've not the option in the setting to set it off.
How can I do?
just enter guest profile. go to profiles -> remove guest. you should go back to your default profile and have the option enabled again. worked for me.
when phone is charging on lock screen not showing how much time left from full charge. Do you know why?

Slow notifcations during sleep ?

It seem push notification does not work well with Mate 7... for instance... whatsapp web.. in order for it to read messages at all I need to push the power button constantly to wake it up from sleep..
http://forum.xda-developers.com/mate-7/help/push-notification-data-screen-off-t2985489
I don't know if this has been solved but their is a option on mate 7 which allows you to toggle between notification push and how you handle it when screen is off.
Go into protected apps and enable it and make sure notification manager is set to allow.
i dont see notification manager in protected app.
it's in settings.
Under "privacy & security" you'll see Notification manager and Protected Apps.
From main settings i have only security option no privacy&security.Mine mate 7 is 09-european version.
I'd suggest taking a look at your settings again.
Under "Privacy & Security" section you have:
- Location Access
- Do not disturb
- Notification Manager
- Protected Apps
- Security
- Fingerprint ID
- Backup & Reset
Yes i was in restricted and notification options but there is no option to set notification manager to allow,notify or restrict options.Notification manager is not on the list of apps for which you can set this 3 options or notification manager is with some other name in the main list.
netvlada said:
Yes i was in restricted and notification options but there is no option to set notification manager to allow,notify or restrict options.Notification manager is not on the list of apps for which you can set this 3 options or notification manager is with some other name in the main list.
Click to expand...
Click to collapse
Steps in attachments
I have misunderstand you.I was thinking thet notification manager have its own settings under restricted apps menu.
Every day i am trying to find solution what to do ,to preserve battery life and i have tried all settings combinations.
Finaly when i have turned off Bluetooth my battery life have more then 2 dayes.I think thet bluetooth eating battery a lot.
Doesn't happen with Kik messenger.

Android Configuration Automation From Windows

What i have been trying to do is create somewhat of a script that i can run on my windows machine with my android device connected and have it install an apk and set device settings such as:
- WiFi: SSID and Password
- Display Settings: - When device is rotated and change to the second option (can't remember which one it was)
- Sound & Notification Settings: Blocking gmail and not displaying notifications on the lock screen
- Security Settings: From swipe lock to none
So far the best way i have found of automation this is using a chrome app called Vysor that connects to my Android device and lets me control it from my computer, then using AutoIT i use the X,Y positions on the screen to make the click and then use the "Send()" function to send keys such as passwords and so forth.
Surely there is a better way to do this does anyone have any idea?

Question Battery Saver Settings

Hey all
I need a little help with the battery saver
I'm using Macrodroid and want to make a macro that enables battery saver, the problem is that it enables it ok but not "Super save" (don't know if that's the name), like if I use the icon in notificationbar or in settings
I can send intent to open the settings page but can't activate the button
UI action doesnt work with screen off and I can't turn that on when the phone is closed
Any suggestions?

Categories

Resources