Both sides previous revisionPrevious revisionNext revision | Previous revision |
android:oneplus_6_enchilada [2025/09/17 21:12] – Sean Rhone | android:oneplus_6_enchilada [2025/10/15 16:33] (current) – old revision restored (2025/09/26 20:55) Sean Rhone |
---|
* https://wiki.lineageos.org/devices/enchilada/ | * https://wiki.lineageos.org/devices/enchilada/ |
* [[https://wiki.postmarketos.org/wiki/OnePlus_6_(oneplus-enchilada)]] | * [[https://wiki.postmarketos.org/wiki/OnePlus_6_(oneplus-enchilada)]] |
| |
| * 2025/09/19: LineageOS 22.2, no GApps, F-Droid |
| |
====== LineageOS ====== | ====== LineageOS ====== |
* https://download.lineageos.org/devices/enchilada/builds | * https://download.lineageos.org/devices/enchilada/builds |
* [[https://dl.google.com/android/repository/platform-tools-latest-windows.zip|platform-tools-latest-windows.zip]] | * [[https://dl.google.com/android/repository/platform-tools-latest-windows.zip|platform-tools-latest-windows.zip]] |
* [[#hosts|HOSTS]] | * [[#windows1|HOSTS]] |
* [[#disable_backup_manager|Disable Backup Manager]] | * [[#windows2|Disable Backup Manager]] |
| |
"%UserProfile%\Downloads\platform-tools\fastboot.exe" erase --slot="all" "boot" && "%UserProfile%\Downloads\platform-tools\fastboot.exe" flash --slot="all" "boot" "%UserProfile%\Downloads\boot.img" | "%UserProfile%\Downloads\platform-tools\fastboot.exe" erase --slot="all" "boot" && "%UserProfile%\Downloads\platform-tools\fastboot.exe" flash --slot="all" "boot" "%UserProfile%\Downloads\boot.img" |
| |
"%UserProfile%\Downloads\platform-tools\adb.exe" sideload "%UserProfile%\Downloads\lineage-22.2-20250903-nightly-enchilada-signed.zip" | "%UserProfile%\Downloads\platform-tools\adb.exe" sideload "%UserProfile%\Downloads\lineage-22.2-20250924-nightly-enchilada-signed.zip" |
| |
"%UserProfile%\Downloads\platform-tools\adb.exe" kill-server | "%UserProfile%\Downloads\platform-tools\adb.exe" kill-server |
| |
===== Disable Backup Manager ===== | ===== Disable Backup Manager ===== |
| |
| **** |
| |
| adb shell "bmgr transport 'com.android.localtransport/.LocalTransport' && bmgr enable '0' && sync" && adb kill-server |
| |
| ==== Windows ==== |
| |
"%UserProfile%\Downloads\platform-tools\adb.exe" shell "bmgr transport 'com.android.localtransport/.LocalTransport' && bmgr enable '0' && sync" | "%UserProfile%\Downloads\platform-tools\adb.exe" shell "bmgr transport 'com.android.localtransport/.LocalTransport' && bmgr enable '0' && sync" |