v15 Chroot Linux inside android and cdrom-support
#1
I have added cdrom support to my android-kernel and could manually mount the devices with busybox. I am can play the cdrom too if i am go to the mountpoint directly.

I am only missing the menu "play disc". Probably it is because i mounting it to the wrong place.

I have a chroot env with fedora 22 running in the background too.

so my questions are:

Where need i to mount the disc correctly and are there some good solutions to automount cdroms within a chroot env.
Reply
#2
there is no bare mount point support for that, it utilizes udisks (linux) or equivalent announcement interfaces. on droid there's rather limited support, https://github.com/xbmc/xbmc/blob/master...ovider.cpp
Reply
#3
thx you for this info.

I have write me an script with is automatically mounting a dvd to /storage/cdrom and modified my skin to execute "<onclick>XBMC.PlayMedia("/storage/cdrom/",isdir)</onclick>" if i click on the Disk button in Kodi, but it isnt working.

If i go via the video-section to the mountpoint and play the directory it is working so i think i have something wrong in the code above
Reply

Logout Mark Read Team Forum Stats Members Help
Chroot Linux inside android and cdrom-support0