Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android手機 >> Android刷機教程 >> 安卓刷機技巧 >> 中興Nubia Z5S fastboot線刷模式使用及說明

中興Nubia Z5S fastboot線刷模式使用及說明

編輯:安卓刷機技巧

  rom之家小編今天帶來中興Nubia Z5S fastboot線刷模式使用及說明,需要的機油趕緊來看看吧。

  Nubia z5s的fastboot模式需要指定vendor id,因此如果按照通常的fastboot操作模式 是無法操作的,這也就是一些同學認為nubia沒有線刷模式的原因,先來看看fastboot命令的功能:

  01.usage: fastboot [ 《option》 ] 《command》

  02.

  03.commands:

  04. update 《filename》 reflash device from update.zip

  05. flashall flash boot + recovery + system

  06. flash 《partition》 [ 《filename》 ] write a file to a flash partition

  07. erase 《partition》 erase a flash partition

  08. format 《partition》 format a flash partition

  09. getvar 《variable》 display a bootloader variable

  10. boot 《kernel》 [ 《ramdisk》 ] download and boot kernel

  11. flash:raw boot 《kernel》 [ 《ramdisk》 ] create bootimage and flash it

  12. devices list all connected devices

  13. continue continue with autoboot

  14. reboot reboot device normally

  15. reboot-bootloader reboot device into bootloader

  16. help show this help message

  17.

  18.options:

  19. -w erase userdata and cache (and format

  20. if supported by partition type)

  21. -u do not first erase partition before

  22. formatting

  23. -s 《specific device》 specify device serial number

  24. or path to device port

  25. -l with “devices”, lists device paths

  26. -p 《product》 specify product name

  27. -c 《cmdline》 override kernel commandline

  28. -i 《vendor id》 specify a custom USB vendor id

  29. -b 《base_addr》 specify a custom kernel base address

  30. -n 《page size》 specify the nand page size. default: 2048

  31. -S 《size》[K|M|G] automatically sparse files greater than

  32. size. 0 to disable

  復制代碼

  其中-i 參數即指定vendor id, 這個從哪兒獲取呢, 這個就是zte的usb協議的vendor id, 在windows下可以直接任務管理器z5s相關的設備驅動裡找到,

  如果是linux下,lsusb命令列出全部usb設備(先連上手機)

  即可以看到ID 19D2:FFC1 ZTE xxxx 的設備, 這裡19D2 即是zte的usb vendor id

  獲取到了vendor id 那fastboot命令就可以這麼寫了,

  先將手機重啟到fastboot模式adb下的命令: adb reboot bootloader

  然後在正常的fastboot 命令裡加入 -i 0x19D2 即可

  比如需要刷寫recovery的話:

  fastboot -i 0x19D2 flash recovery recovery.img

  下面給出一個在windows下可用的比較簡陋的nubia z5s 線刷recovery的工具(需要將要刷的recovery.img提前放到recovery文件夾下):

  下載地址: http://pan.baidu.com/s/1is0Zc

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved