Android fastboot oem解锁

时间:2017-05-28 17:57:56

标签: android unlock fastboot

所以我在引导程序中安装了手机,我想解锁它 所以我输入fastboot oem unlock <KEY>我得到了这个

D:\Minimal ADB and Fastboot>fastboot oem unlock ***************
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
...
(bootloader) Check 'Allow OEM Unlock' in Android Settings > Developer
(bootloader) Options
OKAY [  0.008s]
finished. total time: 0.009s

有关如何修复的任何想法?

2 个答案:

答案 0 :(得分:1)

  1. 正常启动
  2. 输入public static List<TfsTeamProjectCollection> GetAllCollections() { List<TfsTeamProjectCollection> collections = new List<TfsTeamProjectCollection>(); NetworkCredential cred1 = new NetworkCredential("username for Alternate authentication", "password for Alternate authentication"); TfsTeamProjectCollection tpc1 = new TfsTeamProjectCollection(new Uri("https://account1.visualstudio.com"), cred1); collections.Add(tpc1); NetworkCredential cred2 = new NetworkCredential("username for Alternate authentication", "password for Alternate authentication"); TfsTeamProjectCollection tpc2 = new TfsTeamProjectCollection(new Uri("https://account2.visualstudio.com"), cred2); collections.Add(tpc2); return collections; }
  3. Developer options应该有一些选项。启用它
  4. 按照你在fastboot中所做的那样继续。
  5. 希望它有所帮助!

答案 1 :(得分:1)

试试这个: - (注意 - 这对我有效,直到Qualcomm's MSM芯片组上的Android L,M和N

  1. 从设置
  2. 启用开发人员菜单
  3. 从开发者设置启用OEM解锁
  4. adb reboot bootloader
  5. fastboot oem unlock-go
  6. 设备将重新启动
    分区将解锁