This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo apt-get install build-essential | |
| $ sudo apt-get install openjdk-7-* | |
| $ sudo apt-get install eclipse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ tar -xvzof android-sdk_r20.0.3-linux.tgz | |
| $ cd android-sdk-linux/ | |
| $ sudo ./tools/android |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Stopping ADB server failded(code -1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export PATH=$PATH:HOGEHOGE/android-sdk-linux/platform-tools:HOGEHOGE/android-sdk-linux/tools |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source ~/.bashrc | |
| $ adb version | |
| Android Debug Bridge version 1.0.29 | |
| $ emulator -version | |
| Android emulator version 20.0.3.0 (build_id OPENMASTER-427395) | |
| Copyright (C) 2006-2011 The Android Open Source Project and many others. | |
| This program is a derivative of the QEMU CPU emulator (www.qemu.org). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ adb start-server | |
| $ adb shell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ adb push psneuter /data/local/tmp/ | |
| $ adb shell chmod 755 /data/local/tmp/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ cd data/local/tmp | |
| $ ls | |
| psneuter | |
| $ ./psneuter | |
| property service neutered. | |
| killing adbd. (should restart in a second or two) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ adb shell | |
| # id | |
| uid=0(root) gid=0(root) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # cat cpuinfo | |
| Processor : ARMv7 Processor rev 10 (v7l) | |
| processor : 0 | |
| BogoMIPS : 597.12 | |
| processor : 1 | |
| BogoMIPS : 597.12 | |
| Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 | |
| CPU implementer : 0x41 |