找回密码
 注册账号
搜索
查看: 7286|回复: 4

[资源] ADB Fastboot Installer v1.4.3 adb-setup-1.4.3.exe 下载

[复制链接]

755

主题

158

回帖

5568

积分

超级版主

积分
5568

最佳新人活跃会员热心会员推广达人宣传达人灌水之王突出贡献优秀版主荣誉管理论坛元老

发表于 2018.4.9 18:15 | 显示全部楼层 |阅读模式
本帖最后由 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


附件

adb-setup-1.4.3.exe (9.17 MB, 下载次数: 1477)


755

主题

158

回帖

5568

积分

超级版主

积分
5568

最佳新人活跃会员热心会员推广达人宣传达人灌水之王突出贡献优秀版主荣誉管理论坛元老

 楼主| 发表于 2018.4.9 18:31 | 显示全部楼层
备用


回复

使用道具 举报

755

主题

158

回帖

5568

积分

超级版主

积分
5568

最佳新人活跃会员热心会员推广达人宣传达人灌水之王突出贡献优秀版主荣誉管理论坛元老

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

使用道具 举报

755

主题

158

回帖

5568

积分

超级版主

积分
5568

最佳新人活跃会员热心会员推广达人宣传达人灌水之王突出贡献优秀版主荣誉管理论坛元老

 楼主| 发表于 2018.4.9 23:11 | 显示全部楼层
ROOT后解锁system分区不会?下载AD工具包,装好驱动,打开USB调试,连接电脑,在命令行里依次输入
adb root
adb disable-verity
adb reboot
回复

使用道具 举报

755

主题

158

回帖

5568

积分

超级版主

积分
5568

最佳新人活跃会员热心会员推广达人宣传达人灌水之王突出贡献优秀版主荣誉管理论坛元老

 楼主| 发表于 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 #重启手机
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册账号

本版积分规则

站点地图|童话镇

GMT+8, 2024.4.29 06:53 , Processed in 0.063488 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表