As we know that some devices come with locked bootloaders like Sony, HUAWEI, hTC...If you try to unlock bootloader, the data would disappear!!! Take hTC d826Y for example, our goal is to do physical acquisition so as to carve deleted data. But hTC D8…
https://source.android.google.cn/devices/bootloader 本文主要记录aosp官网关于bootloader的相关资料 Bootloader A bootloader is a vendor-proprietary image responsible for bringing up the kernel on a device. It guards the device state and is responsible for initializing…
To Enable the Developer and Performance settings on CyanogenMod 10.1 In the Settings app, choose the About Phone (or About Tablet) option.Scroll down, and tap the Build number seven times. On the seventh tap, you will be notified that "You are now a…
Running Builds IN THIS DOCUMENT Building fastboot and adb Booting into fastboot mode Unlocking the bootloader Using Flash Unlock Examples and source Validation Selecting a device build Flashing a device Restoring devices to factory state This page pr…
锁屏设置: 1. 初始值 : <integer name="def_screen_off_timeout">60000</integer> 2. 数据库/data/data/com.android.providers.settings/databases/settings.db中         system 表 screen_off_timeout. 3. 开机锁屏, 在frameworks/policies/base/phone/com/android/in…
1. 介绍 init进程是Linux系统第一个用户进程,是Android系统应用程序的根进程,即1号进程(PID为1):Android中的init文件位于/init,代码位于system/core/init目录 Linux中第一个进程为init_task,也即0号进程(PID为0),init进程由init_task进程fork而来,在kernel初始化完成后init_task便化身为idle进程 更多内核初始化init_task和init进程的信息,参考<Android 8.0 : 系统启动流程…
本文博客地址:http://blog.csdn.net/qq1084283172/article/details/54562606 网上关于编译Android源码的教程已经很多了,但是讲怎么编译Android源码刷到真机上的教程不是很多并且也没有讲清楚,仅仅编译Android源码不部署到真机上折腾一下是不愉快的.在Android安全学习的过程不免涉及到修改Android源码过各种对抗的事情,今天有空来学习一下如何编译Android源码部署到谷歌的Nexus 5 手机上,以Android 4.4.…
mkdir device cd device git clone https://android.googlesource.com/device/common.git mkdir htc cd htc git clone https://android.googlesource.com/device/htc/common.git git clone https://android.googlesource.com/device/htc/dream-sapphire.git git clone h…
In Depth : Android Boot Sequence / Process What happened when I press power on button in my Android device ?What is Android boot sequence ?What is linux kernel ?What is different between desktop linux kernel and Android linux kernel ?What is bootload…
  git clone https://android.googlesource.com/device/common.git  git clone https://android.googlesource.com/device/google/accessory/arduino.git  git clone https://android.googlesource.com/device/google/accessory/demokit.git  git clone https://android.…