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
Next revision
Previous revision
project:android:start [2017/07/03 21:09] – [Misc Notes] logcat error level only ruzaproject:android:start [2018/07/25 17:29] (current) – [Android Security] ruza
Line 124: Line 124:
   * https://community.qualys.com/blogs/securitylabs/2012/07/25/android-security-evaluation-framework--a-s-e-f   * https://community.qualys.com/blogs/securitylabs/2012/07/25/android-security-evaluation-framework--a-s-e-f
   * https://github.com/thomascannon/android-sms-spoof   * https://github.com/thomascannon/android-sms-spoof
 +  * https://www.infsec.cs.uni-saarland.de/teaching/14WS/AndroidSecurityLab/files/03_AndroidSecurity.pdf
  
  
Line 146: Line 147:
 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.1499116176.txt.gz · Last modified: 2017/07/03 21:09 by ruza