<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Cook Your Wireless Application</title>
	<link>http://www.cookwireless.com</link>
	<description>Initiate developers towards Wirefree Solutions …</description>
	<pubDate>Tue, 12 Oct 2010 19:00:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Logging in Blackberry</title>
		<link>http://www.cookwireless.com/?p=29</link>
		<comments>http://www.cookwireless.com/?p=29#comments</comments>
		<pubDate>Tue, 12 Oct 2010 19:00:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cookwireless.com/?p=29</guid>
		<description><![CDATA[Where to write logs in native blackberry applications ?
The easiest way to write logs in blackberry is  
1. EventLogger - is simple and ultimate answer to logging in blackberry native applications.
   Steps to write logs in Blackberry Native Application.
// UID of logger, this has to be unique for every registered logger.
public static final long GUID [...]]]></description>
			<content:encoded><![CDATA[<p>Where to write logs in native blackberry applications ?</p>
<p><em>The easiest way to write logs in blackberry is  </em></p>
<p>1. <strong>EventLogger</strong> - is simple and ultimate answer to logging in blackberry native applications.</p>
<p><em><strong>   Steps to write logs in Blackberry Native Application.</strong></em></p>
<p>// UID of logger, this has to be unique for every registered logger.</p>
<p>public static final long GUID = 0&#215;9c805919999654d6L;</p>
<p>// First register Logging handler in main class  &#8230;.<br />
EventLogger.register(GUID, &#8220;MyAccount&#8221;,EventLogger.VIEWER_STRING);</p>
<p>// Then set minimum logging level.<br />
EventLogger.setMinimumLevel(EventLogger.INFORMATION);<br />
// you would like to see logs in string format in log viewer</p>
<p>EventLogger.logEvent( GUID, &#8220;MyAccount :: main&#8221;.getBytes(), EventLogger.ALWAYS_LOG );</p>
<p>// Once EventLogger is registered in any application, it can be used in any class in that application using same GUID as shown below.<br />
EventLogger.logEvent( GUID, &#8220;MyAccount :: main Background &#8220;.getBytes(), EventLogger.ALWAYS_LOG );<br clear="all" /><font color="#888888"> </font></p>
<p><em><strong>   How to View Logs. </strong></em></p>
<p>- <span style="font-size: 10pt"><font>From the BlackBerry Home Screen, hold down the alt key and press <strong>LGLG</strong>. This will launch the BlackBerry Event Log; </font></span></p>
<p>Reference <a href="http://www.blackberry.com/developers/docs/5.0.0api/net/rim/device/api/system/EventLogger.html" title="EventLogger Class Link"><em>http://www.blackberry.com/developers/docs/5.0.0api/net/rim/device/api/system/EventLogger.html </em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cookwireless.com/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>Location based Services in Mobiles (GPS/AGPS)</title>
		<link>http://www.cookwireless.com/?p=26</link>
		<comments>http://www.cookwireless.com/?p=26#comments</comments>
		<pubDate>Mon, 04 Oct 2010 19:58:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[GPS]]></category>

		<guid isPermaLink="false">http://www.cookwireless.com/?p=26</guid>
		<description><![CDATA[@font-face {   font-family: "Courier New"; }@font-face {   font-family: "Times"; }@font-face {   font-family: "Wingdings"; }@font-face {   font-family: "Cambria"; }p.MsoNormal, li.MsoNormal, div.MsoNormal { margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: "Times New Roman"; }p { margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Times New Roman"; }p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph { [...]]]></description>
			<content:encoded><![CDATA[<style>@font-face {   font-family: "Courier New"; }@font-face {   font-family: "Times"; }@font-face {   font-family: "Wingdings"; }@font-face {   font-family: "Cambria"; }p.MsoNormal, li.MsoNormal, div.MsoNormal { margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: "Times New Roman"; }p { margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Times New Roman"; }p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph { margin: 0in 0in 0.0001pt 0.5in; font-size: 12pt; font-family: "Times New Roman"; }p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst { margin: 0in 0in 0.0001pt 0.5in; font-size: 12pt; font-family: "Times New Roman"; }p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle { margin: 0in 0in 0.0001pt 0.5in; font-size: 12pt; font-family: "Times New Roman"; }p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast { margin: 0in 0in 0.0001pt 0.5in; font-size: 12pt; font-family: "Times New Roman"; }div.Section1 { page: Section1; }ol { margin-bottom: 0in; }ul { margin-bottom: 0in; }</style>
<p class="MsoNormal"><strong><sub><span style="font-size: 18pt; font-variant: small-caps">Location based services in Mobiles (GPS/AGPS)</span></sub></strong></p>
<p class="MsoNormal">&nbsp;</p>
<p style="margin: 0.1pt 0in">One of the most important features in today’s mobile phones is LBS (location based services). Service that let you find the device&#8217;s current location. This includes technologies like GPS/AGPS.</p>
<p style="margin: 0.1pt 0in">&nbsp;</p>
<p style="margin: 0.1pt 0in">What is GPS and AGPS?</p>
<p style="margin: 0.1pt 0in">These are two ways through which device can calculate its current location. GPS means Global positioning System and AGPS means Assisted Global positioning System.</p>
<p style="margin: 0.1pt 0in">&nbsp;</p>
<p class="MsoNormal">How location is expressed on electronic MAP?</p>
<p style="margin: 0.1pt 0in">Latitude, longitude and Altitude are the values to express location.</p>
<p style="margin: 0.1pt 0in">&nbsp;</p>
<p class="MsoNormal">How GPS calculates devices location?</p>
<p class="MsoNormal">There are different ways GPS can calculates devices location. <span> </span>These are also called GPS Modes. The GPS modes that the application uses to retrieve location information can affect the initial speed of the GPS Fix and level of accuracy. GPS Modes includes.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoListParagraphCxSpFirst" style="margin-left: 21pt; text-indent: -0.25in"><span><span>-<span style="font: 7pt 'Times New Roman'">       </span></span></span>Autonomous</p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left: 21pt; text-indent: -0.25in"><span><span>-<span style="font: 7pt 'Times New Roman'">       </span></span></span>Assisted.</p>
<p class="MsoListParagraphCxSpLast" style="margin-left: 21pt; text-indent: -0.25in"><span><span>-<span style="font: 7pt 'Times New Roman'">       </span></span></span>Cell Cite.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoListParagraphCxSpFirst" style="text-indent: -0.25in"><span><span>1.<span style="font: 7pt 'Times New Roman'">     </span></span></span>Autonomous -&gt; This mode mainly relies on GPS positioning satellites. Example of autonomous GPS system are , Car navigation systems.</p>
<p class="MsoListParagraphCxSpMiddle">&nbsp;</p>
<p class="MsoListParagraphCxSpLast" style="text-indent: -0.25in"><span><span>2.<span style="font: 7pt 'Times New Roman'">     </span></span></span>Assisted -&gt; This mode relies on GPS positioning satellites and servers on the wireless network. AGPS is basically a technology that provides additional function to full blown GPS Chipset.<span>  </span>Example of AGPS systems is “Modern Mobile handsets based GPS. (Google’s navigation application for android based handsets.)”</p>
<p class="MsoNormal" style="margin-left: 0.25in">&nbsp;</p>
<p class="MsoListParagraph" style="text-indent: -0.25in"><span><span>3.<span style="font: 7pt 'Times New Roman'">     </span></span></span>Cell cite. There are ways location can be calculated from mobile cell sites ID as well. Google has web based API available that can calculates location based on Cell Site of the handset.</p>
<p class="MsoListParagraph" style="text-indent: -0.25in">&nbsp;</p>
<p class="MsoListParagraph" style="text-indent: -0.25in">
<style>@font-face {   font-family: "Cambria"; }p.MsoNormal, li.MsoNormal, div.MsoNormal { margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: "Times New Roman"; }div.Section1 { page: Section1; }</style>
</p>
<p class="MsoNormal">1. <span><span><span style="font: 7pt 'Times New Roman'"></span></span></span>Autonomous GPS-&gt;</p>
<p>There are factors that play its role in location calculation.</p>
<p class="MsoNormal"> <a title="GPS Status Image"><img src="http://www.cookwireless.com/wp-content/uploads/2010/10/gps_status.png" title="GPS Status Image" alt="GPS Status Image" height="465" width="326" /></a></p>
<p class="MsoNormal"><strong>First Fix -&gt;</strong> <a title="GPS Status Image">. </a>As shown in the image below. Status screen of GPS satellites’ Status screen shows 2 circles with numbers seemingly located at random over the top of them. These numbers represents the expected locations for satellites at your location and time. Knowing the approximate location and satellite number for the expected satellites aids in determining your first fix. This implies that unit must already think it knows your approximate location and approximate time.</p>
<p class="MsoNormal"><span>        </span>The approximate location of all the satellites is stored in the machine in what is called Almanac. The Almanac provides the data you see on the screen and aids the GPS by letting it know which satellites are likely to be available. The almanac data is usually good for 3 months and updated automatically when unit is on.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><strong>Cold Start -&gt;</strong> First time you turn on the GPS unit, it must perform a cold start. To perform a successful cold start it must have current almanac (a reasonable expectation of its current location and reasonable idea of current time). Given the data the only thing it need in order to calculate a fix is 3 or 4 satellite. The data it needs is called ephemeris data and this data is transmitted every 30 second from the satellite in consultation. It takes 18 seconds to download this information because it is only being downloaded at 50bps.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><strong>Warm Start -&gt;</strong> If you turn your GPS unit off and turn it back again, you will notice that it is able to compute a fix much quicker than it first calculated. The ephemeris data is valid for 4 hrs. considering that sattelite makes a full orbit in 12 hrs and earth is moving underneath.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">2.  <span><span><span style="font: 7pt 'Times New Roman'"></span></span></span>Assisted AGPS -&gt; In Assisted GPS mode GPS system takes assistance from network servers to determine location. Please follow the image AGPS Picture. <a title="AGPS Picture"></a></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><a title="AGPS Picture"><img src="http://www.cookwireless.com/wp-content/uploads/2010/10/agps.png" title="AGPS Picture" alt="AGPS Picture" height="726" width="699" />.</a></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><a title="AGPS Picture">This is mainly used in mobile phones, This is more reliable then autonomous GPS. Location is calculated faster then autonomous. Some AGPS devices work even beyond network range. but most of then just cease working. Advantages of AGPS over normal GPS.</a></p>
<p class="MsoNormal"> - Faster location acquisition.</p>
<p class="MsoNormal"> - Less processing power required of device.</p>
<p class="MsoNormal"> - Saves battery.</p>
<p class="MsoNormal"> - Location acquisition indoors, or in non optimal environments. e.g. in tall buildings or in cloudy situations.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"> 3.Cell Cite -&gt; location can be calculated from Cell cites id. there is google api available for calculating location from cell id, an example of this is given below. This is best suited for devices those doesnt have GPS receiver in them.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">It was little bit about location. How it is calculated and what are the factors affecting in calculation of location in various modes. Now in mobiles there are various platforms in which location can be calculated.</p>
<p class="MsoNormal">1. J2me -&gt; cellid , and LBS - JSR 179 .</p>
<p class="MsoNormal">2. RIM -&gt; cellid, JSR 179</p>
<p class="MsoNormal">3. Google Android -&gt; cellid, Google Location manger, Google map api.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><em>1. Location Calculation in J2ME</em></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">   // Method for Location calculation in JSR 179.</p>
<p class="MsoNormal">  public void checkLocation() throws Exception {<br />
String string;<br />
Location l;<br />
LocationProvider lp;<br />
Coordinates c;<br />
// Set criteria for selecting a location provider:<br />
// accurate to 500 meters horizontally<br />
Criteria cr= new Criteria();<br />
cr.setHorizontalAccuracy(5000);<br />
cr.setVerticalAccuracy(5000);</p>
<p>// Get an instance of the provider<br />
lp= LocationProvider.getInstance(cr);</p>
<p>// Request the location, setting a one-minute timeout<br />
l = lp.getLocation(120);<br />
c = l.getQualifiedCoordinates();</p>
<p>if(c != null ) {<br />
// Use coordinate information<br />
double lat = c.getLatitude();<br />
double lon = c.getLongitude();<br />
string = &#8220;\nLatitude : &#8221; + lat + &#8220;\nLongitude : &#8221; + lon;<br />
new GetData(midlet,lat,lon).start();<br />
} else {<br />
string =&#8221;Location API failed&#8221;;<br />
}<br />
formRunning.append(&#8221;Obtained coordinates&#8230;&#8221;);<br />
midlet.displayString(string);<br />
}</p>
<p class="MsoNormal"><a href="http://mobilepit.com/category/j2me-javame/location-api-j2me-javame" title="GeoCoding or Reverse Geocoding Example" target="_blank"><em>Geocoding or reverse geocoding examples / service can be found at following link . </em></a></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><em> 2. Method for location calculation in RIM (Blackberry platform)</em></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">You can get location in blackberry using following methods. In Blackberry devices JSR 179 is available from 4.0.2 onwards and from5.0 onwards JSR 179 extension is also abailable.That provides certain extra features.</p>
<pre><span id="support">/* JSR 179 */ </span></pre>
<pre><span id="support">Criteria myCriteria = new Criteria();</span></pre>
<pre><span id="support">/* JSR 179 extension */</span></pre>
<pre><span id="support">BlackBerryCriteria myBlackBerryCriteria = new BlackBerryCriteria(…);</span></pre>
<pre></pre>
<pre><span id="support">/** Single location fix*/</span></pre>
<pre><span id="support">/* JSR 179 */</span></pre>
<pre><span id="support">Location myLoc = myProvider.getLocation(…);</span></pre>
<pre><span id="support">/* JSR 179 extension */ </span></pre>
<pre><span id="support"> BlackBerryLocation myBlackBerryLoc = myBlackBerryProvider.getLocation(…);</span></pre>
<pre><span id="support">/** Continuous location fixes  */</span></pre>
<pre><span id="support">/* JSR 179 */ </span></pre>
<pre><span id="support">myProvider.setLocationListener(…);</span></pre>
<pre><span id="support">/* JSR 179 extension */ </span></pre>
<pre><span id="support">myBlackBerryProvider.setLocationListener(…);</span><span id="support"></span></pre>
<pre><span id="support">/* JSR 179 */ </span></pre>
<pre><span id="support">double lat = myLoc.getQualifiedCoordinates().getLatitude();</span></pre>
<pre><span id="support">double lng = myLoc.getQualifiedCoordinates().getLongitude(); </span></pre>
<pre><span id="support">double alt = myLoc.getQualifiedCoordinates().getAltitude();  </span></pre>
<pre><span id="support">/* JSR 179 extension */ </span></pre>
<pre><span id="support">double lat = myBlackBerryLoc.getQualifiedCoordinates().getLatitude(); </span></pre>
<pre><span id="support">double lng = myBlackBerryLoc.getQualifiedCoordinates().getLongitude(); </span></pre>
<pre><span id="support">double alt = myBlackBerryLoc.getQualifiedCoordinates().getAltitude();</span></pre>
<pre></pre>
<pre><span id="support">
</span></pre>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><a href="http://www.blackberry.com/developers/docs/6.0.0api/lbs-summary.html#GPS" title="Blackberry Location calculation. " target="_blank"><em> http://www.blackberry.com/developers/docs/6.0.0api/lbs-summary.html#GPS</em></a></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><em>3. Method for location calculation in Android </em></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"> In Android location capabilities can be added into application using package android.location. The main component of location framework is <strong><em>LocationManager</em></strong> a system service. As other system services locationmanager can not be directly instantiated.  We can request an instance from system by calling getSystemService(Context.LOCATION_SERVICE).</p>
<p class="MsoNormal">&nbsp;</p>
<pre>                // Get the location manager
		<strong>locationManager = (LocationManager) getSystemService(LOCATION_SERVICE);</strong>

		// List all providers:
		List&lt;String&gt; providers = <strong>locationManager.getAllProviders()</strong>;
		for (String provider : providers) {
			printProvider(provider);
		}

		Criteria criteria = new Criteria();
		bestProvider = <strong>locationManager.getBestProvider(criteria, false)</strong>;
		output.append(&#8221;nnBEST Provider:n&#8221;);
		printProvider(bestProvider);

		output.append(&#8221;nnLocations (starting with last known):&#8221;);
		Location location = <strong>locationManager.getLastKnownLocation(bestProvider)</strong>;</pre>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><a href="http://developer.android.com/guide/topics/location/obtaining-user-location.html" title="Android Location Based Services ... " target="_blank"> http://developer.android.com/guide/topics/location/obtaining-user-location.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cookwireless.com/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>Tool for android Views and Layout.</title>
		<link>http://www.cookwireless.com/?p=24</link>
		<comments>http://www.cookwireless.com/?p=24#comments</comments>
		<pubDate>Mon, 15 Mar 2010 21:47:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.cookwireless.com/?p=24</guid>
		<description><![CDATA[&#8220;hierarchyviewer&#8221;
e.g. Usage
$ hierarchyviewer
A GUI tool will appear that will show devices on left hand side and running packages on right hand side. TO see how the View hierarchy looks like select Device first. then what package you are interested in and finally Load View Hierarchy  button. It might take 3- 5 seconds to appear.
]]></description>
			<content:encoded><![CDATA[<p><em><strong>&#8220;hierarchyviewer&#8221;</strong></em></p>
<p>e.g. Usage</p>
<p>$ hierarchyviewer</p>
<p>A GUI tool will appear that will show devices on left hand side and running packages on right hand side. TO see how the View hierarchy looks like select <strong>Device</strong> first. then what <strong>package</strong> you are interested in and finally <strong>Load View Hierarchy</strong>  button. It might take 3- 5 seconds to appear.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cookwireless.com/?feed=rss2&amp;p=24</wfw:commentRss>
		</item>
		<item>
		<title>Working with ADB shell.</title>
		<link>http://www.cookwireless.com/?p=23</link>
		<comments>http://www.cookwireless.com/?p=23#comments</comments>
		<pubDate>Mon, 15 Mar 2010 21:36:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.cookwireless.com/?p=23</guid>
		<description><![CDATA[ADB &#8212; (Android Debug Bridge)
As the name says, its a complete tool for ondevice debugging. It provides access to device data.
- let it be accessing different databases on device those are created by different applications. Imp for accessing data/data directory on Device your device has to be dev rooted.
e.g. for accessing databases on android, One [...]]]></description>
			<content:encoded><![CDATA[<p>ADB &#8212; (Android Debug Bridge)</p>
<p>As the name says, its a complete tool for ondevice debugging. It provides access to device data.</p>
<p>- let it be accessing different databases on device those are created by different applications. Imp for accessing data/data directory on Device your device has to be dev rooted.</p>
<p>e.g. for accessing databases on android, One need to go to data</p>
<p>From command line</p>
<p>&gt; adb shell</p>
<p>you are in a android shell.</p>
<p>&gt; cd data/data</p>
<p>&gt;cd application.package.name</p>
<p>cd databases</p>
<p>then use <strong>sqlite3</strong> utility for opening xxx.db</p>
<p>e.g. &gt; sqlite3  xxx.db</p>
<p>SQLite version 3.5.9<br />
Enter &#8220;.help&#8221; for instructions</p>
<p>If you want to see tables in the xxx.db<br />
sqlite&gt; .tables;</p>
<p>- A good source of adb command and its usage is</p>
<p>http://android-dls.com/wiki/index.php?title=ADB</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cookwireless.com/?feed=rss2&amp;p=23</wfw:commentRss>
		</item>
		<item>
		<title>How to Use MapActivity in Android</title>
		<link>http://www.cookwireless.com/?p=22</link>
		<comments>http://www.cookwireless.com/?p=22#comments</comments>
		<pubDate>Mon, 15 Mar 2010 20:53:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.cookwireless.com/?p=22</guid>
		<description><![CDATA[Getting Map View to work. A Five Step process &#8230;

1. use java &#8220;keytool&#8221; to generate Test Application RSA certificate.
Windows: Mac: Terminal
$ keytool -genkey -v -keystore my-release-key.keystore -alias alias_name  -keyalg RSA -validity 10000
Now Generate MD5 Entry &#8212; with following Line &#8230;
$ keytool -list -keystore my-release-key.keystore
It will give result in this form
alias_name, Dec 14, 2009, keyEntry,
Certificate [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Getting Map View to work. A Five Step process &#8230;</strong></p>
<p><strong><br />
<em>1. use java &#8220;keytool&#8221; to generate Test Application RSA certificate.</em></strong></p>
<p>Windows: Mac: Terminal<br />
$ keytool -genkey -v -keystore my-release-key.keystore -alias alias_name  -keyalg RSA -validity 10000</p>
<p>Now Generate MD5 Entry &#8212; with following Line &#8230;</p>
<p>$ keytool -list -keystore my-release-key.keystore</p>
<p>It will give result in this form<br />
alias_name, Dec 14, 2009, keyEntry,<br />
Certificate fingerprint (MD5):  DC:00:83:C0:8A:A5:D4:DB:E9:CE:C6:25:6A:E2:70:EB</p>
<p><strong><em>2. Now we need to put our key in following link</em></strong></p>
<p>http://code.google.com/android/maps-api-signup.html</p>
<p>The key will be generated in this format on this webpage&#8230;<br />
e.g. Your key is:    0ui8F2Ff_e83ArP9HG9JjCeLcRm6WzJu3z7rnGQ</p>
<p>The above generated key would be good for all apps signed with your  certificate whose fingerprint is:</p>
<p>DC:00:83:C0:8A:A5:D4:DB:E9:CE:C6:25:6A:E2:70:EB</p>
<p><em><strong>3. Create Following XML-UI<br />
</strong></em></p>
<p><com.google.android.maps.mapview>&lt;com.google.android.maps.MapView<br />
android:layout_width=&#8221;fill_parent&#8221;<br />
android:layout_height=&#8221;fill_parent&#8221;<br />
android:apiKey=&#8221;0ui8F2Ff_e83ArP9HG9JjCeLcRm6WzJu3z7rnGQ&#8221;<br />
/&gt;</com.google.android.maps.mapview></p>
<p><em><strong>4. Manifest entry for MapView Activity. </strong></em></p>
<p>&lt;uses-library android:name=&#8221;com.google.android.maps&#8221; /&gt;</p>
<p>&lt;activity android:name=&#8221;.MAPViewActivity&#8221; android:label=&#8221;@string/app_name&#8221;&gt;<br />
&lt;intent-filter&gt;<br />
&lt;action android:name=&#8221;android.intent.action.DEFAULT&#8221; /&gt;<br />
&lt;category android:name=&#8221;android.intent.category.VIEW&#8221; /&gt;<br />
&lt;/intent-filter&gt;<br />
&lt;/activity&gt;</p>
<p>5. <em><strong>Finally  MapViewActivity</strong></em></p>
<p>public class MAPViewActivity &lt;ZoomButtonsController&gt; extends MapActivity{</p>
<p>public static String TAG = &#8220;MAPViewActivity&#8221;;</p>
<p>MapView         myMapView       = null;<br />
MapController   myMC            = null;<br />
GeoPoint        geoPoint        = null;</p>
<p>@Override<br />
public void onCreate(Bundle savedInstanceState) {<br />
super.onCreate(savedInstanceState);</p>
<p>// Make sure On this page there will be no window title &#8230;<br />
requestWindowFeature(Window.FEATURE_NO_TITLE);</p>
<p>activity = this;<br />
setContentView(R.layout.viewmap);</p>
<p>myMapView = (MapView)this.findViewById(R.id.mymapview);<br />
// Get your zoom controler ui through xml &#8230;.</p>
<p>myMapView.setBuiltInZoomControls(true);</p>
<p>Bundle bndl  = activity.getIntent().getExtras();</p>
<p>Double latitude  = (Double)bndl.get(ApplicationContants.KEY_ID_TO_LATITUDE);<br />
Double longitude  = (Double) bndl.get(ApplicationContants.KEY_ID_TO_LONGITUDE);<br />
int lat = latitude.intValue();<br />
int lon = longitude.intValue();</p>
<p>GeoPoint point = new GeoPoint(lat,lon);</p>
<p>MapController mc = myMapView.getController();</p>
<p>mc.animateTo(point);</p>
<p>mc.setZoom(17);</p>
<p>List&lt;Overlay&gt; mapOverlays = myMapView.getOverlays();<br />
Drawable drawable = this.getResources().getDrawable(R.drawable.androidmarker);</p>
<p>// This helps using<br />
MAPOverlayObject itemizedoverlay = new MAPOverlayObject(drawable,this);</p>
<p>OverlayItem overlayitem = new OverlayItem(point, &#8220;Ola !&#8221;, &#8220;I&#8217;m in Richmond VA!&#8221;);<br />
// Add Overlay to ItemizedOverlay and ItemizedOverlay to mapOverlay &#8230;<br />
itemizedoverlay.addOverlay(overlayitem);<br />
mapOverlays.add(itemizedoverlay);</p>
<p>myMapView.invalidate();</p>
<p>}<br />
@Override<br />
protected boolean isRouteDisplayed() {<br />
return false;<br />
}</p>
<p>@Override<br />
public boolean onKeyDown(int keyCode, KeyEvent event) {<br />
if (keyCode == KeyEvent.KEYCODE_I) {<br />
myMapView.getController().setZoom(myMapView.getZoomLevel() + 1);<br />
return true;<br />
} else if (keyCode == KeyEvent.KEYCODE_O) {<br />
myMapView.getController().setZoom(myMapView.getZoomLevel() - 1);<br />
return true;<br />
} else if (keyCode == KeyEvent.KEYCODE_S) {<br />
myMapView.setSatellite(true);<br />
return true;<br />
} else if (keyCode == KeyEvent.KEYCODE_M) {<br />
myMapView.setSatellite(false);<br />
return true;<br />
}<br />
super.onKeyDown(keyCode, event);<br />
return false;<br />
}</p>
<p>@Override<br />
public void onStart(){<br />
super.onStart();<br />
}</p>
<p>@Override<br />
public void onDestroy(){<br />
super.onDestroy();<br />
}</p>
<p>@Override<br />
protected void onResume() {<br />
super.onResume();</p>
<p>}</p>
<p>}</p>
<p>Reference: -<a href="http://mobiforge.mobi/developing/story/using-google-maps-android?dm_switcher=true" target="_blank">http://mobiforge.mobi/developing/story/using-google-maps-android?dm_switcher=true</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cookwireless.com/?feed=rss2&amp;p=22</wfw:commentRss>
		</item>
		<item>
		<title>Using GPS features in your Android Application</title>
		<link>http://www.cookwireless.com/?p=17</link>
		<comments>http://www.cookwireless.com/?p=17#comments</comments>
		<pubDate>Fri, 19 Dec 2008 19:29:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.cookwireless.com/?p=17</guid>
		<description><![CDATA[

    
Little Bit of Background to run GPS example in android device.
1. To add GPS Functionality in your Android application, you will have to add the ACCESS_FINE_LOCATION  permission to the androidManifest.xml
     e.g.
&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&#62;
&#60;manifest xmlns:android=&#8221;http://schemas.android.com/apk/res/android&#8221;    package=&#8221;net.learn2develop.GPS&#8221;&#62;        &#60;uses-permission [...]]]></description>
			<content:encoded><![CDATA[<p><meta name="ProgId" content="Word.Document" /><meta name="Generator" content="Microsoft Word 11" /><meta name="Originator" content="Microsoft Word 11" /></p>
<link href="file:///C:%5CDOCUME%7E1%5Cachabra%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml" rel="File-List" />
<style>   <!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --> </style>
<p class="MsoNormal">Little Bit of Background to run GPS example in android device.</p>
<p>1. To add GPS Functionality in your Android application, you will have to add the <strong>ACCESS_FINE_LOCATION</strong><span>  </span>permission to the <strong>androidManifest.xml</strong></p>
<p class="MsoNormal"><span>     </span>e.g.</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;</p>
<p><span></span>&lt;manifest xmlns:android=&#8221;http://schemas.android.com/apk/res/android&#8221;<span>    </span>package=&#8221;net.learn2develop.GPS&#8221;&gt;<span>    </span><span>    </span>&lt;uses-permission <span>        </span>android:name=&#8221;android.permission.ACCESS_FINE_LOCATION&#8221; /&gt;<span></span></p>
<p><span></span><span></span>&lt;application android:icon=&#8221;@drawable/icon&#8221; <span>        </span>android:label=&#8221;@string/app_name&#8221;&gt;<span></span></p>
<p><span>        </span>&lt;activity android:name=&#8221;.GPS&#8221; android:label=&#8221;@string/app_name&#8221;&gt;</p>
<p><span>            </span>&lt;intent-filter&gt;</p>
<p><span>                </span>&lt;action android:name=&#8221;android.intent.action.MAIN&#8221; /&gt;<span>   </span></p>
<p><span>             </span>&lt;category android:name=&#8221;android.intent.category.LAUNCHER&#8221; /&gt;<span> </span></p>
<p><span>           </span>&lt;/intent-filter&gt;<span> </span></p>
<p><span>       </span>&lt;/activity&gt;<span></span></p>
<p><span>      </span>&lt;/application&gt;</p>
<p class="MsoNormal"><span>    </span>&lt;/manifest&gt;</p>
<p>2. In Android, Loc based services are provided by the</p>
<p class="MsoNormal"><span></span>&#8211; <strong>LocationManager</strong> class in <strong>android.location</strong> package.</p>
<p><span>    </span>Your device can obtain periodic updates of the device&#8217;s geographical locations.<span>    </span>Android application fires intent when it enters the proximity of a certain location.</p>
<p class="MsoNormal"><span>    </span></p>
<p class="MsoNormal">3. Connect to android console to give commands to androids host (e.g. Emulator or device)…</p>
<p style="text-indent: 0.5in" class="MsoNormal">tools&gt;telnet</p>
<p style="text-indent: 0.5in" class="MsoNormal"><span></span>telnet&gt; 0 localhost 5554</p>
<p style="text-indent: 0.5in" class="MsoNormal">(this will connect to the currently active device&#8230;.)</p>
<p style="text-indent: 0.5in" class="MsoNormal">geo fix -77.230488 38.916336</p>
<p style="text-indent: 0.5in" class="MsoNormal"> <a href="http://www.cookwireless.com/?p=17#more-17" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cookwireless.com/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>MIT Courses</title>
		<link>http://www.cookwireless.com/?p=16</link>
		<comments>http://www.cookwireless.com/?p=16#comments</comments>
		<pubDate>Fri, 19 Dec 2008 18:53:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cookwireless.com/?p=16</guid>
		<description><![CDATA[

  

MIT Open course ware  is the right place for getting knowledge online.
 
http://ocw.mit.edu/OcwWeb/web/home/home/index.htm
 
There are many courses from all streams that could be of our potential interest.
I have interest in computer science and Alternative energy resources. And I found my world here. .. so don’t take time just go ahead and look for your horizon.
 
 
Amit
]]></description>
			<content:encoded><![CDATA[<p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="ProgId" content="Word.Document" /><meta name="Generator" content="Microsoft Word 11" /><meta name="Originator" content="Microsoft Word 11" /></p>
<link href="file:///C:%5CDOCUME%7E1%5Cachabra%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml>  <w:WordDocument>   <w:View>Normal</w:View>   <w:Zoom>0</w:Zoom>   <w:PunctuationKerning/>   <w:ValidateAgainstSchemas/>   <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>   <w:IgnoreMixedContent>false</w:IgnoreMixedContent>   <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>   <w:Compatibility>    <w:BreakWrappedTables/>    <w:SnapToGridInCell/>    <w:WrapTextWithPunct/>    <w:UseAsianBreakRules/>    <w:DontGrowAutofit/>   </w:Compatibility>   <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>  </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml>  <w:LatentStyles DefLockedState="false" LatentStyleCount="156">  </w:LatentStyles> </xml><![endif]--><br />
<style> <!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} a:link, span.MsoHyperlink 	{color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{color:purple; 	text-decoration:underline; 	text-underline:single;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --> </style>
<p><!--[if gte mso 10]><br />
<style>  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} </style>
<p> <![endif]--></p>
<p class="MsoNormal">MIT Open course ware <span> </span>is the right place for getting knowledge online.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><a href="http://ocw.mit.edu/OcwWeb/web/home/home/index.htm">http://ocw.mit.edu/OcwWeb/web/home/home/index.htm</a></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">There are many courses from all streams that could be of our potential interest.</p>
<p class="MsoNormal">I have interest in computer science and Alternative energy resources. And I found my world here. .. so don’t take time just go ahead and look for your horizon.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Amit</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cookwireless.com/?feed=rss2&amp;p=16</wfw:commentRss>
		</item>
		<item>
		<title>Little bit about Android&#8230;</title>
		<link>http://www.cookwireless.com/?p=15</link>
		<comments>http://www.cookwireless.com/?p=15#comments</comments>
		<pubDate>Thu, 13 Nov 2008 07:24:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.cookwireless.com/?p=15</guid>
		<description><![CDATA[I want to say enjoy your android walk through with these android notes &#8230;
Know How / Android Platform ..  
Dalvik virtual machine
 Android use DVM (Dalvik Virtual Machine.) Following are some points  on DVM and android relation&#8230;.
1. byte code vm similar to JVM
2. .dex byte code files -&#62; java class files got converted into .dex files.
3. [...]]]></description>
			<content:encoded><![CDATA[<p>I want to say enjoy your android walk through with these android notes &#8230;</p>
<p align="center"><strong>Know How / Android Platform ..  </strong></p>
<p align="left"><strong>Dalvik virtual machine</strong></p>
<p> Android use DVM (Dalvik Virtual Machine.) Following are some points  on DVM and android relation&#8230;.</p>
<p>1. byte code vm similar to JVM<br />
2. .dex byte code files -&gt; java class files got converted into .dex files.<br />
3. In Every process run in it&#8217;s own Dalvik VM runtime.<br />
4. Mobstr cpus are register based so dalvik cuts over head<br />
.dex allows proicesses to share system classes saves memory<br />
5. Integrating and Extending the existing components &#8230;<br />
Integrating existing components &#8211;&gt;<br />
Fire Intent and pick one of the already available set of library which we need for<br />
example    &#8211;&gt; Gmail wants photo and it integrate picasa lib for picking photos &#8230;<br />
6. Android has flushed issue tracker<br />
http://code.google.com/p/android<br />
Group for discussion &#8230;.<br />
http://code.google.com/groups.html<br />
7. Bluetooth API &#8211;&gt; Is part of the Android API..</p>
<p align="left"><strong>  Introduction to SDK</strong></p>
<p>  Concepts &#8230;. Application building blocks , There are Four building blocks of every android application. Every android application can have one of these or all of these in it.</p>
<p>1. Activity &#8211;&gt; UI Components &#8230;<br />
2. Intent Receivers &#8211;&gt; Pices of code responds to notifications or status changes<br />
3. Services &#8211;&gt; dont have UI and runs in backgrounds ..<br />
4. Content Provider &#8211;&gt; Provide Handel to Deal with Data.</p>
<p>Some More Detail on these Building blocks</p>
<p><strong>    1/ Activity &#8211;&gt; </strong><br />
1/ Can be faceless<br />
2/ can be in a floating window<br />
3/ Can return a value.<br />
4/ Can be embedded.</p>
<p><strong>Views </strong>- Used for building android screens&#8230;</p>
<p>1. TextView EditText, Button, Image View<br />
CheckBox, Lists<br />
2. Every activity has a tree of views<br />
1. view can be in xml<br />
2. view can be instantiated from code.<br />
3. support xml based styles and themes.</p>
<p><strong>Layouts</strong></p>
<p>1.  FrameLayout<br />
2.    Linear layout<br />
3.    RelativeLayout<br />
4.    TableLayout<br />
5.    AbsoluteLayout view given specific layout</p>
<p><strong>   2/ Intents and Intents Filers</strong></p>
<p><strong>Intents description what you want to do.        </strong><br />
- Moving from one screen to another screen (we can declare intents what will do following task&#8230;)<br />
- Caller calles startActivity(myintent),<br />
- System picks Activity whose IntentFilter best matches myIntent.<br />
- New Activity is informed of the Intent.<br />
<strong>Intent Receivers</strong><br />
- Respond to alarms and notifications<br />
- Will wake up your process if necessary<br />
- System can broadcast intents : data <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="ProgId" content="Word.Document" /><meta name="Generator" content="Microsoft Word 11" /><meta name="Originator" content="Microsoft Word 11" /></p>
<link href="file:///C:%5CDOCUME%7E1%5Cachabra%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml>  <w:WordDocument>   <w:View>Normal</w:View>   <w:Zoom>0</w:Zoom>   <w:PunctuationKerning/>   <w:ValidateAgainstSchemas/>   <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>   <w:IgnoreMixedContent>false</w:IgnoreMixedContent>   <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>   <w:Compatibility>    <w:BreakWrappedTables/>    <w:SnapToGridInCell/>    <w:WrapTextWithPunct/>    <w:UseAsianBreakRules/>    <w:DontGrowAutofit/>   </w:Compatibility>   <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>  </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml>  <w:LatentStyles DefLockedState="false" LatentStyleCount="156">  </w:LatentStyles> </xml><![endif]--><br />
<style> <!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --> </style>
<p><!--[if gte mso 10]></p>
<style>  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} </style>
<p> <![endif]--><span style="font-size: 12pt; font-family: 'Times New Roman'">connections</span>, phone state changes, etc.<br />
- Intent receivers can start Services for lengthy tasks(e.g downloading new data).<br />
- IntentReceivers in AndroiidManifest.xml<br />
- Can also attach Intent Receivers to other objects so they can receive notifications( Activities , Views etc.)</p>
<p><strong> 3/ Services </strong></p>
<p>- Faceless classes that run in the background.<br />
- Music player , network download, etc.<br />
- Services run in your applications process or their own process.<br />
- your code can bind to Services in your process or another process.<br />
- Once bound, you communicates with Services using a remotable interface defined in IDL.</p>
<p><strong> 4/ Content Providers</strong></p>
<p>- enabling data sharing across Applications .<br />
- Query data (Returns Cursor)<br />
- delete , Update , and insert rows.<br />
- Hide underlaying implementation<br />
- Work across processes.<br />
- All content is rep by URI&#8217;s<br />
- Convenience methods mean clients dont&#8217; need to know syntax</p>
<p align="center"> <strong>Application Life Cycle &#8230;</strong></p>
<p align="left">        - Applications run in their own processes.<br />
- Processes are started and stopped as needed to run an app components Process.</p>
<p><strong>         Life cycle Methods &#8230;    </strong><br />
onCreate() &#8211;&gt; we can check revive all the states when we get back to here &#8230;.<br />
onPause()  &#8211;&gt; we would like to pause and save all of our states &#8230;.<br />
onStop()    &#8211;&gt; we like to close services or other system resources that we have acquired.</p>
<p align="left"> -  There is a limit for amt of computations in onCreate() or lifeCycle Methods So be careful while using them and decide  what to put what not to put &#8230;..</p>
<p align="left">&nbsp;</p>
<p align="left"><strong> Other API&#8217;s in Android </strong></p>
<p>1. 2D Graphics &#8230;.<br />
We can build custon graphics components &#8230;.</p>
<p>2. Location Manager<br />
-    Applicationa can refister for notifications of current locations<br />
-  Can register for app specific Intents to be fired based on proximity.<br />
- We can register with location manager for particular loc so that we can get to know the location<br />
- Track files &#8230;  lugia@mit.edu (Anh Nguyen) xml file containing lat long, or google earth file &#8230;<br />
- Map view , MapActivity,</p>
<p>3. Media Support &#8230;<br />
- Play back and record media files<br />
- Audio , Pictures and video<br />
- Codec&#8217;s still being decided (mp4, wma etc &#8230;.)</p>
<p>- Access through intents<br />
Stream from a URL<br />
Set MIME type to help decide action</p>
<p>- Also class level API<br />
Embed playback<br />
Recording.<br />
- Streaming through RTP</p>
<p>4. XMPP Service &#8211;&gt; we can use GTalk service &#8230;.<br />
logged-in to Gtalk -&gt; we can send messages to friends &#8230;</p>
<p>5. Application management services &#8230;</p>
<p>6. LowLevel H/W API&#8217;s<br />
- API&#8217;s not yet available.<br />
- Accessing Bluetooth.<br />
- Accessing Wifi.</p>
<p align="left">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cookwireless.com/?feed=rss2&amp;p=15</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Visiual studio plugin for Blackberry.</title>
		<link>http://www.cookwireless.com/?p=14</link>
		<comments>http://www.cookwireless.com/?p=14#comments</comments>
		<pubDate>Thu, 16 Aug 2007 03:36:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[J2me]]></category>

		<guid isPermaLink="false">http://www.cookwireless.com/?p=14</guid>
		<description><![CDATA[The BlackBerry® Plug-in for Microsoft® Visual Studio® allows Microsoft® based developer to develop wirelessly enable applications for BlackBerry® smartphones. Download the Plug-in.
Key benefits for developers include:

Familiar development experience — Plugs into an existing Microsoft Visual Studio 2005 development environment, providing a familiar experience for .NET developers to create rich client applications for the BlackBerry platform.


Seamless [...]]]></description>
			<content:encoded><![CDATA[<p>The BlackBerry® Plug-in for Microsoft® Visual Studio® allows Microsoft® based developer to develop wirelessly enable applications for BlackBerry® smartphones. Download the <a target="_blank" href="http://na.blackberry.com/eng/developers/downloads/mvsplugin.jsp?CPID=EMC-BBVSQ2-07-2&amp;cp=EMC-BBVSQ2-07-2" title="Plug-In">Plug-in</a>.</p>
<p>Key benefits for developers include:</p>
<ul class="noTopMargin">
<li>Familiar development experience — Plugs into an existing Microsoft Visual Studio 2005 development environment, providing a familiar experience for .NET developers to create rich client applications for the BlackBerry platform.</li>
</ul>
<ul>
<li>Seamless wireless connectivity — Leverages the inherent security and managed wireless connectivity of the BlackBerry® Enterprise Solution, allowing developers to seamlessly connect to back-end enterprise systems using .NET Web Services.</li>
</ul>
<ul>
<li>Simplified BlackBerry development — Provides a framework of re-useable BlackBerry application components that simplifies user interface design, data management and wireless connectivity of rich-client applications.</li>
</ul>
<ul>
<li>Enterprise-class security and manageability — Applications developed using the BlackBerry Plug-in for Microsoft Visual Studio will leverage the same secure, push-based technology and scalable architecture of BlackBerry® Enterprise Server. IT departments also benefit from simplified management and centralized control of their wireless deployments.</li>
</ul>
<p>For downloading the plug-in developer needs to have plackberry developer community UID and password. For registration onto blackberry Developer community <a target="_blank" href="https://www.blackberry.com/CorpDevZone/register.do" title="Click">click.</a></p>
<p>Dowload the blackberry knowledge base. <a target="_blank" href="http://www.blackberry.com/knowledgecenterpublic/livelink.exe?func=ll&amp;objId=1364836&amp;objAction=browse&amp;sort=name" title="click">Click</a></p>
<p>&#8211;Amit<br />
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cookwireless.com/?feed=rss2&amp;p=14</wfw:commentRss>
		</item>
		<item>
		<title>File Handling in J2me.</title>
		<link>http://www.cookwireless.com/?p=11</link>
		<comments>http://www.cookwireless.com/?p=11#comments</comments>
		<pubDate>Tue, 07 Aug 2007 21:01:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[J2me]]></category>

		<guid isPermaLink="false">http://www.cookwireless.com/?p=11</guid>
		<description><![CDATA[_________________________________________________________________________
&#124;&#124;&#8211;&#124;&#124; File Handling Example &#124;&#124;&#8211;&#124;&#124; 
This example explains how we can use File handling API JSR 75 on J2me Handheld.I have used SonyEricsson Handset to test the Code. The following code does very simple job, It save the image in the File system of the phone. _________________________________________________________________________
Please click on more to see code &#8230;.
]]></description>
			<content:encoded><![CDATA[<p>_________________________________________________________________________</p>
<p><strong>||&#8211;|| File Handling Example ||&#8211;|| </strong></p>
<p>This example explains how we can use File handling API JSR 75 on J2me Handheld.I have used SonyEricsson Handset to test the Code. The following code does very simple job, It save the image in the File system of the phone. _________________________________________________________________________</p>
<p>Please click on more to see code &#8230;.</p>
<p> <a href="http://www.cookwireless.com/?p=11#more-11" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cookwireless.com/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
	</channel>
</rss>

