-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
46 lines (31 loc) · 2.04 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Clean Kernel EC05 for the Samsung Epic 4G
The purpose of this kernel is to provide root and busybox, with minimal system changes. Designed to flash back stock kernel, to allow OTA updates.
How to compile:
If you do not have the toolchain then get it from codesourcery.com and install/extract. Since I am compiling on an Ubuntu VM I use:
http://www.codesourcery.com/public/gnu_toolchain/arm-none-linux-gnueabi/arm-2009q3-67-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
Browse to Kernel/arch/arm/configs/ and edit Clean.Kernel_defconfig and change the path for CONFIG_INITRAMFS_SOURCE=
to the absolute path of the initramfs.
Then refer to the README.txt on what else you need to change.
Changes in v1.05:
* Switched to ClockworkMod 3.1.0.1, with USB Mass Storage, and improved key mappings, with customized cwm tweaks for the Epic4G community
* busybox 1.18.0 replaced by full cm busybox 1.16.2 provided by cwm recovery binary, with --install -s feature enabled
* reverted thumbEE support, since my testing indicates that the device doesn't deep sleep as often as it should with it enabled
* updated to Voodoo Sound v9 by supercurio
Changes and Features as of v1.04:
* ClockworkMod 3.0.2.5 Reboot Recovery, compatible with RFS and ext4
* fixed busybox DNS, thanks Rodderik!
* Added scripts for USB Mass Storage, mountums & umountums
* Voodoo Sound Driver v8 update, from supercurio
* RNDIS / wired USB tethering support built in from kernel
* THUMBEE built in from kernel for cortex a8 optimization, thanks Rodderik!
* build_kernel.sh modified to reflect EpicCM/nullghost script, but with some special revisions.
Features as of version 1.02:
* Root in tmpfs folder, and busybox 1.18.0, symlinks in /bin
* reboot recovery to ClockworkMod 2.5.1.0, if RFS only
* CIFS, TUN, TMCPSS Clamping, and ext4 built in
* Voodoo Sound v7 by supercurio
* sysfs keyboard patch by mkasick
* keytimer script for user setting of sysfs keyboard patch
* market app malware patch
* custom scripts in /sbin: remount, bmlflash, bclean, & rclean
Please see commit history for further changes.