<?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 - How to get device bluetooth name? - Comments</title>
 <link>http://www.newlc.com/en/topic-7933</link>
 <description>Comments for &quot;How to get device bluetooth name?&quot;</description>
 <language>en</language>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20176</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;well, i&amp;#039;m out of ideas&lt;/div&gt;</description>
 <pubDate>Thu, 25 Aug 2005 08:27:52 +0200</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 20176 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20175</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote from: riho&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;Do you get val=666? Does sd.Close() still panic?&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Still getiing crash and I am not getting val=666 !!!&lt;/div&gt;</description>
 <pubDate>Thu, 25 Aug 2005 07:38:41 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 20175 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20174</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;If it&amp;#039;s 0, then thats why you get -1 back. Try to write something into it (Use Set... instead of Get....)&lt;br /&gt;&lt;br /&gt;But I don&amp;#039;t know why you crash on it.&lt;br /&gt;try:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;sd.SetInt( _L(&amp;quot;Test&amp;quot;), 666); &lt;br /&gt;and then &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TInt val;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;sd.SetInt( _L(&amp;quot;Test&amp;quot;), val); &lt;br /&gt;Do you get val=666? Does sd.Close() still panic?&lt;/div&gt;</description>
 <pubDate>Wed, 24 Aug 2005 09:36:13 +0200</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 20174 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20173</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;img src=&quot;/en/sites/all/modules/smf_filter/smf_smileys/cry.gif&quot; alt=&quot;Cry&quot; border=&quot;0&quot; /&gt; I had checked that file you mentioned in your previous post. I found a file named: &lt;b&gt;02ea5e18.ini&lt;/b&gt; in the exact path, but that file&amp;#039;s size is &lt;b&gt;0&lt;/b&gt; bytes.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;NB:&lt;/b&gt; I am using Series60 SDK ver 2.0 and Nokia 6600 for development.&lt;/div&gt;</description>
 <pubDate>Wed, 24 Aug 2005 09:26:51 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 20173 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20172</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;-1 means &amp;quot;Not found&amp;quot;. Do you have this ini file C:\system\shareddata\02ea5e18.ini ?&lt;br /&gt;Does this ini file have row: LocalName=...&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 24 Aug 2005 08:34:59 +0200</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 20172 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20171</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote from: riho&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;Strange... what is the ret value?&lt;br /&gt;&lt;/div&gt;the ret value is &lt;b&gt;-1&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote from: riho&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;Just for debugging - try to &lt;b&gt;get some integer value from some ini file&lt;/b&gt; - does it stillÂ  crash?&lt;br /&gt;&lt;/div&gt;What did you mean? I didn&amp;#039;t get.&lt;/div&gt;</description>
 <pubDate>Wed, 24 Aug 2005 04:18:09 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 20171 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20170</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Strange... what is the ret value?&lt;br /&gt;&lt;br /&gt;Just for debugging - try to get some integer value from some ini file - does it still&amp;nbsp; crash?&lt;/div&gt;</description>
 <pubDate>Tue, 23 Aug 2005 10:19:59 +0200</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 20170 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20169</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;tt&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;RSharedDataClient sd;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;sd.Connect(0);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;sd.Assign( TUid::Uid( &lt;b&gt;0x02ea5e18&lt;/b&gt; /*0x10005952*/ ) ); // here I modify with my &lt;b&gt;applicatin uid&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;TBuf&amp;lt;256&amp;gt; name;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;TInt ret= sd.GetString( _L(&amp;quot;LocalName&amp;quot;), name );&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: Red;&quot;&gt;sd.Close();Â  // --------------------- panics KERN-EXEC 3 here&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;CEikonEnv::Static()-&amp;gt;InfoWinL(_L(&amp;quot;Debug&amp;quot;), name); // while commenting the above line it gives a blank message&lt;br /&gt;&lt;br /&gt;&lt;/tt&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 23 Aug 2005 10:05:21 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 20169 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20168</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;And what line is causing this panic?&lt;/div&gt;</description>
 <pubDate>Mon, 22 Aug 2005 10:20:31 +0200</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 20168 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20167</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I had added the commonengine.lib to my project&amp;#039;s MMP file. There was no problem while compiling and linking the application, but when I was trying to execute the application I had got a panic: &lt;b&gt;KERN-EXEC 3&lt;/b&gt; and the application had terminated. What would be the problem? Any guess?&lt;/div&gt;</description>
 <pubDate>Mon, 22 Aug 2005 10:12:08 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 20167 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20166</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;The library should be commonengine.lib.&lt;br /&gt;As I told you, the class description I got from this russian website.&lt;/div&gt;</description>
 <pubDate>Sat, 20 Aug 2005 09:10:38 +0200</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 20166 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20165</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote from: riho&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;(probably some common one, that is already included in my project)&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Thanks for your continues reply.&lt;br /&gt;&lt;br /&gt;But sorry for me it&amp;#039;s not working. I had added the header file that you posted, it&amp;#039;s giving some link error, so could you please post the list of &lt;b&gt;LIB&lt;/b&gt; files that you had included in your project&amp;#039;s &lt;b&gt;MMP&lt;/b&gt; file. And if you don&amp;#039;t mind, can you tell me from where did you get that header file?&lt;/div&gt;</description>
 <pubDate>Sat, 20 Aug 2005 04:31:08 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 20165 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20164</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I didn&amp;#039;t in this case, I don&amp;#039;t even know which dll has this function (probably some common one, that is already included in my project). I just include the header file to my code and use it&lt;/div&gt;</description>
 <pubDate>Fri, 19 Aug 2005 11:09:29 +0200</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 20164 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20163</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote from: riho&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;About reverse engineering read Mika Raento website (use Google)&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;I had read the article from this url: &lt;a href=&quot;http&amp;#58;//www.cs.helsinki.fi/u/mraento/symbian/reverse.html&quot; target=&quot;_blank&quot;&gt;Symbian Programming - Reverse engineering LIBs - Mika Raento&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Still one more doubt. Which LIB file did you reverse engineer to get the class details of &lt;b&gt;RSharedDataClient&lt;/b&gt;?&lt;/div&gt;</description>
 <pubDate>Fri, 19 Aug 2005 04:34:18 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 20163 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933#comment-20162</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;About reverse engineering read Mika Raento website (use Google)&lt;br /&gt;About english web - haven&amp;#039;t found any, only this one.&lt;/div&gt;</description>
 <pubDate>Thu, 18 Aug 2005 11:47:59 +0200</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 20162 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to get device bluetooth name?</title>
 <link>http://www.newlc.com/en/topic-7933</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/topic-7933&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/topic-7933#comments</comments>
 <category domain="http://www.newlc.com/en/forums/bluetooth">Bluetooth &amp;amp; Wifi</category>
 <pubDate>Tue, 24 May 2005 17:22:49 +0200</pubDate>
 <dc:creator>tantius</dc:creator>
 <guid isPermaLink="false">8522 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
