<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="http://www.androidster.com/android_news.rss" rel="self" type="application/rss+xml" />
        <title>android_news</title>
        <description>android_news</description>
        <link>http://www.androidster.com/android_news.php</link>
        <lastBuildDate>Sat, 04 Feb 2012 21:52:13 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>How To Backup protected and paid Android applications for root users</title>
            <link>http://www.androidster.com/android_news/how-to-backup-protected-and-paid-android-applications-for-root-users</link>
            <description>Now, you can use AppManager to backup most apps, but
protected apps are not included in this because they are stored in a
different directory. With a rooted phone, you can access this directory
and copy the apps to your SD card or to your computer.&amp;nbsp;
&lt;p&gt;First method, copy with your phone to SD card:&lt;/p&gt;
&lt;ol style=&quot;list-style-type: decimal;&quot;&gt;&lt;li&gt;Install and open a Terminal Emulator on your phone.&lt;/li&gt;&lt;li&gt;Enter &lt;b&gt;su&lt;/b&gt; to be superuser (root).&lt;/li&gt;&lt;li&gt;Enter &lt;b&gt;cd /data/app-private/&lt;/b&gt; to enter the protected application directory.&lt;/li&gt;&lt;li&gt;Use &lt;b&gt;ls&lt;/b&gt; to view the apps in the directory.&lt;/li&gt;&lt;li&gt;Enter &lt;b&gt;cp &lt;i&gt;filename&lt;/i&gt;.apk /sdcard&lt;/b&gt; to copy a single app to your SD card.&lt;br&gt;
(Or to backup all the protected apps: &lt;b&gt;cp * /sdcard&lt;/b&gt;)&lt;/li&gt;&lt;li&gt;If you want to backup all your apps, they can be found in &lt;b&gt;/data/app/&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Second method is to use &lt;a class=&quot;&quot; href=&quot;http://developer.android.com/guide/developing/tools/adb.html&quot;&gt;Android Debug Bridge&lt;/a&gt; with your PC:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Install the &lt;a class=&quot;&quot; href=&quot;http://developer.android.com/sdk/index.html&quot;&gt;Android SDK&lt;/a&gt; on your PC&lt;/li&gt;&lt;li&gt;Connect your phone to your computer via USB cable, and make sure
USB debugging is enabled on your phone (Settings &amp;gt; Applications &amp;gt;
Development)&lt;/li&gt;&lt;li&gt;Enter &lt;b&gt;adb shell &lt;/b&gt;to fire up Debug Bridge and enter shell mode&lt;/li&gt;&lt;li&gt;Enter &lt;b&gt;su &lt;/b&gt;to become superuser&lt;/li&gt;&lt;li&gt;Enter &lt;b&gt;&lt;b&gt;cat /data/app-private/&lt;i&gt;filename&lt;/i&gt;.apk &amp;gt; /sdcard/&lt;i&gt;filename&lt;/i&gt;.apk &lt;/b&gt;&lt;/b&gt;to copy the file to the SD card.&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;exit&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;exit&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;And finally &lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;adb pull /sdcard/&lt;i&gt;filename&lt;/i&gt;.apk &lt;i&gt;filename&lt;/i&gt;.apk &lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;pulls the .apk file from your SD card to your computer.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Success? Problems? Moral issues with copying software? Let us know in the comments.&lt;/p&gt;</description>
            <pubDate>Tue, 24 Nov 2009 01:50:21 +0100</pubDate>
        </item>
        <item>
            <title>How To Root the Sprint HTC Hero and Samsung Behold 2</title>
            <link>http://www.androidster.com/android_news/how-to-root-the-sprint-htc-hero-and-samsung-behold-2</link>
            <description>&lt;b&gt;HTC Hero&lt;/b&gt;&lt;br&gt;&lt;br&gt;First you need to download the Android SDK. It may sound confusing but
it's not. There are tools in here that we need. You can get it from &lt;a class=&quot;&quot; href=&quot;http://developer.android.com/sdk/index.html&quot; target=&quot;_blank&quot;&gt;http://developer.android.com/sdk/index.html&lt;/a&gt;.
This is a modular SDK and all the tools we need are in this download.
Once downloaded you just need to extract it in a directory of choice.&lt;br&gt;
&lt;br&gt;
The next thing you need to download is asroot2. This is a script that was
developed that runs an exploit in Android's linux that allows your to run
root. The link for that is here: &lt;a class=&quot;&quot; href=&quot;http://www.androidster.com/http://forum.xda-developers.com/attachment.php?attachmentid=244212&amp;amp;d=1257621154&quot; target=&quot;_blank&quot;&gt;http://forum.xda-developers.com/atta...2&amp;amp;d=1257621154&lt;/a&gt;. Unzip that file and place it in a directory of your choice. Also download &lt;a class=&quot;&quot; href=&quot;http://www.androidster.com/http://www.androidspin.com/downloads.php?dir=amon_ra/RECOVERY/&amp;amp;file=recovery-RA-heroc-v1.2.3.img&quot; target=&quot;_blank&quot;&gt;http://www.androidspin.com/downloads...roc-v1.2.3.img&lt;/a&gt; and place that into the same directory you extracted asroot2.&lt;br&gt;&lt;br&gt;You have to first install the driver for the phone. When Windows asks
you for the drivers, direct Windows to the directory you extracted the
SDK into. You should see a folder called usb_driver. If you are running
the 32 bit version of Windows select the x86 folder. If you are using a
64 bit version then select the x64 folder. Then select the
android_usb.inf file. This should install the drivers.&lt;br&gt;
&lt;br&gt;
If running XP or lower you will need to go to the start menu and click
run, then you enter cmd and press enter. If Vista or higher you will
press the start button and type cmd and press enter. When you are at
the command prompt you cd to the directory you extracted the sdk into.
Then cd into the tools directory. Then execute the following commands:&lt;br&gt;
&lt;br&gt;
adb push /directory_you_placed_asroot2/asroot2 /data/local/&lt;br&gt;
adb shell&lt;br&gt;
chmod 0755 /data/local/asroot2&lt;br&gt;
/data/local/asroot2 /system/bin/sh&lt;br&gt;
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system&lt;br&gt;
cd /system/bin&lt;br&gt;
cat sh &amp;gt; su&lt;br&gt;
chmod 4755 su&lt;br&gt;
&lt;br&gt;
Now your phone is officially rooted! We arent done yet though. Now you
need to flash the recovery image. If you are still in adb shell type in
exit until you are out. You should be in the directory where you
extracted the recovery image. If not go there. Type in the following:&lt;br&gt;
&lt;br&gt;
adb push recovery-RA-heroc-v1.2.3.img /sdcard/&lt;br&gt;
&lt;br&gt;
Once that is done, type in adb shell (or sudo ./adb shell in ubuntu).
If your command prompt is a dollar sign then type in su and press
enter. If it is a pound sign you are good. Then type in the following:&lt;br&gt;
&lt;br&gt;
adb shell flash_image recovery recovery-RA-heroc-v1.2.3.img&lt;br&gt;
&lt;br&gt;
Once that is finished you are done!&lt;br&gt;&lt;br&gt;&lt;b&gt;Samsung Behold 2&lt;/b&gt;&lt;br&gt;&lt;br&gt;As with the Hero, the first thing you need to do is download the Android SDK. It may seem a confusing but
it's not. There are tools in here that we need. You can get it from &lt;a class=&quot;&quot; href=&quot;http://developer.android.com/sdk/index.html&quot; target=&quot;_blank&quot;&gt;http://developer.android.com/sdk/index.html&lt;/a&gt;.
This is a modular SDK and all the tools we need are in this download.
Once downloaded you just need to extract it in a directory of choice.&lt;br&gt;&lt;br&gt;Download this file: &lt;a href=&quot;http://www.4shared.com/file/148564303/bf9be869/try3.html&quot; onclick=&quot;window.open(this.href);return false;&quot; class=&quot;postlink&quot;&gt;http://www.4shared.com/file/148564303/bf9be869/try3.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Press Windows+R, type in cmd.&lt;br&gt;Then do:&lt;br&gt;cd &amp;lt;Directory where try3 is&amp;gt;&lt;br&gt;adb push try3 /data/local&lt;br&gt;adb shell chmod 0755 /data/local/try3&lt;br&gt;adb shell&lt;br&gt;./data/local/try3 /system/bin/sh&lt;br&gt;mount -o rw,remount /dev/st9 /system&lt;br&gt;cat /system/bin/sh &amp;gt; /system/bin/su&lt;br&gt;chmod 04755 /system/bin/su&lt;br&gt;exit&lt;br&gt;exit&lt;br&gt;&lt;br&gt;And thats all! Hooray&lt;br&gt;</description>
            <pubDate>Tue, 24 Nov 2009 01:44:03 +0100</pubDate>
        </item>
        <item>
            <title>Verizon says Tethering is Coming to Motorola DROID Early 2010</title>
            <link>http://www.androidster.com/android_news/verizon-says-tethering-is-coming-to-motorola-droid-early-2010</link>
            <description>&lt;p&gt;For those who will soon get their hands on the Verizon DROID by Motorola,
the Big Red has a nice surprise waiting to happen. Verizon has
confirmed that in early 2010 the DROID will have access to the Verizon
Broadband Access Connect plan.&lt;/p&gt;&lt;p&gt;As we all know, the Motorola DROID will launch this next Friday,
November 6th at $199.99 after a mail-in rebate, and of course, new
two-year agreement. And for those who are planning to get tethering
with their DROID, well, it will likely be priced at the usual $15 per
month on top of your regular data contract.&lt;/p&gt;
&lt;p&gt;Since a standalone data card from Verizon gets you a 5GB per month
limit, we believe that would be the same with the DROID. But, as we
mentioned before, you will have to wait until “early 2010″ to be able
to use your laptop on-the-go paired with your new Android phone by
Motorola. &lt;/p&gt;</description>
            <pubDate>Fri, 06 Nov 2009 01:22:06 +0100</pubDate>
        </item>
        <item>
            <title>Sony Ericsson’s Rachel UI gets leaked [video]</title>
            <link>http://www.androidster.com/android_news/sony-ericsson-s-rachel-ui-gets-leaked-video-</link>
            <description>&lt;p&gt;It would seem as if November is the Android month, with the new MotorolaDroid coming to Verizon on November 6th. And the rumors pointing towards November 3rd to the date that Sony Ericsson will be launching a new Android device.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;yui-img&quot; src=&quot;http://www.androidster.com/resources/News/sony_rachel_androidster.jpg&quot; alt=&quot;Sony Android Rachel&quot; width=&quot;80%&quot;&gt;&lt;/p&gt;
&lt;p&gt;I have to say this, when I watched this video the first time, I couldn’t help to feel the anxiety of getting this Sony
smartphone. And I’m willing to bet, that most of you will feel the same
way. I don’t have anything against Android, but lets be honest, media
playback on an Android phone just doesn’t cut it, until now it would
seem.&lt;/p&gt;
&lt;p&gt;Sony Ericsson’s new device is expected to be named either the Xperia
X3 or X10. And this new UI demo focuses on Rachael’s new media playback
interface, with far improved album management, photo browsing and video
playback than any other Android phone, in my opinion. It also seems to
borrowed from the Zune HD, check the homescreen, which has a layout very similar to the Zune HD’s QuickPlay menu.&lt;/p&gt;
&lt;p&gt;Well, I won’t go into more details, just check the video below and
judge for yourself. But I tell you this, when this New Sony device
comes out, I will be tempted to either drop my current phone, or get
the Sony and carry two smartphones with me all the time, although some
people already do that, so I might end up doing just that.&lt;/p&gt;
&lt;span class=&quot;vvqbox vvqyoutube&quot; style=&quot;width: 425px; height: 344px;&quot;&gt;&lt;object style=&quot;visibility: visible;&quot; id=&quot;vvq-4403-youtube-1&quot; data=&quot;http://www.youtube.com/v/lvsl5IBSZh0&amp;amp;rel=0&amp;amp;fs=1&amp;amp;showsearch=0&amp;amp;showinfo=0&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param value=&quot;opaque&quot; name=&quot;wmode&quot;&gt;&lt;param value=&quot;true&quot; name=&quot;allowfullscreen&quot;&gt;&lt;param value=&quot;always&quot; name=&quot;allowscriptacess&quot;&gt;&lt;/object&gt;&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;</description>
            <pubDate>Fri, 06 Nov 2009 01:18:11 +0100</pubDate>
        </item>
        <item>
            <title>Android 2.0 gets Google Maps Navigation Beta [Video]</title>
            <link>http://www.androidster.com/android_news/android-2-0-gets-google-maps-navigation-beta-video-</link>
            <description>&lt;a class=&quot;&quot; href=&quot;http://googleblog.blogspot.com/2009/10/announcing-google-maps-navigation-for.html&quot; target=&quot;_blank&quot;&gt;Google Maps Navigation Beta&lt;/a&gt; is an update to the company’s free GPS app, initially exclusive to Android 2.0 devices such as the Verizon DROID by Motorola, adding in turn-by-turn directions, vocal prompts, speech-recognition and more.
&lt;p&gt;&lt;img class=&quot;yui-img&quot; src=&quot;http://www.androidster.com/resources/News/google_navigation_androidster.jpg&quot; alt=&quot;Google Maps Navigation&quot; width=&quot;75%&quot;&gt;&lt;/p&gt;
&lt;p&gt;The software – which is likely to strike fear into the hearts of
standalone PND manufacturers and GPS software providers – has Google
search is built in; you can tap in – or, by holding down the search
button, search by voice – an address, landmark or business and get a
list of results. &amp;nbsp;Points of interest (such as gas stations) along the
route are also given priority in searches, while both satellite mapping
and Street View imagery is shown.&lt;/p&gt;
&lt;p&gt;You can place shortcuts to commonly-accessed destinations on the
Android 2.0 homescreen, and of course there’ll be integration from the
Contacts. &amp;nbsp;There’s also a new UI more suited for in-car use, which has
larger icons and a predominantly voice-controlled menu system.&lt;/p&gt;
&lt;span class=&quot;vvqbox vvqyoutube&quot; style=&quot;width: 425px; height: 344px;&quot;&gt;&lt;object style=&quot;visibility: visible;&quot; id=&quot;vvq-4361-youtube-1&quot; data=&quot;http://www.youtube.com/v/tGXK4jKN_jY&amp;amp;rel=0&amp;amp;fs=1&amp;amp;showsearch=0&amp;amp;showinfo=0&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param value=&quot;opaque&quot; name=&quot;wmode&quot;&gt;&lt;param value=&quot;true&quot; name=&quot;allowfullscreen&quot;&gt;&lt;param value=&quot;always&quot; name=&quot;allowscriptacess&quot;&gt;&lt;/object&gt;&lt;/span&gt;

		&lt;div class=&quot;entry&quot;&gt;
		&lt;!-- see gallery_shortcode() in wp-includes/media.php --&gt;
		&lt;div id=&quot;gallery-1&quot; class=&quot;gallery galleryid-4361&quot;&gt;&lt;br&gt;
			&lt;/div&gt;&lt;/div&gt;</description>
            <pubDate>Fri, 06 Nov 2009 01:04:40 +0100</pubDate>
        </item>
        <item>
            <title>Google out Android 2.0 Eclair [Video]</title>
            <link>http://www.androidster.com/android_news/google-out-android-2-0-eclair-video-</link>
            <description>&lt;p&gt;Google &lt;a class=&quot;&quot; href=&quot;http://developer.android.com/sdk/android-2.0-highlights.html&quot; target=&quot;_blank&quot;&gt;has announced&lt;/a&gt;
Android 2.0 Eclair, and anyone with any doubts about the platform’s
prowess should take a look at the changelist to see just how serious
the search giant is. &amp;nbsp;OS 2.0 brings with it support for multiple
simultaneous Google and Exchange accounts, together with quick contact
menus for speedier access to different methods of communication.
&amp;nbsp;There’s also a unified email inbox and SMS/MMS search.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;yui-img&quot; src=&quot;http://www.androidster.com/resources/News/Android-2.0_androidster.jpg&quot; alt=&quot;Android 2.0 Official Video&quot; width=&quot;75%&quot;&gt;&lt;/p&gt;
&lt;p&gt;The camera
now has native flash and digital zoom support, together with white
balance, color effects and macro focus. &amp;nbsp;HTML5 support has been added
to the browser, together with double-tap-to-zoom, and there are now
thumbnails in the bookmarks pane.&lt;/p&gt;
&lt;p&gt;It’s possible to set the SMS/MMS inbox to automatically delete old
messages once it reaches a preset size, and there’s support for&lt;span style=&quot;text-decoration: none;&quot;&gt; Bluetooth&lt;/span&gt;
2.1 and the OPP and PBAP profiles. &amp;nbsp;We’re expecting to see Android 2.0
appear with a flourish on the Verizon Droid by Motorola tomorrow.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/opZ69P-0Jbc&amp;amp;rel=0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;feature=player_embedded&amp;amp;fs=1&quot;&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;embed src=&quot;http://www.youtube.com/v/opZ69P-0Jbc&amp;amp;rel=0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;feature=player_embedded&amp;amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/object&gt;</description>
            <pubDate>Fri, 06 Nov 2009 00:53:16 +0100</pubDate>
        </item>
        <item>
            <title>Android Adoption about to Explode, According to different Sources</title>
            <link>http://www.androidster.com/android_news/android-adoption-about-to-explode-according-to-different-sources</link>
            <description>&lt;p&gt;We all know Microsoft was the biggest player in the mobile OS arena
for a long time, not because WinMo was the best, but because it was a
lonely business in the past. With more and more cellphone makers turning to the free Android OS from Google, all that is changing. &lt;a style=&quot;text-decoration: line-through;&quot; href=&quot;http://www.nytimes.com/2009/10/26/technology/26android.html?_r=1&amp;amp;partner=MYWAY&amp;amp;ei=5065&quot; rel=&quot;nofollow&quot;&gt;The New York Times&lt;/a&gt; and &lt;a style=&quot;text-decoration: line-through;&quot; href=&quot;http://www.ft.com/cms/s/0/695ff9a8-c198-11de-b86b-00144feab49a.html?nclick_check=1&quot; rel=&quot;nofollow&quot;&gt;FT.com&lt;/a&gt;, had each an interesting article on that matter. &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.androidster.com/resources/News/Androidster_brands.png&quot; alt=&quot;Android Phone Brands&quot;&gt;&lt;/p&gt;
&lt;p&gt;With about a dozen Android phones
announced this year along, and maybe dozens more coming next year,
Google, it would seem, is about to get so far ahead of Microsoft. We
know that Motorola has dropped WinMo from its entire line to switch to
Android. And even Palm – a long time WinMo supporter – has dumped the
Redmond OS in favor of their new webOS.&lt;/p&gt;
&lt;p&gt;Add to the mix the poor satisfaction rating among the WinMo
customers, and it doesn’t look good at all for the Redmond giant. With
32 carriers in 26 countries, Android is becoming a big player in the
cellphone arena, and it has been out in the market only for a year, so
the future for the relatively young OS looks bright.&lt;/p&gt;
&lt;p&gt;Lets not forget though, that the Microsoft OS still has many
corporate fans, so I would not say WinMo is dead, but with the rest of
the players updating their systems faster and more efficiently, Microsoft needs to watch out. What do you think about this situation? Don’t forget to let us know in the comments area.&lt;/p&gt;</description>
            <pubDate>Fri, 06 Nov 2009 00:18:19 +0100</pubDate>
        </item>
        <item>
            <title>Barnes &amp; Noble Nook may run Android applications</title>
            <link>http://www.androidster.com/android_news/barnes-noble-nook-may-run-android-applications</link>
            <description>&lt;p&gt;Barnes &amp;amp; Noble officially unveiled its slick Nook eBook reader
last week that will be powered by Android. The cool reader has an e-Ink
display for reading and a secondary color display for viewing other
content. At the time the device was announced Barnes and Noble was not
clear on how much Android would play a roll in the device.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.androidster.com/resources/News/androidster_barnes_and_noble.jpg&quot; width=&quot;75%&quot;&gt;&lt;/p&gt;
&lt;p&gt;According to sources close to the project, the &lt;a href=&quot;http://www.fiercemobilecontent.com/story/barnes-noble-ereader-rumored-run-android-apps/2009-10-23&quot; rel=&quot;nofollow&quot;&gt;Nook will be able to run Android apps&lt;/a&gt;.
What the source was not clear on is if only apps specifically written
for the Nook will be compatible or if the device will get access to the
entire Android Marketplace.&lt;/p&gt;
&lt;p&gt;If the Nook offers full access to all Android apps, it would
certainly add extra to its appeal and put the Kindle in some hurt. The
Nook will ship at the end of November for $259.&lt;/p&gt;</description>
            <pubDate>Fri, 06 Nov 2009 00:10:37 +0100</pubDate>
        </item>
        <item>
            <title>Google: Expect 18 Android Phones by Year’s End</title>
            <link>http://www.androidster.com/android_news/google-expect-18-android-phones-by-year-s-end</link>
            <description>By year’s end, there will be at least 18 phones on the market
worldwide based on the Android operating system, Google disclosed for
the first time Wednesday.
&lt;p&gt;Andy Rubin, senior
director for Mobile Platforms for Google and the spearhead of the
Android operating system, said the number could be as high as 20. (That
figure does not include devices made by manufacturers that use a basic
Android system but have not apprised Google of its use). The 18 to 20
devices Google knows about will be made by eight or nine different
manufacturers, Mr. Rubin said.&lt;/p&gt;
&lt;p&gt;He declined to say which manufacturers will make said phones or for
which wireless carriers. At present, there are at least two
Android-centric phones — T-Mobile’s G1, available in the United States,
and a phone called “Magic” made by HTC and available in Europe. &lt;span id=&quot;more-10069&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Mr. Rubin said that, in general, carriers will be slower to
introduce Android phones in the United States than in Europe. The
reason, he said, is that the domestic market is so competitive that
carriers and handset makers want to create highly distinctive versions
of the Android phone to give themselves an edge.&lt;/p&gt;
&lt;p&gt;Indeed, the ramping-up of Android phones intensifies a battle among
some of the world’s biggest software companies to create the operating
system for the world’s phones (of which there are now 4 billion).
Android goes up against a coming-soon new version of Microsoft’s mobile
version of Windows; Apple’s proprietary iPhone system; the BlackBerry
platform; a new Palm OS for its Pre, called WebOS; Symbian (mostly
proffered by Nokia); and a host of Linux-based systems.&lt;/p&gt;
&lt;p&gt;It is, in short, while the carriers and handset makers battle, a
pitched and wide-open contest to control a new generation of
higher-powered mobile devices. &lt;/p&gt;
&lt;p&gt;For Google, what was important about Mr. Rubin’s disclosure was both what he said and where he said it. His comments came at a &lt;a class=&quot;&quot; href=&quot;http://code.google.com/events/io/&quot;&gt;conference in San Francisco for developers&lt;/a&gt;
of applications for Android phones. These are the behind-the-scenes
folks who will help distinguish Android from Apple’s iPhone or the Palm
Pre, the BlackBerry and Nokia app stores, etc. &lt;/p&gt;
&lt;p&gt;On the question of apps, Mr. Rubin reinforced Google’s position that
Android is an “open” platform, though, critically, that concept has
some nuance to it. It goes like this: there are three flavors of
Android. Each is free. But the versions place different requirements on
the handset manufacturers and wireless carriers. The differing versions
— and the way they’re being adopted — give an insight both into
Google’s goals and to the way the market is receiving those goals.&lt;/p&gt;
&lt;p&gt;1. &lt;b&gt;The obligation-free option&lt;/b&gt;: device manufacturers
can download a free version of Android, load it onto their devices and
provide access to as many or as few apps as they want. But the
manufacturers cannot preload popular Google applications, like Gmail or
Google calendar.&lt;/p&gt;
&lt;p&gt;2. &lt;b&gt;The small strings option&lt;/b&gt;: Same as Option 1,
except that manufacturers sign a distribution agreement to include
Google applications on the phone. Of the 18 to 20 phones coming out
this year, Mr. Rubin said, 12 to 14 subscribe to this option.&lt;/p&gt;
&lt;p&gt;3. &lt;b&gt;The bigger strings option or the no-censorship version&lt;/b&gt;:
These phones Google calls “The Google Experience.” They are physically
distinguishable by the “Google” logo on the phone. They include a range
of Google applications that the carrier and handset maker agree not to
remove from the phone. The carrier and handset maker also agree not to
censor access to the Android market. Which means that if some developer
comes up with an application that some people find distasteful, or that
gets bad press, it must nevertheless remain available to consumers. Of
the phones coming out this year, five or six belong to this category,
Mr. Rubin said.&lt;/p&gt;
&lt;p&gt;The third category provides risk and reward opportunities. The
openness of the store could be a hit with consumers, but could also
lead to poorly constructed applications or ones, like the baby-shaking app for the iPhone, that could give Google a taint (however temporary and press driven).&lt;/p&gt;
When it comes to apps, Mr. Rubin said: “We want to abide by the law, but not rule with an open fist.”</description>
            <pubDate>Fri, 05 Jun 2009 01:35:36 +0100</pubDate>
        </item>
        <item>
            <title>Updates on Acer, Sony Ericsson, and Panasonic Handsets</title>
            <link>http://www.androidster.com/android_news/updates-on-acer-sony-ericsson-and-panasonic-handsets</link>
            <description>Add another name to the ever growing list of Android handset makers.  Panasonic is thinking about getting in on the Android juggernaut.  Speaking at a press conference on their future business strategies, Panasonic board member Keisuke Ishii said, “We are seriously considering developing an Android-based handset and entering overseas mobile phone markets in fiscal 2010.”  No specific details were given beyond that. 
&lt;p&gt;
Even though it’s been reltively quiet out of the Sony Ericsson camp, they confirmed this week that they were working to release an Android handset in the “near future.”  It’s pretty tough to get through a translated page to glean much information but we did see that it is expected to be released using Android 2.0, which is currently being touted as Donut.  The term ‘near’ future is subjective so don’t go thinking 2.0 is right around the corner just yet.
&lt;/p&gt;&lt;p&gt;
Acer still plans to get their first Android handset out this year.  With 9 out of 10 upcoming handset running Windows Mobile, it seems that the smartest phone they’ll release in 2009 will be Android.&lt;/p&gt;</description>
            <pubDate>Fri, 05 Jun 2009 01:33:29 +0100</pubDate>
        </item>
    </channel>
</rss>

