国际友人们今天发现新版Chrome for Android在第三方4.0ROM上似乎并不能运行,比如CM9:
一位网友在他的Epic CM9 alpha4中一个文件找到了祸根,
文件目录: “/system/build.prop”
其中的一项值:ro.build.id=GINGERBREAD 默认是2.3姜饼,如果ro.build.id的值与以下任一正则表达式“/[I-Z][A-Z][A-Z]\\d\\d[A-Z]?/”不符,那么Chrome 是拒绝运行的,这项值的第一位应该是”I”,所以就将此值改为“ro.build.id=IML74K”即可,修改办法两种:
- 方法一: adb命令行
- adb root
- adb remount
- adb shell
- vi /system/build.prop
- Edit and save.
- Reboot.
- 方法 2: ES File Explorer
- Install ES File Explorer from Market.
- Settings > Root Explorer
- Settings > Mount Filesystem
- Settings > Home Directory
- Set to /
- Navigate to /system
- Click on build.prop
- Open with ES Note Editor