UbunTuTuMKII, a variant form Penk's UbunTuTu, is a prototyping graphical tool for monitoring app activities.
- Get system image version
- Launch and monitor app life cycle
- Check app settings
- Reset Trust store permissions
- Monitor App file access activities
- Monitor App network activities
- Monitor AppArmor messages
On Ubuntu Linux:
sudo apt-get install ubuntu-sdk
cd Process; qmake && make && sudo make install; cd ..
qmake && make
./UbunTuTu
With your Ubuntu Touch / Phone device connected:
./utils/SetupEnv.sh
You will only need to run this once.
Also, you might need to install WireShark to analyze the tcpdump output.
utils/convert
is a statically linked ImageMagick version 6.8.9-9 built withpng
delegateutils/adb
is ADB version 1.0.32 from Android SDK platform toolutils/nethogs
is nethogs version 0.8.1 built with ARM architecture, please push it to your device in advance.utils/tcpdump
is tcpdump version 4.7.4 built with ARM architecture, please push it to your device in advcane.
Before using all of its feature, you will need to allow your device to run command as root, without asking passwords, the SetupEnv.sh script can help you with that.
Copyright @ 2016 Gavin Lin <gavin.lin@canonical.com>
Copyright © 2016 Maciej Kisielewski <maciej.kisielewski@canonical.com>
Copyright © 2016 Ping-Hsun (penk) Chen <penkia@gmail.com>
Copyright © 2016 Po-Hsu Lin <po-hsu.lin@canonical.com>
The source code is distributed under the terms of the GNU GPLv3.