<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - Retrieving IMEI, IMSI, Network Info (Cell Id, Location Code) on 3rd Edition. - Comments</title>
 <link>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html</link>
 <description>Comments for &quot;Retrieving IMEI, IMSI, Network Info (Cell Id, Location Code) on 3rd Edition.&quot;</description>
 <language>en</language>
<item>
 <title>Re: Retrieving Network Info (Cell Id) on 3rd Edition.</title>
 <link>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html#comment-47333</link>
 <description>&lt;p&gt;When i use unprotected UID, i get the value for cellid and LAC.&lt;br /&gt;
But when i use Protected UID the value for cellid and LAC i get is 0.&lt;br /&gt;
How to resolve this? I need to use protected UID.  &lt;/p&gt;</description>
 <pubDate>Sat, 05 Jul 2008 09:53:43 +0200</pubDate>
 <dc:creator>Rama1962</dc:creator>
 <guid isPermaLink="false">comment 47333 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Retrieving IMEI, IMSI, Network Info (Cell Id, Location Code)</title>
 <link>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html#comment-44663</link>
 <description>&lt;p&gt;&lt;br /&gt;
Hi&lt;/p&gt;

&lt;p&gt;I try to get Cell Id using above code but i shown always cell id 0. i tested in E51. please help me for get cell id.&lt;/p&gt;

&lt;p&gt;Regards&lt;/p&gt;</description>
 <pubDate>Wed, 20 Feb 2008 07:57:31 +0100</pubDate>
 <dc:creator>SymbianTG</dc:creator>
 <guid isPermaLink="false">comment 44663 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Retrieving IMEI, IMSI, Network Info (Cell Id, Location Code)</title>
 <link>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html#comment-44450</link>
 <description>&lt;p&gt;hi there,&lt;br /&gt;
i&#039;m newbie in symbian programing.&lt;/p&gt;

&lt;p&gt;i&#039;m trying to get cell_id +signal strength (not only the one connected, but few others)&lt;/p&gt;

&lt;p&gt;if anybody knows anything let me know &lt;script type=&quot;text/javascript&quot;&gt;eval(unescape(&#039;%64%6f%63%75%6d%65%6e%74%2e%77%72%69%74%65%28%27%3c%61%20%68%72%65%66%3d%22%6d%61%69%6c%74%6f%3a%73%61%75%6c%69%75%73%40%6d%79%65%77%65%62%2e%63%6f%6d%22%3e%73%61%75%6c%69%75%73%40%6d%79%65%77%65%62%2e%63%6f%6d%3c%2f%61%3e%27%29%3b&#039;))&lt;/script&gt;&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</description>
 <pubDate>Sat, 09 Feb 2008 22:20:46 +0100</pubDate>
 <dc:creator>isolated</dc:creator>
 <guid isPermaLink="false">comment 44450 at http://www.newlc.com</guid>
</item>
<item>
 <title>nokia 6230 imei code (tac)</title>
 <link>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html#comment-2928</link>
 <description>&lt;p&gt;i have a phone which i have put my new sim card in the sim has been sent from t-mobile to carry on my contract from my last phone which i lost contract i just need the imei code for a nokia 6230 (tac) &lt;/p&gt;</description>
 <pubDate>Sat, 26 May 2007 18:56:24 +0200</pubDate>
 <dc:creator>old_skool_dude69</dc:creator>
 <guid isPermaLink="false">comment 2928 at http://www.newlc.com</guid>
</item>
<item>
 <title>Retrieving IMEI, IMSI, Network Info (Cell Id, Location Code) on</title>
 <link>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html#comment-2744</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;i used the code provided by u to retrive  cell id , location code .
it is showing corect imei no but the cell id and location code are shown as 0
i tested it on nokia e50 
can anybody help me.&lt;/div&gt;</description>
 <pubDate>Sun, 08 Apr 2007 08:32:55 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2744 at http://www.newlc.com</guid>
</item>
<item>
 <title>Retrieving IMEI, IMSI, Network Info (Cell Id, Location Code) on</title>
 <link>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html#comment-2747</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;How we can fetch the area code ( cell info ) in the third edition phones. Is it possible?&lt;/div&gt;</description>
 <pubDate>Sat, 03 Mar 2007 09:13:59 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2747 at http://www.newlc.com</guid>
</item>
<item>
 <title>Retrieving IMEI, IMSI, Network Info (Cell Id, Location Code) on</title>
 <link>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html#comment-2746</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;As I said earlier you can retrieve the MCC and MNC values.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;The signal strength can be retrieved using &quot;CTelephony::GetSignalStrength()&quot;
Go through the methods of CTelephony class to see what all information can be retrieved.
&lt;br /&gt;&amp;mdash;&amp;nbsp;Vink&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Mar 2007 07:42:04 +0100</pubDate>
 <dc:creator>vinay</dc:creator>
 <guid isPermaLink="false">comment 2746 at http://www.newlc.com</guid>
</item>
<item>
 <title>Retrieving IMEI, IMSI, Network Info (Cell Id, Location Code) on</title>
 <link>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html#comment-2748</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Well,
        Whenever a mobile registers to the network the IMEI number is sent from the handset to the mobile station during the handshake. The EIR (Equipment Identity Register) maintains the list of mobiles which are identified  by their IMEI.
An operator can maintain a Gray list which lists the IMEIs that need to be traced, and/or a Black list which lists IMEIs that need to be blocked.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;For deeper insight, go through this link,
http://en.wikipedia.org/wiki/GSM_core_network&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;&amp;mdash;&amp;nbsp;Vink&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Mar 2007 07:03:13 +0100</pubDate>
 <dc:creator>vinay</dc:creator>
 <guid isPermaLink="false">comment 2748 at http://www.newlc.com</guid>
</item>
<item>
 <title>Retrieving IMEI, IMSI, Network Info (Cell Id, Location Code) on</title>
 <link>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html#comment-2745</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hi&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;I would like to ask, is there any way we can fetch these informations regarding the IMSI or network informations without the capabilities.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Regards&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 23 Feb 2007 06:57:40 +0100</pubDate>
 <dc:creator>Sahdev</dc:creator>
 <guid isPermaLink="false">comment 2745 at http://www.newlc.com</guid>
</item>
<item>
 <title>Retrieving IMEI, IMSI, Network Info (Cell Id, Location Code) on</title>
 <link>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html#comment-2743</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;All this information on the IMEI code sounds good. But how can one track a LOST or STOLEN mobile by using this IMEI code ?  Is it possible to track the SIMcard number being currently used based on submitting this IMEI code to the Mobile Manufacturer ( Eg. Nokia, Samsung , Motorola etc)? Or can we track the cell phone service provider ( BPL, Hutch, Airtel etc.)in such a case and what is the procedure ?&lt;/div&gt;</description>
 <pubDate>Thu, 22 Feb 2007 17:14:19 +0100</pubDate>
 <dc:creator>Deepak Agharkar</dc:creator>
 <guid isPermaLink="false">comment 2743 at http://www.newlc.com</guid>
</item>
<item>
 <title>Retrieving IMEI, IMSI, Network Info (Cell Id, Location Code) on</title>
 <link>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html#comment-2742</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hello all,&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;I write with regards to the authors&#039; following comment:&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;&quot;You can further extend the above code for retrieving other network information.&quot;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Any links to what these &quot;other network information&quot; might be would be greatly appreciarted.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Best,
wirefree101&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 19 Jan 2007 18:27:31 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2742 at http://www.newlc.com</guid>
</item>
<item>
 <title>Retrieving IMEI, IMSI, Network Info (Cell Id, Location Code) on 3rd Edition.</title>
 <link>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Following is my contribution on how to retrieve IMEI and IMSI on S60 3rd edition. Along with that you can also use this code to retrieve network info (Cell Id, Location code). It can further be extended to retrieve other network information.&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/Retrieving-IMEI-IMSI-Network-Info.html#comments</comments>
 <category domain="http://www.newlc.com/taxonomy/term/3">Coms &amp;amp; Network</category>
 <category domain="http://www.newlc.com/taxonomy/term/38">Series 60 (Dev)</category>
 <category domain="http://www.newlc.com/taxonomy/term/41">Symbian OS</category>
 <category domain="http://www.newlc.com/taxonomy/term/154">cell</category>
 <category domain="http://www.newlc.com/taxonomy/term/153">Network</category>
 <pubDate>Wed, 27 Dec 2006 11:47:59 +0100</pubDate>
 <dc:creator>vinay</dc:creator>
 <guid isPermaLink="false">991 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
