Nokia E52
↑Hardware
Charging
Bluetooth and Linux
bluez comes with a suite of poorly documented command line tools to manipulate the dbus files. Currently it seems quite simple to pair a phone:
host:~#hcitool scan (find address of your phone) host:~#bluez-simple-agent hci0 $bt_address
And then you can set your laptop to be authorized on your phone. Then the following will:
# Browse files ~#obexftp -b $bt_internet -l # Connect to internet ~#bluez-test-serial $bt_internet dun Connected /dev/rfcomm0 to B0:5C:E5:94:57:88 Press CTRL-C to disconnect (Control-Z: the connection will die when this process ends) ~# pon o2_mobileweb /dev/rfcomm0
Bluetooth keyboard
- http://europe.nokia.com/support/product-support/nokia-wireless-keyboard-su-8w/software - Need Nokia Series 60 3.2 edition.
Contacts sync
- http://enricorossi.org/blog/2010/OpenSync_Debian_Squeeze_and_Nokia_e71/
- Channel 8 instead
- aptitude install opensync-format-vformat
SWF Icons
- http://library.forum.nokia.com/index.jsp?topic=/Java_Developers_Library/GUID-E6E98DE3-C88F-49C1-A07C-D3709409DFFF.html -
MIDlet-1: HelloWorldMIDlet, /bitmap_icon.png , example.hello.HelloWorldMIDlet Nokia-Scalable-Icon-MIDlet-1: /scalable_icon.svg
- There are several classes of icons, with some overriding others. The lookup order in the JAD file goes as follows:
- Nokia-Scalable-Icon-MIDlet-<n> (In S60 3rd Edition FP 2 and newer) MIDlet-<n> Nokia-Scalable-Icon (In S60 3rd Edition FP 2 and newer) MIDlet-Icon Platform default icon
↑Useful applications
- http://gagravarr.org/series-60/
- http://www.littlest.co.uk/support/nokia95_linux.html
- http://www.drjukka.com/YBrowser.html - Keep scrolling for free version
- http://jbak.ru/jbaktaskman/jbaktaskman_desc_en.php - Get old, signed, 1.0 version
- http://my-symbian.com/s60v3/software/applications.php?faq=11&fldAuto=88 - Set date to 12/07/2006, plonk roms in E:/Mame/Roms
- http://www.dhsthemes.com/archives/tag/s60v3-themes/
- http://www.forum.nokia.com/info/sw.nokia.com/id/d476061e-90ca-42e9-b3ea-1a852f3808ec/SIP_VoIP_Settings.html - SIP VoIP 3.x settings (?)
- http://anotherguest.se/ for games
- http://koti.mbnet.fi/hinkka/Download.html
↑More links
- http://developer.symbian.org/wiki/index.php/Python_on_Symbian/01._Introduction
- http://wiki.opensource.nokia.com/projects/Installing_PyS60
- http://wiki.opensource.nokia.com/projects/PyS60_Bluetooth_console
- https://garage.maemo.org/frs/?group_id=854 Python downloads and documentation
- http://croozeus.com/tutorial1.htm Lots of examples
- http://wiki.forum.nokia.com/index.php/Category:Python
Making a key for PuTTY:
puttygen -t dsa -C "okoubo" -o okoubo.ppk puttygen -L okoubo.ppk >> $HOME/.ssh/authorized_keys obexftp -b 5C:57:C8:AA:9B:C0 -c "C:\Data" -p okoubo.ppk