Page 27 of 146
					
				Re: [!!!] Rooting H series
				Posted: Sat Jan 03, 2015 2:45 pm
				by gaffel72
				sectroyer wrote:gaffel72 wrote:
+ /tmp/bin/busybox losetup /tmp/loopnone /dtv/usb/sda1/SamyGO/samyext4.img
+ /tmp/bin/busybox mount -o sync,exec /tmp/loopnone /mnt
mount: mounting /tmp/loopnone on /mnt failed: Input/output error
+ /tmp/bin/busybox --install -s /mnt/bin
I wonder what it might be... "Input/output error"... hmm... maybe SAME as everybody else !!! Faulty usb stick. Try another one (no need to reroot). Some users reported success after attaching another usb and using it for PVR 

 
Thank you for you support! Now it works!!  

 
			 
			
					
				Re: [!!!] Rooting H series
				Posted: Sat Jan 03, 2015 2:46 pm
				by sectroyer
				gaffel72 wrote:
Thank you for you support! Now it works!!  

 
Hehe. Can you share with us what helped ? 

 
			 
			
					
				Re: [!!!] Rooting H series
				Posted: Sat Jan 03, 2015 2:49 pm
				by spiderjuka
				sectroyer wrote:spiderjuka wrote:
What about key BD_KEY_POWER? Do you know why it dosen't works normaly?
Is it possible to update or change something inside samyGO to fix this problem?
It is for sure last my questions. 

 
yeah now you should read samyGOrc thread 

 
But what do you mean samyGOrc thread?
I tried use this tool. It is interesting.
samyGOrc -p $(pidof exeTV || pidof exeDSP) 31 --> KEY_INFO
KEY_POWEROFF=152 --> nothing
BD_KEY_POWER=2 ---> let sey reset TV
What now? How can I use this info?
 
			 
			
					
				Re: [!!!] Rooting H series
				Posted: Sat Jan 03, 2015 2:50 pm
				by sectroyer
				spiderjuka wrote:sectroyer wrote:spiderjuka wrote:
What about key BD_KEY_POWER? Do you know why it dosen't works normaly?
Is it possible to update or change something inside samyGO to fix this problem?
It is for sure last my questions. 

 
yeah now you should read samyGOrc thread 

 
But what do you mean samyGOrc thread?
I tried use this tool. It is interesting.
samyGOrc -p $(pidof exeTV || pidof exeDSP) 31 --> KEY_INFO
KEY_POWEROFF=152 --> nothing
BD_KEY_POWER=2 ---> let sey reset TV
What now? How can I use this info?
 
Well check if ANY key shuts down your bluray or whatever you wanted to shutdown 

 
			 
			
					
				Re: [!!!] Rooting H series
				Posted: Sat Jan 03, 2015 5:39 pm
				by Ruslachka
				Hi all.Is it worth waiting Rooting for HU series,namely HU8500 ? Thank you.
			 
			
					
				Re: [!!!] Rooting H series
				Posted: Sat Jan 03, 2015 5:43 pm
				by sectroyer
				Ruslachka wrote:Hi all.Is it worth waiting Rooting for HU series,namely HU8500 ? Thank you.
Yeah definitely. Besides what do you have to loose ? 

 
			 
			
					
				Re: [!!!] Rooting H series
				Posted: Sat Jan 03, 2015 5:53 pm
				by Ruslachka
				sectroyer wrote:Ruslachka wrote:Hi all.Is it worth waiting Rooting for HU series,namely HU8500 ? Thank you.
Yeah definitely. Besides what do you have to loose ? 

 
I will wait with impatience.
 
			 
			
					
				Re: [!!!] Rooting H series
				Posted: Sat Jan 03, 2015 7:39 pm
				by sectroyer
				Ruslachka wrote:sectroyer wrote:Ruslachka wrote:Hi all.Is it worth waiting Rooting for HU series,namely HU8500 ? Thank you.
Yeah definitely. Besides what do you have to loose ? 

 
I will wait with impatience.
 
Beside you can always try Skype method. Who knows maybe it will work 

 Ahh and do you have OTN & OTA Support disabled?
 
			 
			
					
				Re: [!!!] Rooting H series
				Posted: Sat Jan 03, 2015 11:15 pm
				by psobiech
				Hi there! 
Why the root script does not backup the original Skype library? 
If it would, it would be easy to "undo" the root procedure without any need of factory resets or smarthub region changes.
As far as i analyzed the rooting method, its basically replacing skype library with a stub that blindly executes runSamyGO.sh script using system call. 
It should be possible to copy the orginal library to a different location and code our libSkype.so so that it would proxy all public methods to the orginal library using dlsym() AND execute the runSamyGO.sh when its at it. It would preserve orginal Skype functionality AND enable reverting root by replacing the modified file with the orginal.
dlsym example:
http://www.linuxjournal.com/article/7795
PS: I appreciate your work, don't take me wrong, I just think there is still room for improvements 

 
			 
			
					
				Re: [!!!] Rooting H series
				Posted: Sat Jan 03, 2015 11:21 pm
				by yuriy228
				You may add my TV as successfully rooted 

UE48H6200, T-MST14DEUC-2121.6
BTW, I'm getting "new usb device" popup each time when virtual USB mounted after power on... Is it a bug of my TV only? I found scripts regarding hidding popup, but it seems doesn't work..
BTW2, is there any information about how to add a new virtual USB to mount some network resource directly (in opposite to the way implemented by default, which puts all found network resources in one usb device)? I did it myself.. but not sure if it is the best way. (I mostly understood the scripts 02_04_vusb.init and 04_04_samba.init, but I don't see how they are running outside and in with order regarding each other and regarding other scripts).