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/27 05:43] – ruza | project:android:start [2026/06/18 08:40] (current) – prdak | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ~~META: | ~~META: | ||
| status = active | status = active | ||
| + | & | ||
| ~~ | ~~ | ||
| + | ---- dataentry project ---- | ||
| + | name: Android | ||
| + | status: inactive | ||
| + | image: {{: | ||
| + | ---- | ||
| + | |||
| 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 123: | Line 130: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * https:// | ||
| Line 145: | Line 153: | ||
| 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 211: | Line 230: | ||
| == 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.1480225406.txt.gz · Last modified: 2016/11/27 05:43 by ruza