Interessant, was man mit einem Nokia 8210, einem Ipaq und gnokii so alles machen kann.


gnokii fuer den ipaq

Erstmal gnokii installieren z.B. auf einem Ipaq, da der eine IRDA-Schnittstelle hat. Hier fuer den IPAQ kompiliert (Version 0.4.3):

/etc/gnokiirc bzw. ~/.gnokiirc :

~ $ more /etc/gnokiirc 
# This is a sample ~/.gnokiirc file.  Copy it into your
# home directory and name it .gnokiirc.
#

[global]

# Set port to the physical serial port used to connect to your phone
port = /dev/ttyS0

# Set model to the model number of your phone
model = 8210

# Initlength controls the number of characters sent to the
# phone during initialisation.  You can either set it to
# the word "default" or a positive integer.
# 
# You can try setting this value if you want to connect
# to the phone quicker.  If you've never noticed the
# connection to be slow, it is suggested that you 
# leave this alone.  Read the initialisation code in fbus-xxxx
# to understand what this changes if you're curious.
initlength = default

# The type of the connection, for IR set this to infrared
#connection = serial        
connection = irda           
                            
# Set bindir to point to the location of the various gnokii binaries.
# In particular ensure that mgnokiidev is in this location, with
# permissions 4754, owned by root, group gnokii.  Ensure you
# are in the gnokii group and that the group exists...
bindir = /usr/sbin/         

Testen von gnokii z.B. mit gnokii --identify :

IMEI         : 449309106077005
Manufacturer : Nokia
Model        : NSM-3
Revision     : SW 5.26, HW 1800
Test Nr: 0

Netzwerkmonitor aktivieren

Jetzt kann man z.B. mit

  • gnokii --netmonitor field (fuer limitierten Monitor (Tests 1-19))
  • gnokii --netmonitor devel (fuer den kompletten Monitor)
den Network Monitor aktivieren. Unter Menuepunkt 12 befindet sich dann ein neues Menu big grin

Achtung, in diesem Mode kann man durchaus Mist bauen. Ich bin fuer nichts verantwortlich!!! Achtung bei Test 17 und Test 19!

Mit der Eingabe von 1 bekommt man dann z.B. die folgende Anzeige:

  59 -93 xxx
 0  1 x xxxx
  12      12
    CCCH
Lange auf "*" druecken schaltet in den Hilfeschirm um.

Deaktivieren

Mit der Testnummer 241 deaktiviert man den Monitor.

Doku/Links

Beschreibungen der einzelnen Monitorseiten finden sich unter

Nokia 8310 and gnokii on the PC (2.4.18)

[Currently there is no way to activate the network monitor in the *310 phones (DCT4) - maybe it isn't even implemented]

  • irattach /dev/ttyS1
  • irdadump
$ cat /proc/net/irda/discovery 
IrLMP: Discovery log:

nickname: Nokia 8310, hint: 0xb125, saddr: 0xae7f56bb, daddr: 0xc61b0000

important lines in /etc/gnokiirc:

port = /dev/ircomm0
model = 8310
initlength = default

Logo

  • create a black-and-white image 72 pixels wide by 14 pixels high
  • Save the image as a PPM file, then convert it to NGG format:
$ ppm2nokia < logo.ppm > logo.ngg
$ gnokii --setlogo op logo.ngg

related topic:

 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding mattzz? Send feedback