User:Rolfok

[edit] Notizen von Rolfok

N900 arrived 22.01.2010


Remapped keyboard (ä ö ü and pipe (bar))
/usr/share/X11/xkb/symbols/nokia_vndr/rx-51
http://wiki.maemo.org/Remapping_keyboard
ssh-keygen
apt-get install wget
cd /usr/share/sounds
mv camera_snd_title_1.wav camera_snd_title_1.ori.wav
mv camera_snd_title_2.wav camera_snd_title_2.ori.wav
mv camera_snd_title_3.wav camera_snd_title_3.ori.wav
http://talk.maemo.org/showthread.php?p=462484#post462484
http://wiki.maemo.org/MMS
fMMS: http://talk.maemo.org/showthread.php?t=39737
Fremantle tools repository
http://wiki.maemo.org/Documentation/devtools/maemo5
apt-get install less nano netcat
old zip/unzip tools (?)
https://garage.maemo.org/projects/zip-unzip/
http://wiki.maemo.org/Accelerometers
watch "/sys/class/i2c-adapter/i2c-3/3-001d/coord"

N900 #2 arrived 23.02.2011


N9 bought 11.10.2011



[edit] PirateBox

addition to [1]

to avoid "Address already in use" I added after "...down" line the following:

 iwconfig $IFACE mode ad-hoc

Then I replaced all numbers 23 by 1 in the script: makes shorter addresses, less typing...

Instructions (this was tested with two N900, one as client, the other as server, then order reversed)

1) after starting the script as root, check in another terminal as root with ifconfig that at wlan0 the address 1.1.1.1 was assigned.

2) on client machine, connect to the ad-hoc network. On server side, this will be displayed by DHCP messages in the terminal. On client, check with ifconfig as root that an address like 1.1.1.x was assigned.

3) check that ping works to the other host (1.1.1.1 resp. 1.1.1.x)

4) on server, start mini webserver (no root rights needed): python -m SimpleHTTPServer 1111

5) on client, open browser and enter 1.1.1.1:1111

6) the contents of the remote host will be displayed


Bonus: The above allows downloading from server. For uploading, use the script woof.py ([2]) instead of SimpleHTTPServer:

 ./woof.py -i 1.1.1.1 -p 1111 -U