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

Root Ubuntu on Rooted Galaxy Tab 4 8

nypaulie

Newbie
Has anyone had success installing this? I get as far as "no looping device". I've searched through many forums but no luck. I was able to do this on my HP Touchpad which is rooted and running Android JB.
 
Get Terminal Emulator and enter -

cat /proc/partitions

If you don't see looping devices (loop0, loop1,...) at the top of list then they're not supported by the kernel.

The looping device is essential for the common Ubuntu methods to work.
 
I read:
2111 loop
7308 loop

Does this mean I have a shot at this?
If so then how come the error msg?
I must be doing something wrong....

Thanks for your response - I live in hope!
 
Try looking through your startup script. In my experience, they typically look for loop0 or loop1 -

1421069681988.jpg


If so, modify your script, see what happens.

Make a nandroid backup first though.
 
Try looking through your startup script. In my experience, they typically look for loop0 or loop1 -

If so, modify your script, see what happens.

Make a nandroid backup first though.
My post should have been:
2111 loop0
7308 loop1
The digits must have gotten lopped off (auto-correction?)
I will try to locate the script file and have a look.
 
Back
Top Bottom