Page 1 of 1

Re: HELP needed LE37 C650

Posted: Fri Mar 11, 2011 7:00 am
by juusso
1. widget hack does not work anymore on latest firmwares (3006 and 3007)
2. HotelMode hack does not have ssh. Use telnet on port 23. (because ssh uses 22 port, right ? ;)) If you want ssh, you have to run samygo all extensions. Look at wiki.

If hotel hack works, SamyGO.sh file is executed if exist on USB root dir. (do not use Notepad, wordpad, ms word and so on for editing scripts)

Code: Select all

#!/bin/sh
rm -f /mtd_rwarea/profile
$1/SamyGO/rcSGO $1/SamyGO > $1/rcSGO_out 2>&1 &
sync

Re: HELP needed LE37 C650

Posted: Fri Mar 11, 2011 10:33 am
by juusso