Just as you install a custom kernel.
Steps:1. Power down device and get into FASTBOOT MODE -> switch off device hold menu key & plugin usb. (LED notification turns BLUE)
2. check fastboot with "
fastboot devices"
3. flash boot image
fastboot flash boot boot.img4. Reboot with "
fastboot reboot"
5. Enjoy!
How to enable/disable features?This kernel sets properties to features so that they can be enabled or disabled easily
Code:
shardul.module.tun=0
shardul.module.isofs=0
shardul.module.ntfs=0
shardul.module.hid_apple=0
shardul.module.hid_microsoft=0
Method 1: Edit
/data/local.prop directly
Method 2: "
writeprop shardul.module.isofs 1" on shell / terminal emulator for individual properties set/unset
Module will be loaded on next boot!
If you want to load module only for the current session, see
this app!