Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Pipo M8 Pro RileyROM 2.1
Collapse
X
-
I've added all of those files to my kitchen, so it will be present on all future ROM's.
Thanks!!!!!!Randy
Freaktab Developer, Product Reviewer, Moderator and "Flashaholic".
Read my BIO Here
Be sure to donate to support Freaktab.com. If any of my development work makes a positive difference for you, please make a donation to support future RileyROM's.
Donate here
Comment
-
Originally posted by rrileypm View PostI've added all of those files to my kitchen, so it will be present on all future ROM's.
Thanks!!!!!!
As a bounus this is an init.d script to load the NFS modules on boot
Code:#!/system/bin/sh for i in sunrpc.ko auth_rpcgss.ko lockd.ko nfs.ko ; do insmod /system/lib/modules/$i done
We can also add another script for CIFS support
Code:#!/system/bin/sh for i in md4.ko cifs,ko ; do insmod /system/lib/modules/$i done
Comment
-
I just insmod them from the init.rs file in boot.img.Randy
Freaktab Developer, Product Reviewer, Moderator and "Flashaholic".
Read my BIO Here
Be sure to donate to support Freaktab.com. If any of my development work makes a positive difference for you, please make a donation to support future RileyROM's.
Donate here
Comment
-
Re: Pipo M8 Pro RileyROM 2.1
Originally posted by owim View Post^ thanks, do you think that is better then using this custom ROM? I have no experience with it, I just know how it works in theory and have no idea where to start regarding Pipo.what would you suggest?
Sent from my M8 pro using Tapatalk
Sent from my M8pro using Tapatalk 2
Comment
-
Re: Pipo M8 Pro RileyROM 2.1
Regarding the tablet it is with me for more than 2 weeks and it works flawlessly with the the original FW. I'm ready for an update! Xposed and Gravity are somewhat new and might be a defining the future (?), so I wanted to experiment with that; however if you think it would be best to try this custom ROM -- I'll do it.
Thank you for your kind input
Sent from my Blade using Tapatalk 2
Comment
-
Originally posted by owim View PostRegarding the tablet it is with me for more than 2 weeks and it works flawlessly with the the original FW. I'm ready for an update! Xposed and Gravity are somewhat new and might be a defining the future (?), so I wanted to experiment with that; however if you think it would be best to try this custom ROM -- I'll do it.
Thank you for your kind input
Sent from my Blade using Tapatalk 2
So you can reinstall easily your apps and even Pipo'apps if you used them
Comment
-
Originally posted by owim View PostThanks for your advice but I don't think I'd never need Pipo's FW.
Titanium backup works only on rooted devices, right? Mine is not rooted. Yet.
Sent from my Blade using Tapatalk 2
Comment
-
sorry but i'mlittle noob
Originally posted by sebastianabate View PostOK, I borrowed the modules from lewy20041's Minix X7 firmware and it worked at the first attemp
[ATTACH]4069[/ATTACH]
Copy the .ko files to /system/lib/modules and change permissions to rw-r-r
From terminal make yourself root:
Code:su
Code:insmod /system/lib/modules/sunrpc.ko insmod /system/lib/modules/auth_rpcgss.ko insmod /system/lib/modules/lockd.ko insmod /system/lib/modules/nfs.ko
Code:busybox mount -t nfs -o nolock XX.XX.XX.XX:/export/share /mnt/mount_point
I have doubled the transfer speed in my home setup: with cifs I can copy a file from my NAS to my tablet at 1,3~1,7 MB/s; with nfs I can copy at 3,2~3,4 MB/s.
Comment
-
Originally posted by sammirati View Posthow i can copy those files on that folder? i tried as root but was not possible
Once you mounted your partition as rw you can copy the files the way you like (with ES File Explorer or from the terminal); just remember to mount back the partition as ro after you finish, just for safety.
Comment
What's Going On
Collapse
There are currently 2942 users online. 0 members and 2942 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment