Android 跳过 屏蔽 google Setupwizard

1.把build.prop拿出来
adb pull /system/build.prop ~/Desktop/
2.修改
ro.setupwizard.mode=DISABLED
3.push回去
adb push ~/Desktop/build.prop /system/build.prop
如果提示
adb: error: failed to copy ‘/home/aaron/Desktop/build.prop’ to ‘/system/build.prop’: remote couldn’t create file: Read-only file system
/home/aaron/Desktop/build.prop: 0 files pushed. 0.9 MB/s (8949 bytes in 0.009s)
adb remount

你可能感兴趣的:(Android7.0,framework)