Skip to content

thyrlian/MobileDevicePool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobileDevicePool

Web UI to manage your mobile devices kingdom. Currently support Android and iOS devices.

Forked from my own project: Captain-ADB

Demo

Setup

  • Run bundle install to install all ruby dependencies
  • Install libimobiledevice (iOS devices communication tool)
  • Install ideviceinstaller (manage apps on iOS devices)

Setup on Raspbian

  • sudo gem install bundler
  • bundle install
  • sudo apt-get install libimobiledevice4 libimobiledevice-utils ideviceinstaller usbmuxd (apt-get doesn't guarantee to have the latest version, which might not support the latest iOS version)
  • Download and install Android SDK

Run Service

Run rackup -p <PORT> -o 0.0.0.0 and the open http://localhost:<PORT>/ in the browser

License

Copyright (c) 2016 Jing Li. See the LICENSE file for details.