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 [2017/07/03 21:09] – [Misc Notes] logcat error level only ruza | project:android:start [2018/07/25 17:29] (current) – [Android Security] ruza | ||
|---|---|---|---|
| Line 124: | Line 124: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * https:// | ||
| Line 146: | 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 ===== | ||
project/android/start.1499116176.txt.gz · Last modified: 2017/07/03 21:09 by ruza