I have this too. Tasker has su permission.This is what happens when I reboot/press play. Error.
And if I press to copy the error log, it puts nothing on clipboard.
Sent from my ONE A2003 using Tapatalk
I have this too. Tasker has su permission.This is what happens when I reboot/press play. Error.
And if I press to copy the error log, it puts nothing on clipboard.
Another interesting read:I have this too. Tasker has su permission.
Sent from my ONE A2003 using Tapatalk
I'm also stuck at writing the file. Do you know a solution?Thanks working great.
To all users with questions on how to use the profile.
First press profiles tab and import the profile, then just reboot.
View attachment 3563068
View attachment 3563069
If you don't want to reboot go to the task tab, select the "script" task then press "play icon"
View attachment 3563070
View attachment 3563073
Sent from my ONE A2005 using Tapatalk
Exactly... The tweaks I am testing at the moment include that too... So next tweaks will be a lot awesome..Another interesting read:
https://github.com/dtsinc/DTS-Eagle...tation/devicetree/bindings/power/qpnp-bms.txt
or
https://github.com/OnePlusOSS/andro...tation/devicetree/bindings/power/qpnp-bms.txt
at
qcom,shutdown-soc-valid-limit = <20>;
sounds like the % the SOC shutdown the A57 core... perhaps can be changed...
i get an error when trying to run the write command in the tasker script.
what can i do to make it work? help is welcome.
![]()
I'm also stuck at writing the file. Do you know a solution?
Any thoughts on that?I have this too. Tasker has su permission.
Sent from my ONE A2003 using Tapatalk
echo x > /path/to/file
Wow! That's exceptional.Proof!![]()
he is using the uber build of boeffla by @zamzane as wellWow! That's exceptional.
Any other "settings" you're using?
Like maybe Boeffla kernel or something else?
Thanks.
Wow thanks, can you message me to give me more details?
Oneplus 2
This is what happens when I reboot/press play. Error.
And if I press to copy the error log, it puts nothing on clipboard.
I have this too. Tasker has su permission.
Sent from my ONE A2003 using Tapatalk
I'm also stuck at writing the file. Do you know a solution?
i get an error when trying to run the write command in the tasker script.
what can i do to make it work? help is welcome.
![]()
Any thoughts on that?
So basically the first 4 tasks are to give tasker permission to write the files and the other 4 are for writing the files.Looks like tasker has no permission to write to system files.
I modified the task a little bit. It now uses shell commands (as root, similar to the chmod actions in the beginning) to set the values.
Instead of using the tasker "write" action, I am using :
with root permissionsCode:echo x > /path/to/file
Tried it before and it works.
Download Tasker Project
Worked, thanks!Looks like tasker has no permission to write to system files.
I modified the task a little bit. It now uses shell commands (as root, similar to the chmod actions in the beginning) to set the values.
Instead of using the tasker "write" action, I am using :
with root permissionsCode:echo x > /path/to/file
Tried it before and it works.
Download Tasker Project