User Tools

Site Tools


project:android:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
project:android:start [2017/07/03 21:09] – [Misc Notes] logcat error level only ruzaproject:android:start [2018/02/04 19:38] – [Android rooting] ruza
Line 146: Line 146:
 One solution to this problem is to compile your own root toolikt from open-source - f.e. [[https://github.com/android-rooting-tools/android_run_root_shell | Android run root shell]] (thx. 2 **[[user:da3m0n22]]** for link) One solution to this problem is to compile your own root toolikt from open-source - f.e. [[https://github.com/android-rooting-tools/android_run_root_shell | Android run root shell]] (thx. 2 **[[user:da3m0n22]]** for link)
  
 +==== Flashing recovery ====
 +No binaries you have to install. No shitty fastboot udev rules
 +
 +<code bash>
 +adb push recovery.img /storage/emulated/0/
 +adb shell
 +DEV=$(ls /dev/block/platform/*/by-name/recovery); echo $DEV
 +dd of=$DEV if=/storage/emulated/0/recovery.img
 +exit
 +adb reboot recovery
 +</code>
 ===== GPLv2 Android ===== ===== GPLv2 Android =====
  
project/android/start.txt · Last modified: 2018/07/25 17:29 by ruza