Hi! I'm Cong Anh. Here are some images of my tools. Hope the tool is useful to you!
- Desktop
- Mobile
Please watch the video here.
- The device must be initialized with a length and width ratio of 16:9.
- The size of the device must be greater than 800x450.
- Download and install Node.js at here
- Download and install SDK Platform Tools (ADB)
- macOS:
- Install the homebrew package manager
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- Install adb
brew install android-platform-tools
- Start using adb
adb devices
- Install the homebrew package manager
- Linux:
- Install adb
sudo apt update && sudo apt install android-sdk
- Start using adb
adb devices
- Install adb
- Windows:
- Download SDK Platform Tools (ADB) at here
- Set Environment Variables path to the folder you just downloaded (guide video)
- Open the "exec" folder
- Double-click the "windows.bat" file if you are using Windows, otherwise double-click the "unix.command" file
- Open your browser with the local URL (http://localhost:9090) or public URL (https://auto-tools-prod.loca.lt)
Let's enjoy it!