Preface
As we now have preinit
and the crucial UART console available, we can start bringing up the real GNU/Linux system--Gentoo Linux in this case. This article will focus on the following topics:
- Filesystem structure and mounting procedure (in details)
- Launch sequence to bring up OpenRC
- Crafting a
preinit …
Things done this week
Due to having to take an exam in Algebra last Friday, I revised for the test this week and didn't have much progress in GSoC this week. This article sums up what I've tried to achieve in the past week.
Makefile to unpack and repack boot …
Read MoreCreated on
11/05/18 13:00
Modified on
04/05/18 13:00
Filed under
Android
Tags
android gsoc encryption
The story
I'm working on my GSoC 2018 project, and part of my work at this point is to take over init
on an Android system. In order to get to the real root located in /data
on Android, I need to mount the encrypted Android userdata partition, which uses …
Preface
As a part of my GSoC 2018 project, I'll replace Android's init with one of the init systems from GNU/Linux (OpenRC to be exact), and I've been experimenting with replacing the holy PID1 on an Android system pretty long ago (dating back to 2015), though things didn't work …
Read More