project:android:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| project:android:start [2016/11/25 06:47] – ↷ Links adapted because of a move operation ruza | project:android:start [2018/07/25 17:29] (current) – [Android Security] ruza | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| status=alive and kicking | status=alive and kicking | ||
| }} | }} | ||
| + | |||
| + | ~~META: | ||
| + | status = active | ||
| + | & | ||
| + | ~~ | ||
| People involved in this project are interested in better understanding of android platform, learning ways how to improve android security or customize android platform for their specific needs. | People involved in this project are interested in better understanding of android platform, learning ways how to improve android security or customize android platform for their specific needs. | ||
| Line 119: | Line 124: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * https:// | ||
| Line 141: | Line 147: | ||
| One solution to this problem is to compile your own root toolikt from open-source - f.e. [[https:// | One solution to this problem is to compile your own root toolikt from open-source - f.e. [[https:// | ||
| + | ==== Flashing recovery ==== | ||
| + | No binaries you have to install. No shitty fastboot udev rules | ||
| + | |||
| + | <code bash> | ||
| + | adb push recovery.img / | ||
| + | adb shell | ||
| + | DEV=$(ls / | ||
| + | dd of=$DEV if=/ | ||
| + | exit | ||
| + | adb reboot recovery | ||
| + | </ | ||
| ===== GPLv2 Android ===== | ===== GPLv2 Android ===== | ||
| Line 207: | Line 224: | ||
| == StrongSwan == | == StrongSwan == | ||
| CA certificate needs to be imported to verify server side of communication. Certificate can be in tis binary form with .pem filename suffix | CA certificate needs to be imported to verify server side of communication. Certificate can be in tis binary form with .pem filename suffix | ||
| + | |||
| + | == logcat errors == | ||
| + | to view system messages logged of the Error level only you can use an message filter like this: | ||
| + | < | ||
| ===== Android Open Accessory Development Kit ===== | ===== Android Open Accessory Development Kit ===== | ||
project/android/start.1480056472.txt.gz · Last modified: 2016/11/25 06:47 by ruza