- 27
- Jul
好久没来这里居然把后台的入口给忘了,最后还是在Cpanel里查了一下代码才找到入口。。。也难怪,上一次写东西都是半年前了。
更新之后navigation无法使用。提示:“google maps navigation is not yet available in this location."反正我也没车开,我无所谓,请有需要的同学谨慎升级。
废话不多说,早起在菜市场发现Google Map出了4.4.0版,到了公司就迫不及待的连上wifi下载升级,结果却是安装失败。错误信息:“Package file was not signed correctly”。重试了几次,问题依旧。只好祭出四字真言:Just fucking Google it. 找到原因:
- If you experience the "Installation error - package file was not signed correctly" error, this is because your device is not on a user build identified as kila-user, opal-user, etc. (Settings > About phone > Build number). If your device is on a "userdebug" build, this update will not be able to be installed from Market at this time. 6/16/09 Via
至于这什么意思。。。我也不知道,貌似和刷的山寨rom有关。总之就是装不上。继续google,找到解决方法,就是删除以前的google map的缓存,然后卸载之前的版本。可以通过adb或者shell两种方法做到:
From adb:
adb remount 以读写方式重新挂载system
adb shell find /system /data -name \*google\*maps.apk\* -o -name Maps.apk -delete 删除缓存数据
adb uninstall com.google.android.apps.maps 卸载当前版本
-or-
From shell:
mount -o remount,rw /system
find /system /data -name \*google\*maps.apk\* -o -name Maps.apk -delete
pm uninstall com.google.android.apps.maps
Via
公司的电脑没装android sdk,就在手机上的terminal上卸掉当前的版本。然后再进入菜市场,下载安装,一切顺利。
这次更新最明显的变化就是多了一个Places,貌似和directory的功能有些重复。Latitude的界面有些小变化,还不太清楚功能上是否有所增强。另外地图里的layers结构比之前的版本要干净不少。
最后放几张手机的截图:

What's new


在爱吧喝过2次咖啡,又贵又难喝

更多更新介绍。刚刚在这里看到关于不能升级的一种说法:“更新Google Maps for Android需要用Market Enabler伪装成米国手机运营商才可以。” 和我之前的是不是一个问题,选择哪种方式解决就请观者自酌吧。
Difference
现在升级软件总是会遇到些七七八八的问题,没必要升级的我一般都懒得升级
一般来说软件升级后用户体验和稳定性还是会好一些