View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#3
Originally Posted by gerstavros View Post
I made a mistake with a config file of hildon, and now it cannot load properly. Now it' s unusable. I don't want to reflash because i have "forgotten" an important file in the flash memory...
Is there any way to access the flash memory and correct the config file?
I have the bootmenu with telnet support. Can this help? How can i use it? I had tried with usb and putty, but i didn't know the ip of usb {}.

PLEASE help me!
I presume you're using Windows due to the PuTTY reference? (Yes, I am aware it exists for Linux but it sucks IMHO for Linux - much prefer 'ssh' and gvfs' SFTP functionality under Linux, but anyway...)

I assume you're using Windows (XP), so:

1) Flash this kernel (http://tablets-dev.nokia.com/maemo-d...ndows_v0.4.zip) (it's an officially released image from Nokia, don't worry) as it has a fix for USB Networking under Windows
* I did this with Ubuntu running under VMWare Workstation running on XP. Worked a treat.

2) Start up USB Networking from the bootmenu. When/If asked to install drivers, point Windows' "Add New Hardware Wizard" to inf in zip.

3) Open "Network Connections" and find the "Local Area Connection" for your tablet. Configure like this:
* Make the IP address one digit less than what is reported on the tablet (so if tablet says "192.168.2.15", put IP of "192.168.2.14") in that field.
* Subnet mask: 255.255.255.0
* Default gateway: IP that is on tablet's screen.
Leave DNS server addresses blank.
N.B: As you may have guessed, I'm not up on networking so...

4) Telnet into tablet (telnet (tablet IP))
5) mkdir /tmp/root/
6) mount -t jffs2 /dev/mtdblock4 /tmp/root/
7) cd /tmp/root/, edit file, profit!

Be quick, BTW. Tablet will reboot after ~10 mins unless you enable RD-Mode or run /usr/sbin/dsmetool --root-mounted

Last edited by qwerty12; 2009-06-13 at 19:57.
 

The Following 3 Users Say Thank You to qwerty12 For This Useful Post: