Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
blackheart2925
Old
#1  
Senior Member - OP
Thanks Meter 11
Posts: 211
Join Date: Dec 2009
Default Mounting ISO files in the Tab

Hi

I have some interactive flash video cd's for the kids saved as .iso and .mdx images. In the PC there is no problem mounting and playing them back.

But I was wondering is there any way to mount the iso's in the tab? Or something similar which will let me access and play the flash/video content...?

Thanks

Sent from my GT-P1000 using XDA App
 
knightnz
Old
#2  
Senior Member
Thanks Meter 227
Posts: 1,522
Join Date: Dec 2009
Location: Wellington

 
DONATE TO ME
Quote:
Originally Posted by blackheart2925 View Post
Hi

I have some interactive flash video cd's for the kids saved as .iso and .mdx images. In the PC there is no problem mounting and playing them back.

But I was wondering is there any way to mount the iso's in the tab? Or something similar which will let me access and play the flash/video content...?
The kernel needs to support it, which it probably doesn't.

If it does, then from a shell:

mount -o loop -t filetype /sdcard/name.ISO /path/to/mountpoint

Filetype would probably be vfat if it'd work.

I get: "ioctl LOOP_SET_FD failed: Device or resource busy" when I try, so looks like there's no loopback support in the kernel.
---

Spelling essentials:
1) There is NO SUCH WORD as "alot" - It's "a lot"
2) The shortened form of You are is You're - NOT Your
3) Loosing & Loose have completely different meanings to Losing & Lose.
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...