• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.
The~Skater~187

Profile posts Latest activity Postings About

  • I just did some poking and loop device support is in the kernel, but there are no loop devices in /dev

    one has to be made. easy enough to do at runtime, I can add a tweak to the boot scripts to add the standard 8 :)
    in the meantime, you can add one using this command:
    mknod -m640 /dev/loop0 b 7 0
    I think it does. I haven't tried it in gingerbread. I know that it was buggy in froyo.
    I think you have to create a loop device in /dev first though. I can't remember how off the top of my head. I should see if I can add one permanently to the ramdisk when I get some time :)
    You need to have at least the kernel source. There is a separate cross compiler needed, but instructions for it are in the readme that comes with the samsung source
  • Loading…
  • Loading…
  • Loading…
Back
Top Bottom