User Tools

Site Tools


android:oneplus_6_enchilada

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
android:oneplus_6_enchilada [2025/07/03 17:18] – [Quick Flash] Sean Rhoneandroid:oneplus_6_enchilada [2025/10/15 16:33] (current) – old revision restored (2025/09/26 20:55) Sean Rhone
Line 8: Line 8:
   * 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 ======
Line 19: Line 21:
  
   * 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-20250702-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
Line 46: Line 58:
   * 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
Line 108: Line 130:
  
 ===== 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"
Line 117: Line 145:
 ===== Private DNS ===== ===== Private DNS =====
  
-  * Quad9 (ECS) +  * [[servers:upstream_dns_servers|More DNS Servers]]
-  * See [[servers:upstream_dns_servers|DNS Servers]] for other addresses+
  
-<code>dns11.quad9.net</code>+<code>dns.quad9.net</code>
  
 ===== Termux ===== ===== Termux =====
/srv/www/wiki/data/attic/android/oneplus_6_enchilada.1751577529.txt.gz · Last modified: by Sean Rhone