Nokia N82¶
Back to the roots.
Links¶
- Allgemeines
- http://www.forum.nokia.com/devices/N82 – device details
- http://www.nokia.com/n82 – N82 product page
- nseries.com – home of Nokia Maps etc.
- n-gage.com – Games und solches Zeux.
- http://www.symbian60.mobi/2007/06/18/symbian-3rd-edition-software-noch-einfacher-selbst-zertifizieren/
- VPN
- Navigation
- Linux
- Progrämmli
- Games
- Unsortiert
- Google Mobile
- 1 2
- http://www.aikon.ch/vb/showthread.php?s=a9c270759058353a154ccb71f007f5fe&t=22831
- http://gagravarr.org/series-60/
- http://www.koeniglich.de/p3nfs.html
- http://gagravarr.org/series-60/
- http://gagravarr.org/code/encode-for-mobile
- http://my-symbian.com/s60/software/applications.php?fldAuto=416&faq=2
- http://www.harmonicode.com/EEMame/
- http://www.ibm.com/developerworks/xml/library/x-syncml3.html
- http://www.s60.com/
- http://utmdata.blogspot.com/
- http://www.eriksmartt.com/blog/pys60
- http://www.symbian-freak.com
- http://thinkabdul.com/category/gps/
- http://thinkabdul.com/category/nokia-s60/
- http://sjc-123.blogspot.com/
- http://www.symbian-toys.com/guardian.aspx
- http://www.forum.nokia.com/info/sw.nokia.com/id/bb173537-4e67-496f-9967-50917d5cfc47/S60_Theme_Studio_for_Symbian_OS.html
- http://www.ubahnstation.net/projects/mweather/mweather.html
- http://sjc-123.blogspot.com/2007/07/nokia-n95-freeware.html
- http://blogs.s60.com/s60multimedia/
- http://snippets.dzone.com/tags/series60
- http://www.lonelycatgames.com/?app=xplore
- http://diabo.110mb.com/symbian/indexmaps.htm
- http://www.symbian-freak.com/forum/viewtopic.php?t=19756&highlight=
- http://symbianism.blogspot.com/2008/05/nokia-maps-free-navigation.html
- http://www.then82blog.com/
- http://www.symbian-addict.com
- Pizero Symbian Design – Themes
- http://randysimons.com/pagina_140_NL.xhtml
Notes¶
- Magic codes (from here):
*#0000
# – firmware version*#06
# – IEMI*#2820
# – Bluetooth address*#62209526
# – Wireless MAC address*#7370925538
# (*#Res0Wallet
#) – delete code and content (!) of the wallet (whatever that is..).*#7780
# – reset settings (to factory defaults?)*#7370
# – soft format (resets phone memory, deletes everything!)*#92702689
# (WAR0ANTY
) – enters the warranty menu (not on N82)
- Magic buttons (pressed when switching on the phone):
- [2ABC] – «safeboot» (no application is started)
- [green] + [3DEF] + [*+] – hard format (resets phone memory, deletes everything!)
kitchensync¶
Synchronisation with kcontact (KDE PIM) in Debian GNU/Linux (lenny).
USB device permissions¶
Add udev rules in ##/etc/udev/rules.d/z60_nokia.rules:
# udev rules for NOKIA N82 # If not adding the device, go away ACTION!="add", GOTO="nokia_rules_end" # NOKIA N82 SUBSYSTEM=="usb", ATTRS{idVendor}=="0421", ATTRS{idProduct}=="0071", MODE="0664", GROUP="plugdev" # All done LABEL="nokia_rules_end"
lsusb
(or sudo lsusb
) will tell the vendor and product ids.
Now obexftp -u
(and, similarly, obex_test -u
) (withour sudo
) will say:
flip@leela ~ $ obexftp -u Superuser privileges are required to access USB. Found 3 USB OBEX interfaces Interface 0: Manufacturer: Nokia Product: N82 Interface description: SYNCML-SYNC Interface 1: Manufacturer: Nokia Product: N82 Interface description: PC Suite Services Interface 2: Manufacturer: Nokia Product: N82 Interface description: SYNCML-DM Use '-u interface_number' to connect Nothing to do. Use --help for help.
created: 2008-05-12, updated: 2015-10-10