What is this?
All features
Feedback & contribution
๐ป
Installation
Click to reveal step by step guide
Note: This repository is mainly focused on macOS compatibility, but majority of interactions should work on any Unix system.
- Open terminal
- Clone this repository
git clone https://github.com/IntergalacticPenguin/mobile-toolkit.git
- Setup Android tools
- Download and install Android Studio or Android command line tools
- Edit .bash_profile (or .zshrc if you have zsh shell)
open -e ~/.bash_profile
oropen -e ~/.zshrc
- Add this line the end
PATH=$PATH:/Users/dummyuser/Library/Android/sdk/platform-tools export PATH
- Don't forget to replace "dummyuser" with your account username
- Use full path to the "platform-tools" directory
- Add this line the end
- Allow USB debugging on your device, connect it and authorize your computer (click OK on the device screen)
- Setup iOS tools
- Install latest Xcode and iOS command line tools using App Store
- Install Homebrew package manager
- Install usbmuxd, libimobiledevice and ideviceinstaller
brew install --HEAD usbmuxd && brew install --HEAD libimobiledevice && brew install --HEAD ideviceinstaller
- Run Xcode, connect iOS device to USB and authorize your computer (click "Trust" on the device screen)
- (Optional) Use Mobile Toolkit in any directory in terminal
- Edit .bash_profile (or .zshrc if you have zsh shell)
open -e ~/.bash_profile
oropen -e ~/.zshrc
- Insert these lines at the end
PATH=$PATH:/Users/dummyuser/mobile-toolkit/android
PATH=$PATH:/Users/dummyuser/mobile-toolkit/ios
- Don't forget to replace "dummyuser" with your account username
- Use full path to the "mobile-toolkit" directory (where you cloned this repository)
- Move
export PATH
to the end of the file
- Insert these lines at the end
- Edit .bash_profile (or .zshrc if you have zsh shell)
๐ค
Android commands
Capture screen
๐ธ
ascreenshot
ascreenshot
Save screenshot to ~/Desktopascreenshot -a
Take screenshot on all connected devices
๐ฅ
arecord
arecord
Record screen- End recording using
ctrl + c
- Save screen video footage to ~/Desktop
arecord <custom-name>
Specify your own filename by passing it as argument
Control device
โ๏ธ
apaste
apaste "[email protected]" password1 "5005 1002 3332 1112" "2/19" 5004
apaste <text>
Insert text into currently focused fieldapaste "[email protected]" password1
Every additional argument will be inserted into subsequent fieldapaste "This is sample multi-word text."
use "" to insert multi-word text into one fieldapaste -l
Insert "Lorem Ipsum paragraph"apaste -a <input-text>
Insert any text input (options displayed above) on all connected devicesapaste -a -l
Insert "Lorem Ipsum paragraph" on all connected devices
๐
aurl
aurl "google.com"
Open link in web browser or corresponding application
๐
abounds
abounds
Display or hide layout bounds- App restart may be necessary on lower APIs
๐
aanimationspeed
aanimationspeed
set slower animation speed or restore defaultaanimationspeed <speed>
set animation speed multiplier
๐
afontscale
afontscale
set large font scale (1.3x bigger than default) or restore defaultafontscale <scale>
set font scale multiplier
๐น
acontrol
scrpy
start scrcpy session- provides realtime device screen mirroring and control
๐ท
acamera
- Start the default camera application
โก๏ธ
awireless
- Enable or disable wireless ADB connection
- Use ADB and toolkit without having USB cable attached
Manage packages
๐
alaunch
alaunch
List third-party apps and choose one to run italaunch -s
List all available apps (including os pre-installed) and choose one to run italaunch com.dummy.package.name.app
Run app by package name
๐ต๏ธ
aappinfo
aappinfo
List foreground app information- Package name
- Version
- Last update
- minSdk and targetSdk
- Permissions
- (Optional) Open application settings
aappinfo com.dummy.package.name.app
Target specific app by passing package name as argument
๐ช
akill
akill
Restart the foreground appakill com.dummy.package.name.app
Target specific app by passing package name as argument
๐งฝ
aerase
aerase
Delete all local data of the foreground app and restart itaerase com.dummy.package.name.app
Target specific app by passing package name as argument
๐
ainstall
ainstall some-app-file.apk
Install and run .apkainstall -a some-app-file.apk
Install and run .apk on all connected devices
๐
auninstall
auninstall
Uninstall third-party app, choose from the listauninstall com.dummy.package.name.app
pass package name as argumentauninstall -w
Uninstall all-third party packages- Skips some essential apps, edit IGNORED_PACKAGES in this script to customize the list to your needs
๐ฅ
awipe
- Wipe internal storage (/mnt/sdcard directory) and delete all third-party apps
๐
apermissionreset
- Revoke ALL GRANTED runtime permissions for ALL apps
- You'll have to handle permission requests upon opening almost any app
๐
agoogleplay
agoogleplay "Dummy App"
Search for "Dummy App" on Google Playagoogleplay
Search for currently foreground app on Google Play
๐ญ
abuildproject
abuildproject
Build, install and run Android project located in current directoryabuildproject <relative-path>
Build, install and run Android project located in <relative-path>
Manage device
โ๏ธ
aoptions
aoptions
Open system settings on a specific activity- You can choose from quick presets
- Developer settings
- Locale settings
- Date & time
- Wifi settings
- Storage management
- Power usage
- Root settings activity
aoptions A
Choose from exhaustive list of all available optionsaoptions 1,2,3... | dev | locale | date | wifi | storage | power
Use a preset, choose one
๐
alog
alog
Print system log outputalog -f <package-name>
Filter log by package name
๐
acheckdevice
- Print genereal device information
- Perform basic safety-checks and toggle "testing firendly" settings
- 10 minutes screen timeout
- Highest brightness
- Automatic date
- Disabled notification sounds
- Internet connectivity and WIFI name
- Font scale
- enUS locale
- (Optional) Search for the device on GSMArena
๐
aservices
- Print running background services
- Search for more information via Google
โป
areboot
- Reboot the device
๐ฑ
aemulator
- Android emulator supports all listed scripts by default + extra actions listed below
aeimulator <option>
Handle various Android emulator activitesstart
- choose and launch installed emulatorgprs | edge | 3g
- simulate network latency, choose onecall <number>
- receive fake callsms <number> <text>
- receive fake smsgps <lat> <long>
- set manual GPS locationbattery <0-100>
- set battery leveltelnet <command>
- call command via telnet- example commands
event | redir | sensor | physics | finger | rotate | fold | unfold...
see Android emulator documentation for more information
- example commands
๐
iOS commands
Capture screen
๐ธ
iscreenshot
iscreenshot
Save screenshot to ~/Desktopiscreenshot -a
Take screenshot on all connected devices
๐ฅ
irecord
- Run QuickTime and open video source picker (so you can choose a device right away)
- You may have to allow some system permission, so the script can access the picker
๐ผ
igif
Required: Install ffmpeg brew install ffmpeg
- Record screen (take as many screenshots per second as possible) to ~/Desktop
- End recording using
ctrl + c
- Compose .mp4 from screenshots and save it to ~/Desktop
- (Optional) Delete screenshots
- Specify your own filename by passing it as argument
Manage applications
๐
iinstall
iinstall some-app-file.ipa
Install .ipa (make sure to use properly signed build)iinstall -a some-app-file.ipa
Install .ipa to all connected devices
๐
iuninstall
iuninstall
Uninstall third-party app, choose from the listiuninstall com.dummy.package.name.app
pass bundle name as argumentiuninstall -w
Uninstall all third-party packages- Skips some essential apps, edit IGNORED_PACKAGES in this script to customize the list to your needs
Manage device
๐
ilog
ilog
Open console log output- Examine macOS or iOS system logs
๐ฅ
icrashlogs
icrashlogs
Import crash logs to ~/Desktop, choose whether to keep them in device storageicrashlogs -k
Import crash logs, keep them in device storageicrashlogs -r
Import crash logs, delete them from device storage- You can import these logs to Xcode to make them more readable via symbolication
- Open relevant project in Xcode
- Click on Window > Devices and Simulators > View Device Logs
- Drag the .crash file onto the log list
- Readable crash log should appear in the list
๐
icheckdevice
- Print device information
- (Optional) Search for the device on GSMArena
โป
ireboot
- Reboot the device
๐ฑ
isimulator
- Simulator has limited functionality (no camera, biometrics, Appstore...), but offers some extra options, unavailable on physical iOS devices
isimulator <option>
Handle various simulator related activitesstart
- choose and launch installed simulatorscreenshot
- save screenshot to ~/Desktoprecord
- save screen recording to ~/Desktop (full resolution and frame rate, without QuickTime hassle)paste <text>
- insert text into pasteboardimport <file>
- import image or video to simulator gallery applog
- print simulator logurl <url>
- open link in web browser or corresponding applicationwipe
- wipe all simulator databattery <0-100>
- set battery level displayed in status bar (no functional impact)time <hh:mm>
- set time displayed in status bar (no functional impact)
๐ญ
About
You can read about my motivation in this blog post, if you made it this far in readme and you like my work, please be so kind and star this repository or leave some claps on Medium. Every appreciation empowers my motivation.