View Single Post
Old 01-21-2011, 09:08 AM   #153
silver84
Member
silver84 began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Nov 2010
Device: Archos 7 H.T. Archos 70 Samsung E60
Quote:
Originally Posted by Deeheff View Post
Thanks a lot for all the wonderful work you're doing for this device guys!



So if i understand the procedure I have to replace the firmware but I also have to create a file named customrun.sh at the root directory?
How do I create this file under windows? Just creating a text file and rename it will be good?
Thanks a lot again
We speak about shell (syntax like used in Linux/Unix) the characters must be ANSI.

There is 2 shells we can create :
(You must connect/mount your E60 to a PC USB connector and create the shell on the E60, not on the microcard)

= cutomrun.sh : to test your script it will be run once when restarting E60 (if your shell has an error this error/problem will not exist on the second restart).

= autorun.sh : this script will run for every E60 boot.

Here is "my" autorun.sh to connect using telnet (be carrefull : without password !) :

=====================
#!/bin/sh
LOG="/home/log.txt"
date > $LOG
/usr/sbin/telnetd -l /bin/sh &
=====================

You can download the last (today) modified firmware here :

Quote:
Mairusu_Pr​ower
Renard
Posté le 21-01-2011 à 10:49:59

Miroir : http://www.multiupload.com/XRHKK81RKN

Ce fichier contient exactement l'équivalent du dernier firmware sorti, à un détail près : la page d'accueil web est de nouveau Google.fr
So read the today README :

http://ps3linux.fr/E60/foxfirmware2/README.txt

All is here, in French (after 20 pages) :
http://forum.hardware.fr/hfr/gsmgpsp...et_22344_1.htm


[sorry my English is very bad]

Last edited by silver84; 01-21-2011 at 09:16 AM.
silver84 is offline   Reply With Quote