[APP] µTask - Automate your settings

Search This thread

obynio

Inactive Recognized Developer
Apr 28, 2012
477
948
/dev/null
obyn.io
ban.png

Hello everyone ! Here we go for a small story :

Nowadays, your device has bluetooth, wifi, adaptive brightness and a lot of other settings. I was tired to switch between screens to enable or disable them one by one.

That's why I created μTask which automate this process. µTask allow you to create a task for each app which will be applied when you launch the app.

There is a bunch of possibilities :

- Brightness auto/manual
- Media volume default/manual
- Mobile data on/off
- Wifi on/off
- Bluetooth on/off
- GPS on/off (beta)
- Synchronization on/off

And if your device is rooted, you can enjoy more features (depending of your kernel) :

- CPU governor
- Maximum CPU frequency
- Minimum CPU frequency
- IO scheduler
- Read ahead buffer
- TCP congestion algorithm
- High audio performances on/off
- High wifi performances (wifi_pm) on/off

DOWNLOAD

For those who are unable to access the google play store, the apk is available in the download section



Keep in mind that it's still a BETA !

TODO LIST

Here are the features which needs to be implemented or the bugs to solve.

- Brightness default mode (fixed)
- Sync on/off (fixed)
- Reset parameters individually (fixed)
- Fix brightness bug (waiting for feedbacks)
- Data on/off bug (waiting for feedbacks)
- GPS background toggle (using root and secure settings) (investigating)
- GPS bug (investigating)
- Screen rotation (todo)
- Screen timeout (todo)
- Separate volume toggle (todo)
- Xposed system hook (todo)
- Event on jack plugged (todo)
- Event for battery (todo)

PREVIEW


preview.png


THANKS


- Omar S. Marcial Hernandez for spannish translations


NOTE

If you have some ideas to impement, let me know on this thread and let's discuss on it ;)

- This app is currently under beta so bugs are expected !
- For those who needs help, use this post.
- For translation purposes, pm me ;)
- My PM is not a technical support, I will not help you to root your device or unlock your bootloader !
- Thanks and feedbacks are apreciated !

XDA:DevDB Information
µTask, App for the Android General

Contributors
sybiload

Version Information
Status: Beta
Current Beta Version: 1.4.0 beta
Beta Release Date: 2014-04-25

Created 2014-04-25
Last Updated 2014-05-10
 

Attachments

  • screenshot_1.png
    screenshot_1.png
    165.7 KB · Views: 240
  • screenshot_2.png
    screenshot_2.png
    173.3 KB · Views: 240
  • screenshot_3.png
    screenshot_3.png
    180.8 KB · Views: 240

obynio

Inactive Recognized Developer
Apr 28, 2012
477
948
/dev/null
obyn.io
Reserved

CHANGELOG

Code:
v1.4.0 beta
- Fixed several bugs
- Added spannish translations
- Improved the startup help
- Added an option to reset parameters to default individually
- Added an option to show beta settings

v1.3.0 beta
- Fixed several bugs
- Optimized the code for less demand
- Added a synchronization on/off option

v1.2.1 beta
- Solved brightness mode bug

v1.2.0 beta
- Solved the battery draining issue when the device was in standby

v1.1.0 beta
- Solved a big issue with the mobile data (GPRS) switch
- Added a GPS option
- Minor bugs fixed

v1.0.0 beta
- Initial release
 
Last edited:

Muggins

Member
Jun 4, 2008
17
11
Ottawa
Need option to wait for Bluetooth or Wi-Fi to settle before starting associated app.

Sent from my Nexus 4 using Tapatalk
 

obynio

Inactive Recognized Developer
Apr 28, 2012
477
948
/dev/null
obyn.io
please add option to toggle GPS !
thank you for your hard work :D

I will take a look for your suggestion. But it could be difficult because a non-system app can not enable/disable the gps in background.
However, I can develop a parameter for the gps settings window opens when you launch the application. Does it seems correct for you ?
 
  • Like
Reactions: migounanounet

Y_Yan_C

Senior Member
Jan 25, 2010
609
50
Waterloo
For the Motorola 2013 Droid, when you ask Touchless control to read the notifications, the volume is really low. But Touchless control is not a standalone app, it's embedded in the settings of the device. Will the "media volume on/off feature in this app help solve the problem?

Ps. I like the idea of this app, it sounds like Motorola's smart action!
Sent from my XT910 using XDA Premium 4 mobile app
 
Last edited:

dummzeuch

New member
Jan 1, 2011
1
0
Suggestion: Select a language

I usually want my phone to be in English, but for one particular app, I would like to use a different language (G+ -> German). Do you think that's possible?
 

KNIGHT97

Senior Member
Jan 30, 2014
2,111
1,635
Mumbai
Would it be possible to make it hook to the device settings through Xposed, so that a service in the background isn't required for those who have it installed?
 
  • Like
Reactions: Hobbes2099

obynio

Inactive Recognized Developer
Apr 28, 2012
477
948
/dev/null
obyn.io
I just added an option to toggle the GPS (on/off). However, due to Android, non-system app are not allowed to toggle it in background. That's why when the user will open the app, the settings will open to toggle the gps.

For those who want details : http://stackoverflow.com/a/5481752

Moreover, I solved a big issue with mobile data switch.

Enjoy ;)

PS: the update could take time to appear in the Google Play, updated apk is available in the download page
 
  • Like
Reactions: Hobbes2099

Top Liked Posts

  • There are no posts matching your filters.
  • 25
    ban.png

    Hello everyone ! Here we go for a small story :

    Nowadays, your device has bluetooth, wifi, adaptive brightness and a lot of other settings. I was tired to switch between screens to enable or disable them one by one.

    That's why I created μTask which automate this process. µTask allow you to create a task for each app which will be applied when you launch the app.

    There is a bunch of possibilities :

    - Brightness auto/manual
    - Media volume default/manual
    - Mobile data on/off
    - Wifi on/off
    - Bluetooth on/off
    - GPS on/off (beta)
    - Synchronization on/off

    And if your device is rooted, you can enjoy more features (depending of your kernel) :

    - CPU governor
    - Maximum CPU frequency
    - Minimum CPU frequency
    - IO scheduler
    - Read ahead buffer
    - TCP congestion algorithm
    - High audio performances on/off
    - High wifi performances (wifi_pm) on/off

    DOWNLOAD

    For those who are unable to access the google play store, the apk is available in the download section



    Keep in mind that it's still a BETA !

    TODO LIST

    Here are the features which needs to be implemented or the bugs to solve.

    - Brightness default mode (fixed)
    - Sync on/off (fixed)
    - Reset parameters individually (fixed)
    - Fix brightness bug (waiting for feedbacks)
    - Data on/off bug (waiting for feedbacks)
    - GPS background toggle (using root and secure settings) (investigating)
    - GPS bug (investigating)
    - Screen rotation (todo)
    - Screen timeout (todo)
    - Separate volume toggle (todo)
    - Xposed system hook (todo)
    - Event on jack plugged (todo)
    - Event for battery (todo)

    PREVIEW


    preview.png


    THANKS


    - Omar S. Marcial Hernandez for spannish translations


    NOTE

    If you have some ideas to impement, let me know on this thread and let's discuss on it ;)

    - This app is currently under beta so bugs are expected !
    - For those who needs help, use this post.
    - For translation purposes, pm me ;)
    - My PM is not a technical support, I will not help you to root your device or unlock your bootloader !
    - Thanks and feedbacks are apreciated !

    XDA:DevDB Information
    µTask, App for the Android General

    Contributors
    sybiload

    Version Information
    Status: Beta
    Current Beta Version: 1.4.0 beta
    Beta Release Date: 2014-04-25

    Created 2014-04-25
    Last Updated 2014-05-10
    3
    Reserved

    CHANGELOG

    Code:
    v1.4.0 beta
    - Fixed several bugs
    - Added spannish translations
    - Improved the startup help
    - Added an option to reset parameters to default individually
    - Added an option to show beta settings
    
    v1.3.0 beta
    - Fixed several bugs
    - Optimized the code for less demand
    - Added a synchronization on/off option
    
    v1.2.1 beta
    - Solved brightness mode bug
    
    v1.2.0 beta
    - Solved the battery draining issue when the device was in standby
    
    v1.1.0 beta
    - Solved a big issue with the mobile data (GPRS) switch
    - Added a GPS option
    - Minor bugs fixed
    
    v1.0.0 beta
    - Initial release
    3
    I've also put a Todo list on the first post to gather all your suggestions ;)

    Hook to sytem through Xposed please. It won't require a background service if xposed is used.

    Sent from my RPG with auto targeting
    2
    Cool concept.. Lightweight at the moment... Adding screen rotation would be really useful.