<?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>Wandsea.com &#187; 手机</title>
	<atom:link href="http://wandsea.com/blog/tag/%e6%89%8b%e6%9c%ba/feed" rel="self" type="application/rss+xml" />
	<link>http://wandsea.com/blog</link>
	<description>好吧..大家都要加油哦～</description>
	<lastBuildDate>Wed, 08 Sep 2010 15:17:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Moto E2 利用 SSH 管理远程计算机</title>
		<link>http://wandsea.com/blog/390.htm</link>
		<comments>http://wandsea.com/blog/390.htm#comments</comments>
		<pubDate>Sun, 15 Feb 2009 09:41:00 +0000</pubDate>
		<dc:creator>Wandsea</dc:creator>
				<category><![CDATA[About Computer]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[E2]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[手机]]></category>
		<category><![CDATA[管理]]></category>

		<guid isPermaLink="false">http://wandsea.com/blog/?p=390</guid>
		<description><![CDATA[这一周把E2刷成了3D的火星包，权限大了就是不一样，感觉越来越像另一台电脑了，我居然用了快两年了才发现可以在自己的电脑上交叉编译好程序然后传到手机上利用Ezxterm运行...... 首先配置... ]]></description>
			<content:encoded><![CDATA[<p class='fp'>这一周把E2刷成了3D的火星包，权限大了就是不一样，感觉越来越像另一台电脑了，我居然用了快两年了才发现可以在自己的电脑上交叉编译好程序然后传到手机上利用Ezxterm运行......</p>
<p>首先配置交叉编译环境，编译putty什么的....</p>
<p>现从it168上下载一个交叉编译库，貌似是<a href="http://moto.it168.com/thread-159801-1-1.html" target="_blank">arm-linux-gcc</a>，复制到位后执行这样一段代码</p>
<blockquote><p><code>#!/bin/bash<br />
export PATH=$PATH:/usr/local/arm/bin</code></p></blockquote>
<p>之后就可以进行编译了，操作都是差不多的</p>
<blockquote><p><code>./configure --base=arm-linux --prefix=/home/user/putty</p>
<p>make</p>
<p>make install</code></p></blockquote>
<p><img class="size-full wp-image-391" title="MotoE2 SSH 管理远程计算机－1" src="http://wandsea.com/blog/wp-content/uploads/2009/02/snap_2.png" alt="MotoE2 SSH 管理远程计算机－1" width="201" height="268" align=right /><br />
前几天编译过openssh，不过这程序体积太庞大了，还有好多依赖.....</p>
<p>这样就会看到plink，psftp等等东西，现在所需要的，貌似只有plink，其他的大家也可以试试～</p>
<p>把plink放到/bin里，安装3D的ezxterm，然后就可以在ezxterm里执行plink了</p>
<blockquote><p><code>plink wandsea@192.168.16.1</code></p></blockquote>
<p>当然咯，你要连的电脑当然要是开启sshd服务的</p>
<p>除了这样，另一种也是非常有用的，可以先打开任何一个需要联网的JAVA应用，然后后台运行，这样就能保持一个internet连接，然后就可以用plink管理互联网上的服务器了，很方便，也很安全～</p>
<p>还有一个，可以用花生壳给自己的电脑进行动态域名解析，然后就可以用手机执行命令行程序了，Maxima貌似是可以的，可以求导函数...囧－－就是edge有点延迟..E2超有爱.....</p>
<p>关于打不出来的符号，貌似只能背下ascii码了........要么，重新编译下ezxterm也可行...</p>
<p>提供个编译好的plink吧，<code>http://www.rayfile.com/files/95a9c838-fb44-11dd-a490-0014221b798a/</code></p>
<hr/><small>Copyright &copy; 2009<br /> 本Blog采用 知识共享署名-非商业性使用-相同方式共享 许可协议进行许可 轉載請署名 <br/> </small>
<a href="http://wandsea.com/blog/390.htm#comments" title="to the comments"><font color="red">加油！已经盖到10楼啦</font></a><small> － 
<a href="http://Wandsea.com/blog/" title="http://Wandsea.com/blog/">去看看我的Blog？</a> － 
<a href="http://wandsea.com/blog/never-forget" title="http://wandsea.com/blog/never-forget">民主歌声献中华 20年</a><br/> </small></p><h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://wandsea.com/blog/370.htm" title="新年第一文－ubuntu通过cmnet上网">新年第一文－ubuntu通过cmnet上网</a> (8)</li><li><a href="http://wandsea.com/blog/322.htm" title="Moto E2 安装手机 Gmail">Moto E2 安装手机 Gmail</a> (10)</li><li><a href="http://wandsea.com/blog/428.htm" title="Ubuntu下给照片批量添加EXIF信息水印">Ubuntu下给照片批量添加EXIF信息水印</a> (8)</li><li><a href="http://wandsea.com/blog/417.htm" title="Ubuntu 9.04 新通知机制 -Notify-send ">Ubuntu 9.04 新通知机制 -Notify-send </a> (1)</li><li><a href="http://wandsea.com/blog/399.htm" title="WandShare链接分享V0.1">WandShare链接分享V0.1</a> (5)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://wandsea.com/blog/390.htm/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>新年第一文－ubuntu通过cmnet上网</title>
		<link>http://wandsea.com/blog/370.htm</link>
		<comments>http://wandsea.com/blog/370.htm#comments</comments>
		<pubDate>Thu, 01 Jan 2009 13:11:42 +0000</pubDate>
		<dc:creator>Wandsea</dc:creator>
				<category><![CDATA[About Computer]]></category>
		<category><![CDATA[E2]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[手机]]></category>
		<category><![CDATA[网络]]></category>

		<guid isPermaLink="false">http://上海移动终于降价了￥5－30M、￥10－80M，所以就又动起了用手机上网的念头，刚好手机也是刚刷过机，就再试一次啦～我的手机型号是MotoE2，先把手机的USB连接方式改成Modem－－貌似以前都是USB－NET……怪不得….Orz安装所需的软件..blockquotesudoapt-getinstallwvdialgnome-ppp/blockquote正式开始blockquotesudognome-ppp/blockquote一定要用root</guid>
		<description><![CDATA[上海移动终于降价了￥5－30M、￥10－80M，所以就又动起了用手机上网的念头，刚好手机也是刚刷过机，就再试一次啦～ 我的手机型号是MotoE2，先把手机的USB连接方式改成Modem－ －貌似以前都是U... ]]></description>
			<content:encoded><![CDATA[<p class='fp'>上海移动终于降价了￥5－30M、￥10－80M，所以就又动起了用手机上网的念头，刚好手机也是刚刷过机，就再试一次啦～</p>
<p>我的手机型号是MotoE2，先把手机的USB连接方式改成Modem－ －貌似以前都是USB－NET……怪不得….Orz</p>
<p>安装所需的软件..</p>
<blockquote><p>sudo apt-get install wvdial gnome-ppp</p></blockquote>
<p>正式开始</p>
<blockquote><p>sudo gnome-ppp</p></blockquote>
<p>一定要用root权限的…..一开始没注意，试了不知道多少次….</p>
<p>点击Setup，并在modem命令栏中Device配置旁点击Detect，<br />
此时gnome-ppp将自动查找modem设备…应该能查找到刚刚看到的ttyACM0或ttyACM1</p>
<p>同样在gnome-ppp的Setup中,设置init Strings的init3为AT+CGDCONT=1,”ip”,”cmnet”</p>
<p>拨号：＊99＃，用户名密码随便。</p>
<p>网络上的介绍大都到此结束..可我点击Connect后手机上虽然出现了edge的图标，但10秒后就自动结束了－ －出现<span>LCP terminated by peer错误..</span></p>
<p><span>继续Google…终于发现要在 /etc/ppp/options 加上一句话<br />
</span></p>
<blockquote><p><span>sudo gedit /etc/ppp/options</span></p></blockquote>
<p><span>加入 :192.168.0.254 （包含：）<br />
</span></p>
<p>现在connect，应该就好了～^_^</p>
<hr/><small>Copyright &copy; 2009<br /> 本Blog采用 知识共享署名-非商业性使用-相同方式共享 许可协议进行许可 轉載請署名 <br/> </small>
<a href="http://wandsea.com/blog/370.htm#comments" title="to the comments"><font color="red">加油！已经盖到8楼啦</font></a><small> － 
<a href="http://Wandsea.com/blog/" title="http://Wandsea.com/blog/">去看看我的Blog？</a> － 
<a href="http://wandsea.com/blog/never-forget" title="http://wandsea.com/blog/never-forget">民主歌声献中华 20年</a><br/> </small></p><h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://wandsea.com/blog/390.htm" title="Moto E2 利用 SSH 管理远程计算机">Moto E2 利用 SSH 管理远程计算机</a> (10)</li><li><a href="http://wandsea.com/blog/322.htm" title="Moto E2 安装手机 Gmail">Moto E2 安装手机 Gmail</a> (10)</li><li><a href="http://wandsea.com/blog/118.htm" title="我的MOTOE2">我的MOTOE2</a> (0)</li><li><a href="http://wandsea.com/blog/471.htm" title="Ubuntu&#038;Wine運行星際爭霸2">Ubuntu&#038;Wine運行星際爭霸2</a> (9)</li><li><a href="http://wandsea.com/blog/469.htm" title="Thinkpad T410 &#038; Ubuntu 10.04 無線網卡自動掉線問題">Thinkpad T410 &#038; Ubuntu 10.04 無線網卡自動掉線問題</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://wandsea.com/blog/370.htm/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Moto E2 安装手机 Gmail</title>
		<link>http://wandsea.com/blog/322.htm</link>
		<comments>http://wandsea.com/blog/322.htm#comments</comments>
		<pubDate>Wed, 27 Aug 2008 04:44:30 +0000</pubDate>
		<dc:creator>Wandsea</dc:creator>
				<category><![CDATA[About Computer]]></category>
		<category><![CDATA[E2]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[手机]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[鲜果上看到一篇文章，才知道原来Gmail有Java版，开始安装 手机访问 http://gmail.com/app .....额，居然提示404，纠结，开始查资料才知道原来万恶的中国移动肆意抹去了手机发送出去的 agent 信息，以... ]]></description>
			<content:encoded><![CDATA[<p class='fp'>鲜果上看到一篇文章，才知道原来Gmail有Java版，开始安装</p>
<p>手机访问 <a href="http://gmail.com/app" target="_blank">http://gmail.com/app</a> .....额，居然提示404，纠结，开始查资料才知道原来万恶的中国移动肆意抹去了手机发送出去的 agent 信息，以至于手机访问 <a href="http://gmail.com/app" target="_blank">http://gmail.com/app</a> 时无法让 Google 得到我们的手机型号，就不能针对性的选择 Gmail 版本。<img align="right" class="size-full wp-image-323" style="width: 190px; height: 252px;" title="Gmail-1" src="http://wandsea.com/blog/wp-content/uploads/2008/08/snap_1.png" alt="" /></p>
<p>于是乎，用浏览器伪装 agent 信息，从而得到真实下载地址，再通过手机访问，即可安装成功。</p>
<p><strong></strong>在 <a href="http://www.zytrax.com/tech/web/mobile_ids.html" target="_blank">Mobile Browser ID (User-Agent) Strings</a> 得到手机的 Agent 信息，找了半天，也没找到我的E2，怎么办？E398和我的手机差不多，就选它了，然后通过 <a href="http://www.appinn.com/firefox" target="_blank">Firefox</a> 的扩展 <a href="http://chrispederick.com/work/user-agent-switcher/" target="_blank">User Agent Switcher</a> 把 firefox 伪装成你的手机，再访问～</p>
<p>下载了一个jad文件，复制到手机上，居然安装不能＝ ＝提示缺少文件，记事本打开这个jad，发现这样一行</p>
<blockquote><p>MIDlet-Jar-URL: http://www.gmail.com/app/v1.5.0.1193/L1/gmail-g.jar</p></blockquote>
<p>就是这个地址了，敲进手机，下载完毕，安装好，开始体验啦～<span id="more-322"></span></p>
<p>第一个感觉就是真的很清爽，比起那万恶的QQ好的不知道到那里去了，呵呵～</p>
<p>网络链接的过程中还会提示你现在使用的流量大小～</p>
<p>还可以保存草稿，写信的时候，还会留一条Sent  from Gmail For Mobile~</p>
<p><img class="alignnone size-full wp-image-325" style="width: 190px; height: 253px;" title="Gmail-3" src="http://wandsea.com/blog/wp-content/uploads/2008/08/snap_3.png" alt="" /> <img class="alignnone size-full wp-image-327" style="width: 190px; height: 253px;" title="Gmail-5" src="http://wandsea.com/blog/wp-content/uploads/2008/08/snap_5.png" alt="" /></p>
<p>其实E2真的很好啊，想要什么功能都有，截图装个Dpkg就好了＝ ＝前提是要<a href="http://wandsea.com/blog/118.htm">刷过机</a></p>
<p>期待Google官方的Gtalk面世～Mgtalk怎么看怎么不好看，呵呵～</p>
<hr/><small>Copyright &copy; 2009<br /> 本Blog采用 知识共享署名-非商业性使用-相同方式共享 许可协议进行许可 轉載請署名 <br/> </small>
<a href="http://wandsea.com/blog/322.htm#comments" title="to the comments"><font color="red">加油！已经盖到10楼啦</font></a><small> － 
<a href="http://Wandsea.com/blog/" title="http://Wandsea.com/blog/">去看看我的Blog？</a> － 
<a href="http://wandsea.com/blog/never-forget" title="http://wandsea.com/blog/never-forget">民主歌声献中华 20年</a><br/> </small></p><h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://wandsea.com/blog/390.htm" title="Moto E2 利用 SSH 管理远程计算机">Moto E2 利用 SSH 管理远程计算机</a> (10)</li><li><a href="http://wandsea.com/blog/370.htm" title="新年第一文－ubuntu通过cmnet上网">新年第一文－ubuntu通过cmnet上网</a> (8)</li><li><a href="http://wandsea.com/blog/339.htm" title="Google PR 更新啦！">Google PR 更新啦！</a> (15)</li><li><a href="http://wandsea.com/blog/253.htm" title="更改Wordpress的默認搜索框">更改Wordpress的默認搜索框</a> (3)</li><li><a href="http://wandsea.com/blog/230.htm" title="神奇的流量">神奇的流量</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://wandsea.com/blog/322.htm/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>我的MOTOE2</title>
		<link>http://wandsea.com/blog/118.htm</link>
		<comments>http://wandsea.com/blog/118.htm#comments</comments>
		<pubDate>Sun, 25 May 2008 05:04:38 +0000</pubDate>
		<dc:creator>Wandsea</dc:creator>
				<category><![CDATA[About Computer]]></category>
		<category><![CDATA[手机]]></category>
		<category><![CDATA[网络]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[昨天晚上又重新刷了一遍系统,主题也重新装了~ 2008全能48P-开端版(0318最终更新版) 感觉很漂亮的~功能也很全~现在和新机差不多~ 通话时间全部销掉了~ 目前未发现BUG~ E2就是好啊~扩展性很强~就... ]]></description>
			<content:encoded><![CDATA[<p class='fp'>昨天晚上又重新刷了一遍系统,主题也重新装了~</p>
<p><strong><a href="http://bbs.imobile.com.cn/thread-7017645-1-1.html" target="_blank">2008全能48P-开端版(0318最终更新版)</a></strong></p>
<p>感觉很漂亮的~功能也很全~现在和新机差不多~</p>
<p>通话时间全部销掉了~</p>
<p>目前未发现BUG~</p>
<p>E2就是好啊~扩展性很强~就是外观。。。不过我觉得还好的~：）</p>
<p>推荐手机的话~E2其实蛮好的~1200左右~又不贵~功能又强~</p>
<p>就是需要花时间去折腾它~：）</p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://wandsea.com/blog/wp-content/uploads/2008/05/20080525-121957.jpg" border="0" alt="20080525_121957" width="200" height="260" /><a href="http://wandsea.com/blog/wp-content/uploads/2008/05/20080525-122202.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://wandsea.com/blog/wp-content/uploads/2008/05/20080525-122134.jpg" border="0" alt="20080525_122134" width="200" height="258" /></a></p>
<p>自带的<a href="http://bbs.imobile.com.cn/thread-6166417-1-2.html" target="_blank">Rockbox</a>~可以同步Lrc歌词了~好东西啊~</p>
<p>搞了快一个晚上显示中文的问题~现在好了~</p>
<p>原来字体，代码，语言三个都改掉就好了~</p>
<p>他的播放列表示M3U8格式的，把千千静听的拷进去就可以用了~</p>
<p>好开心~虽然手机变慢了一点~</p>
<p>主题也是可以更换的~</p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://wandsea.com/blog/wp-content/uploads/2008/05/20080525-122219.jpg" border="0" alt="20080525_122219" width="200" height="258" /><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://wandsea.com/blog/wp-content/uploads/2008/05/20080525-122253.jpg" border="0" alt="20080525_122253" width="200" height="260" /></p>
<p>觉得比较好的Mpkg推荐：</p>
<p>RockBox 超级兔子 优化大师 E2Mplayer E2来电秀(还不大会用）Snes模拟器</p>
<p>手机截图（不然上面的图片从哪里来啊）</p>
<p>还有火星电讯也是个好东西啊~：）</p>
<p>都是自带的~可以不用装了~</p>
<p>Ps：</p>
<p><a href="http://wandsea.com/blog/wp-content/uploads/2008/05/.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://wandsea.com/blog/wp-content/uploads/2008/05/thumb.jpg" border="0" alt="ａｌｅｘａ" width="239" height="100" /></a></p>
<p>现在我的Alexa排名啊~不错~上升了</p>
<hr/><small>Copyright &copy; 2009<br /> 本Blog采用 知识共享署名-非商业性使用-相同方式共享 许可协议进行许可 轉載請署名 <br/> </small>
<a href="http://wandsea.com/blog/118.htm#comments" title="to the comments"><font color="red">加油！已经盖到0楼啦</font></a><small> － 
<a href="http://Wandsea.com/blog/" title="http://Wandsea.com/blog/">去看看我的Blog？</a> － 
<a href="http://wandsea.com/blog/never-forget" title="http://wandsea.com/blog/never-forget">民主歌声献中华 20年</a><br/> </small></p><h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://wandsea.com/blog/370.htm" title="新年第一文－ubuntu通过cmnet上网">新年第一文－ubuntu通过cmnet上网</a> (8)</li><li><a href="http://wandsea.com/blog/437.htm" title="上海电信又开始强行插广告了&#8230;">上海电信又开始强行插广告了&#8230;</a> (10)</li><li><a href="http://wandsea.com/blog/408.htm" title="随机闲聊网站-Omegle.com">随机闲聊网站-Omegle.com</a> (25)</li><li><a href="http://wandsea.com/blog/406.htm" title="新鲜出炉的顶级域 .root">新鲜出炉的顶级域 .root</a> (11)</li><li><a href="http://wandsea.com/blog/401.htm" title="Nothing Here 09.03.30">Nothing Here 09.03.30</a> (11)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://wandsea.com/blog/118.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
