ot_inc

Nonroot app ADB Commands Memo

Apr 3rd, 2022 (edited)
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Please install the latest version of 15 Seconds ADB Installer before operating the command!
  2. Download: https://androidmtk.com/download-15-seconds-adb-installer
  3.  
  4. ・Battery Guru Enable Agressive Doze / https://play.google.com/store/apps/details?id=com.paget96.batteryguru
  5. adb -d shell pm grant com.paget96.batteryguru android.permissio.PACKAGE_USAGE_STATS
  6. adb -d shell pm grant com.paget96.batteryguru android.permission.WRITE_SECURE_SETTINGS
  7. adb -d shell pm grant com.paget96.batteryguru android.permission.DUMP
  8.  
  9. ・mFSTRIM / https://play.google.com/store/apps/details?id=com.draco.mfstrim
  10. adb shell pm grant com.draco.mfstrim android.permission.WRITE_SECURE_SETTINGS
  11.  
  12. ・PDNSQS / https://play.google.com/store/apps/details?id=com.draco.pdnsqs
  13. adb shell pm grant com.draco.pdnsqs android.permission.WRITE_SECURE_SETTINGS
  14.  
  15. ・Tiles
  16. adb shell pm grant com.rascarlo.quick.settings.tiles android.permission.WRITE_SECURE_SETTINGS
  17.  
  18. ・Quick Settings / https://play.google.com/store/apps/details?id=it.simonesestito.ntiles
  19. adb shell pm grant it.simonesestito.ntiles android.permission.WRITE_SECURE_SETTINGS
  20.  
  21. ・Custom Quick Settings / https://play.google.com/store/apps/details?id=com.quinny898.app.customquicksettings
  22. adb shell pm grant com.quinny898.app.customquicksettings android.permission.WRITE_SECURE_SETTINGS
  23.  
  24. ・Nova Launcher / https://play.google.com/store/apps/details?id=com.teslacoilsw.launcher
  25. adb shell pm grant com.teslacoilsw.launcher android.permission.WRITE_SECURE_SETTINGS
Add Comment
Please, Sign In to add comment