11 2010 档案

摘要:获取MIEI标识String myIMSI = android.os.SystemProperties.get(android.telephony.TelephonyProperties.PROPERTY_IMSI);获取手机号TelephonyManager telephonyMgr = (TelephonyManager)context.getSystemService(Context.TEL... 阅读全文
posted @ 2010-11-26 12:04 jacktu 阅读(1531) 评论(0) 推荐(0)
摘要:手工挂载数据空间:sudo mount -t vboxsf VBoxShare /home/jacktu/share/让Ubuntu虚拟机自动挂载VirtualBox的数据空间:在/etc/fstab文件中加入如下一行:VBoxShare/home/jacktu/share vboxsf rw 0 0其中第一列为数据空间的名字,第二列为要mount的路径,后面为mount的参数。注意,要mount... 阅读全文
posted @ 2010-11-01 17:20 jacktu 阅读(248) 评论(0) 推荐(0)