<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gabriele Caracciolo Blog &#187; Android</title>
	<atom:link href="http://gabrielecaracciolo.com/blog/tag/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://gabrielecaracciolo.com/blog</link>
	<description>ICT Blog</description>
	<lastBuildDate>Sat, 21 Aug 2010 15:55:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Problema invio coordinate emulatore DDMS</title>
		<link>http://gabrielecaracciolo.com/blog/2010/problema-invio-coordinate-emulatore-ddms/</link>
		<comments>http://gabrielecaracciolo.com/blog/2010/problema-invio-coordinate-emulatore-ddms/#comments</comments>
		<pubDate>Sat, 08 May 2010 10:34:26 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[coordinate]]></category>
		<category><![CDATA[DDMS]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[emulatore]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=853</guid>
		<description><![CDATA[Se l&#8217;invio delle coordinate dall&#8217;emulatore Android, tramite l&#8217;interfaccia DDMS, non funziona nel senso che: nonostante inviate le nuove coordinate, queste risultano essere sempre [0,0] e se, ad esempio usando il programma “Maps”, la schermata è tutta blu (non vi preoccupate, siete solo nell’oceano Atlantico [0, 0], accanto all’Africa… fate un bel po’ di “zoom -” [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2010/problema-invio-coordinate-emulatore-ddms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configurare MMS Wind su Nexus One</title>
		<link>http://gabrielecaracciolo.com/blog/2010/configurare-mms-wind-nexus-one/</link>
		<comments>http://gabrielecaracciolo.com/blog/2010/configurare-mms-wind-nexus-one/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 19:40:34 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[MMS]]></category>
		<category><![CDATA[Nexus One]]></category>
		<category><![CDATA[Wind]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=840</guid>
		<description><![CDATA[Dopo aver cercato per giorni una soluzione al problema degli MMS non funzionanti sul Nexus One e dopo aver effettuato numerosi tentativi e ricerche, ho finalmente trovato il modo per inviarli e riceverli. Riporto qui di seguito la configurazione funzionante per l&#8217;operatore Wind (privati): Passo 1: Creare l&#8217;APN Internet Accedere al menu principale -&#62; Impostazioni [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2010/configurare-mms-wind-nexus-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Neither user &#8230; nor current process has android.permission.WAKE_LOCK</title>
		<link>http://gabrielecaracciolo.com/blog/2010/nor-current-process-has-android-permission-wake-lock/</link>
		<comments>http://gabrielecaracciolo.com/blog/2010/nor-current-process-has-android-permission-wake-lock/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 15:46:01 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[logcat]]></category>
		<category><![CDATA[wake_lock]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=822</guid>
		<description><![CDATA[Se nel &#8220;LogCat&#8221; di Eclipse vi appare un messaggio simile a: ERROR/AndroidRuntime(...): java.lang.RuntimeException: Unable to start activity...: java.lang.SecurityException: Neither user ... nor current process has android.permission.WAKE_LOCK. [...] potete provare ad aggiungere la seguente riga nel Manifest: &#60;uses-permission android:name="android.permission.WAKE_LOCK" /&#62;]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2010/nor-current-process-has-android-permission-wake-lock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Device requires that applications explicitely declare themselves as debuggable in their manifest</title>
		<link>http://gabrielecaracciolo.com/blog/2010/device-requires-that-applications-explicitely-declare-themselves-as-debuggable-in-their-manifest/</link>
		<comments>http://gabrielecaracciolo.com/blog/2010/device-requires-that-applications-explicitely-declare-themselves-as-debuggable-in-their-manifest/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 10:41:34 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=811</guid>
		<description><![CDATA[Se vi compare il seguente messaggio nella Console di Eclipse: Device 'device_name' requires that applications explicitely declare themselves as debuggable in their manifest. Application 'com.prj.test01' does not have the attribute 'debuggable' set to TRUE in its manifest and cannot be debugged. potete risolvere questo errore come suggerito sopra, semplicemente aggiungendo l&#8217;attributo: android:debuggable="true" nel Manifest della [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2010/device-requires-that-applications-explicitely-declare-themselves-as-debuggable-in-their-manifest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Libri su Android</title>
		<link>http://gabrielecaracciolo.com/blog/2010/libri-su-android/</link>
		<comments>http://gabrielecaracciolo.com/blog/2010/libri-su-android/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 10:55:01 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[libri]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=804</guid>
		<description><![CDATA[Segue una lista di libri su Android con i miei commenti. Sono tutti in lingua inglese tranne l&#8217;ultimo. Rogers; Lombardo; Mednieks. Android Application Development: Programming with the Google SDK. O&#8217;Reilly Media. 2009 [L'ho letto e mi sono trovato molto bene. Lo consiglio per chi sta cominciando la sua avventura su Android] Reto Meier. Professional Android [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2010/libri-su-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come importare ApiDemos in Eclipse</title>
		<link>http://gabrielecaracciolo.com/blog/2010/come-importare-apidemos-in-eclipse/</link>
		<comments>http://gabrielecaracciolo.com/blog/2010/come-importare-apidemos-in-eclipse/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 17:00:37 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Unix-Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[errore]]></category>
		<category><![CDATA[R.java]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=790</guid>
		<description><![CDATA[Se avete qualche problema con il progetto ApiDemos, nel senso che non riuscite a importarlo in Eclipse da File -&#62; Import&#8230; -&#62; &#8220;Existing Project into Workspace&#8221; oppure se avete creato voi il progetto manualmente ed Eclipse vi segnala degli errori al file R.java, potete provare in questo modo: Recatevi nella cartella in cui avete installato l&#8217;Android [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2010/come-importare-apidemos-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come ruotare l&#8217;emulatore Android</title>
		<link>http://gabrielecaracciolo.com/blog/2010/come-ruotare-emulatore-android/</link>
		<comments>http://gabrielecaracciolo.com/blog/2010/come-ruotare-emulatore-android/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 21:03:33 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[emulatore]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=760</guid>
		<description><![CDATA[Per ruotare l&#8217;emulatore Android, quindi per passare dalla modalità Portrait a Landscape e viceversa, potete fare in due modi: Premere CTRL+F11 oppure Premere il tasto &#8220;7&#8243; o il tasto &#8220;9&#8243; del tastierino numerico Se usate il tastierino numerico state attenti perché, non so per quale motivo, la rotazione funziona ogni tanto con il &#8220;Bloc Num&#8221; [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2010/come-ruotare-emulatore-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A folder failed to be renamed or moved &#8211; Warning</title>
		<link>http://gabrielecaracciolo.com/blog/2010/a-folder-failed-to-be-renamed-or-moved-warning/</link>
		<comments>http://gabrielecaracciolo.com/blog/2010/a-folder-failed-to-be-renamed-or-moved-warning/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 10:40:48 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=679</guid>
		<description><![CDATA[Se in Eclipse, durante l&#8217;aggiornamento del pacchetto &#8220;SDA Platform Android 1.6, API 4, revision 2&#8243; (da quello che ho letto in rete, può accadere anche con altri pacchetti) vi compare il warning: -= Warning ! =- A folder failed to be renamed or moved. On Windows this typically means that a program is using that [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2010/a-folder-failed-to-be-renamed-or-moved-warning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come accedere al DDMS su Eclipse &#8211; Android</title>
		<link>http://gabrielecaracciolo.com/blog/2009/come-accedere-al-ddms-su-eclipse/</link>
		<comments>http://gabrielecaracciolo.com/blog/2009/come-accedere-al-ddms-su-eclipse/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:15:39 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[DDMS]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=576</guid>
		<description><![CDATA[DDMS sta per Dalvik Debug Monitor Service. Potete leggere più informazioni all&#8217;indirizzo: http://developer.android.com/intl/it/guide/developing/tools/ddms.html Per accedervi su Eclipse, clicchiamo in alto su &#8220;Window&#8221; e poi su &#8220;Open Perspective&#8221;. Click su DDMS e vedremo la relativa schermata. In alto a destra, accanto al tasto &#8220;Java&#8221; e &#8220;Debug&#8221; verrà aggiunto &#8220;DDMS&#8221;. 2 link riguardo il suo utilizzo Usare [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2009/come-accedere-al-ddms-su-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Errore: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml</title>
		<link>http://gabrielecaracciolo.com/blog/2009/errore-failed-to-fetch-url-httpsdl-ssl-google-comandroidrepositoryrepository-xml/</link>
		<comments>http://gabrielecaracciolo.com/blog/2009/errore-failed-to-fetch-url-httpsdl-ssl-google-comandroidrepositoryrepository-xml/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 15:46:14 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[manager]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=543</guid>
		<description><![CDATA[Se dopo aver avviato l&#8217;Android SDK and AVD Manager, aver cliccato a sinistra su &#8220;Available Packages&#8221; e aver premuto &#8220;Refresh&#8221;, compare l&#8217;errore: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings. cliccate su &#8220;Settings&#8221; nel menu a sinistra [01] e mettete il segno di [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2009/errore-failed-to-fetch-url-httpsdl-ssl-google-comandroidrepositoryrepository-xml/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
