Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
for data2emmc/data2ext:- on the boot.img side you need everything from slim boot.img (init, init.rc etc). and repack with kernel supporting ext4 file system.or you can simply use my latest boot.img, i have added cifs and ntfs support built in to the kernel.- on the system side you need /system/bin/data2emmc and /system/bin/mkfs.ext4 from slim system. if using slim system as base, the files already there, so you need boot.img only.notes: data2emmc initialize on first boot, so you will need to erase cache and userdata to make it work.Ideos S7 Froyo v1.3-EXT4 Stable - Apps2sd - AVAILABLE NOWNon Apps2sd version coming soon.as for data2ext i haven't figured that part out yet, going to need to ask tri_zet for help
for data2emmc/data2ext:- on the boot.img side you need everything from slim boot.img (init, init.rc etc). and repack with kernel supporting ext4 file system.or you can simply use my latest boot.img, i have added cifs and ntfs support built in to the kernel.- on the system side you need /system/bin/data2emmc and /system/bin/mkfs.ext4 from slim system. if using slim system as base, the files already there, so you need boot.img only.notes: data2emmc initialize on first boot, so you will need to erase cache and userdata to make it work.
thank you! the 2 files in /system/bin/ was the only thing i was missing haha, i knew there was something else i was missing, i'll try it and report back.
did you take kernel only or complete boot.img?
for mounting data2emmc partition is done by some files inside ramdisk.
for initializing data2emmc is done by some files inside ramdisk and some files in system partition.
if you are using my complete my boot.img and still not working, then it still missing some files for system partition. perhaps some binary or script.
also other possibilities, perhaps data2emmc binary didn't work for s7-classic system.
i will take a look the files if i have some times.
edit: try to execute data2emmc using terminal emulator as root
# /system/bin/data2emmc /dev/block/mmcblk0p2
in my case it will not executed because mmcblk0p2 already mounted. but it starts mke2fs.
i guess you need mke2fs and mkfs.ext2 from /system/xbin/
Sent from my IDEOS S7 Slim using Tapatalk
there is no cifs.ko module, i compile cifs built in to kernel.
take a look my thread (see my signature below) how to use cifs.
Sent from my IDEOS S7 Slim using Tapatalk