linux社区爱心援助Linux认证系列教程业界动态站务新闻公司招聘建议留言网址大全LPI专题CISCO专题
设为首页
加入收藏
管理团队
JSP  
JAVA  
PERL  
 您的位置:首页 > article > Linux入门与提高 > 上网与多媒体 >
栏目导栏
资料搜索
热门文章
·Linux下安装QQ最简单的方法
·Linux下用QQ的两个方法
·Linux下玩QQ
·沸点电视监视播放器feidian-mo
·Realplay 10.0 的安装和使用
·Xmms---Linux下优秀的MP3播放器
·Linux操作系统Gaim玩转QQ MSN
·Linux桌面环境玩转BT
·Linux下玩游戏全攻略!满足你的
·FC5下安装配置XMMS mp3 Player
·Linux操作系统上LumaQQ 2006安
·Linux操作系统下媒体播放器的初
·linux多媒体
·让MPlayer成为Linux下的万能播
·Linux上的DVD播放器
最新文章
·Linux系统下Wine成功运行Bitco
·在Linux系统下使用wine运行迅雷
·在Linux操作系统下进行网通拨号
·Linux下OpenOffice.org安装3D效
·Fedora8系统Gnome桌面环境下安
·Ubuntu Linux 8.04蓝牙设备连接
·RHEL5系统服务器下GRE隧道的开
·教你如何在Linux操作系统下观看
·在SUSE Linux系统下安装ADSL上
·在Linux Debian操作系统下成功
·Linux操作系统下图形界面模式更
·Linux系统下建立GPRS无线Modem
·如何在RedHat Linux系统下安装
·在Linux终端中“\”和“--”所
·Linux操作系统下轻松刻录CD-RO
Google
 
怎样在Ubuntu上使用Nokia手机浏览器
[ 作者:  加入时间:2007-11-22 09:56:52  来自:Linux联盟收集整理 ]
Nokia的PC suite都是for windows, 按照下面的方法一步步操作可以在Ubuntu(7.10)上通过usb线访问手机, 解决了笔记本没有蓝牙无法访问手机内部存储器的问题.wYTLinux联盟
wYTLinux联盟
原文地址: http://www.smokinglinux.com/tutorials/nokia-pc-suite-for-linux-with-obextool-on-ubuntu-gutsy#commentwYTLinux联盟
wYTLinux联盟
-------------------------------------------------------wYTLinux联盟

I’m not responsable for any damage on your Mobile Phone derived from this how-to! However my Nokia 6120 works well on Ubuntu Gutsy 7.10

You can apply this howto only if you use USB Data Cable included in your Nokia 6120.wYTLinux联盟
Why USB and not BlueTooth?wYTLinux联盟
USB Data Cable is included on your NOKIA 6120 Package and not require that you buy additional bluetooth device for your Linux PC. USB Data Cable transfers file faster than BlueTooth.wYTLinux联盟
Why use Software if you can use Micro SD card reader on your Linux PC?wYTLinux联盟
Yes, you can use Micro SD card reader device for your Linux PC, but you can’t read your Nokia internal Memory. So, is necessary that you run a software to manage your Nokia 6120 Internal Memory.

First of all, we have to grant access for Mobile Phone to “dialout” group.

sudo gedit /etc/udev/rules.d/40-permissions.rules

Now we have to add to the end of file:

# NOKIA 6120wYTLinux联盟
BUS==”usb”, SYSFS{idVendor}==”0421″, SYSFS{idProduct}==”002f”, GROUP=”dialout”

where 0421 and 002f could be different depending on your Mobile Phone.wYTLinux联盟
To check your idVendor and idProduct, we have to type on terminal

lsusbwYTLinux联盟
Bus 003 Device 009: ID 0421:002f Nokia Mobile Phones

Now, we have to reload udev permission file:

sudo /etc/init.d/udev restart

We have to add our username on group “dialout”

gpasswd -a username dialout

All basics configurations for USB Data Cable are completed. We can start installation of obexftp and obextool GUI. Obextool GUI is written for tk graphic library, so GUI not have a good design as GTK.

sudo apt-get install openobex-apps libopenobex1 obexftp obextool

If you want start obextool from terminal we have to type for the first time:

export OBEXCMD=”obexftp -t /dev/ttyACM0 -u 1″wYTLinux联盟
obextool

or, we can start it simply by typing:

obextool –obexcmd “obexftp -t /dev/ttyACM0 -u 1″

When we start Obextool we can see this error message:

It seems, that your device does not support the memory status feature.wYTLinux联盟
Memory status will be disabled

To solve this problem we have to set some values on obextool.cfg:

sudo gedit /etc/obextool.cfg

set ObexConfig(config,memstatus) 0wYTLinux联盟
set ObexConfig(config,filemove) 0

Another error message that we can see is:wYTLinux联盟
wYTLinux联盟
FIle ‘/FileName/’ could not be uploaded to ‘E:/Path’!wYTLinux联盟
Please check your file permissions.

To solve it:

sudo gedit /etc/obextool.cfg

set ObexConfig(config,dir_slash) 1

Good Job! Now your Mobile Phone works well in Ubuntu Gutsy with ObexTool.wYTLinux联盟
If we want add it as Desktop Entry:

sudo gedit /usr/share/applications/obextool.desktop

[Desktop Entry]wYTLinux联盟
Encoding=UTF-8wYTLinux联盟
Version=1.0wYTLinux联盟
Type=ApplicationwYTLinux联盟
Exec=/usr/bin/obextool –obexcmd “obexftp -t /dev/ttyACM0 -u 1″wYTLinux联盟
Icon=/usr/share/icons/gnome/scalable/devices/phone.svgwYTLinux联盟
Terminal=falsewYTLinux联盟
Name=ObextoolwYTLinux联盟
GenericName=wYTLinux联盟
Comment=Browser your Mobile PhonewYTLinux联盟
Categories=Application;Utility;

So, you can find it in your Gnome Panel over: “Applications” -> “Accessories” -> Obextool

Linux联盟收集整理 ,转贴请标明原始链接,如有任何疑问欢迎来本站Linux论坛讨论
评论】【加入收藏夹】【 】【打印】【关闭
※ 相关链接
 ·Ubuntu Linux下使用的虚拟机VirtualBox  (2007-11-22 09:36:25)
 ·如何在Ubuntu 7.10上实现C/C++开发环境  (2007-11-21 10:58:41)
 ·基于Ubuntu和Bochs:用汇编程序写的BIOS  (2007-11-21 10:57:31)
 ·Ubuntu Linux下16款新手必备的超酷软件  (2007-11-21 10:47:11)
 ·在Ubuntu 7.04下安装uml  (2007-11-20 10:45:03)
 ·Ubuntu Linux系统中快速安装字体的方法  (2007-11-19 17:55:01)
 ·解决Ubuntu系统光盘的乱码问题  (2007-11-19 17:53:59)
 ·Ubuntu系统启用Apache Mod_rewrite模块  (2007-11-19 17:53:22)
 ·Ubuntu7.10安装成功过程全记录  (2007-11-16 17:16:11)
 ·Ubuntu Linux系统开启TELNET服务的方法  (2007-11-16 09:47:43)