Joined
·
8 Posts
I've set up a initramfs sample for the Epic 4G Touch.
The Epic 4G Touch has a single boot partition, that contains both the recovery and boot kernel and initramfs. This common to many samsung phones.
This kernel build initramfs contains the following features and changes:
recovery wrapper script: https://github.com/k...r/sbin/recovery
recovery.rc changes: https://github.com/k...07af8018#diff-1
recovery.bin is the stock recovery binary, and is available if stock recovery is needed.
Github repository: https://github.com/k...initramfs_files
Download link to the Epic 4G Touch kernel: http://download.cloc...c4gtouch_zImage
The Epic 4G Touch has a single boot partition, that contains both the recovery and boot kernel and initramfs. This common to many samsung phones.
This kernel build initramfs contains the following features and changes:
- Boot to stock recovery by creating the file /cache/.stock_recovery.
- The recovery ramdisk does not pollute the boot ramdisk. All the ClockworkMod recovery files are in /recovery, and then copied into place during recovery startup.
- Minimal changes to recovery.rc.
- /sbin/recovery is a wrapper script that launches clockwork recovery.
recovery wrapper script: https://github.com/k...r/sbin/recovery
recovery.rc changes: https://github.com/k...07af8018#diff-1
recovery.bin is the stock recovery binary, and is available if stock recovery is needed.
Github repository: https://github.com/k...initramfs_files
Download link to the Epic 4G Touch kernel: http://download.cloc...c4gtouch_zImage