FAST DELIVERY ∙ EXPERT TECH SUPPORT
UK STOCK ∙ 2 YEAR WARRANTY
BLACK FRIDAY SALE  -   ARYLIC LP-10 WI-FI LOSSLESS MUSIC STREAMER @ £79.99  -   ZIDOO Z9X 8K @ £219.99
This forum was closed in October 2025 in response to sustained DDOS type attacks. It has been left up read-only to allow access to support information and downloads. Thanks to all the users who contributed over the years.

Visit futeko.com for new Audio and Video Media Players!

Author Topic: Tool: Auto Mount Multimedia shared folder without root ( expert user )  (Read 50246 times)

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
If I understand correctly you want to copy files from a network share to the internal drive in Q10?

Install ES File Explorer and it's easy using copy and paste.

Binnugsay

  • Senior Member
  • ***
  • Posts: 214
If I understand correctly you want to copy files from a network share to the internal drive in Q10?

Install ES File Explorer and it's easy using copy and paste.

Hello futeko,

Yes for this way ok but you can also have in Windows 7 see SMB sharing in our NAS sharing.
But if you want to make copy directly from the PC to the internal hard drive in Himedia Q10 we can't and no authorization to copy, "No space enough", wrong because i know the remaining size.

As i see and even if we can see the internal hard drive in SMB sharin in Windows computer, we can't see exactly the hard disk size

How we can make right access in this internal hard disk in smb to have the opportunity to make copies of files without ES Explorer installing in the Himedia Q10. Do it remotely and not by the Himedia Box. Thanks

kodiloaded

  • Senior Member
  • ***
  • Posts: 158
  • It's not good to step in dogshit !
I thought I would try this out instead of the way I was doing it. Unfortunately it knocks out root if you box is already rooted.  Then if you  root again this mount script stops working.

looun

  • Senior Member
  • ***
  • Posts: 550
    • himedia Pro Blog
if you have already root device add this line "/system/xbin/daemonsu --auto-daemon &" on top into file install-recovery.sh with notepad++

like this
Code: [Select]
#!/system/bin/sh
/system/xbin/daemonsu --auto-daemon &
sleep 60;
mkdir -p /sdcard/LSWVL338
mount -t cifs -o user="guest",iocharset=utf8,file_mode=0777,dir_mode=0777,cache=loose //192.168.0.4/share /mnt/sdcard/LSWVL338

this script is made for unroot device, because use same script file you must same file for root(start daemon) and auto-mount
« Last Edit: July 31, 2015, 04:09:08 AM by looun »

Binnugsay

  • Senior Member
  • ***
  • Posts: 214
if you have already root device add this line "/system/xbin/daemonsu --auto-daemon &" on top into file install-recovery.sh with notepad++

like this
Code: [Select]
#!/system/bin/sh
/system/xbin/daemonsu --auto-daemon &
sleep 60;
mkdir -p /sdcard/LSWVL338
mount -t cifs -o user="guest",iocharset=utf8,file_mode=0777,dir_mode=0777,cache=loose //192.168.0.4/share /mnt/sdcard/LSWVL338

this script is made for unroot device, because use same script file you must same file for root(start daemon) and auto-mount

Hello Loon,

Can you please help me for my setting don't have access to folder as you can see on picture. What do i miss???

[attachment deleted by admin]

Binnugsay

  • Senior Member
  • ***
  • Posts: 214
Loon,

Can we set the internal hard disk in the Himedia Q10 to make copy from NAS1, NAS2 etc....
We can see the internal hard drive in the computer, see the movies, delete but only in that way. We can't make copy directly in the internal hard drive. Thanks

looun

  • Senior Member
  • ***
  • Posts: 550
    • himedia Pro Blog
Loon,

Can we set the internal hard disk in the Himedia Q10 to make copy from NAS1, NAS2 etc....
We can see the internal hard drive in the computer, see the movies, delete but only in that way. We can't make copy directly in the internal hard drive. Thanks

this script is for mount net shared folder for playback movie or song with andorid app.

If you need copy file from or to Q10 use android app like X-plore or ES File Explorer .

Binnugsay

  • Senior Member
  • ***
  • Posts: 214
Loon,

Can we set the internal hard disk in the Himedia Q10 to make copy from NAS1, NAS2 etc....
We can see the internal hard drive in the computer, see the movies, delete but only in that way. We can't make copy directly in the internal hard drive. Thanks

this script is for mount net shared folder for playback movie or song with andorid app.

If you need copy file from or to Q10 use android app like X-plore or ES File Explorer .

Thanks but no way at all to make our copy from the computer with the internal hard disk Himedia network sharing to the the internal folder ?.
Thanks for your help.  ;)

looun

  • Senior Member
  • ***
  • Posts: 550
    • himedia Pro Blog
if you have already root device add this line:
"/system/xbin/daemonsu --auto-daemon &"
or this
"/system/xbin/su --daemon &"
on top into file install-recovery.sh with notepad++

like this
Code: [Select]
#!/system/bin/sh
/system/xbin/daemonsu --auto-daemon &
sleep 60;
mkdir -p /sdcard/LSWVL338
mount -t cifs -o user="guest",iocharset=utf8,file_mode=0777,dir_mode=0777,cache=loose //192.168.0.4/share /mnt/sdcard/LSWVL338

this script is made for unroot device, because use same script file you must same file for root(start daemon) and auto-mount
« Last Edit: August 10, 2015, 09:55:27 AM by looun »

Binnugsay

  • Senior Member
  • ***
  • Posts: 214
Re: Tool: Auto Mount Multimedia shared folder without root ( expert user )
« Reply #24 on: August 11, 2015, 01:56:46 PM »
if you have already root device add this line:
"/system/xbin/daemonsu --auto-daemon &"
or this
"/system/xbin/su --daemon &"
on top into file install-recovery.sh with notepad++

like this
Code: [Select]
#!/system/bin/sh
/system/xbin/daemonsu --auto-daemon &
sleep 60;
mkdir -p /sdcard/LSWVL338
mount -t cifs -o user="guest",iocharset=utf8,file_mode=0777,dir_mode=0777,cache=loose //192.168.0.4/share /mnt/sdcard/LSWVL338

this script is made for unroot device, because use same script file you must same file for root(start daemon) and auto-mount

Thanks for you help, but no work as this.... don't know if good or not!

#!/system/bin/sh
/system/xbin/daemonsu --auto-daemon &
sleep 60;
mkdir -p /sdcard/vhs-4Extreme
mount -t cifs -o user="admin",password="Binnugsay67",iocharset=utf8,file_mode=0777,dir_mode=0777,sec=ntlm,cache=loose,serverino,uid=1001,forceuid,gid=1001,forcegid //192.168.1.17/public /mnt/sdcard/vhs-4Extreme
mkdir -p /sdcard/VHS4LHome
mount -t cifs -o user="admin",password="Binnugsay67",iocharset=utf8,file_mode=0777,dir_mode=0777,sec=ntlm,cache=loose,serverino,uid=1001,forceuid,gid=1001,forcegid //192.168.1.13/public /mnt/sdcard/VHS4LHome

looun

  • Senior Member
  • ***
  • Posts: 550
    • himedia Pro Blog
Re: Tool: Auto Mount Multimedia shared folder without root ( expert user )
« Reply #25 on: August 11, 2015, 02:15:03 PM »
if you have already root device add this line:
"/system/xbin/daemonsu --auto-daemon &"
or this
"/system/xbin/su --daemon &"
on top into file install-recovery.sh with notepad++

like this
Code: [Select]
#!/system/bin/sh
/system/xbin/daemonsu --auto-daemon &
sleep 60;
mkdir -p /sdcard/LSWVL338
mount -t cifs -o user="guest",iocharset=utf8,file_mode=0777,dir_mode=0777,cache=loose //192.168.0.4/share /mnt/sdcard/LSWVL338

this script is made for unroot device, because use same script file you must same file for root(start daemon) and auto-mount

Thanks for you help, but no work as this.... don't know if good or not!

#!/system/bin/sh
/system/xbin/daemonsu --auto-daemon &
sleep 60;
mkdir -p /sdcard/vhs-4Extreme
mount -t cifs -o user="admin",password="Binnugsay67",iocharset=utf8,file_mode=0777,dir_mode=0777,sec=ntlm,cache=loose,serverino,uid=1001,forceuid,gid=1001,forcegid //192.168.1.17/public /mnt/sdcard/vhs-4Extreme
mkdir -p /sdcard/VHS4LHome
mount -t cifs -o user="admin",password="Binnugsay67",iocharset=utf8,file_mode=0777,dir_mode=0777,sec=ntlm,cache=loose,serverino,uid=1001,forceuid,gid=1001,forcegid //192.168.1.13/public /mnt/sdcard/VHS4LHome

what's not work ? root or auto-mount ?
this line is ONLY from root deivce:
Code: [Select]
/system/xbin/daemonsu --auto-daemon &
try second part of guide:
http://www.android-mediaplayer.de/index.php/Thread/1897-Tool-Auto-Mount-Multimedia-shared-folder-without-root-HImedia-Q5-3D4k/?postID=28227#post28227

Binnugsay

  • Senior Member
  • ***
  • Posts: 214
Re: Tool: Auto Mount Multimedia shared folder without root ( expert user )
« Reply #26 on: August 11, 2015, 02:42:06 PM »
if you have already root device add this line:
"/system/xbin/daemonsu --auto-daemon &"
or this
"/system/xbin/su --daemon &"
on top into file install-recovery.sh with notepad++

like this
Code: [Select]
#!/system/bin/sh
/system/xbin/daemonsu --auto-daemon &
sleep 60;
mkdir -p /sdcard/LSWVL338
mount -t cifs -o user="guest",iocharset=utf8,file_mode=0777,dir_mode=0777,cache=loose //192.168.0.4/share /mnt/sdcard/LSWVL338

this script is made for unroot device, because use same script file you must same file for root(start daemon) and auto-mount

Thanks for you help, but no work as this.... don't know if good or not!

#!/system/bin/sh
/system/xbin/daemonsu --auto-daemon &
sleep 60;
mkdir -p /sdcard/vhs-4Extreme
mount -t cifs -o user="admin",password="Binnugsay67",iocharset=utf8,file_mode=0777,dir_mode=0777,sec=ntlm,cache=loose,serverino,uid=1001,forceuid,gid=1001,forcegid //192.168.1.17/public /mnt/sdcard/vhs-4Extreme
mkdir -p /sdcard/VHS4LHome
mount -t cifs -o user="admin",password="Binnugsay67",iocharset=utf8,file_mode=0777,dir_mode=0777,sec=ntlm,cache=loose,serverino,uid=1001,forceuid,gid=1001,forcegid //192.168.1.13/public /mnt/sdcard/VHS4LHome

what's not work ? root or auto-mount ?
this line is ONLY from root deivce:
Code: [Select]
/system/xbin/daemonsu --auto-daemon &
try second part of guide:
http://www.android-mediaplayer.de/index.php/Thread/1897-Tool-Auto-Mount-Multimedia-shared-folder-without-root-HImedia-Q5-3D4k/?postID=28227#post28227

Only root as i saw bacause i have already the the auto-mount about my NAS Drives and work fine with HimediaWrapper.
From my Computer i can see the internal Himedia drive but impossible to make a copy from my 2 NAS and this directly from my computer neither to go to ES-Explorer to manage my movies and share them whatever i should make. So thatis my question.
The other one is to be read as well all files like ISO, M2TS, MKV but no way from BDMV structure. By the Mediacenter and LAN work fine with HimediaWrapper and want to this way because i want to hear the HD audio DTSHD, TrueHD and so on. Thanks

looun

  • Senior Member
  • ***
  • Posts: 550
    • himedia Pro Blog
Re: Tool: Auto Mount Multimedia shared folder without root ( expert user )
« Reply #27 on: August 11, 2015, 03:14:56 PM »
check you version of root script, same have this command
"/system/xbin/daemonsu --auto-daemon &"
other this
"/system/xbin/su --daemon &"

check the disk, it's must EXT3 format , NTFS have sample trouble .. android is linux system  ;)

Binnugsay

  • Senior Member
  • ***
  • Posts: 214
Re: Tool: Auto Mount Multimedia shared folder without root ( expert user )
« Reply #28 on: August 11, 2015, 03:49:27 PM »
check you version of root script, same have this command
"/system/xbin/daemonsu --auto-daemon &"
other this
"/system/xbin/su --daemon &"

check the disk, it's must EXT3 format , NTFS have sample trouble .. android is linux system  ;)

Here is my problem, my internal hard drive is in NTFS, so i have to change that way first  :-[

Thanks very much for your precious help but if you have a solution for the BDMV structure with Kodi, i will be happy. Thanks

looun

  • Senior Member
  • ***
  • Posts: 550
    • himedia Pro Blog
Re: Tool: Auto Mount Multimedia shared folder without root ( expert user )
« Reply #29 on: August 11, 2015, 03:54:38 PM »
Thanks very much for your precious help but if you have a solution for the BDMV structure with Kodi, i will be happy. Thanks

if you play index.bdmv inside bluray folder what's happening?  ???

 

© SDHDIGITAL LTD 2025
Sitemap