在对我的nexus one进行一些更改后,我无法正常启动它,但我可以用USB FastBoot启动它,如下所示:
/sdcard/My Documents/My Recordings4
如何使其工作,以便默认情况下启动它,没有连接USB电缆和在我的电脑上发出的FastBoot命令?
在对我的nexus one进行一些更改后,我无法正常启动它,但我可以用USB FastBoot启动它,如下所示:
/sdcard/My Documents/My Recordings4
如何使其工作,以便默认情况下启动它,没有连接USB电缆和在我的电脑上发出的FastBoot命令?
After making some changes to my Nexus One, I can't boot it normally, but I can boot it with USB fastboot, like this:
$ cd 1.0-GRI40-nexusone-superboot $ ./fastboot-linux boot boot.superboot.img
How do I make it work so that it can boot up by default, without an USB cable connected and the fastboot command issued on my PC?
该解决方案工作:
$ cd 1.0-GRI40-nexusone-superboot $ ./fastboot-linux flash:raw boot boot.superboot.img
我发现了在 http://www.gotontheinternet.net.net/内容/ fastboot-cheat-shore
This solution worked:
$ cd 1.0-GRI40-nexusone-superboot $ ./fastboot-linux flash:raw boot boot.superboot.img
I've found the necessary info on http://www.gotontheinter.net/content/fastboot-cheat-sheet
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有