vijaypoco6
Regular Member
- Jun 5, 2025
- 231
- 67
real device only no emulter,I just want to install and reinstall build from app store totally automaticlly,if possible gogle sign in
how can I make it
how can I make it
You need to automate an Android emulator or another simulator.real device only no emulter,I just want to install and reinstall build from app store totally automaticlly,if possible gogle sign in
how can I make it
cantYou need to automate an Android emulator or another simulator.
Yes, it’s doable but not easy, especially since you're using real Android devices instead of emulators. You’ll need to use ADB (Android Debug Bridge) to automate install, uninstall, and control device behavior. For full Play Store automation including Google login, you’ll likely need to script UI actions using uiautomator or something like scrcpy with input injection. Also, rotating your IP for each session is key, mobile proxies are highly recommended here to avoid triggering Google security if you’re running this at scale.real device only no emulter,I just want to install and reinstall build from app store totally automaticlly,if possible gogle sign in
how can I make it
If you’re set on using real devices only ,no emulators ,it’s doable but way more complex.real device only no emulter,I just want to install and reinstall build from app store totally automaticlly,if possible gogle sign in
how can I make it
Heyreal device only no emulter,I just want to install and reinstall build from app store totally automaticlly,if possible gogle sign in
how can I make it