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

Root Loop devices

JollyRoger87

Android Enthusiast
Does anyone know if any of the kernels support this? Trying to get Ubuntu running and this seems to be my problem.
 
Yeah, it works. I have ubuntu running on mine fine. It required extensive editing for me though, but now it runs without any errors. I can probably guide you right through it if you describe your error/problems.
 
First off what rom are you running?

screenshot_7.png
 
According to my kernel config (which is the same as the FB400 with tweak), loop device is being built-in.

Code:
CONFIG_BLK_DEV_LOOP=y
 
According to my kernel config (which is the same as the FB400 with tweak), loop device is being built-in.

Code:
CONFIG_BLK_DEV_LOOP=y

I'll give it a shot, I'm on MIUI right now but have yet to try. My results above came from CM7

EDIT: Nope not working on MIUI either... Same issues
 
I'll give it a shot, I'm on MIUI right now but have yet to try. My results above came from CM7

EDIT: Nope not working on MIUI either... Same issues

It says that /dev/block/loop1 is busy. Can you link me instructions you're using?

Try unmounting /dev/block/loop1 first:

Code:
umount /dev/block/loop1
 
Back
Top Bottom