Injecting modules into exeDSP

Ideas and dreaming will go this forum

Re: Injecting modules into exeDSP

Postby juzis » Mon Jan 09, 2012 6:46 pm

i think you should give execution permissions to injectso binary:
Code: Select all
chmod 755 /mtd_rwarea/injectso

change location in command if your binary is not in /mtd_rwarea directory.
juzis
SamyGO Moderator
 
Posts: 6008
Joined: Sun Mar 07, 2010 6:20 pm

Re: Injecting modules into exeDSP

Postby zerocool » Mon Jan 09, 2012 7:45 pm

thats what You got when You spend to much of time at pc
thank You juzis28
rock and roll
zerocool
 
Posts: 2
Joined: Mon Jan 09, 2012 7:44 am

Re: Injecting modules into exeDSP

Postby djdubz » Mon May 21, 2012 10:20 pm

# ./injectso `pidof exeDSP` /mtd_tlib/swf/OTHERS/Remote/remote.so Game_Main /mtd_tlib/swf/OTHERS/Remote/

Module injector V1.2 for ARM based CPUs.
(copyleft) SmartSmurf 2010 (smartsmurf@shared-files.de)

Info: Import dlopen set at 0x0045fa2c
Info: Import dlsym set at 0x0045ff00
Info: Import dlclose set at 0x0045fbf4
Info: current register set:
R0 =0xFFFFFFFC R1 =0x00000000 R2 =0x00000001 R3 =0x00000000
R4 =0x00000001 R5 =0x01E233D8 R6 =0x01952948 R7 =0x000000F0
R8 =0x00000000 R9 =0x00000000 R10=0xBEC08A38 R11=0x00000000
R12=0x00000001 SP =0xBEC08A28 LR =0x412ACA44 PC =0x412AA008
CPSR=0x80000010

Info: new SP for inject code 0xBEC08628
Done.

The above is what I get when I run injectso from /mtd_rwarea/inject folder

I have a PN50B650 1012 firmware custom flashed. Telnet autostarts. All I want to do is load "remote lan control" which is basically remote.so. I do not have a game option in my content library. Every app is installed in /mtd_tlib/swf/OTHERS/. I can load the app from the content library via the others menu and it works fine. When I power down my tv is stops working. Can someone point me in the right direction to get this to auto boot?
djdubz
 
Posts: 1
Joined: Mon May 21, 2012 10:05 pm

Re: Injecting modules into exeDSP

Postby rvempati » Fri Aug 17, 2012 3:23 am

I was able to inject the samygo apps using telnet. How do I automate it so that they will start when the TV is booted. My TV is LN52B750.

I have applied the Samygo Firmware Patcher and telnet starts automatically. I am not clear that this telnet app is started as a GAME. Also I see exeDSP is started after telnet is started. So I believe I can not add the commands into /mtd_rwarea/etc/telnetd_start file.

Can I add the commands in rc.local file with sleep of 2000 after exeDSP is initiated.

I see some had issue with making these process as back end jobs (adding & at the end of the command). What is the best option to auto start these apps.

Please advice.
rvempati
 
Posts: 3
Joined: Wed Aug 15, 2012 12:59 am

Re: Injecting modules into exeDSP

Postby forgir » Sun Oct 07, 2012 1:44 pm

rvempati wrote:I was able to inject the samygo apps using telnet. How do I automate it so that they will start when the TV is booted. My TV is LN52B750.

I have applied the Samygo Firmware Patcher and telnet starts automatically. I am not clear that this telnet app is started as a GAME. Also I see exeDSP is started after telnet is started. So I believe I can not add the commands into /mtd_rwarea/etc/telnetd_start file.

Can I add the commands in rc.local file with sleep of 2000 after exeDSP is initiated.

I see some had issue with making these process as back end jobs (adding & at the end of the command). What is the best option to auto start these apps.

Please advice.


I managed to load PVR+ (and ChanneInfo) by calling a script (autoload.sh) from within /mtd_rwarea/SamyGO.sh. I have also copied injectso to /mtd_rwarea/ but I call my autoload.sh script from a USB memory stick (/dtv/usb/sda1/autoload.sh) to make it easier to recover if issues encountered. (just remove the stick :))

The autoload.sh contains only following lines:
--------------------------------------------------------------
#!/bin/sh

if [ -f /mtd_rwarea/injectso ]; then
nice -n 19 /mtd_rwarea/injectso `pidof exeDSP` /mtd_tlib/GGame/ChannelInfo/loader.so Game_Main /mtd_tlib/GGame/ChannelInfo/
nice -n 19 /mtd_rwarea/injectso `pidof exeDSP` /mtd_tlib/GGame/PVRplus/loader.so Game_Main /mtd_tlib/GGame/PVRplus/
fi
------------------------------------------
forgir
 
Posts: 6
Joined: Sun Sep 16, 2012 9:48 pm

Previous

Return to [B] Brainstorm

Who is online

Users browsing this forum: No registered users and 2 guests