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 [2026/06/18 08:40] (current) prdak
Line 11: Line 11:
 &relation firstimage = :project:androidpirate.png &relation firstimage = :project:androidpirate.png
 ~~ ~~
 +---- dataentry project ----
 +name: Android
 +status: inactive
 +image: {{:project:androidpirate.png}}
 +----
 +
  
 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 124: Line 130:
   * 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 153:
 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