Description of path is here
and here
I have looked through the threads here, but can't seem to find any reference to it.
Thanks for the effort on these roms, slowly replacing most of the PC's around the house with these boxes :-)
adb remount -oremount,rw / adb push 05nfs /system/etc/init.d adb shell chmod 0755 /system/etc/init.d/05nfs adb remount -oremount,ro / adb shell ls -al /system/etc/init.d/ adb reboot pause
#!/system/bin/sh while [ ""`getprop dev.bootcomplete` != "1" ] ; do sleep 1; done mount -o rw,remount / mkdir /mnt/XPFilme mount -o ro,remount / sleep 2 busybox mount -t nfs 192.168.2.1:/XPFilme /mnt/XPFilme -o ro,intr,soft,udp,nolock,rsize=8192,wsize=8192 # done
IP="192.168.2.20" while : ; do if ( ping -c 1 $IP ) ; then : fi sleep 1 done
while [ ""`getprop dev.bootcomplete` != "1" ] ; do sleep 1; done
There are currently 1797 users online. 1 members and 1796 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment