<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=92.83.199.174</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=92.83.199.174"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/92.83.199.174"/>
	<updated>2026-04-22T08:37:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=N900_Hardware_Phone&amp;diff=27786</id>
		<title>N900 Hardware Phone</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=N900_Hardware_Phone&amp;diff=27786"/>
		<updated>2010-10-02T21:22:42Z</updated>

		<summary type="html">&lt;p&gt;92.83.199.174: /* AT commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[Nokia N900|N900]], unlike previous Nokia internet tablets has a phone module.&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
&lt;br /&gt;
The phone is a 2G/3G modem, with quadband GSM, and several bands of 3G. It may not have the required band for 3G in your country, for example, only one US carrier (T-Mobile) and only one Canadian carrier (Wind Mobile) support 3G on the N900.&lt;br /&gt;
&lt;br /&gt;
The phone module controls the [[N900 Hardware GPS|GPS]], and contains software to generate locations.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
&lt;br /&gt;
For the GPS, [http://maemo.org/api_refs/5.0/5.0-final/liblocation/ liblocation] is used.&lt;br /&gt;
&lt;br /&gt;
The modem can be accessed &#039;directly&#039; - through pnatd.&lt;br /&gt;
&lt;br /&gt;
[http://www.gossamer-threads.com/lists/maemo/developers/59363 This thread on the maemo-developer] mailing list gives some examples of using pnatd - but it is not a reference guide.&lt;br /&gt;
&lt;br /&gt;
[[Documentation/Maemo_5_Developer_Guide/Using_Connectivity_Components/Maemo_Connectivity#Internet_Access|ICD]] is the daemon that deals with internet connectivity, including managing data connections to the phone.&lt;br /&gt;
&lt;br /&gt;
More documentation on ICD is [http://maemo.org/api_refs/5.0/5.0-final/icd2/ found here].&lt;br /&gt;
&lt;br /&gt;
SMSs are stored using [http://maemo.org/api_refs/5.0/5.0-final/eventlogger/ eventlogger]&lt;br /&gt;
&lt;br /&gt;
wappushd-dev&lt;br /&gt;
&lt;br /&gt;
===AT commands===&lt;br /&gt;
* Modem model number.&lt;br /&gt;
 at+cgmm&lt;br /&gt;
 Nokia N900&lt;br /&gt;
* Modem serial number(IMEI)&lt;br /&gt;
 at+cgsn&lt;br /&gt;
 314159230138902&lt;br /&gt;
* Modem manufacturer&lt;br /&gt;
 at+gmi&lt;br /&gt;
 Nokia&lt;br /&gt;
* Connection quality?&lt;br /&gt;
 at+csq&lt;br /&gt;
 +CSQ: 6,99&lt;br /&gt;
* Modem capability&lt;br /&gt;
 at+gcap&lt;br /&gt;
 +GCAP: +CGSM,+DS,+W&lt;br /&gt;
&lt;br /&gt;
 at+cpas  &lt;br /&gt;
 +CPAS: 0 &lt;br /&gt;
&lt;br /&gt;
* List Operators&lt;br /&gt;
 at+COPS=?               &lt;br /&gt;
 +COPS: (2,&amp;quot;T-Mobile&amp;quot;,,&amp;quot;23430&amp;quot;,0),&lt;br /&gt;
 (3,&amp;quot;O2 - UK&amp;quot;,,&amp;quot;23410&amp;quot;,0),,(0,1,3),(0,2)&lt;br /&gt;
* Modem version number&lt;br /&gt;
 at+gmr&lt;br /&gt;
 V ICPR82_10w08&lt;br /&gt;
 25-02-10&lt;br /&gt;
 RX-51&lt;br /&gt;
 (c) Nokia&lt;br /&gt;
 Nokia N900 (RX-51 rev 2101)&lt;br /&gt;
 Maemo 5 (10.2010.19.1.203.1)&lt;br /&gt;
 Linux version 2.6.28-omap1&lt;br /&gt;
 Product 0593611A&lt;br /&gt;
*IMSI&lt;br /&gt;
 at+cimi&lt;br /&gt;
 234308342147672&lt;br /&gt;
*Subscriber number (read from SIM, may not work with some SIMs)&lt;br /&gt;
 at+cnum&lt;br /&gt;
 +CNUM: ,&amp;quot;+447443895922&amp;quot;,145&lt;br /&gt;
 &lt;br /&gt;
 at+creg=1&lt;br /&gt;
 OK&lt;br /&gt;
&lt;br /&gt;
 +CREG: 2&lt;br /&gt;
&lt;br /&gt;
* SMS commands&lt;br /&gt;
 at+cmgf&lt;br /&gt;
 ERROR&lt;br /&gt;
 at+cmgs&lt;br /&gt;
 ERROR&lt;br /&gt;
&lt;br /&gt;
* Battery charge information&lt;br /&gt;
 at+cbc&lt;br /&gt;
 +CBC: 0,63&lt;br /&gt;
&lt;br /&gt;
 at+ceer&lt;br /&gt;
 OK&lt;br /&gt;
&lt;br /&gt;
 at+cmer&lt;br /&gt;
 ERROR&lt;br /&gt;
 at+cpas&lt;br /&gt;
 +CPAS: 2&lt;br /&gt;
&lt;br /&gt;
 OK&lt;br /&gt;
 at+cpas=?&lt;br /&gt;
 +CPAS: (0,2,3,4)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 at+clcc&lt;br /&gt;
 OK&lt;br /&gt;
&lt;br /&gt;
[[Category:N900 Hardware]]&lt;br /&gt;
[[Category:Cellular]]&lt;/div&gt;</summary>
		<author><name>92.83.199.174</name></author>
	</entry>
</feed>