Page 102 of 256

Re: [App] Rooting E/F on latest firmwares

Posted: Sat Jan 24, 2015 12:38 pm
by cmuc05
Can you please gove me the link of your way. Or search items. Please

Re: [App] Rooting E/F on latest firmwares

Posted: Sat Jan 24, 2015 12:42 pm
by sectroyer
cmuc05 wrote:Can you please gove me the link of your way. Or search items. Please
Well it's somewhere ;) I would have to look for it the same as you ;) Probably sooner or later you will find it and/or someone will post the link :)

Re: [App] Rooting E/F on latest firmwares

Posted: Sat Jan 24, 2015 2:41 pm
by cmuc05
Do ypu know how hard it is to search for the correct posts without any hint or tags to search for? Perhaps you can remember something to find it easier ....

Re: [App] Rooting E/F on latest firmwares

Posted: Sat Jan 24, 2015 2:47 pm
by zoelechat
cmuc05 wrote:Do ypu know how hard it is to search for the correct posts without any hint or tags to search for? Perhaps you can remember something to find it easier ....
I believe you should check there :) :
viewtopic.php?f=63&t=8512

Re: [App] Rooting E/F on latest firmwares

Posted: Sat Jan 24, 2015 2:59 pm
by cmuc05
Thank you!
I don't have the '02_06_crypto_load.init' file.
Can you append that to yor next post

Re: [App] Rooting E/F on latest firmwares

Posted: Sat Jan 24, 2015 3:13 pm
by juusso
can you please show your /mnt/samy.log and /mnt/samygo.log ?

Re: [App] Rooting E/F on latest firmwares

Posted: Sat Jan 24, 2015 3:14 pm
by zoelechat
cmuc05 wrote:I don't have the '02_06_crypto_load.init' file.
You should. Did you delete some scripts?
02_06_crypto_load.zip

Re: [App] Rooting E/F on latest firmwares

Posted: Sat Jan 24, 2015 3:19 pm
by juusso
i`m not sure if this standalone script exists on his setup at all. crypto was loaded from inside cifs (or whatever, i don`t remember) earlier. But since F series requires this crypto to be loaded separately, for testing purposes i created it as separate script. Actually i forgot to "merge" it back...

Re: [App] Rooting E/F on latest firmwares

Posted: Sat Jan 24, 2015 3:50 pm
by cmuc05
I don't have the crypto directory crypto under /mnt/lib/modules/2.6.35.13/kernel.
My 128mb.xfs file for the root was that one, which is given in the 1st post https://www.sendspace.com/file/el3xm8

Re: [App] Rooting E/F on latest firmwares

Posted: Sat Jan 24, 2015 4:01 pm
by cmuc05
I played around with the 02_04_vusb.init like described in viewtopic.php?f=63&t=8512
This line "for i in /sys/block/sd?/device/model ; do" is looking for sd* stuff. I only have sda in this folder - and this is my real usb stick for rooting. There is no sdj.
by the way I use not Samba but nfs instead.
I modified like that

Code: Select all

mkdir /dtv/nfs
            insmod $MOD_DIR/kernel/net/sunrpc/sunrpc.ko
            insmod $MOD_DIR/kernel/fs/lockd/lockd.ko
            insmod $MOD_DIR/kernel/fs/nfs/nfs.ko
            $SYSROOT/bin/busybox mount -o "soft,tcp,nolock"  "192.168.0.50:/data/SamyGo" "/dtv/nfs" "/dtv/nfs"
instead of

Code: Select all

             mkdir /dtv/samba
             insmod $MOD_DIR/kernel/fs/cifs/cifs.ko
             $SYSROOT/bin/busybox mount -o "rw,user=YOUR_USER,password=YOUR_PASS,iocharset=utf8" -t  cifs "//SAMBA_SERVER_IP/samba_shared_path" "/dtv/samba"
Is that ok?
When comes the sdj?