<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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>huawei &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/huawei/</link>
	<description>Feed of posts on WordPress.com tagged "huawei"</description>
	<pubDate>Mon, 13 Oct 2008 11:06:34 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Setting Proxy in Windows using SquidNT]]></title>
<link>http://khairulhabib.wordpress.com/?p=7</link>
<pubDate>Sat, 11 Oct 2008 10:19:32 +0000</pubDate>
<dc:creator>khairulhabib</dc:creator>
<guid>http://khairulhabib.id.wordpress.com/2008/10/11/finally-were-connected/</guid>
<description><![CDATA[Finally we&#8217;ve got our own internet connection. My friend was in the best mood that day. He dec]]></description>
<content:encoded><![CDATA[<p>Finally we've got our own internet connection. My friend was in the best mood that day. He decided to buy an expensive Huawei E 220 series just before I desperate to get my own internet connection. So thanks to my friend for his massive contribution.</p>
<p>So, what's the story today? Yes, I'll tell you about my experience built our own internet connection using Huawei modem with telkomflash firmware on it (i dunno if the phrase firmware is right in these context). We have to be a member of telkomflash program in order to get this modem. This modem is kinda cute, tiny, and fragile (i think :D). So, after all prerequisite met, we started to plan how this network should be. We started to think about OS. At that time we have no choice but Windows. The implant firmware on Huawei only work with windows and its variant. So we gave up. We used windows, windows xp, as server.</p>
<p>Wait, server for what? Yes, Server for proxy of course. This internet connection need to be shared among all member of this local area network (LAN). So, what is proxy? You can find the answer <a title="whatisproxy" href="http://en.wikipedia.org/wiki/Web_proxy" target="_blank">here</a>. The first problem encounter here was the proxy server have a poor relation with windows (in this case windows XP). Combining proxy server with windows is not my favorite. I believe most of the proxy server in the world using non windows operating system to operate (this is just what i think). With a hard step, we try to get windows version of this proxy program, and we made it. It called SquidNT version 2.6 for windows. Squid have undoubtedly reputation within linux user. But in windows? yeah right. You can get it from here.</p>
<p>The configuration file, structure of program, is all identical with the linux have. You may see var, etc, bin, sbin folder inside it :D. So, this quite relished. It sure wont be difficult to find some tutorial how to configure, install, and start because this tool quite popular. First, we get into ACL section in /etc/squid.conf and make sure that you define all ACL correctly. Here what it does look like in my configuration:</p>
<p>acl all src 0.0.0.0/0.0.0.0<br />
acl manager proto cache_object<br />
acl localhost src 127.0.0.1/255.255.255.255<br />
acl to_localhost dst 127.0.0.0/8<br />
acl SSL_ports port 443<br />
acl Safe_ports port 80        # http<br />
acl Safe_ports port 21        # ftp<br />
acl Safe_ports port 443        # https<br />
acl Safe_ports port 70        # gopher<br />
acl Safe_ports port 210        # wais<br />
acl Safe_ports port 1025-65535    # unregistered ports<br />
acl Safe_ports port 280        # http-mgmt<br />
acl Safe_ports port 488        # gss-http<br />
acl Safe_ports port 591        # filemaker<br />
acl Safe_ports port 777        # multiling http<br />
acl Safe_ports port 5050    # YM<br />
acl YMPort port 5050 # Yahoo messenger<br />
acl CONNECT method CONNECT</p>
<p>and then we go into http_access section. In this section we are able to set what address allowed to pass our proxy. Make sure we define our local network address correcty. Here's mine:</p>
<p>http_access allow manager localhost<br />
http_access deny manager<br />
http_access deny !Safe_ports<br />
http_access allow CONNECT YMPort<br />
http_access deny CONNECT !SSL_ports<br />
acl our_networks src 192.168.2.0/24<br />
http_access allow our_networks</p>
<p>That will be done enough. But if you want to block some unwanted site (this is probably because of its bandwidth consume content, or pornography reason :p) i've found this in the internet:</p>
<p>acl bad url_regex -i "c:\squid\etc\blockedsite.txt"<br />
http_access deny bad</p>
<p>Just write any phrase on that blockedsite.txt file to prevent that site being accessed inside your proxy. Although this can be cheated by LOT of bypass proxy tool, but at least, we try to be a good man already.</p>
<p>You can set what port this proxy will listen at HTTP_PORT. Just write any number you think, usually 8080 or 3128. And here we go to the other main function of proxy. Proxy will cache any page you've visited. This cache is seem very useful when we likely browse same page in all day. I prefer to have a disk cache in this proxy server. Bigger better i think :p</p>
<p>cache_dir ufs c:/squid/var/cache 1024 32 256</p>
<p>We can read further explanation about what ufs and sequence of number above. But first number (1024) is how big your space reserved for cache in MB. I think that will enough to create a 'beginner' proxy server. Hehehe...</p>
<p>So, after we done with /etc/squid.conf file, we ready to move into installation of this squid. We can use "squid.exe -z" command to create a cache directory first, and then execute "squid.exe -i" to install squid into windows services through cmd. I recommend to switch squid service from automatically started into manually started. Because we use telkomflash application that connected via usb and identic with port number and so on, so starting squid first is not a good idea.</p>
<p>After installing squid, dont forget to set your firewall system to allow all packet come from port 3128 and 5050 for YM. Just look on the exception tab and add necessary port to unblock. And dont forget to enable router forwarding from registry. Just run regedit.exe and jump into HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters and set IPEnableRouter DWORD value to 1. That will done YM connecting problem in proxy in windows, i think.</p>
<p>So, that's all my story today, and correct me when something above wrong. Sory for my bad english...</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[It's official - Telus/Bell is upgrading to a state-of-the-art wireless technology (with the help of two vendors)]]></title>
<link>http://simontonekham.wordpress.com/?p=436</link>
<pubDate>Sat, 11 Oct 2008 02:34:14 +0000</pubDate>
<dc:creator>Simon Tonekham</dc:creator>
<guid>http://simontonekham.id.wordpress.com/2008/10/10/its-official-telusbell-is-upgrading-to-a-state-of-the-art-wireless-technology-with-the-help-of-two-vendors/</guid>
<description><![CDATA[Well guys,
After some speculation which caused a mislead to my earlier blog posting and some well-ke]]></description>
<content:encoded><![CDATA[<p>Well guys,</p>
<p>After some speculation which caused a mislead to my earlier blog posting and some well-kept secrets about the Telus/Bell plans to upgrade to GSM/HSPA, it seems that the plan will go ahead as plan - this time it's official - but instead of dropping their CDMA networks for GSM/HSPA, the 4G/LTE network will be deployed.</p>
<p>I was reading through the press releases of both Bell and Telus and by reading those press releases, I realized that they are deploying the 4th Generation (4G) Long Term Evolution (LTE) network coast to coast. Thanks to their recent licences they had managed to secure during the Wireless Spectrum Auction back in May of this year (2008), it is expected that the new network will be ready by 2010. Both Bell and Telus selected Nokia Siemens and Huawei to provide the infrastrucutre that Bell and Telus will deploy. After all, it seems that both companies has the "Angels &#38; Airwaves" on making their network to be adaptable for visitors in Canada - especially the 2010 Winter Olympics in Vancouver and the recently announced plan for Toronto to bid on the 2015 Pan Am games (which I will cover on my next blog posting).</p>
<p>This is spreading like wildfire! From the message boards to many blogs such as <a href="http://wirelessnorth.ca/2008/10/10/its-official-telus-and-bell-announce-hspa/" target="_blank">WirelessNorth.ca</a>. The only problem is, how will other providers that run on the big players' networks will benefit from the upgrade - especially Virgin Mobile, Koodo and Solo? It's up to them to decide for themselves.</p>
<p><span style="text-decoration:underline;"><strong>References:</strong></span></p>
<p>"Vendors cheer Bell-Telus network announcement, posts unoriginal quote." National Post. 10 October 2008. 10 October 2008. &#60;http://network.nationalpost.com/np/blogs/fpposted/archive/2008/10/10/carriers-cheer-bell-telus-network-announcement-posts-unoriginal-quote.aspx&#62;</p>
<p>"BCE and Telus announce joint network upgrade." National Post. 10 October 2008. 10 October 2008. &#60;http://www.financialpost.com/story.html?id=873515&#62;</p>
<p>"<span class="headlineArticle">Bell, Telus to upgrade networks." Toronto Star. 10 October 2008. 10 October 2008. &#60;http://www.thestar.com/Business/article/515644&#62;</span></p>
<p>"Telus and Bell announce GSM plans for Canada - HSPA 3G networks by 2010." IntoMobile.com. 10 October 2008. 10 October 2008. &#60;http://www.intomobile.com/2008/10/10/telus-and-bell-announce-gsm-plans-for-canada-hspa-3g-networks-by-2010.html&#62;</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[First Time Connect Via Indosat 3G Unlimited 100ribu with Huawei E220]]></title>
<link>http://wikanpribadi.wordpress.com/?p=823</link>
<pubDate>Wed, 08 Oct 2008 22:59:49 +0000</pubDate>
<dc:creator>wikanpribadi</dc:creator>
<guid>http://wikanpribadi.id.wordpress.com/2008/10/08/first-time-connect-via-indosat-3g-unlimited-100ribu-with-huawei-e220/</guid>
<description><![CDATA[
http://3g.indosat.com

http://www.huawei.com

http://www.speakeasy.net/speedtest/

http://www.sijiw]]></description>
<content:encoded><![CDATA[<p><a href="http://wikanpribadi.files.wordpress.com/2008/10/indosat3g.jpg"><img src="http://wikanpribadi.wordpress.com/files/2008/10/indosat3g.jpg" alt="" title="indosat3g" width="202" height="65" class="aligncenter size-full wp-image-824" /></a></p>
<p>http://3g.indosat.com</p>
<p><a href="http://wikanpribadi.files.wordpress.com/2008/10/modem.jpg"><img src="http://wikanpribadi.wordpress.com/files/2008/10/modem.jpg" alt="" title="modem" width="223" height="189" class="aligncenter size-full wp-image-826" /></a></p>
<p>http://www.huawei.com</p>
<p><a href="http://wikanpribadi.files.wordpress.com/2008/10/speedtest11.jpg"><img src="http://wikanpribadi.wordpress.com/files/2008/10/speedtest11.jpg" alt="" title="speedtest11" width="285" height="47" class="aligncenter size-full wp-image-827" /></a></p>
<p>http://www.speakeasy.net/speedtest/</p>
<p><a href="http://wikanpribadi.files.wordpress.com/2008/10/speedtest2.jpg"><img src="http://wikanpribadi.wordpress.com/files/2008/10/speedtest2.jpg" alt="" title="speedtest2" width="162" height="103" class="aligncenter size-full wp-image-828" /></a></p>
<p>http://www.sijiwae.net/speedtest/</p>
<p><a href="http://wikanpribadi.files.wordpress.com/2008/10/mobile.jpg"><img src="http://wikanpribadi.wordpress.com/files/2008/10/mobile.jpg?w=300" alt="" title="mobile" width="300" height="225" class="aligncenter size-medium wp-image-829" /></a></p>
<p>Mobile Partner</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Libera tu Huawei E220 y úsalo con Simyo o Yoigo ]]></title>
<link>http://grimmm.wordpress.com/?p=294</link>
<pubDate>Sun, 05 Oct 2008 07:23:17 +0000</pubDate>
<dc:creator>Pedro Colas</dc:creator>
<guid>http://grimmm.id.wordpress.com/2008/10/05/libera-tu-huawei-e220-y-usalo-con-simyo-o-yoigo/</guid>
<description><![CDATA[Dom, 2008/10/05- 09:23 — Pedro Colas


 

Ingredientes: Un modem 3G, en mi caso era un Huawei E220]]></description>
<content:encoded><![CDATA[<p><span class="submitted">Dom</span><span class="submitted">, 2008/10/05- 09</span><span class="submitted">:23 — </span>Pedro Colas</p>
<p style="text-align:left;"><img class="size-medium wp-image-235 alignleft" src="http://grimmm.files.wordpress.com/2008/07/editor.gif?w=46&#38;h=17&#38;h=17" alt="" width="46" height="17" /></p>
<p style="text-align:left;">
<p style="text-align:right;"><a href="http://grimmm.wordpress.com/files/2008/04/tuto.gif"><img class="alignnone size-full wp-image-108" title="tuto" src="http://grimmm.wordpress.com/files/2008/04/tuto.gif" alt="" width="30" height="15" /></a> <img class="alignnone size-full wp-image-286" title="osx" src="http://grimmm.files.wordpress.com/2008/09/osx.gif?w=24&#38;h=15&#38;h=15" alt="" width="24" height="15" /></p>
<p><a href="http://grimmm.files.wordpress.com/2008/10/voda_3g_modem_1.jpg"><img class="size-medium wp-image-389 alignright" title="voda_3g_modem_1" src="http://grimmm.wordpress.com/files/2008/10/voda_3g_modem_1.jpg?w=300" alt="" width="300" height="255" /></a></p>
<p><strong>Ingredientes:</strong> Un modem 3G, en mi caso era un Huawei E220 Movistar, un ordenador con Windows, una cuenta de Paypal, 15€ y cinco minutos.</p>
<p><strong>Primer paso:</strong> Entras <a href="http://www.kulankendi.com/_ftp_guar/">aquí</a> y te descargas el último firmware para el Huawei. En el momento de hacer este artículo era <a href="http://www.kulankendi.com/_ftp_guar/Data/Huawei_E220_Firmware_11.116.05.00.00.B268.zip">este</a></p>
<p><strong>Segundo paso</strong>: Te descargas el <a href="http://www.kulankendi.com/_ftp_guar/KK_MClient/KK_MClient.exe">kulankendi Multi Client</a>, que será el programa que utilizaremos para liberar el modem.</p>
<p><strong>Tercer paso:</strong> Abres el programa, enchufas el modem al ordenador y le das a <em>Read Info.</em></p>
<p><strong>Cuarto paso:</strong> Vas a <a href="http://www.kulankendi.com/index2.php?pMenuG=15">esta página</a> y pagas por Paypal los modems que quieres liberar (En la sección GPRS Modems). Son 15€ por cada modem que quieras liberar.</p>
<p><strong>Quinto paso</strong>: En el programa, le das al botón que pone <em>Get Login/Password </em>e insertas los datos del pago por paypal: ID de la transacción, tu email y la cantidad que has pagado. Te preguntará que si quieres usar esos datos ahora y le dices que sí.</p>
<p><strong>Último paso:</strong> Pulsas unlock, y se acabó. Ahora sólo te queda ponerle una tarjeta de cualquier compañía y a disfrutar de tu conexión de datos.</p>
<p>Todo el proceso no debería llevar más de cinco minutos. He comprobado que este es el sistema que utilizan los que liberan estos modems, por mucho que digan otra cosa. A mí me llegaban a pedir 50€ por liberarlo, así que creo que no está mal el ahorro. ¿No?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Ericsson Business Case Competition]]></title>
<link>http://celikalper.wordpress.com/?p=102</link>
<pubDate>Tue, 30 Sep 2008 21:09:49 +0000</pubDate>
<dc:creator>alper celik</dc:creator>
<guid>http://celikalper.id.wordpress.com/2008/09/30/ericsson-business-case-competition/</guid>
<description><![CDATA[Last week was &#8220;China Week&#8221; at KTH and in order to celebrate it, students organized lots ]]></description>
<content:encoded><![CDATA[<p><a href="http://celikalper.files.wordpress.com/2008/09/_mg_0307.jpg"><img src="http://celikalper.wordpress.com/files/2008/09/_mg_0307.jpg?w=128" alt="" title="ericsson_case_competition" width="128" height="85" class="alignleft size-thumbnail wp-image-103" /></a>Last week was "China Week" at KTH and in order to celebrate it, students organized lots of different activities. There were many different kinds of public lectures, career days, parties, dinners and business case competition about the Ericsson's business strategy in China. <a href="http://www.ericsson.com/">Ericsson </a>has two biggest competitors in China, which are <a href="http://www.huawei.com/">Huawei </a>and <a href="http://wwwen.zte.com.cn/">ZTE</a><br />
<!--more--><br />
The case competition was mainly about the strategy of Ericsson against ZTE and Huawei. They are both growing very rapidly and Ericsson needs some clever solutions to gain more market share in Asia and Africa. To do that, they need to examine the competitors and see the big picture. The term "rapidly developing economies" is now being used to denote emerging markets such as China, Taiwan, Turkey, Brazil, Egypt, India, Indonesia, Mexico, Poland, Philippines, Russia, South Africa, South Korea and Malaysia that are undergoing rapid growth. In next 5-6 years most of the increase in mobile sector will come from the emerging markets. So it is really important for such a huge company to understand these countries and gain market share.</p>
<p>All in all, it was a great experience and i enjoyed a lot. I would like to thanks to my team mates again. It was a great case competition with full of fun and education.</p>
<p><a name="a2a_dd" href="http://www.addtoany.com/bookmark?linkname=How%20to%20Make%20Meaning&#38;linkurl=www.celikalper.wordpress.com"><img src="http://static.addtoany.com/buttons/share_save_171_16.gif" border="0" alt="" width="171" height="16" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Modem 3G no Ubuntu 8.04 - Definitivo]]></title>
<link>http://carlrobers.wordpress.com/?p=7</link>
<pubDate>Tue, 30 Sep 2008 04:48:26 +0000</pubDate>
<dc:creator>carlrobers</dc:creator>
<guid>http://carlrobers.id.wordpress.com/2008/09/30/modem-3g-no-ubuntu-804/</guid>
<description><![CDATA[
Foto 1: 3G no Ubuntu 8.04

Fui a uma loja da TIM, Claro e OI a uns meses atrás e perguntei se na ]]></description>
<content:encoded><![CDATA[<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:center;"><img class="size-full wp-image-14 aligncenter" style="border:0 none;margin-top:0;margin-bottom:0;" title="1-3g-no-ubuntu-8041" src="http://carlrobers.wordpress.com/files/2008/09/1-3g-no-ubuntu-8041.jpg" alt="" width="496" height="373" /></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:center;"><span style="font-size:xx-small;">Foto 1: 3G no Ubuntu 8.04</span></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">Fui a uma loja da <em>TIM</em>, <em>Claro</em> e <em>OI</em> a uns meses atrás e perguntei se na área onde morava o Modem 3G funcionava bem, a atendente disse que não tinha suporte à internet rápida, ou seja, poderia conectar a uma velocidade de 234kbps, disseram isto em todas as Lojas.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">Aqui na minha cidade existe uma empresa que vende conexão à rádio por um valor alto, foi isto que me convenceu, perguntei à atendente se ela sabia o que estava falando e ela confirmou várias vezes que sim, insistiu que eu conectaria à mais de 100kbps, então, o que mais me convenceu foi a atendente da TIM, sendo assim aderi-me a um o plano da Tim, o “Tim Web Banda Larga” com um o Minimodem <em>Huawei E226</em>.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">Quando cheguei em casa, liguei meu notebook e nada dele funcionar no meu Ubuntu 8.04, o <em>hardware</em> detectou na hora com o <em>driver</em> “<em>airprime</em>”, mas não discava, então liguei no OSX do meu irmão e compartilhei a internet, o próprio Modem 3G monta uma unidade SCSI onde existem os aplicativos para a conexão, mas somente para Windows e para Mac OSX, então pus-me a coletar informações na WEB, o primeiro que encontrei foi um pacote compilado para uma variante de Ubuntu chamada “Insigne”. Baixei o pacote e conectou bem, mas ocorre que meu Firefox não gravava mais informações nenhuma da sessão e toda vez que iniciava ele tinha que recriar o perfil, o pacote <span style="font-family:Courier New,monospace;">“</span><span style="font-family:Courier New,monospace;"><em>timweb-insigne_1.1.1-11_i386.deb</em></span><span style="font-family:Courier New,monospace;">”</span> criou também um novo diretório dentro do <span style="font-family:Courier New,monospace;">/home/</span> chamado <span style="font-family:Courier New,monospace;">insigne/</span> então entrei dentro dele e ativei a visão para arquivos com ponto <em>(arquivos invisíveis no Linux/Gnu são precedidos de ponto “.”)</em>, e encontrei um arquivo invisível de configuração do <em>wvdial</em>, o programa responsável pela discagem usando protocolo ponto-a-ponto <em>(PPP).</em> Quando este programa é chamado ele procura por informações em um arquivo dentro de <span style="font-family:Courier New,monospace;">/etc/</span> este arquivo é o <span style="font-family:Courier New,monospace;">wvdial.conf</span>, caso ele exista e esteja configurado ele discará e será possível conectar à rede mundial de computadores. Na seqüência eu copiei o arquivo para <span style="font-family:Courier New,monospace;">/etc</span> substituindo o antigo e conectei pelo Terminal com o comando:</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;"><!--more--></p>
<blockquote>
<p style="text-indent:.53cm;margin-bottom:0;"># wvdial</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
</blockquote>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">Isto 	até que funcionou por um tempo, depois começou a dar muitos 	problemas, então decidi tentar configurar pelo “<em>Network 	Manager”, - Mini-aplicativo Gerenciador de Rede</em> Copyright © 	2004-2008 Red Hat, Inc. e © 2005-2008 Novell, Inc. - nada de 	funcionar, neste tempo eu fazia uma alteração aqui e outra ali 	para que conseguisse conectar, as vezes compartilhava a conexão com 	o Mac do meu irmão as vezes conectava pelo meu <em>desktop</em> que 	por este motivo tinha Windows e compartilhava a conexão pela placa 	de rede eth0 com meu notebook, isto a cada 	dia ficava mais cansativo, mas, em um determinado dia, resolvi 	entrar na Lista do <a href="http://www.gnome.org/projects/NetworkManager/"><span style="color:#000000;">Network 	Manager</span></a> e no mesmo dia adicionei ao meu 	<span style="font-family:Courier New,monospace;">/etc/apt/source.list</span> a 	seguinte entrada:</p>
<blockquote>
<p style="text-indent:.53cm;margin-bottom:0;">http://ppa.launchpad.net/network-manager/ubuntu hardy main</p>
</blockquote>
<p class="western" style="margin-bottom:0;text-align:justify;">em seguida atualizei a base de dados do <em>apt-</em><em>get</em>, e apareceram algumas atualizações, entre elas estava o <em>NM 0.7.0</em>, instalei todas e reiniciei. Quando o Ubuntu carregou detectou meu Modem 3G</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">
<p class="western" style="margin-bottom:0;text-align:center;" align="center"><img class="aligncenter" title="Network Manager" src="http://carlrobers.wordpress.com/files/2008/09/2-nm-070.jpg" alt="" width="495" height="287" /></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:center;"><span style="font-size:xx-small;">Foto 2:  NM 0.7.0</span></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:center;">e em seguida abriu um  <em>Assistente</em> para que eu configura-se minha operador</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:center;"><img class="aligncenter" src="http://carlrobers.wordpress.com/files/2008/09/3-assistente.png" alt="" width="360" height="340" /></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:center;" align="left"><img class="aligncenter" src="http://carlrobers.wordpress.com/files/2008/09/4-assistente.png" alt="" width="361" height="340" /></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:center;"><img class="aligncenter" src="http://carlrobers.wordpress.com/files/2008/09/5-assistente.png" alt="" width="361" height="340" /></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">Após o simples passo-a-passo eu não consegui conectar então, abri as configurações do mini-aplicativo NM, tudo agora está diferente, muito mais organizado, muito melhor.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:center;" align="center"><img class="aligncenter" src="http://carlrobers.wordpress.com/files/2008/09/6-conexoes-de-rede.jpg" alt="" width="498" height="311" /></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;" align="center"><span style="font-size:xx-small;">Foto 6: Conexões de Rede</span></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">Cliquei sobre Banda Larga Móvel e em seguida editar, removi o APN, havia lido em alguns textos que não era possível conectar pela TIM se o APN estivesse ajustado, removi também a senha e o nome de usuário, tive uns problemas com o tempo de espera para conectar, marquei também o Conectar automaticamente para que quando Inicia-se meu Linux 2.6 ele automaticamente conecta-se e foi só clicar <em>OK</em> e confirmar que ele, o minimodem conectou.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:center;"><img class="aligncenter" src="http://carlrobers.wordpress.com/files/2008/09/7-editando-tim.jpg" alt="" width="496" height="310" /></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;" align="center"><span style="font-size:xx-small;">Foto 7: Editando Tim</span></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;" align="center">
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">No entanto o arquivo <span style="font-family:Courier New,monospace;">/etc/resolv.conf</span> foi alterado e nele foram adicionados DNS's inválidos, desta forma não era permitido conectar à internet imediatamente, perguntei ao pessoal na lista a alguns dias depois e obtive a informação de que era este um Bug no <em>ppp</em> responsável pelo Point-to-Point Protocol, caso tenha o mesmo problema faça o seguinte: abra no seu editor de textos favorito o arquivo <span style="font-family:Courier New,monospace;">/etc/ppp/options</span> e adicione ao fim deste o parâmetro '<em><span style="font-family:Courier New,monospace;">ipcp-max-failure 30</span></em>', desta forma você não irá precisar mais ficar abrindo o arquivo <span style="font-family:Courier New,monospace;">resolv.conf</span> para adicionar DNS's válidos.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;" align="center"><img class="aligncenter size-large wp-image-19" title="71-resolvconf" src="http://carlrobers.wordpress.com/files/2008/09/71-resolvconf.jpg?w=497" alt="" width="497" height="310" /><br />
<span style="font-size:xx-small;"> 7.1 - resolv.conf</span></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">Para saber a velocidade da conexão você pode instalar o vnstat com o comando:</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<blockquote>
<p style="text-indent:.53cm;margin-bottom:0;">$ sudo apt-get install vnstat</p>
</blockquote>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;">para Ubuntu 8.04 basta entrar neste link<span style="color:#000000;"> </span>&#60; apt://vnstat &#62;.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;">E para saber a velocidade da conexão basta passar o comando:</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<blockquote>
<p style="text-indent:.53cm;margin-bottom:0;">$ sudo vnstat -u -i ppp0 -l</p>
</blockquote>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;">Onde <em>ppp0</em> seria sua interface, você pode ver a velocidade de qualquer interface bastando substituir o <em>ppp0</em> pela interface desejada.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">No início, quando adquiri o Modem 3G e o plano da TIM, a conexão chegou a picos de 200kbps, dava para acreditar que este Modem 3G teria um futuro promissor, acontece que, hoje em dia a conexão fica entre 2 e 9kbps, isto quando teima em não conectar, caso você venha ter estes problemas também, lembre-se que a regulamentação da Anatel diz que qualquer que seja a banda larga a operadora deverá garantir no mínimo 10% da conexão, não é o que acontece com a TIM, além do atendimento ser pobre em técnicos a conexão é de somente 0,10%.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">Quando isto começou a acontecer, entrei em contato com a operadora, no entanto eles ficaram em um empurra-empurra e eu depois de muita dor de cabeça resolvi entrar em contato com a Anatel, agora a história será diferente, porque elas, as operadoras fazem hora com os clientes, com a Anatel não. Caso queira entrar em contato com a ela ligue para o número 0800 33 2001, antes disso você deverá ligar para sua operadora, fazer a reclamação e anotar o número do Protocolo, pois, para a Anatel abrir o chamado eles precisam deste número.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;">Agora é esperar por melhoras neste serviço que ainda é muito jovem aqui no Brasil.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">Caso tenha acabado de comprar seu Modem 3G e não tem como conectar para baixar a nova versão do NM, siga os passos a seguir:</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">Como super usuário <em>(root) </em><span style="font-style:normal;">passe o seguinte comando em um terminal:</span></p>
<blockquote>
<p style="text-indent:.53cm;margin-bottom:0;font-style:normal;"># wvdialconf</p>
</blockquote>
<p class="western" style="text-indent:.53cm;margin-bottom:0;font-style:normal;">Algumas mensagens como as seguintes irão passar na tela:</p>
<p style="text-indent:.53cm;margin-bottom:0;font-style:normal;">
<blockquote>
<p style="margin-bottom:0;font-style:normal;">ttyUSB1&#60;*1&#62;: ATQ0 V1 E1 -- OK</p>
<p style="margin-bottom:0;font-style:normal;">ttyUSB1&#60;*1&#62;: ATQ0 V1 E1 Z -- OK</p>
<p style="margin-bottom:0;font-style:normal;">ttyUSB1&#60;*1&#62;: ATQ0 V1 E1 S0=0 -- OK</p>
<p style="margin-bottom:0;font-style:normal;">ttyUSB1&#60;*1&#62;: ATQ0 V1 E1 S0=0 &#38;C1 -- OK</p>
<p style="margin-bottom:0;font-style:normal;">ttyUSB1&#60;*1&#62;: ATQ0 V1 E1 S0=0 &#38;C1 &#38;D2 -- OK</p>
<p style="margin-bottom:0;font-style:normal;">ttyUSB1&#60;*1&#62;: ATQ0 V1 E1 S0=0 &#38;C1 &#38;D2 +FCLASS=0 -- OK</p>
<p style="margin-bottom:0;font-style:normal;">ttyUSB1&#60;*1&#62;: Modem Identifier: ATI -- Manufacturer: huawei</p>
<p style="margin-bottom:0;font-style:normal;">ttyUSB1&#60;*1&#62;: Speed 9600: AT -- OK</p>
<p style="margin-bottom:0;font-style:normal;">ttyUSB1&#60;*1&#62;: Max speed is 9600; that should be safe.</p>
<p style="margin-bottom:0;font-style:normal;">ttyUSB1&#60;*1&#62;: ATQ0 V1 E1 S0=0 &#38;C1 &#38;D2 +FCLASS=0 -- OK</p>
<p style="margin-bottom:0;font-style:normal;">Found a modem on /dev/ttyUSB1.</p>
</blockquote>
<p class="western" style="margin-bottom:0;font-style:normal;padding-left:60px;">
<p class="western" style="text-indent:.51cm;margin-bottom:0;text-align:justify;"><span style="font-style:normal;">Esta mensagens identificam o modem enviando comandos AT ao mesmo. Este comando está configurando o arquivo </span><span style="font-family:Courier New,monospace;"><span style="font-style:normal;">/etc/wvdial.conf</span></span><span style="font-style:normal;">, caso </span>você não tenha permissão para usar o root o arquivo será criado em seu diretório pessoal e você pode acessá-lo em <span style="font-family:Courier New,monospace;">~/wvdial.conf</span> desde que você acrescente o caminho do arquivo à frente do comando como a seguir:</p>
<blockquote>
<p style="text-indent:.53cm;margin-bottom:0;">$ wvdial ~/wvdial.conf</p>
</blockquote>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">Abra o arquivo de configuração com um editor de textos e adicione ou substitua os valores dele com os seguintes:</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<blockquote>
<p style="text-indent:.53cm;margin-bottom:0;">[Dialer Defaults]</p>
<p style="text-indent:.53cm;margin-bottom:0;">Phone = *99#</p>
<p style="text-indent:.53cm;margin-bottom:0;">Ask Password = off</p>
<p style="text-indent:.53cm;margin-bottom:0;">Password = ppp</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">Username = ppp<span style="font-family:Courier New,monospace;"> </span></p>
</blockquote>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;">Salve e feche o arquivo, em seguida basta passar o comando:</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<blockquote>
<p style="text-indent:.53cm;margin-bottom:0;"># wvdial</p>
</blockquote>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;">ou caso não tenha permissão para usar o super usuário</p>
<blockquote>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p style="text-indent:.53cm;margin-bottom:0;">$ wvdial -C ~/wvdial.conf</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
</blockquote>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">para se conectar. Se estiver passando o comando com seu usuário comum, o wvdial irá procurar o arquivo de configuração em seu diretório pessoal, ou seja, <span style="font-family:Courier New,monospace;">~/wvdial.conf</span>, caso contrário ele irá procurar o arquivo de configuração em <span style="font-family:Courier New,monospace;">/etc/wvdial.conf</span>.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">O passo seguinte será a atualização do NM, abra com o <em>root</em> o arquivo <span style="font-family:Courier New,monospace;">/etc/apt/sources.list</span> em seu editor de textos favorito, adicione ao final dele a seguinte entrada:</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<blockquote>
<p style="text-indent:.53cm;margin-bottom:0;">deb http://ppa.launchpad.net/network-manager/ubuntu hardy main</p>
</blockquote>
<p class="western" style="margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;">Salve e feche o arquivo, em seguida atualize o cache do APT com o comando.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<blockquote>
<p style="text-indent:.53cm;margin-bottom:0;">$ sudo apt-get update</p>
</blockquote>
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">assim que terminar a atualização, um balão de notificação será aberto pelo aplicativo <em>update-notifier</em> na parte superior direita, próximo ao relógio, informando que existem atualizações, clique sobre ele e faça as atualizações, assim que reiniciar o computador surgir-se-a o Assistente com o passo a passo para a configuração da prestadora do serviço, escolha uma na lista, até a presente data era possível configurar Claro, Vivo, Velox e TIM.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;" align="center"><img class="alignnone size-large wp-image-20" title="8-conexao-estabelecida" src="http://carlrobers.wordpress.com/files/2008/09/8-conexao-estabelecida.jpg?w=496" alt="" width="496" height="308" /></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;" align="center"><span style="font-size:xx-small;">Foto 8:  Conexão Estabelecida</span></p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;text-align:justify;">Apesar de eu ter usado como exemplo a operadora TIM, estes procedimentos servem para qualquer operadora.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;">É isto aí, bons downloads.</p>
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;">
<p class="western" style="text-indent:.53cm;margin-bottom:0;">Agradecimentos à:</p>
<ul>
<li>
<p class="western" style="margin-bottom:0;"><a href="http://www.huawei.com/pt/catalog.do?id=302" target="_blank">Huawei do Brasil</a></p>
</li>
<li>
<p class="western" style="margin-bottom:0;">Dan Williams – 	RedHat</p>
</li>
<li>
<p class="western" style="margin-bottom:0;">Xavier Callejas</p>
</li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Nokia and Nokia Siemens Networks enter into patent license agreement with Huawei]]></title>
<link>http://newstelco.wordpress.com/?p=72</link>
<pubDate>Mon, 29 Sep 2008 08:06:54 +0000</pubDate>
<dc:creator>newstelco</dc:creator>
<guid>http://newstelco.id.wordpress.com/2008/09/29/nokia-and-nokia-siemens-networks-enter-into-patent-license-agreement-with-huawei/</guid>
<description><![CDATA[Espoo, Finland - Nokia and Nokia Siemens Networks announced today a patent license agreement with Hu]]></description>
<content:encoded><![CDATA[<p style="text-align:left;"><img class="alignleft" src="http://farm4.static.flickr.com/3091/2897519311_ed7e9e804b_m.jpg" alt="nsn" width="150" height="63" />Espoo, Finland - Nokia and Nokia Siemens Networks announced today a patent license agreement with Huawei and its affiliates for standards essential patents. The comprehensive agreement covers the worldwide use of all standards essential patents of all parties, including GSM, WCDMA, CDMA2000, optical networking, datacom and WiMAX in mobile devices, infrastructure and services.<!--more--></p>
<p style="text-align:left;">"We are very pleased to have entered into this agreement with Huawei" said Ilkka Rahnasto, Vice President, Intellectual Property Rights, Nokia. "Huawei is the thirty-fifth company to license Nokia patents related to cellular standards and this agreement demonstrates how companies can license intellectual property in a way that encourages industry innovation and fosters a healthy IPR environment."</p>
<p style="text-align:left;">"As a newer player in the telecoms IPR environment, Nokia Siemens Networks see this as our most significant licensing agreement to date", said Gottfried Weidel, Head of Intellectual Property Rights, Nokia Siemens Networks. "It will help to create a more predictable business environment and further supports our goal of industry innovation."</p>
<p style="text-align:left;">"This agreement is of great significance and benefit to Huawei, Nokia and Nokia Siemens Networks" said Song Liuping, Vice President and Chief Legal Officer, Huawei. "It underscores our commitment to create a harmonious environment for the benefit and development of the telecom industry."</p>
<p style="text-align:left;">Nokia is the industry leader in wireless innovation and the development of GSM and WCDMA technologies. Nokia has built one of the strongest and broadest IPR portfolios in the wireless industry and since the early 1990's has invested close to EUR 35 billion in research and development. Nokia's patent portfolio includes approximately 300 GSM, 370 WCDMA and 170 CDMA2000 declared essential patent families.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Nokia, Nokia Siemens with Huawei]]></title>
<link>http://mytechbox.wordpress.com/?p=1046</link>
<pubDate>Mon, 29 Sep 2008 07:44:32 +0000</pubDate>
<dc:creator>Rakesh Raman</dc:creator>
<guid>http://mytechbox.id.wordpress.com/2008/09/29/nokia-nokia-siemens-with-huawei/</guid>
<description><![CDATA[Nokia, Nokia Siemens Networks Go with Huawei
Nokia and Nokia Siemens Networks have announced a paten]]></description>
<content:encoded><![CDATA[<p><strong><a href="http://mytechboxonline.com/mobility/mobility-huawei-0908.html" target="_blank">Nokia, Nokia Siemens Networks Go with Huawei</a></strong><br />
Nokia and Nokia Siemens Networks have announced a patent license agreement with Huawei and its affiliates for standards essential patents. The agreement covers the worldwide use of all standards essential patents of all parties, including GSM, WCDMA, CDMA2000, optical networking, datacom and WiMAX in mobile devices, infrastructure and services. Nokia Siemens Networks is a leading telecom infrastructure company…<strong><a href="http://mytechboxonline.com/mobility/mobility-huawei-0908.html" target="_blank">Full Article</a><br />
</strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Unlock HP Esia Huawei]]></title>
<link>http://flyingopak.wordpress.com/?p=94</link>
<pubDate>Thu, 25 Sep 2008 06:02:43 +0000</pubDate>
<dc:creator>Si DuduL</dc:creator>
<guid>http://flyingopak.id.wordpress.com/2008/09/25/unlock-hp-esia-huawei/</guid>
<description><![CDATA[Handphone sekarang sudah bukan lagi barang LUX akan tetapi sudah bisa dibilang kebutuhan utama, bahk]]></description>
<content:encoded><![CDATA[<p>Handphone sekarang sudah bukan lagi barang <strong>LUX </strong>akan tetapi sudah bisa dibilang kebutuhan utama, bahkan ada yang bilang “<em>gw ga bakal bisa hidup tanpa Mobile</em>”. Apalagi sekarang udah banyak merek2 handphone yang diperjual belikan. Dari yang mahal sampe yang harganya bisa dibilang sangat murah.<br />
<strong>ESIA + Huawei</strong> emang gabungan yang cocok. Dari segi harga mungkin <!--more-->ini HP termurah yang dijual dipasaran, dari segi barang bisa dibilang bagus karena tradapat <strong>WARRANTY</strong> selama 1 taon... apalagi dari segi design, <strong>huawei</strong> memang ahli dalam bidang <strong>design + performa</strong>.<br />
Tapi...<br />
Sekarang <strong>Esia + Huawei</strong> dihadapkan dengan satu masalah yaitu, pelanggan sudah tidak nyaman lagi menggunakan HP yang hanya bisa digunakan dengan satu kartu. Maka mulailah mereka mencari cara agar HP <strong>HUAWEI</strong>-nya bisa dipakai dengan kartu apapun. Lalu munculah <strong>Huawei Unlocker</strong>. <strong>Huawei Unlocker</strong> berarti orang yang membebaskan <strong>Huawei</strong> dari kartu <strong>Esia</strong> dan dapat menggunakan kartu <strong>CDMA </strong>lainnya.<br />
Malah sekarang <strong>Huawei Unlocker</strong> sudah merambah dunia internet, mungkin karena internetlah lahan yang tepat untuk menggarap bisnis ini. Kalau kamu search di <strong>OM GOOGLE</strong> mungkin kata2 “<strong>Esia Unlock</strong>” bisa mencapai ribuan hasil temuan.<br />
“<strong>UNLOCK SEMUA ESIA LIHAT DISINI</strong>” “<strong>UNLOCK ESIA GRATIS</strong>” “<strong>ESIA UNLOCK TUTORIAL</strong>” dan banyak lagi hasil temuan yang di dapat <strong>OM GOOGLE</strong>.<br />
Huh... malah ada banyak Blog yang Cuma iseng2 naro kata2 “<strong>UNLOCK ESIA</strong>” di tags-nya Cuma untuk nyari <strong>page rank</strong> (termasuk gw sich...) pokoknya banyak dech...<br />
Tapi <strong>BOS BAKRIE</strong> pun ngga gitu aja nyerah... mereka datengin satu2 tuh <strong>Website</strong> + <strong>Blog</strong> yang udah ngasih tau tutorial tentang “<strong>UNLOCK</strong>” itu. Bahkan <strong>ESIA</strong> mengirimi <strong>EMAIL</strong> <strong>peringatan</strong> ke semua blogger yang udah posting tentang <strong>UNLOCK ESIA.<br />
</strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Vodafone ADSL]]></title>
<link>http://gomezcamara.wordpress.com/?p=212</link>
<pubDate>Wed, 24 Sep 2008 19:00:19 +0000</pubDate>
<dc:creator>gomezcamara</dc:creator>
<guid>http://agustingomez.com/2008/09/24/vodafone-adsl/</guid>
<description><![CDATA[
Pues sí, como lo véis. Vodafone ha presentado sus soluciones ADSL para el mercado residencial y a]]></description>
<content:encoded><![CDATA[<p><img class="aligncenter" title="Vodafone ADSL" src="http://www.vodafone.gr/portal/resources/media/res207.jpg" alt="" width="570" height="140" /></p>
<p>Pues sí, como lo véis. <strong>Vodafone ha presentado sus soluciones ADSL para el mercado residencial y autónomos </strong>con velocidades de <strong>6Mb y 12Mb</strong>.</p>
<p>Antes de hablar del producto en sí, voy a comentaros lo que más me ha llamado la atención, el hecho de que<strong> te puedas llevar tu router en el momento de la contratación de la tienda Vodafon</strong>e donde lo adquieras y<strong> disponer de conexión a internet desde el primer momento gracias al modem 3G/HSPA</strong> incorporado de dicho router y que es extraíble para poder utilizarlo con cualquier ordenador portátil en movilidad ("<em>[...] cualquier homínido con dedo prensil...[...]</em>").</p>
<p>En cuanto a producto, <strong>creo que la velocidad es algo escasa</strong>. Bueno, algo escasa en cuanto a nomenglatura se refiere, porque ya sabemos que lo de <em>hasta 20Mb</em> es una leyenda comercial, que la mayoría, en el mejor de los casos, no pasará de unos 11Mb, Diós mediante. En realidad, la clave comercial del producto, es la combinación de acceso fijo y acceso móvil a internet.</p>
<p>El primero de los productos ofertados, de acceso directo exclusivamente, disponible para particulares y autónomos, es <strong>Vodafone ADSL</strong>. Se trata de un producto con <strong>dos velocidades disponibles: 6Mb y 12Mb</strong>, con 500kbps y 6Mb de subida respectivamente. Es una o<strong>ferta que se dirige a clientes que desean tener una línea fija</strong>, consta del producto A<strong>DSL y llamadas a fijos nacionales por 34,90 €</strong><strong> más iva para los 6Mb</strong>, o <strong>39,90 € más iva para los que elijan la opción con 12Mb de descarga</strong>.</p>
<p>El segundo de los productos ADSL ofertados es el llamado <strong>Vodafone ADSL uno</strong>, también de acceso directo en exclusiva, <strong>un producto con el que no tendremos línea fija telefónica para voz</strong>, con lo que <strong>no dispondremos de las llamadas a fijos</strong> nacionales. A cambio, <strong>podremos llamar desde nuestro móvil Vodafone a 0,01 € más iva el minuto a cualquier numeración fija</strong> del país. Para esta modalidad<strong> los precios serán 29,90 € mas iva para la opción de 6Mb y 34,90 € para la opción de 12Mb</strong>.</p>
<p>Como equipamiento contaremos con un <strong>router Huawei con modem USB</strong> integrado (y extraíble) con tecnología HSDPA, con lo que <strong>podremos navegar desde le primer momento, pues nos llevaremos el router directamente desde nuestra tienda Vodafone</strong> (o distribuidor autorizado, como <strong>The Phone House</strong>) en el momento en que contratemos nuestro ADSL. Mientras no tengamos nuestra línea ADSL activada en nuestro domicilio, podremos navegar con nuestro modem USB sin límite, barra libre por cortesía de Vodafone.<strong> Una vez tengamos activado nuestro ADSL navegar desde el modem USB costará 2,90 € más iva al día</strong>, con un límite de 3Gb (tras los que la velocidad de descarga del USB baja a 128kbps pero no aumenta el coste).</p>
<p>Muy pronto verá la luz una oferta específica para empresas. Hasta entonces, creo que <strong>Vodafone ha dado un paso de gigante para entrar en el mercado fijo residencial</strong>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[fonic HSDPA USB Stick]]></title>
<link>http://peleg.wordpress.com/?p=35</link>
<pubDate>Thu, 18 Sep 2008 16:12:07 +0000</pubDate>
<dc:creator>TPoge</dc:creator>
<guid>http://peleg.id.wordpress.com/2008/09/18/fonic-hsdpa-usb-stick/</guid>
<description><![CDATA[Heute ist mein fonic Stick angekommen. Was soll ich sagen, eingesteckt, funktioniert. Die Geschwindi]]></description>
<content:encoded><![CDATA[<p>Heute ist mein fonic Stick angekommen. Was soll ich sagen, eingesteckt, funktioniert. Die Geschwindigkeit ist in Ordnung, so das ich mich schon auf die nächsten Kongresse freue, wo ich mein eigenes Netz mit hab. Das Teil ist von HUAWEI und wird problemlos erkannt. Der Test unter Ubuntu/BT3/Gentoo steht noch aus, aber da gehe ich zuversichtlich ran. Da freue ich mich regelrecht schon auf dinge wie Reisen, WG's ohne Netzzugang für Gäste, W**Driven etc ...</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Libya deal for firms - ZTE and Huawei]]></title>
<link>http://libya.wordpress.com/?p=30</link>
<pubDate>Tue, 16 Sep 2008 11:42:36 +0000</pubDate>
<dc:creator>wissam</dc:creator>
<guid>http://libya.id.wordpress.com/2008/09/16/libya-deal-for-firms-zte-and-huawei/</guid>
<description><![CDATA[TRIPOLI: Chinese telecom firms Huawei and ZTE have won contracts worth $75 million to expand the mob]]></description>
<content:encoded><![CDATA[<p><img class="alignright" title="Huawei in Libya" src="http://www.bizchina-update.com/images/stories/huawei.jpg" alt="" width="338" height="425" /><strong>TRIPOLI:</strong> Chinese telecom firms Huawei and ZTE have won contracts worth $75 million to expand the mobile phone network in Libya, the state-run telecommunications office said yesterday.</p>
<p>A total of <strong>$58m</strong> has been awarded to expand the existing network of the Libyana public mobile phone company from<strong> one million lines to 6.5m lines</strong>, a statement said.</p>
<p><strong>ZTE and Huawei </strong>will also expand the mobile network along the Libyan coast.</p>
<p>In line with a second contract worth<strong> $17m</strong>, Huwaei alone will install the first phase of a <strong>fibre-optic</strong> network in the Libyan capital, Tripoli.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Gracias inGNUcious]]></title>
<link>http://facusdelacruz.wordpress.com/?p=374</link>
<pubDate>Wed, 10 Sep 2008 05:43:38 +0000</pubDate>
<dc:creator>Overclock_Orange</dc:creator>
<guid>http://facusdelacruz.id.wordpress.com/2008/09/10/gracias-ingnucious/</guid>
<description><![CDATA[Agradesco a mi amigo inGNUcious por estas poeticas líneas de codigo que me envio para HuawaY! 1.0.
]]></description>
<content:encoded><![CDATA[<p>Agradesco a mi amigo <a title="inGNUcious" href="http://www.alanizmarcelo.com.ar">inGNUcious</a> por estas poeticas líneas de codigo que me envio para HuawaY! 1.0.</p>
<blockquote>
<pre>def store(f, d):
    for k, v in d.iteritems():
        f.write("%s ### %s\n" % (str(k), str(v)))

def load(f):
    lines = f.readlines()
    d = dict()
    for l in lines:
        k, v = map(lambda x: x.strip(), l.split('###'))
        d[k] = v
    return d

if __name__ == '__main__':
    file = open('data', 'w')
    dictionary = {
        'path': './conf',
        'distribuidor': 'speedy'
    }
    store(file, dictionary)
    file.close()

    file = open('data')
    otrodict = load(file)
    print otrodict</pre>
</blockquote>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Puzzled by Cox!]]></title>
<link>http://mobilebroadbandblog.wordpress.com/?p=64</link>
<pubDate>Tue, 09 Sep 2008 02:22:19 +0000</pubDate>
<dc:creator>Ram Krishnan</dc:creator>
<guid>http://mobilebroadbandblog.id.wordpress.com/2008/09/09/puzzled-by-cox/</guid>
<description><![CDATA[I have to admit that I am slightly puzzled by Cox&#8217;s decision to go the CDMA route for their wi]]></description>
<content:encoded><![CDATA[<p>I have to admit that I am slightly puzzled by <a href="http://www.fiercewireless.com/story/report-cox-tapped-huawei-for-cdma-build-out/2008-05-05">Cox's decision to go the CDMA</a> route for their wireless network in the 700MHz band. Apparently Huawei beat out both Alcatel-Lucent and Nortel to win the business. Cox <a href="http://www.dslreports.com/shownews/Cox-Wireless-Broadband-92961">spent more than US$304 million</a> on 22 licenses during the 700MHz-spectrum auction that wrapped up in March. It is also part of the SpectrumCo consortium, which also includes cable operators Comcast, Time Warner and Bright House Networks and holds nearly US$2.4 billion worth of AWS spectrum.</p>
<p><!--more--></p>
<p>While <a href="http://sifybroadband.techwhack.com/880-reliance-communications-gsm-2">CDMA operators all over the world</a> (<a href="http://www.engadgetmobile.com/2008/04/30/telstra-kills-off-cdma-completes-migration-to-gsm/">Telstra in Australia</a>, Reliance in India) are moving away from CDMA to GSM/UMTS networks (some like <a href="http://www.intomobile.com/2008/02/21/revisited-telus-switching-to-gsm-networks.html">Telus are thinking of building an overlay LTE network</a>) to benefit from the wide variety of handset choices available in the 3G/UMTS world (think 3G iPhone), it is a little surprising that Cox has decided to build a greenfield CDMA network.</p>
<p>My first thought was that the availability of 700MHz base stations that support UMTS could have been the problem. But a quick look at <a href="http://www.phonemag.com/huawei-700mhz-base-stations-launched-042186.php">Huawei's unified BTS</a> reveals dual-mode operation support for either CDMA + LTE or UMTS + LTE - enabling operators to migrate from either UMTS or CDMA to LTE. In addition, <a href="http://telephonyonline.com/wireless/news/ericsson-700-mhz-0312/">Ericsson as well as Nokia Siemens Networks have both announced 700MHz products</a> that support HSPA as well as LTE.  This is not entirely surprising given that <a href="http://telephonyonline.com/wireless/finance/att_aloha_partners_100907/index.html">AT&#38;T (one of Ericsson's biggest customers) has loaded up on 700MHz spectrum</a>. Of course, Huawei alone supports the CDMA flavor - but why CDMA?</p>
<p>The only remaining rationale that I can come up with is that Cox has some CDMA experience, thanks to its involvement in the Pivot project with Comcast, Time Warner Cable and CDMA operator Sprint Nextel. This venture was announced as a way of giving the three cable operators a quadruple-play package, but it proved too complicated to sell effectively and <a href="http://www.moconews.net/entry/419-comcast-time-warner-and-cox-pull-out-of-pivot/">was shuttered in April</a>.</p>
<p style="text-align:left;"><a href="http://www.facebook.com/sharer.php?u=http://mobilebroadbandblog.wordpress.com/2008/09/09/puzzled-by-cox/" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2008/05/gsb101m03.png" alt="Add to Facebook" /></a><a href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fmobilebroadbandblog.wordpress.com%2F2008%2F09%2F09%2Fpuzzled-by-cox%2F&#38;h=Puzzled%20by%20Cox!" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2008/05/gsb102m03.png" alt="Add to Newsvine" /></a><a href="http://digg.com/submit?phase=2&#38;url=http%3A%2F%2Fmobilebroadbandblog.wordpress.com%2F2008%2F09%2F09%2Fpuzzled-by-cox%2F&#38;title=Puzzled%20by%20Cox!" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2008/05/gsb103m03.png" alt="Add to Digg" /></a><a href="http://del.icio.us/post?url=http%3A%2F%2Fmobilebroadbandblog.wordpress.com%2F2008%2F09%2F09%2Fpuzzled-by-cox%2F&#38;title=Puzzled%20by%20Cox!" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2008/05/gsb104m03.png" alt="Add to Del.icio.us" /></a><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmobilebroadbandblog.wordpress.com%2F2008%2F09%2F09%2Fpuzzled-by-cox%2F&#38;title=Puzzled%20by%20Cox!" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2008/05/gsb105m03.png" alt="Add to Stumbleupon" /></a><a href="http://reddit.com/submit?url=http%3A%2F%2Fmobilebroadbandblog.wordpress.com%2F2008%2F09%2F09%2Fpuzzled-by-cox%2F&#38;title=Puzzled%20by%20Cox!" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2008/05/gsb106m03.png" alt="Add to Reddit" /></a><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&#38;Description=&#38;Url=http%3A%2F%2Fmobilebroadbandblog.wordpress.com%2F2008%2F09%2F09%2Fpuzzled-by-cox%2F&#38;Title=Puzzled%20by%20Cox!" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2008/05/gsb107m03.png" alt="Add to Blinklist" /></a><a href="http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fmobilebroadbandblog.wordpress.com%2F2008%2F09%2F09%2Fpuzzled-by-cox%2F&#38;title=Puzzled%20by%20Cox!" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2008/05/gsb108m03.png" alt="Add to Ma.gnolia" /></a><a href="http://www.technorati.com/faves?add=http%3A%2F%2Fmobilebroadbandblog.wordpress.com%2F2008%2F09%2F09%2Fpuzzled-by-cox%2F" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2008/05/gsb109m03.png" alt="Add to Technorati" /></a><a href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fmobilebroadbandblog.wordpress.com%2F2008%2F09%2F09%2Fpuzzled-by-cox%2F&#38;t=Puzzled%20by%20Cox!" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.wordpress.com/files/2008/05/gsb110m03.png" alt="Add to Furl" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Connected to the internet with Huawei E220 3G Modem and Indosat 3G Broadband]]></title>
<link>http://ikatama.wordpress.com/?p=383</link>
<pubDate>Mon, 08 Sep 2008 14:38:39 +0000</pubDate>
<dc:creator>Yonatan Prasdikatama</dc:creator>
<guid>http://prasdikatama.com/2008/09/08/cttiwhe2203gmaindosat3gb/</guid>
<description><![CDATA[
Nowadays, we can connected to the internet by any way and any tools. I buy it for IDR 1,000,000.-. ]]></description>
<content:encoded><![CDATA[<p><a href="http://ikatama.files.wordpress.com/2008/09/image049.jpg"><img class="alignnone size-medium wp-image-382" title="image049" src="http://ikatama.wordpress.com/files/2008/09/image049.jpg?w=240" alt="" width="240" height="300" /></a></p>
<p>Nowadays, we can connected to the internet by any way and any tools. I buy it for IDR 1,000,000.-. Maybe the cost is too expensive for some person. But it will give the feedback for you if you use it for business in the internet. With the high speed connection you will get what you want from the internet. This is realy interesting for me, because it doesn't need any cable modem to be connected to the internet. It is fully wire less.</p>
<p><a href="http://ikatama.files.wordpress.com/2008/09/image050.jpg"><img class="alignnone size-medium wp-image-384" title="image050" src="http://ikatama.wordpress.com/files/2008/09/image050.jpg?w=240" alt="" width="240" height="300" /></a></p>
<p>With the full support of Indosat 3G broadband internet access, it will full of fun to do anything in the internet. We will get the high speed access if we connected by this provider. You can do a lot of more task or activity in the internet with freely without having worries about the time or the data that we have download. This provider gives you more option to be connected to the internet. They give package of every internet access that you need more. We can get the unlimited access by using the facility that they offer.</p>
<p>Give more option to your internet connection. Be wisely in choosing internet provider. Good luck.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Adelanto: HuawaY! 1.0 PyEdition]]></title>
<link>http://facusdelacruz.wordpress.com/?p=362</link>
<pubDate>Sun, 07 Sep 2008 08:19:23 +0000</pubDate>
<dc:creator>Overclock_Orange</dc:creator>
<guid>http://facusdelacruz.id.wordpress.com/2008/09/07/adelanto-huaway-10-pyedition/</guid>
<description><![CDATA[Pongo un adelanto de HuawaY! 1.0, escrito en Python, el cual esperamos que este disponible para fin ]]></description>
<content:encoded><![CDATA[<p>Pongo un adelanto de <strong>HuawaY! 1.0, escrito en Python</strong>, el cual esperamos que este disponible para fin de Octubre e incluira muchisimas mejoras, como carga de modéms por librerias dinámicas (para soportar mayor cantidad de modéms), control MD5 (Checksum) del firmware, soporte a más ISP's, y mucho más!.<br />
Por cuestiones de que no entra en la pagina no pongo el codigo completo (ya que es tabulado).</p>
<blockquote><pre>
# !/usr/bin/python
# -*- coding: utf-8 -*-
"""
HuawaY 1.0 PyEdition - GPL v2.0
Code by: Facundo M. de la Cruz
"""

import sys
import os

sys.path.append('./modules/')   

class StartMenu():
...
</pre>
</blockquote>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Huawei E220 3.5G HSDPA USB Modem]]></title>
<link>http://alvacom.wordpress.com/?p=64</link>
<pubDate>Fri, 05 Sep 2008 08:24:18 +0000</pubDate>
<dc:creator>alvacom</dc:creator>
<guid>http://alvacom.id.wordpress.com/2008/09/05/huawel-e220-35g-hsdpa-usb-modem/</guid>
<description><![CDATA[
Dapatkan segera modem 3.5G HSDPA (High Speed Data Packet Access) HUAWEI E220 untuk mobilitas akses]]></description>
<content:encoded><![CDATA[<p style="text-align:center;">[gallery]</p>
<p>Dapatkan segera modem 3.5G HSDPA (High Speed Data Packet Access) HUAWEI E220 untuk mobilitas akses internet dimana saja!! Bisa connect menggunakan SIM card apa saja : Telkomsel, Indosat, XL, Three, dll.</p>
<p style="text-align:center;"><strong><span style="color:#ff0000;">Harga : Rp. 1.150.000,- per unit</span></strong></p>
<p>Stok terbatas!! Segera sms ke 081520316984 untuk pemesanan. Barang akan dikirim setelah pembayaran diterima. Selamat berbelanja!! Thanks!!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[XL Luncurkan Ponsel Murah, Bisa Nelpon Tanpa Pulsa!]]></title>
<link>http://1ponsel.wordpress.com/?p=32</link>
<pubDate>Thu, 04 Sep 2008 02:32:10 +0000</pubDate>
<dc:creator>Naufal</dc:creator>
<guid>http://1ponsel.id.wordpress.com/2008/09/04/xl-luncurkan-ponsel-murah-bisa-nelpon-tanpa-pulsa/</guid>
<description><![CDATA[






Ponsel XL




XL meluncurkan bundling paket ponsel murah seharga Rp299.000,- dengan keuntunga]]></description>
<content:encoded><![CDATA[<div class="img1" style="text-align:justify;">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><span style="color:#003300;"><img src="http://www.rileks.com/images/content/12203519970.jpg" alt="Ponsel XL" width="487" height="367" /></span></td>
</tr>
<tr>
<td style="text-align:center;font-style:italic;"><span style="color:#003300;">Ponsel XL</span></td>
</tr>
</tbody>
</table>
</div>
<p style="text-align:justify;"><span style="color:#003300;">XL meluncurkan bundling paket ponsel murah seharga Rp299.000,- dengan keuntungan nelpon gratis meskipun tanpa pulsa. Selain itu masa aktif kartu pada ponsel XL edisi bundling ini lebih lama hingga enam bulan. Ponsel bermerek XL ini hasil kerjasama dengan vendor Huawei.</span></p>
<p style="text-align:justify;"><span style="color:#003300;">"Membeli ponsel ini seperti membeli simcard yang bonusnya ponsel. Untuk edisi perdana ini XL akan memasarkan sekitar 200 ribu unit dipasar Indonesia. Nantinya, jika demand pasar menunjukkan perilaku positif maka bukan tidak mungkin jika XL akan menambah unit ponsel tersebut sehingga mampu memenuhi permintaan pasar," kata Hasnul Suhaimi, Direktur Utama XL  pada wartawan usai peresmian layanan Ramadan XL di Jakarta Pusat, baru-baru ini.</span></p>
<p style="text-align:justify;"><span style="color:#003300;">Pada Juli 2008, pelanggan XL telah mencapai 24 juta. Dan dalam waktu satu bulan sudah bertambah 1,1 juta. Sebelumnya, pada pemaparan kinerja semester I 2008, pelanggan XL pada bulan Juni 2008 mencapai 22,9 juta pelanggan. Hingga akhir tahun penambahan pelanggan ditargetkan mencapai 26 hingga 27 juta pelanggan. (<em>Sumber :  Rileks</em>)</span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Who is funding Huawei for deployment in India? And Why?]]></title>
<link>http://indiabusinessinsider.wordpress.com/?p=15</link>
<pubDate>Wed, 03 Sep 2008 21:31:00 +0000</pubDate>
<dc:creator>India Business Insider</dc:creator>
<guid>http://indiabusinessinsider.id.wordpress.com/2008/09/04/who-is-funding-huawei-for-deployment-in-india-and-why/</guid>
<description><![CDATA[With Huawei notching up one win after another in India (by simply &#8220;buying out&#8221; networks)]]></description>
<content:encoded><![CDATA[<p>With Huawei notching up one win after another in India (by simply "buying out" networks), the question begs to be asked as to who is actually funding Huawei? There is no doubt that Huawei's products are feature rich and stable and have changed the impression about Chinese vendors. And this impression has changed because Huawei (&#38; ZTE) products have been deployed on field and found to be quite stable.</p>
<p>But the fact remains that Service Providers deployed these products in the first place because of the significant financial incentives offered to them. No Service Provider would have initially risked choosing Huawei (or ZTE) over Ericsson or Nokia-Siemens or Alcatel-Lucent for a 10% - 15% price difference. Huawei has been dangling significant financial carrots ranging from substantial price differences to financing schemes to deferred payments to revenue sharing, in front of Service Providers. And reports say that its' revenues in India have crossed $1 Billion over the last year, with significant presence in every major Service Provider. All this requires some serious financial muscle-power and deep, deep, deep pockets.</p>
<p>So who is funding Huawei? If Huawei is a private company and not a Chinese Government company, then who is pumping in so much money? There were reports that Huawei was supposed to come out with an IPO earlier this year which has now been deferred to next year. Once the company goes public, then its' every move (past, present and future) will be open to the public. Will it come out then as to who has been funding Huawei if it's not the Chinese governement? And more importantly, why is Huawei being funded to takeover the Indian Telecom space?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Huawei to enter into Revenue Sharing agreement with Idea Cellular]]></title>
<link>http://indiabusinessinsider.wordpress.com/?p=4</link>
<pubDate>Wed, 03 Sep 2008 19:36:37 +0000</pubDate>
<dc:creator>India Business Insider</dc:creator>
<guid>http://indiabusinessinsider.id.wordpress.com/2008/09/04/huawei-to-enter-into-revenue-sharing-agreement-with-idea-cellular/</guid>
<description><![CDATA[According to unnamed sources, Huawei is entering into a revenue sharing agreement with Idea Cellular]]></description>
<content:encoded><![CDATA[<p>According to unnamed sources, Huawei is entering into a revenue sharing agreement with Idea Cellular for 3G network deployment in an eastern circle (probably Bihar). This news is yet to be confirmed.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Communicating with "Esia Ngoceh" Hand Phone]]></title>
<link>http://ikatama.wordpress.com/?p=361</link>
<pubDate>Tue, 02 Sep 2008 23:09:11 +0000</pubDate>
<dc:creator>Yonatan Prasdikatama</dc:creator>
<guid>http://prasdikatama.com/2008/09/02/cwenhp/</guid>
<description><![CDATA[
Several times ago I looking for something that I need to change.  Oh, now I remember, I’ve to ch]]></description>
<content:encoded><![CDATA[<p><img src="http://img504.imageshack.us/img504/5319/image035lm9.jpg" alt="Hand phone esia ngoceh" /></p>
<div>Several times ago I looking for something that I need to change.  Oh, now I remember, I’ve to change my old hand phone. At last, I go with my father who guides me to buy new hand phone in the store inside the “Pasar Slipi” market. Maybe this hand phone is for temporary use. Looking the model of hand phone for an hour, at last I found the best one for me and my budget, I choose “Esia Ngoceh” hand phone. It’s very cheap and easy to use. We don’t have to take a lot of cost to buy it, it price only IDR 200,000.-. Doesn’t mean anything for your pocket isn’t it? :)</div>
<p><img src="http://ikatama.files.wordpress.com/2008/09/image042.jpg" alt="esia ngoceh" width="295" height="207" /></p>
<div>Yeah, this is one of model that Esia provider offers. Many models they provide, but I think this is the best one for me. It has a lot of time of life, approximately 1 (one) week until the next time to be charged. Wow, what amazing surprise kind of batteries isn’t it? This hand phone I use to change my last Nokia 6016i (CDMA). I always use this hand phone for connecting to the internet. But I have to sell my Nokia 6016i, because I use Indosat 3G for internet connection now, so I don’t need that kind of hand phone anymore.<br />
Now, I have the ever best internet connection. Get the best one to create the good one. :)</div>
]]></content:encoded>
</item>

</channel>
</rss>
