Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. adb -s $ip shell ps | grep -P '(com.nianticlabs.pokemongo)|(de.grennith.rgc.remotegpscontroller)|(com.mad.pogodroid)' | awk '{print $2}' | xargs adb -s $ip shell su -c kill -9
  2.  
  3. adb -s $ip shell pm grant de.grennith.rgc.remotegpscontroller android.permission.ACCESS_FINE_LOCATION
  4. adb -s $ip shell pm grant de.grennith.rgc.remotegpscontroller android.permission.READ_EXTERNAL_STORAGE
  5. adb -s $ip shell pm grant de.grennith.rgc.remotegpscontroller android.permission.ACCESS_COARSE_LOCATION
  6. adb -s $ip shell pm grant de.grennith.rgc.remotegpscontroller android.permission.WRITE_EXTERNAL_STORAGE
  7.  
  8. adb -s $ip shell ps | grep -P '(com.nianticlabs.pokemongo)|(de.grennith.rgc.remotegpscontroller)|(com.mad.pogodroid)' | awk '{print $2}' | xargs adb -s $ip shell su -c kill -9
  9.  
  10. adb -s $ip shell am start -n de.grennith.rgc.remotegpscontroller/.SplashPermissionsActivity
  11. adb -s $ip shell input tap 358 542
  12. adb -s $ip shell input tap 177 509
  13. adb -s $ip shell input tap 634 549
  14. adb -s $ip shell input tap 623 240
  15. adb -s $ip shell input tap 231 372
  16. adb -s $ip shell input text "$timestart"
  17. adb -s $ip shell input tap 599 669
  18. adb -s $ip shell input tap 61 96
  19. adb -s $ip shell input tap 210 13
  20. adb -s $ip shell input tap 649 435
  21. adb -s $ip shell input tap 632 575
  22. adb -s $ip shell input tap 45 107
  23. adb -s $ip shell input tap 188 317
  24. adb -s $ip shell input tap 634 555
  25. adb -s $ip shell input tap 641 282
  26. adb -s $ip shell input tap 54 120
  27. adb -s $ip shell input tap 205 218
  28. adb -s $ip shell input tap 291 251
  29. adb -s $ip shell input tap 234 488
  30. adb -s $ip shell input text "$host:${port}"
  31. adb -s $ip shell input tap 597 628
  32. adb -s $ip shell input tap 238 402
  33. adb -s $ip shell input text "${nom}"
  34. adb -s $ip shell input tap 599 628
  35. adb -s $ip shell input tap 643 704
  36. adb -s $ip shell input tap 310 888
  37. adb -s $ip shell input text "$login"
  38. adb -s $ip shell input tap 590 636
  39. adb -s $ip shell input tap 144 1046
  40. adb -s $ip shell input text "$password"
  41. adb -s $ip shell input tap 597 625
  42. adb -s $ip shell input tap 61 107
  43. adb -s $ip shell input tap 54 115
  44. adb -s $ip shell input tap 317 334
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement