Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/06/profile-per-app-resolution-changer-v10.html
#profile #PerAppResolutionChanger
DESCRIPTION
Change the screen resolution (width, height) dynamically, based on the app used.
These are the available versions:
• Version (A): Uses a non-root solution (system private interface for WindowManager class: IWindowManager), but requires the 'WRITE_SECURE_SETTINGS' permission to be granted to Tasker.
• Version (B): This (wm size) can also work with or without the 'WRITE_SECURE_SETTINGS' permission (only), also with or without root access (only).
When configuring higher resolutions than hardware, the following will most likely happen: using the device with a physical mouse (OTG) will be required, and overall performance will plummet.
For those who want to experiment with low resolutions, setting them permanently will reduce the work for the CPU/GPU, resulting in increased overall performance and improved battery life.
Notes:
- Thanks to @JustRollWithIt (Reddit) for the base JF task. (reference)
- Go here to know how to grant the 'android.permission.WRITE_SECURE_SETTINGS' permission to Tasker.
- Two types of the same profile for each of the versions are available: App (to be used with all apps, except Tasker), Tasker (to be used only with Tasker). If you want each app to set a different resolution, just create a single profile for every app. Otherwise, include all apps within the main profile.
- Both 'App' and 'Tasker' profiles are bundled in a single prj file for easy importing, so import it as it is.
- An easy formula to calculate the new resolution, based on the original one: 'original + ((original * percentage) / 100)', to increase it, and 'original - ((original * percentage) / 100)', to decrease it. Apply it for both width and height.
- An easy formula to calculate the DPI that will appear about the same as it was in a previous resolution, setting a new resolution: '(current dpi * new width) / current width', and to bring the old density back with the previous resolution '(current dpi * current width) / new width'.
- Use 'Yellow' labeled actions to customize how the profiles work.
- To get the current resolution value use the 'Get Current Resolution' task.
- If what you want is to change the screen DPI, go here.
CREDITS
@SmartPhoneLover
@JustRollWithIt
VERSION
v1.0
DESCRIPTION
Change the screen resolution (width, height) dynamically, based on the app used.
These are the available versions:
• Version (A): Uses a non-root solution (system private interface for WindowManager class: IWindowManager), but requires the 'WRITE_SECURE_SETTINGS' permission to be granted to Tasker.
• Version (B): This (wm size) can also work with or without the 'WRITE_SECURE_SETTINGS' permission (only), also with or without root access (only).
When configuring higher resolutions than hardware, the following will most likely happen: using the device with a physical mouse (OTG) will be required, and overall performance will plummet.
For those who want to experiment with low resolutions, setting them permanently will reduce the work for the CPU/GPU, resulting in increased overall performance and improved battery life.
Notes:
- Thanks to @JustRollWithIt (Reddit) for the base JF task. (reference)
- Go here to know how to grant the 'android.permission.WRITE_SECURE_SETTINGS' permission to Tasker.
- Two types of the same profile for each of the versions are available: App (to be used with all apps, except Tasker), Tasker (to be used only with Tasker). If you want each app to set a different resolution, just create a single profile for every app. Otherwise, include all apps within the main profile.
- Both 'App' and 'Tasker' profiles are bundled in a single prj file for easy importing, so import it as it is.
- An easy formula to calculate the new resolution, based on the original one: 'original + ((original * percentage) / 100)', to increase it, and 'original - ((original * percentage) / 100)', to decrease it. Apply it for both width and height.
- An easy formula to calculate the DPI that will appear about the same as it was in a previous resolution, setting a new resolution: '(current dpi * new width) / current width', and to bring the old density back with the previous resolution '(current dpi * current width) / new width'.
- Use 'Yellow' labeled actions to customize how the profiles work.
- To get the current resolution value use the 'Get Current Resolution' task.
- If what you want is to change the screen DPI, go here.
CREDITS
@SmartPhoneLover
@JustRollWithIt
VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/06/task-get-all-apps-installed-time-v10.html
#task #GetAllAppsInstalledTime
DESCRIPTION
Generate a list with all the apps installed, showing the following information:
• App name
• App package
• Install time
• Update time
Notes:
- The information is saved as a TXT file, under '/storage/emulated/0/*'.
CREDITS
@SmartPhoneLover
VERSION
v1.0
DESCRIPTION
Generate a list with all the apps installed, showing the following information:
• App name
• App package
• Install time
• Update time
Notes:
- The information is saved as a TXT file, under '/storage/emulated/0/*'.
CREDITS
@SmartPhoneLover
VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/06/task-get-available-cpu-cores-v10.html
#task #GetAvailableCPUCores
DESCRIPTION
This task collects different methods by which you can get the number of all the available CPU cores that your device has.
CREDITS
@SmartPhoneLover
VERSION
v1.0
DESCRIPTION
This task collects different methods by which you can get the number of all the available CPU cores that your device has.
CREDITS
@SmartPhoneLover
VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/06/task-get-all-apps-installed-time-v11.html
#task #GetAllAppsInstalledTime
DESCRIPTION
Generate a list with all the apps installed, showing the following information:
• App name
• App package
• Install time
• Update time
These are the available versions:
• Version (A): The collection of every app's data is done using Tasker's built-in actions, but it will take some time to finish.
• Version (B): The collection of every app's data is done using a set of Java Function actions enterly, being much more faster than (A).
Notes:
- The information is saved as a TXT file, under '/storage/emulated/0/*'.
CREDITS
@SmartPhoneLover
CHANGELOG
- New: New faster version available (B).
- New: Apps (names) are now alphabetically sorted.
- Other: If both dates matches, meaning that the app didn't get updated since first installation, the 'Not Updated' message will appear for 'Update' field.
- Other: Other small changes.
VERSION
v1.1
DESCRIPTION
Generate a list with all the apps installed, showing the following information:
• App name
• App package
• Install time
• Update time
These are the available versions:
• Version (A): The collection of every app's data is done using Tasker's built-in actions, but it will take some time to finish.
• Version (B): The collection of every app's data is done using a set of Java Function actions enterly, being much more faster than (A).
Notes:
- The information is saved as a TXT file, under '/storage/emulated/0/*'.
CREDITS
@SmartPhoneLover
CHANGELOG
- New: New faster version available (B).
- New: Apps (names) are now alphabetically sorted.
- Other: If both dates matches, meaning that the app didn't get updated since first installation, the 'Not Updated' message will appear for 'Update' field.
- Other: Other small changes.
VERSION
v1.1
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/06/task-get-available-cpu-cores-v11.html
#task #GetAvailableCPUCores
DESCRIPTION
This task collects different methods by which you can get the number of all the available CPU cores that your device has.
Notes:
- Thanks to @DutchOfBurdock (Reddit) for helping on building the task.
CREDITS
@SmartPhoneLover
@DutchOfBurdock
CHANGELOG
- New: New Method (5) added. (Thanks @DutchOfBurdock)
VERSION
v1.1
DESCRIPTION
This task collects different methods by which you can get the number of all the available CPU cores that your device has.
Notes:
- Thanks to @DutchOfBurdock (Reddit) for helping on building the task.
CREDITS
@SmartPhoneLover
@DutchOfBurdock
CHANGELOG
- New: New Method (5) added. (Thanks @DutchOfBurdock)
VERSION
v1.1