Both sides previous revisionPrevious revisionNext revision | Previous revision |
android:oneplus_6_enchilada [2025/08/24 11:03] – [Private DNS] 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]] | |
* [[#hosts|HOSTS]] | * [[#hosts|HOSTS]] |
* [[#disable_backup_manager|Disable Backup Manager]] | * [[#disable_backup_manager|Disable Backup Manager]] |
| |
| sudo fastboot erase --slot='all' 'boot' && sudo fastboot flash --slot='all' 'boot' ~/'Downloads/boot.img' |
| |
| adb sideload ~/'Downloads/lineage-22.2-'*'-nightly-enchilada-signed.zip' |
| |
| ==== Windows ==== |
| |
| * https://download.lineageos.org/devices/enchilada/builds |
| * [[https://dl.google.com/android/repository/platform-tools-latest-windows.zip|platform-tools-latest-windows.zip]] |
| * [[#windows1|HOSTS]] |
| * [[#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-20250820-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 |
* Unified hosts + fakenews + gambling (Compressed) | * Unified hosts + fakenews + gambling (Compressed) |
| |
* Advanced -> Mount/unmount system | * Recovery -> Advanced -> Mount/unmount system -> Enable ADB |
* Advanced -> Enable ADB | |
| adb shell "mount -o 'rw,remount' '/mnt/system'" |
| |
| wget -O '/tmp/blacklist-fg.txt' 'https://scripttiger.github.io/alts/compressed/blacklist-fg.txt' && adb push '/tmp/blacklist-fg.txt' '/tmp/hosts' && adb shell "mv -f '/tmp/hosts' '/mnt/system/system/etc/hosts' && restorecon -F -v '/mnt/system/system/etc/hosts' && sync" && rm -f '/tmp/blacklist-fg.txt' |
| |
| ===== Windows ===== |
| |
| * https://scripttiger.github.io/alts/ |
| * Unified hosts + fakenews + gambling (Compressed) |
| |
| * Recovery -> Advanced -> Mount/unmount system -> Enable ADB |
| |
* https://scripttiger.github.io/alts/compressed/blacklist-fg.txt | * https://scripttiger.github.io/alts/compressed/blacklist-fg.txt |
| |
===== 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" |
===== Private DNS ===== | ===== Private DNS ===== |
| |
* See [[servers:upstream_dns_servers|DNS Servers]] for other addresses | * [[servers:upstream_dns_servers|More DNS Servers]] |
| |
<code>dns.quad9.net</code> | <code>dns.quad9.net</code> |