Very annoying.. thanks for the tip!
I can see the output again if I just unset it before.
Search found 13 matches
- Fri Jan 03, 2014 11:28 am
- Forum: [F] General
- Topic: No output for commands in telnet.
- Replies: 3
- Views: 3335
- Thu Jan 02, 2014 5:12 pm
- Forum: [F] General
- Topic: No output for commands in telnet.
- Replies: 3
- Views: 3335
No output for commands in telnet.
I have been trying to use a number of different commands on the TV. E.g. iwconfig And have found they only print spaces or newlines as output. Errors do seem to get output on the serial log and I can see these using an rs232 cable. I have also found that if I use printf or std::cout in any test prog...
- Wed Sep 18, 2013 5:20 pm
- Forum: [F] General
- Topic: USB Install method
- Replies: 1
- Views: 3076
USB Install method
Just wondering if the old SamyGo E series install method using the USB flash drive still works. Seems like an easier way to get on the TV.
- Wed Aug 14, 2013 2:16 pm
- Forum: [F] Software
- Topic: samyGOso (.so injection - patching exeDSP/exeAPP)
- Replies: 127
- Views: 151355
Re: .so injection
Thank you, much appreciated I will be on later
- Wed Aug 14, 2013 10:05 am
- Forum: [F] Software
- Topic: samyGOso (.so injection - patching exeDSP/exeAPP)
- Replies: 127
- Views: 151355
Re: .so injection
I have tried this on the e series and it worked great.
I have been trying to hook some functions from exeDSP with no luck though.
Has anyone made any progress with this?
Whenever I try and hook a function from exeDSP with my injected so file the TV crashes within a few seconds and restarts.
I have been trying to hook some functions from exeDSP with no luck though.
Has anyone made any progress with this?
Whenever I try and hook a function from exeDSP with my injected so file the TV crashes within a few seconds and restarts.
- Fri Apr 26, 2013 11:19 am
- Forum: [E] Brainstorm
- Topic: empAppAnalyzer - thoughts?
- Replies: 0
- Views: 2147
empAppAnalyzer - thoughts?
Hi,
I've seen my TV download empAppAnalyzer a couple of times now, seems as though it is just a couple shared object libraries though...I was going to have a closer lookbut wondering if anyone has already? Any ideas what they are used for ??
Jo
I've seen my TV download empAppAnalyzer a couple of times now, seems as though it is just a couple shared object libraries though...I was going to have a closer lookbut wondering if anyone has already? Any ideas what they are used for ??
Jo
- Wed Apr 24, 2013 10:16 am
- Forum: [E] Support
- Topic: ES5700 Model Number Hacking
- Replies: 4
- Views: 5265
Re: ES5700 Model Number Hacking
Hi Medion,
Iv changed my model version from 7000 to 7500 and 8000 in the service menu (accessible from the remote control) - looking at the serial debug output you can see that the model number has changed but so far no new updates have come through.
Iv changed my model version from 7000 to 7500 and 8000 in the service menu (accessible from the remote control) - looking at the serial debug output you can see that the model number has changed but so far no new updates have come through.
- Wed Mar 20, 2013 11:46 am
- Forum: [E] Brainstorm
- Topic: Code Injection on E Series
- Replies: 2
- Views: 3998
Code Injection on E Series
I've been looking at the injectso program written by Smartsmurf. Has anyone managed to get this working on the E series against .exeDSP. The TV seems to detect the injection and just restart for me - Is there some inbuilt protection now?
- Fri Feb 01, 2013 5:49 pm
- Forum: [E] Support
- Topic: Accessing camera functions
- Replies: 6
- Views: 4369
Re: Accessing camera functions
this symbole is in best case in some other library (.so file, then you need to link agains this library, but this can give you more unresolved symboles...) in worst case in exeDSP (statically) Thanks, I managed to get that bit working by linking the other required libraries before the one I wanted ...
- Fri Feb 01, 2013 11:39 am
- Forum: [E] Support
- Topic: Accessing camera functions
- Replies: 6
- Views: 4369
Re: Accessing camera functions
Im not sure about the kernel version but im on an E series EU40ES7000. The libMoIPCamera_2058.so is a file found in the empCamera folder /mtd_rwcommon/emps/empCamera/ I am trying to load this library so that I can use the camera functions to create my own application. I have managed to resolve the e...