所以我在引导程序中安装了手机,我想解锁它
所以我输入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
有关如何修复的任何想法?
答案 0 :(得分:1)
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;
}
Developer options
应该有一些选项。启用它希望它有所帮助!
答案 1 :(得分:1)
试试这个: - (注意 - 这对我有效,直到Qualcomm's MSM
芯片组上的Android L,M和N
adb reboot bootloader
fastboot oem unlock-go