V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  churchmice  ›  全部回复第 84 页 / 共 93 页
回复总数  1845
1 ... 76  77  78  79  80  81  82  83  84  85 ... 93  
2014-11-05 11:05:54 +08:00
回复了 Adminmaster 创建的主题 问与答 去泰国,买保险,应该买美亚还是安联?
买了美亚12天,我也去泰国 11.21 - 12.02 ,一起否?
2014-11-05 11:03:19 +08:00
回复了 usedname 创建的主题 问与答 什么值得买里面都是群什么人?
不过什么值得买这网络越来越烂是真的,软文一堆,三天两头推按摩棒
官网的东西还讲性价比,这是啥了么
2014-11-01 08:16:03 +08:00
回复了 yanshum 创建的主题 程序员 聚合数据:回复关于 SDK 的问题
要道歉就好好道歉,没看到真诚的地方,就是含糊其辞,避重就轻,这样还不如不道歉,忽悠非专业人士还可以,发这里不是找抽嘛
2014-10-31 23:19:36 +08:00
回复了 anjunecha 创建的主题 Android 成功在中国大陆打开 Google Now 和 Google 位置报告的方法
@anjunecha 嗯,对的,有一点不一样的是市场解锁会把gsm打头的另外三个变量改掉,然后google map就会漂移
2014-10-31 19:22:22 +08:00
回复了 anjunecha 创建的主题 Android 成功在中国大陆打开 Google Now 和 Google 位置报告的方法
没这么麻烦,直接init.d里面写个脚本,把三个变量改一改就可以了,当然你的内核得支持执行init.d脚本,不行的话去下个$cript

虽然每天提示我开,但是我就是懒得开,在天朝这样的网络下被盾了那耗电真是杠杠的

#!/system/bin/sh

if [ -e /etc/no_fix_sim ]; then
exit 0
fi

#We will proceed if either
#1. gsm.sim.state has a READY value
#2. 100s timeout ( this would happen if we are booting without sim card )
#3. in the case of a flo build
loop_cnt=20
device=`getprop ro.build.product`
if [ $device != "flo" ]; then
for i in `seq $loop_cnt`
do
sleep 5;
state=`getprop gsm.sim.state`
if [ -n $state ] && [ $state = "READY" ] ; then
echo "sim is ready";
break;
fi
done
fi

#Now handles the debugging info
num=`getprop fix.sim.debug`
if [ -z $num ] ; then
#We have not initialized this variable before
setprop fix.sim.debug 1
fi
num=$(( $num + 1 ))
setprop fix.sim.debug $num

#wait for sometime to waive the potential glitch
#finally do the fixing
sleep 5
setprop gsm.sim.operator.alpha "T-Mobile"
setprop gsm.sim.operator.iso-country "us"
setprop gsm.sim.operator.numeric "310260"
2014-10-29 18:19:48 +08:00
回复了 cloudwise 创建的主题 监控宝 邀请好友注册得千元智能手环 不拿白不拿
坑啊
2014-10-29 10:42:27 +08:00
回复了 rrfeng 创建的主题 分享发现 关于邪恶的支付宝安全控件
ms还会劫持网络,安插根证书

http://www.zhihu.com/question/22306245
2014-10-28 11:05:16 +08:00
回复了 kamisamayo 创建的主题 Google 只要$205.00 哦,你没听错!inbox 邀请码在 ebay 上卖这么多- -
说的我都想去卖了,然后肾六就到手了
2014-10-28 09:43:58 +08:00
回复了 bluesky139 创建的主题 Linux 无图形界面的 Linux 能装虚拟机么?
可以啊
1 ... 76  77  78  79  80  81  82  83  84  85 ... 93  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5738 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 71ms · UTC 02:07 · PVG 10:07 · LAX 19:07 · JFK 22:07
Developed with CodeLauncher
♥ Do have faith in what you're doing.