Advertisement
Guest User

Untitled

a guest
Aug 21st, 2023
1,555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. 1. pkg upgrade
  2.  
  3. 2. pkg install android-tools
  4.  
  5. 3. adb pair localhost:<port>
  6.  
  7. 4. adb connect localhost:<port>
  8.  
  9. 5. adb shell
  10.  
  11. 6. /system/bin/device_config set_sync_disabled_for_tests persistent; /system/bin/device_config put activity_manager max_phantom_processes 2147483647
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement