<?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>RedBlue's Blog &#187; mobile</title>
	<atom:link href="http://redblue.netsons.org/tag/mobile/feed" rel="self" type="application/rss+xml" />
	<link>http://redblue.netsons.org</link>
	<description>Il mio blog: Taranto, Linux, Internet, ma non solo..</description>
	<lastBuildDate>Tue, 24 Nov 2009 08:10:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)</title>
		<link>http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html</link>
		<comments>http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html#comments</comments>
		<pubDate>Mon, 03 Nov 2008 15:47:53 +0000</pubDate>
		<dc:creator>RedBlue</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[cellulare]]></category>
		<category><![CDATA[connessione]]></category>
		<category><![CDATA[guida]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth-gprsumtshsdpabluetoothgnomeppp.html</guid>
		<description><![CDATA[In questi giorni, in mancanza di una connessione fissa, mi sto arrangiando connettendomi tramite il cellulare, sfruttando il modem interno attraverso il bluetooth. Devo dire che pensavo fosse pi&#249; complicato, anche se onestamente un paio di giorni ce li ho persi sopra. Comunque, ecco come ho fatto a connettermi.. Premetto che utilizzo il mio glorioso [...]]]></description>
			<content:encoded><![CDATA[<p>In questi giorni, in mancanza di una connessione fissa, mi sto arrangiando connettendomi tramite il <strong>cellulare</strong>, sfruttando il modem interno attraverso il <strong>bluetooth</strong>. Devo dire che pensavo fosse pi&ugrave; complicato, anche se onestamente un paio di giorni ce li ho persi sopra. Comunque, ecco come ho fatto a connettermi.. Premetto che utilizzo il mio glorioso Nokia N71 (cellulare da molti bistrattato, ma io mi ci sono sempre trovato benissimo), un&#8217;offerta flat di Wind (la Mega 1500 per la precisione), e la mia fedele Debian (ma immagino proprio che per Ubuntu sia la medesima cosa)! Ovviamente il primo passo &egrave; quello di configurare correttamente il punto di accesso sul cellulare (&egrave; una roba semplicissima, e sul sito del vostro gestore c&#8217;&egrave; sicuramente tutta la procedura passo per passo per ogni marca di cellulare); successivamente andiamo a configurare il nostro pc. Il punto &egrave; far apparire il modem interno del cellulare (che collegheremo tramite bluetooth) come un modem seriale collegato direttamente al pc, per fare questo occorrono pochi comandi da terminale:</p>
<blockquote><p>hcitool scan</p></blockquote>
<p>Con questo comando andremo ad individuare il nostro cellulare (ovviamente &egrave; scontato che prima va abilitato il bluetooth e il telefono va reso visibile!!). L&#8217;output sar&agrave; del tipo:</p>
<blockquote><p>Scanning &#8230; 00:12:D2:8C:5E:B2&nbsp;&nbsp;&nbsp; NOKIA N71</p></blockquote>
<p>Segnate l&#8217;indirizzo che vi verr&agrave; restituito, servir&agrave; tra poco. A questo punto diamo il comando:</p>
<blockquote><p>sdptool search &#8211;bdaddr <em>&quot;indirizzo trovato prima&quot;</em> DUN | grep Channel</p></blockquote>
<p>Vi sar&agrave; restituito qualcosa tipo &quot;Channel: 1&quot;, segnamo anche questo numero. Questo &egrave; il canale utilizzato per la connessione Dial-Up. Bene, non ci resta che creare un <strong>&quot;ponte&quot;</strong> tra il bluetooth e il pc, questo comando va dato come root:</p>
<blockquote><p>rfcomm bind rfcomm0 <em>&quot;indirizzo&quot; &quot;canale&quot;</em></p></blockquote>
<p>Ecco fatto, digitiamo <strong>rfcomm</strong> e dovremmo avere un output come questo:</p>
<blockquote><p>rfcomm0: 00:12:D2:8C:5E:B2 channel 1 clean</p></blockquote>
<p>Questo vuol dire che tutto &egrave; andato bene. Se alla fine dovesse esserci scritto <strong>closed</strong>, allora come <span style="text-decoration: underline;">root</span> date il comando <strong>rfcomm release all</strong> e poi di nuovo rfcomm bind rfcomm0 <em>&quot;indirizzo&quot; &quot;canale&quot;</em>. Piccolo suggerimento, per evitare tutto questo ad ogni connessione, editate (con i privilegi di root) il file <strong>/etc/bluetooth/rfcomm.conf</strong> e fate in modo che diventi simile al seguente:</p>
<blockquote><p># # RFCOMM configuration file. #  rfcomm0 { bind yes; device <em>&quot;indirizzo cellulare&quot;</em>; channel&nbsp;&nbsp;&nbsp; <em>&quot;canale&quot;</em>; comment <em>&quot;Nome del vostro cellulare&quot;</em>; }</p></blockquote>
<p>In modo da avere in automatico il &quot;ponte&quot; quando accendete il pc. A questo punto passiamo alla connessione vera e propria: io uso il programma <strong>Gnome PPP</strong>, estremamente semplice da configurare. Installatelo da <strong>synaptic</strong> e dopo l&#8217;avvio nella prima schermata inserire un nome utente e una password qualunque (non servono in effetti), come numero di telefono <strong>*99#</strong> oppure <strong>*99***1#</strong> e poi cliccate su <strong>Configura</strong>. Nella schermata successiva inserite alla voce <strong>Dispositivo</strong> quello creato in precedenza (se avete seguito le mie istruzioni scriverete <strong>/dev/rfcomm0</strong>), e come velocit&agrave; il massimo possibile, poi andate su <strong>Stringhe di inizializzazione</strong>. Alla prima riga (<strong>Init 2</strong>) scrivete <strong>AT Q0 V1 E0 S0=0 &amp;C1 &amp;D2 +FCLASS=0</strong>, mentre alla seconda riga (<strong>Init 3</strong>) andr&agrave; una stringa dipendente dal vostro operatore (nel mio caso, Wind, la stringa &egrave; <em>AT+CGDCONT=1,&quot;IP&quot;,&quot;internet.wind&quot;</em>), dovete munirvi di questa informazione precedentemente (basta una chiamata al servizio assistenza). Non resta che chiudere queste finestre e cliccare su <strong>Connetti</strong> per navigare!! Un&#8217;ultima cosa, &egrave; possibile che il processo di connessione si blocchi dopo un p&ograve;, e guardando il log vi ritroviate questo errore: <em>&quot;Check permissions, or specify a PPPD Path option in wvdial.conf&quot;</em>, niente paura, vuol dire che il vostro utente non fa parte del gruppo <strong>dip</strong>. Aprite il terminale, loggatevi come <strong>root</strong> e digitate:</p>
<blockquote><p>groupadd -g 30 dip adduser <em>&quot;Vostro utente&quot;</em> dip</p></blockquote>
<p>Al successivo login tutto funzioner&agrave; alla perfezione!!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Segnala presso:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html&amp;title=Connessione+ad+internet+tramite+cellulare+e+bluetooth+%28GPRS%2FUMTS%2FHSDPA+%2B+Bluetooth+%2B+GnomePPP%29" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Del.icio.us"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Del.icio.us" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html&amp;title=Connessione+ad+internet+tramite+cellulare+e+bluetooth+%28GPRS%2FUMTS%2FHSDPA+%2B+Bluetooth+%2B+GnomePPP%29" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a digg"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a digg" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Technorati"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Technorati" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html&amp;t=Connessione+ad+internet+tramite+cellulare+e+bluetooth+%28GPRS%2FUMTS%2FHSDPA+%2B+Bluetooth+%2B+GnomePPP%29" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Yahoo My Web"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Yahoo My Web" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html&amp;title=Connessione+ad+internet+tramite+cellulare+e+bluetooth+%28GPRS%2FUMTS%2FHSDPA+%2B+Bluetooth+%2B+GnomePPP%29" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Google Bookmarks"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Google Bookmarks" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://segnalo.alice.it/post.html.php?url=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html&amp;title=Connessione+ad+internet+tramite+cellulare+e+bluetooth+%28GPRS%2FUMTS%2FHSDPA+%2B+Bluetooth+%2B+GnomePPP%29" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Segnalo"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/segnalo.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Segnalo" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Segnalo" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html&amp;title=Connessione+ad+internet+tramite+cellulare+e+bluetooth+%28GPRS%2FUMTS%2FHSDPA+%2B+Bluetooth+%2B+GnomePPP%29" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a OKnotizie"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a OKnotizie" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Connessione+ad+internet+tramite+cellulare+e+bluetooth+%28GPRS%2FUMTS%2FHSDPA+%2B+Bluetooth+%2B+GnomePPP%29&amp;url=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Ask"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Ask" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html&amp;title=Connessione+ad+internet+tramite+cellulare+e+bluetooth+%28GPRS%2FUMTS%2FHSDPA+%2B+Bluetooth+%2B+GnomePPP%29&amp;when_done=go_back" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Delirious"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Delirious" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html&amp;title=Connessione+ad+internet+tramite+cellulare+e+bluetooth+%28GPRS%2FUMTS%2FHSDPA+%2B+Bluetooth+%2B+GnomePPP%29" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Live-MSN"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Live-MSN" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diggita.it/submit.php?title=Connessione+ad+internet+tramite+cellulare+e+bluetooth+%28GPRS%2FUMTS%2FHSDPA+%2B+Bluetooth+%2B+GnomePPP%29&amp;url=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Diggita"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/diggita.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Diggita" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Diggita" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html&amp;t=Connessione+ad+internet+tramite+cellulare+e+bluetooth+%28GPRS%2FUMTS%2FHSDPA+%2B+Bluetooth+%2B+GnomePPP%29" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a FaceBook"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a FaceBook" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Wikio"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Wikio" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Wikio" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://healthranker.com/submit.php?url=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Health Ranker"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/healthranker.gif" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Health Ranker" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Health Ranker" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Connessione+ad+internet+tramite+cellulare+e+bluetooth+%28GPRS%2FUMTS%2FHSDPA+%2B+Bluetooth+%2B+GnomePPP%29&amp;c=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a MySpace"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a MySpace" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Twitter"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Twitter" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Social Bookmarking Reloaded"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Social Bookmarking Reloaded" alt="Aggiungi 'Connessione ad internet tramite cellulare e bluetooth (GPRS/UMTS/HSDPA + Bluetooth + GnomePPP)' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://redblue.netsons.org/guide/connessione-ad-internet-tramite-cellulare-e-bluetooth.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RedBlue&#8217;s Mobile is here!!</title>
		<link>http://redblue.netsons.org/blog/wordpress-mobile-edition.html</link>
		<comments>http://redblue.netsons.org/blog/wordpress-mobile-edition.html#comments</comments>
		<pubDate>Fri, 31 Oct 2008 22:20:43 +0000</pubDate>
		<dc:creator>RedBlue</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://redblue.netsons.org/?p=70</guid>
		<description><![CDATA[Gente, vi annuncio che da stasera questo blog ha una versione mobile!! Si si, esatto, proprio una versione &#8220;alleggerita&#8221; per andare incontro a chi naviga dal cellulare o dal palmare. In realtà l&#8217;idea non è mia, semplicemente girovagando per la rete (mi potreste chiedere &#8220;Ma la sera di Halloween non hai niente di meglio da [...]]]></description>
			<content:encoded><![CDATA[<p>Gente, vi annuncio che da stasera questo blog ha una versione <strong>mobile</strong>!! Si si, esatto, proprio una versione &#8220;alleggerita&#8221; per andare incontro a chi naviga dal cellulare o dal palmare. In realtà l&#8217;idea non è mia, semplicemente girovagando per la rete (mi potreste chiedere &#8220;Ma la sera di Halloween non hai niente di meglio da fare?&#8221;, e vi risponderei &#8220;Halloween è una roba americana, ergo, non me frega assolutamente nulla!&#8221;) ho trovato un <strong>plugin</strong> di Wordpress estremamemente interessante, il <a title="Wordpress Mobile Edition" href="http://alexking.org/projects/wordpress" target="_blank">Wordpress Mobile Edition</a>.</p>
<p>Cosa fa? Come funziona? Semplicissimo, quando arriva una connessione da dispositivo mobile, applica al blog un tema estremamente leggero, minimalista (per usare un eufemismo), in modo che la visualizzazione su dispositivi mobili sia chiara e il caricamento rapido ed economico (visto che spesso la connessione da cellulare si paga a KB).</p>
<p>Per chi fosse interessato, l&#8217;installazione è semplice:</p>
<ol>
<li>scaricate il plugin dal link che ho indicato sopra e scompattatelo in una cartella;</li>
<li>copiate il file <strong>wp-mobile.php</strong> nella cartella <strong>wp-content/plugins</strong> (sul server ovviamente!);</li>
<li>copiate la cartella <strong>wp-mobile</strong> nella cartella <strong>wp-content/themes</strong> (sempre sul server!!);</li>
<li>attivate il plugin.</li>
</ol>
<p>Provare per credere, basta digitare l&#8217;indirizzo di questo blog sul browser del cellulare e vedrete l&#8217;effetto di questo plugin..</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Segnala presso:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://redblue.netsons.org/blog/wordpress-mobile-edition.html&amp;title=RedBlue%26%238217%3Bs+Mobile+is+here%21%21" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Del.icio.us"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Del.icio.us" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://redblue.netsons.org/blog/wordpress-mobile-edition.html&amp;title=RedBlue%26%238217%3Bs+Mobile+is+here%21%21" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a digg"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a digg" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://redblue.netsons.org/blog/wordpress-mobile-edition.html" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Technorati"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Technorati" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://redblue.netsons.org/blog/wordpress-mobile-edition.html&amp;t=RedBlue%26%238217%3Bs+Mobile+is+here%21%21" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Yahoo My Web"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Yahoo My Web" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://redblue.netsons.org/blog/wordpress-mobile-edition.html&amp;title=RedBlue%26%238217%3Bs+Mobile+is+here%21%21" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Google Bookmarks"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Google Bookmarks" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://segnalo.alice.it/post.html.php?url=http://redblue.netsons.org/blog/wordpress-mobile-edition.html&amp;title=RedBlue%26%238217%3Bs+Mobile+is+here%21%21" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Segnalo"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/segnalo.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Segnalo" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Segnalo" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://redblue.netsons.org/blog/wordpress-mobile-edition.html&amp;title=RedBlue%26%238217%3Bs+Mobile+is+here%21%21" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a OKnotizie"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a OKnotizie" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=RedBlue%26%238217%3Bs+Mobile+is+here%21%21&amp;url=http://redblue.netsons.org/blog/wordpress-mobile-edition.html" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Ask"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Ask" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://redblue.netsons.org/blog/wordpress-mobile-edition.html&amp;title=RedBlue%26%238217%3Bs+Mobile+is+here%21%21&amp;when_done=go_back" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Delirious"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Delirious" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://redblue.netsons.org/blog/wordpress-mobile-edition.html&amp;title=RedBlue%26%238217%3Bs+Mobile+is+here%21%21" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Live-MSN"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Live-MSN" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diggita.it/submit.php?title=RedBlue%26%238217%3Bs+Mobile+is+here%21%21&amp;url=http://redblue.netsons.org/blog/wordpress-mobile-edition.html" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Diggita"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/diggita.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Diggita" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Diggita" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://redblue.netsons.org/blog/wordpress-mobile-edition.html&amp;t=RedBlue%26%238217%3Bs+Mobile+is+here%21%21" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a FaceBook"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a FaceBook" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://redblue.netsons.org/blog/wordpress-mobile-edition.html" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Wikio"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Wikio" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Wikio" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://healthranker.com/submit.php?url=http://redblue.netsons.org/blog/wordpress-mobile-edition.html" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Health Ranker"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/healthranker.gif" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Health Ranker" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Health Ranker" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=RedBlue%26%238217%3Bs+Mobile+is+here%21%21&amp;c=http://redblue.netsons.org/blog/wordpress-mobile-edition.html" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a MySpace"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a MySpace" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://redblue.netsons.org/blog/wordpress-mobile-edition.html" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Twitter"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Twitter" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Social Bookmarking Reloaded"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Social Bookmarking Reloaded" alt="Aggiungi 'RedBlue&#8217;s Mobile is here!!' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://redblue.netsons.org/blog/wordpress-mobile-edition.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
