UbunTuTu is a graphical replacement of adb command for Ubuntu Phone
- Get system image version
- Install click package
- Grab screenshot
- Fetch log
- Import & export contacts
On Linux:
cd Process; qmake && make && sudo make install; cd ..
qmake && make
./UbunTuTu
On OS X:
cd Process; qmake && make && make install; cd ..
qmake && make
macdeployqt UbunTuTu.app -qmldir=qml/ -verbose=1
utils/mac/adb
is ADB version 1.0.32 from Android SDK platform toolutils/mac/convert
is a statically linked ImageMagick version 7.0.1-7 built withpng
delegateutils/linux/adb
is ADB version 1.0.32 from Android SDK platform toolutils/linux/convert
is a soft link to /usr/bin/convert
Copyright © 2016 Ping-Hsun (penk) Chen <penkia@gmail.com>
The source code is, unless otherwise specified, distributed under the terms of the MIT License.