Arrow 发表于 2018.4.9 18:15

ADB Fastboot Installer v1.4.3 adb-setup-1.4.3.exe 下载

本帖最后由 Arrow 于 2018-5-9 12:32 编辑

安装方式

运行,输入Y,回车,输入Y,回车,输入Y,回车

驱动安装直接下一步就行


What is this?
This is All-in-One installer for 3 most needed PC tools for Android. No need to download big SDK for 3 small things. I originaly made it for my Kurdish friend AnGrY DuDe in early 2013. I saw another ADB installer on XDA, but it wasn't good enough for me so i'm finaly posting it here. It's very small and fast installer for tools and drivers.

Features:
Small - 9.18 MB
Fast - 15 seconds install (many times its even less)
AIO - ADB, Fastboot and also Drivers
Easy to install - just run it and program will guide you
Clean - ADB and Google Drivers from latest SDK

Install process:
1. Run it (Require administrator privileges)
2. Press Y/Yes to install ADB and Fastboot or N/No to skip
3. Press Y/Yes to install ADB system-wide or N/No for current user only
4. Press Y/Yes to install Drivers or N/No to skip
5. Continue Driver installation
6. 15 seconds passed - finished!

Notes:
System-wide: ADB and Fastboot are installed to %SystemDrive%\adb directory, and added system-wide path.
Current user only: ADB and Fastboot are installed to %UserProfile%\adb directory, and added path for current user.
CMD can use ADB and Fastboot from any directory.
Drivers are installed to system - no need to install them from directories.
Installer automaticly decides if install 32-bit or 64-bit drivers.
If anybody got problem with detecting device, go see picture guide howto_driver.zip
If installation fails, then post here contents of "adb-installer.log" from desktop. (if there is any)

If you have problem with driver enumeration in Windows 8.1 install update KB2917929

If you have older Google USB Driver installed, please uninstall it from Control Panel before installing new

If you have previously installed it as system-wide and now you want it current user only (or vice-versa), it won't remove it, you must do it yourself. (at least for now)

XDA https://forum.xda-developers.com/showthread.php?t=2588979


附件




Arrow 发表于 2018.4.9 18:31

备用


Arrow 发表于 2018.4.9 23:11

1、解锁、root是必须的
2、修改system\build.prop,加入如下字段
      ro.product.mod_device=dior_miuita_global
3、清除数据:浏览器、下载管理、应用商店、主题(本地主题不会丢失)、日历、天气
4、关机重开,享受清净滴国际版吧

Arrow 发表于 2018.4.9 23:11

ROOT后解锁system分区不会?下载AD工具包,装好驱动,打开USB调试,连接电脑,在命令行里依次输入
adb root
adb disable-verity
adb reboot

Arrow 发表于 2018.4.9 23:12

本帖最后由 Arrow 于 2018-4-13 16:20 编辑

重启到Recovery界面
  adb reboot recovery

重启到bootloader界面

  adb reboot bootloader



adb wait-for-device #等待设备

adb reboot-bootloader #这个是重启到bootloader界面 默认是fastboot。可以先重启到这里再刷入boot.img

fastboot flash boot boot.img #这个是刷入boot的命令。官解的要手动刷一次。

fastboot flash recovery recovery.img #刷入recovery 已有recovery的可以跳过。

fastboot erase boot #擦除boot分区

以下两个是一样的 有加-w 跟 没有加-w 的区别

fastboot erase system -w #擦除system分区 擦除 userdata分区和cache分区

fastboot erase system #擦除system分区
fastboot erase cache #擦除cache分区
fastboot erase userdata #擦除userdata分区

fastboot update update.zip #将update.zip刷入

fastboot reboot #重启手机
页: [1]
查看完整版本: ADB Fastboot Installer v1.4.3 adb-setup-1.4.3.exe 下载