开启adb,点击版本号3次,提示调试模式开启,配置无线连接获取IP,用adb连接IP重启到fastboot模式。
windows下的adb和fastboot工具:https://dl.google.com/android/repository/platform-tools-latest-windows.zip
adb connect 192.168.168.239
adb shell reboot fastboot
刷入降级分区:http://www.right.com.cn/forum/thread-322223-1-1.html
重新启动后进入logo界面,使用双公头usb线连接电脑和挨着盒子hdmi旁边的那个usb口,设备管理器更新驱动,然后使用fastboot降级,不降级不能线刷官改系统。
c:\platform-tools>fastboot.exe devices
CAQDB3064K12828 fastboot
c:\platform-tools>fastboot.exe flash boot boot.img
Sending 'boot' (13858 KB) OKAY [ 0.641s]
Writing 'boot' OKAY [ 0.534s]
Finished. Total time: 1.188s
c:\platform-tools>fastboot.exe flash bootloader bootloader.img
Sending 'bootloader' (656 KB) OKAY [ 0.048s]
Writing 'bootloader' OKAY [ 0.047s]
Finished. Total time: 0.109s
c:\platform-tools>fastboot.exe flash recovery recovery.img
Sending 'recovery' (17866 KB) OKAY [ 0.813s]
Writing 'recovery' OKAY [ 0.797s]
Finished. Total time: 1.640s
c:\platform-tools>fastboot.exe reboot
Rebooting
Finished. Total time: 0.000s
如果仅使用armbian/linux系统可以略过下面的部分了。
刷入官改系统,http://www.right.com.cn/forum/thread-338759-1-1.html
安装USB_Burning_Tool_v2.1.6线刷工具,导入镜像去除勾选擦除flash和擦除bootloader,用双公头usb线连接电脑和盒子(靠近hdmi usb),点击开始,然后用adb连接盒子重启到刷机模式:
adb shell reboot update
启动后会自动开始刷机,等进度条变成绿色并显示100%烧录完成时点击停止,关闭USB_Burning_Tool,断开usb线,断电重启盒子即可进入新系统。
参考:
https://www.mivm.cn/phicomm-n1-unofficial/
https://github.com/jxjhheric/n1-setup
https://chisec.cc/phicomm-fucking/
标签:none