將android 8 1刷到nexus 6p上

2021-08-19 04:56:16 字數 944 閱讀 6543

基本是參考這篇文章做的,感謝一下樓主

這個取決你repo init時的branch號,比如,我的是android-8.1.0_r22,其對應的buildopm5.171019.019,去找對應的build然後按上文說的做

這一步lunch的要改一下,應該是lunch aosp_angler-userdebug

從這裡開始就與原文有點不同了,首先

sudo apt-get install android-tools-adb

sudo apt-get install android-tools-fastboot

然後將手機用usb線插入電腦,記得開啟開發者選項,允許usb除錯,oem解鎖

然後sudo adb devices,如果沒有顯示的話,可能是忘記設定上一行的東西了,或者是sudo的問題

接著sudo adb reboot bootloader,會顯示乙個綠色的機械人躺在地上

接著fastboot flashing unlock

最後fastboot -w flashall

這玩意是真的煩,直接設定不行,貌似是因為update-alternatives裡面還有

我是直接先

sudo apt-get purge openjdk-8-jre-headless

sudo apt-get purge openjdk-8-jdk-headless

sudo apt-get purge openjdk-8-jre

Android 8 1 螢幕旋轉問題

開發中遇到乙個問題,在相機cameraactivity設定了setrequestedorientation activityinfo.screen orientation landscape cameraactivity是橫屏展示。從a activity portrait 開啟b cameraact...

Android 8 1 螢幕旋轉問題

開發中遇到乙個問題,在相機cameraactivity設定了setrequestedorientation activityinfo.screen orientation landscape cameraactivity是橫屏展示。從a activity portrait 開啟b cameraact...

Android 8 1 通知的變化

android 7.0 通知的寫法如下 notificationmanager manager notificationmanager getsystemservice notification service notification notification new notificationco...