Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
QUICKSHOT V3 by TheNitroTeam MINIX Neo X7.
Collapse
X
-
Re: QUICKSHOT V3 by TheNitroTeam MINIX Neo X7.
Originally posted by kokoui View PostMinix launcher is not fetching weather info for me, also i tried their stock launcher as well. Do I need to make any changes?There are 10 types of people in the world: Those who understand binary, and those who don't...
If you want to buy me a beer, please use this -> https://www.paypalobjects.com/en_US/..._donate_SM.gif
Comment
-
Originally posted by daemonium View Postis stock launcher failing to fetch the weather too?
Comment
-
Re: QUICKSHOT V3 by TheNitroTeam MINIX Neo X7.
Originally posted by kokoui View PostBy stock launcher I mean the metro style one created by minix(not the one you have modified) and yes it does not fetch, I have location enabled for my minix, and I have tried also to be connected through ethernet and wifiThere are 10 types of people in the world: Those who understand binary, and those who don't...
If you want to buy me a beer, please use this -> https://www.paypalobjects.com/en_US/..._donate_SM.gif
Comment
-
Re: QUICKSHOT V3 by TheNitroTeam MINIX Neo X7.
Originally posted by kokoui View PostNo it hasn't work for me even when I had quickshot v2.There are 10 types of people in the world: Those who understand binary, and those who don't...
If you want to buy me a beer, please use this -> https://www.paypalobjects.com/en_US/..._donate_SM.gif
Comment
-
Re: QUICKSHOT V3 by TheNitroTeam MINIX Neo X7.
Originally posted by Bigleg View PostCouple of issues for me...
Screen scale reverts after reboot
Cannot get NFS to mount(maybe an error in my text) the mount appears but is empty but mounts fine in XBMC
Cifs won't mount both in Mount Manager and Cifs manager
Any ideas?
Try busybox mount
Verstuurd vanaf mijn HTC One met Tapatalk
Comment
-
Originally posted by karel View PostTo me it seems that netguto takes credit for the work done by jmcm66. On jmcm66's github page you can see all commits done including the DTS/passthrough and naming XBMC to XBMCZ (22nd of april).
Maybe netguto can elaborate on that? And show his commits to public? (only changing the splash.png is to easy to claim all credits)
leolasREMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.My devices:
Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
MK902 & MK902II(Sponsored by RKM)
Beelink M8B & Beelink R89 (Sponsored by Beelink)
Tronsmart VEGA S89H (Sponsored by Gearbest.com)
MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png
Comment
-
Originally posted by Bigleg View PostCouple of issues for me...
Screen scale reverts after reboot
Cannot get NFS to mount(maybe an error in my text) the mount appears but is empty but mounts fine in XBMC
Cifs won't mount both in Mount Manager and Cifs manager
Any ideas?
in the line:
echo 100>/sys/class/graphics/fb0/scale
change 100 for the value fits for you from 90 to 100, in all my TVs (3) 100 is the properly value.
Originally posted by benster1 View PostHere is how I mount nfs shares.
In init.d i put 017mountnfs file.
Then edit the file .
#!/system/bin/sh
busybox mount -o nolock,ro -t nfs 192.168.1.15:/Multimedia/Video /mnt/sdcard/Movies.
I have universal init.d installed btw.
Works perfect
Verstuurd vanaf mijn HTC One met Tapatalkwe use init.d to some adjustaments
leolasREMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.My devices:
Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
MK902 & MK902II(Sponsored by RKM)
Beelink M8B & Beelink R89 (Sponsored by Beelink)
Tronsmart VEGA S89H (Sponsored by Gearbest.com)
MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png
Comment
-
Re: QUICKSHOT V3 by TheNitroTeam MINIX Neo X7.
Originally posted by leolas View Postthe init.d included in the rom works, no need to install universal init.dwe use init.d to some adjustaments
leolas
Verstuurd vanaf mijn HTC One met Tapatalk
Comment
-
Originally posted by benster1 View PostError in your text. How do we know for shore then..
Try busybox mount
Verstuurd vanaf mijn HTC One met Tapatalk
# Make sure networking is up before mounting
busybox sleep 5
# Switch rootfs to read / write
# Be carful after this. Misplaced commands may
# brick your system
busybox mount -o rw,remount /
# Create Mount Points
mkdir /mnt/01_Movies
# Switch rootfs to read only
busybox mount -o ro,remount /
#NFS Auto Mount
busybox mount -o rw,nosuid,nodev,nolock,rsize=32768,wsize=32768,int r,noatime 192.168.1.40:/volume2/Torrents /mnt/01_Movies
busybox touch /data/.notfirstboot3Last edited by Bigleg; 15 May 2014, 15:06. Reason: auto correct changed busybox to busybody in the last line!
Comment
-
Re: QUICKSHOT V3 by TheNitroTeam MINIX Neo X7.
Originally posted by Bigleg View Post#!/system/bin/sh
# Make sure networking is up before mounting
busybox sleep 5
# Switch rootfs to read / write
# Be carful after this. Misplaced commands may
# brick your system
busybox mount -o rw,remount /
# Create Mount Points
mkdir /mnt/01_Movies
# Switch rootfs to read only
busybox mount -o ro,remount /
#NFS Auto Mount
busybox mount -o rw,nosuid,nodev,nolock,rsize=32768,wsize=32768,int r,noatime 192.168.1.40:/volume2/Torrents /mnt/01_Movies
busybody touch /data/.notfirstboot3
BUT if it works it works
Verstuurd vanaf mijn HTC One met Tapatalk
Comment
What's Going On
Collapse
There are currently 1642 users online. 1 members and 1641 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment