文章分类 - Android
摘要:轉載: http://blog.csdn.net/u010856630/article/details/51660012 由于编译Android源码需要openjdk1.7.X版本。ubuntu 16.04自带openjdk为1.8.X版本。 sudo apt-get install openjdk
阅读全文
摘要:解决办法1:lsusb查看vendorId号,然后在/etc/udev/rules.d/目录下增加(或修改)51-android.rules文件。 增加一条记录: SUBSYSTEM=="usb", SYSFS{idVendor}=="xxxx", MODE="0666" 其中xxxx是通过lsus
阅读全文
摘要:参考: http://blog.csdn.net/zimo2013/article/details/39552129?utm_source=tuicool&utm_medium=referral 1. 用usb线将手机和PC连接起来 2. 然后在手机端执行 3. 然后在PC端执行 4. 此时拔掉US
阅读全文
摘要:轉載: http://www.kpbird.com/2012/11/in-depth-android-boot-sequence-process.html What happened when I press power on button in my Android device ? What i
阅读全文
posted @ 2016-08-30 17:23
dolinux
摘要:轉載: http://blog.csdn.net/hovan/article/details/42126039 下面是android简单的reboot流程视图 下面是源码分析 請參考: http://www.cnblogs.com/pengdonglin137/articles/5822097.ht
阅读全文
posted @ 2016-08-30 16:10
dolinux
摘要:轉載: http://blog.csdn.net/hovan/article/details/42495379 下面是简单的流程图,从Java到kernel层。 ShutdownThread.java文件 stop playing music,因为后面可能要playing shutdown musi
阅读全文
摘要:轉載: http://mobile.51cto.com/aprogram-418981.htm 其他參考: 设备驱动 Android关机流程总结 下图详细阐释了Android的关机顺序。 第一步: 按住电源按钮半秒钟(500ms)。 第二步: 之后,PhoneWindowManager.java 将
阅读全文
posted @ 2016-08-30 14:59
dolinux
摘要:转载: http://www.cnblogs.com/neozhu/p/3458759.html 本人也刚刚开始尝试做android app的开发,听说android studio是Google支持的android 应用开发工具,所以想应该肯定比Eclipse好用吧,反正以前没有java开发经验,索
阅读全文
posted @ 2016-08-06 22:51
dolinux
摘要:Verifying Boot Objective Verified boot guarantees the integrity of the device software starting from a hardware root of trust up to the system partiti
阅读全文
posted @ 2016-04-20 13:58
dolinux
摘要:Implementing dm-verity Operation dm-verity protection lives in the kernel. So if rooting software compromises the system before the kernel comes up, i
阅读全文
posted @ 2016-04-20 13:58
dolinux
摘要:Verified Boot Introduction Android 4.4 and later supports verified boot through the optional device-mapper-verity (dm-verity) kernel feature, which pr
阅读全文
posted @ 2016-04-20 13:54
dolinux
摘要:Validating SELinux Android strongly encourages OEMs to test their SELinux implementations thoroughly. As manufacturers implement SELinux, they should
阅读全文
posted @ 2016-04-20 13:53
dolinux
摘要:Customizing SELinux Once you've integrated this base level of functionality and thoroughly analyzed the results, you may add your own policy settings
阅读全文
posted @ 2016-04-20 13:52
dolinux
摘要:Implementing SELinux SELinux is set up to default-deny, which means that every single access for which it has a hook in the kernel must be explicitly
阅读全文
posted @ 2016-04-20 13:51
dolinux
摘要:Security-Enhanced Linux in Android Introduction The Android security model is based in part on the concept of application sandboxes. Each application
阅读全文
posted @ 2016-04-20 13:50
dolinux
摘要:SELinux concepts Review this page to become familar with the concepts at play within SELinux. Mandatory access control Security Enhanced Linux (SELinu
阅读全文
posted @ 2016-04-20 13:50
dolinux
摘要:Full Disk Encryption What is full disk encryption? Full disk encryption is the process of encoding all user data on an Android device using an encrypt
阅读全文
posted @ 2016-04-20 13:49
dolinux
摘要:Trusty API Reference The Trusty API generally describes the Trusty inter-process communication (IPC) system, including communications with the non-sec
阅读全文
posted @ 2016-04-20 13:48
dolinux
摘要:Implementer's Reference This page provides details to assist implementers of Keymaster HALs. It covers each tag and each function in the HAL. Authoriz
阅读全文
posted @ 2016-04-20 13:47
dolinux
摘要:Trusty TEE Trusty is a set of software components supporting a Trusted Execution Environment (TEE) on mobile devices. Trusty consists of: An operating
阅读全文
posted @ 2016-04-20 13:47
dolinux

浙公网安备 33010602011771号