Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 805 Bytes

After Termux Reinstallation.md

File metadata and controls

28 lines (18 loc) · 805 Bytes
tags title created modified
android
brightness
bug
reinstall
system manage
termux
After Termux Reinstallation
2021-12-20T09:04:08.000Z
2022-08-18T12:29:26.544Z

After Termux Reinstallation

grant permission for termux:api

android.permission.WRITE_SETTINGS can only be granted in settings tab.

https://github.com/TilesOrganization/support/wiki/How-to-use-ADB-to-grant-permissions

adb shell pm grant com.rascarlo.quick.settings.tiles android.permission.WRITE_SECURE_SETTINGS

pm grant com.termux.api android.permission.WRITE_SECURE_SETTINGS

pm list packages

the brightness bug is solved by uninstalling the unintended settings app. i don't know if this will cause more problems.

to remove termux banner/ termux welcome message:

cd .. && cd usr/etc && rm -rf motd