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 [2026/04/16 17:18] – [Windows] Sean Rhoneandroid:oneplus_6_enchilada [2026/06/10 08:16] (current) – [Windows] Sean Rhone
Line 14: Line 14:
  
   * [[https://download.lineageos.org/devices/enchilada/builds|Downloads]]   * [[https://download.lineageos.org/devices/enchilada/builds|Downloads]]
- 
-  * TODO: 
-  * https://mirrorbits.lineageos.org/full/enchilada/20260128/boot.img 
-  * https://mirrorbits.lineageos.org/full/enchilada/20260128/lineage-22.2-20260128-nightly-enchilada-signed.zip 
  
   * [[https://wiki.lineageos.org/devices/enchilada/install|Install Instructions - LOS Wiki]]   * [[https://wiki.lineageos.org/devices/enchilada/install|Install Instructions - LOS Wiki]]
Line 34: Line 30:
  
   * 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]] 
   * [[#windows1|HOSTS]]   * [[#windows1|HOSTS]]
  
-  RMDIR /S /Q "%UserProfile%\Downloads\platform-tools" & DEL /Q "%UserProfile%\Downloads\platform-tools-latest-windows.zip" & "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\platform-tools-latest-windows.zip" --location "https://dl.google.com/android/repository/platform-tools-latest-windows.zip" && "%SystemRoot%\System32\tar.exe" xf "%UserProfile%\Downloads\platform-tools-latest-windows.zip" -C "%UserProfile%\Downloads" && DEL /Q "%UserProfile%\Downloads\platform-tools-latest-windows.zip"+  RMDIR /S /Q "%UserProfile%\Downloads\platform-tools" & DEL /Q "%UserProfile%\Downloads\platform-tools-latest-windows.zip" & "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\platform-tools-latest-windows.zip" --location "https://dl.google.com/android/repository/platform-tools-latest-windows.zip" --progress-bar && "%SystemRoot%\System32\tar.exe" xf "%UserProfile%\Downloads\platform-tools-latest-windows.zip" -C "%UserProfile%\Downloads" && DEL /Q "%UserProfile%\Downloads\platform-tools-latest-windows.zip"
  
   "%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"
Line 43: Line 38:
   MOVE /Y "%UserProfile%\Downloads\lineage-22.2-"*"-nightly-enchilada-signed.zip" "%UserProfile%\Downloads\lineage-22.2-nightly-enchilada-signed.zip" && "%UserProfile%\Downloads\platform-tools\adb.exe" sideload "%UserProfile%\Downloads\lineage-22.2-nightly-enchilada-signed.zip"   MOVE /Y "%UserProfile%\Downloads\lineage-22.2-"*"-nightly-enchilada-signed.zip" "%UserProfile%\Downloads\lineage-22.2-nightly-enchilada-signed.zip" && "%UserProfile%\Downloads\platform-tools\adb.exe" sideload "%UserProfile%\Downloads\lineage-22.2-nightly-enchilada-signed.zip"
  
-  "%UserProfile%\Downloads\platform-tools\adb.exe" kill-server +  "%UserProfile%\Downloads\platform-tools\adb.exe" kill-server && RMDIR /S /Q "%UserProfile%\.android"
- +
-  RMDIR /S /Q "%UserProfile%\Downloads\platform-tools" & DEL /Q "%UserProfile%\Downloads\platform-tools-latest-windows.zip"+
  
 ====== Recovery ====== ====== Recovery ======
Line 92: Line 85:
   * [[https://github.com/Piwigo/piwigo-flutter-app/releases|Piwigo Next Generation]]   * [[https://github.com/Piwigo/piwigo-flutter-app/releases|Piwigo Next Generation]]
   * [[https://github.com/wordpress-mobile/WordPress-Android/releases|WordPress]] (not Jetpack)   * [[https://github.com/wordpress-mobile/WordPress-Android/releases|WordPress]] (not Jetpack)
 +  * [[programs:android:spotify|Spotify]]
  
   * [[https://github.com/ppy/osu/releases|osu!]]   * [[https://github.com/ppy/osu/releases|osu!]]
Line 120: Line 114:
 **** ****
  
-  DEL /Q "%UserProfile%\Downloads\fakenews-gambling-hosts" & "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\fakenews-gambling-hosts" --location "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts" && "%UserProfile%\Downloads\platform-tools\adb.exe" shell "mount -o 'rw,remount' '/mnt/system'" && "%UserProfile%\Downloads\platform-tools\adb.exe" push "%UserProfile%\Downloads\fakenews-gambling-hosts" "/mnt/system/system/etc/hosts" && "%UserProfile%\Downloads\platform-tools\adb.exe" shell "restorecon -F -v '/mnt/system/system/etc/hosts' && sync && head '/mnt/system/system/etc/hosts'" && "%UserProfile%\Downloads\platform-tools\adb.exe" reboot && "%UserProfile%\Downloads\platform-tools\adb.exe" kill-server && DEL /Q "%UserProfile%\Downloads\fakenews-gambling-hosts"+  DEL /Q "%UserProfile%\Downloads\fakenews-gambling-hosts" & "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\fakenews-gambling-hosts" --location "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts" --progress-bar && "%UserProfile%\Downloads\platform-tools\adb.exe" shell "mount -o 'rw,remount' '/mnt/system'" && "%UserProfile%\Downloads\platform-tools\adb.exe" push "%UserProfile%\Downloads\fakenews-gambling-hosts" "/mnt/system/system/etc/hosts" && "%UserProfile%\Downloads\platform-tools\adb.exe" shell "restorecon -F -v '/mnt/system/system/etc/hosts' && sync && head '/mnt/system/system/etc/hosts'" && "%UserProfile%\Downloads\platform-tools\adb.exe" reboot && "%UserProfile%\Downloads\platform-tools\adb.exe" kill-server && DEL /Q "%UserProfile%\Downloads\fakenews-gambling-hosts" & RMDIR /S /Q "%UserProfile%\Downloads\platform-tools" "%UserProfile%\.android"
  
-  RMDIR //"%UserProfile%\Downloads\platform-tools" & DEL /Q "%UserProfile%\Downloads\platform-tools-latest-windows.zip"+==== FreeBSD ==== 
 + 
 +  * :?: TODO 
 + 
 +  '/usr/local/bin/adb' shell "mount -o 'rw,remount' '/mnt/system'" && wget -O '/tmp/blacklist-fg.txt' 'https://scripttiger.github.io/alts/compressed/blacklist-fg.txt' && '/usr/local/bin/adb' push '/tmp/blacklist-fg.txt' '/tmp/hosts' && '/usr/local/bin/adb' shell "mv -f '/tmp/hosts' '/mnt/system/system/etc/hosts' && restorecon -F -v '/mnt/system/system/etc/hosts' && tail '/mnt/system/system/etc/hosts' && sync && umount '/mnt/system'" && rm -f '/tmp/blacklist-fg.txt' && '/usr/local/bin/adb' reboot && '/usr/local/bin/adb' kill-server
  
 ===== Disable Backup Manager ===== ===== Disable Backup Manager =====
Line 145: Line 143:
   * [[servers:upstream_dns_servers|More DNS Servers]]   * [[servers:upstream_dns_servers|More DNS Servers]]
  
-<code>dns.quad9.net</code>+<code>security.cloudflare-dns.com</code>
  
 ===== Termux ===== ===== Termux =====
Line 181: Line 179:
   * https://forum.xda-developers.com/t/definitive-guide-for-windows-10-arm-installation.4519291/   * https://forum.xda-developers.com/t/definitive-guide-for-windows-10-arm-installation.4519291/
   * :!: 2024/02/29: No camera, no GPS, no tri-state button, no cellular calls/texts (no app); not viable for a main phone, but does run WoW Classic ARM64 around 50 FPS pretty well! ([[https://xdaforums.com/t/windows-arm64-on-enchilada.4302911/page-3#post-89371050|XDA tech notes]], [[https://us.forums.blizzard.com/en/wow/t/classic-era-arm64-runs-great-with-project-renegade-and-windows-10-on-oneplus-6/1799276|WoW-specific notes]])   * :!: 2024/02/29: No camera, no GPS, no tri-state button, no cellular calls/texts (no app); not viable for a main phone, but does run WoW Classic ARM64 around 50 FPS pretty well! ([[https://xdaforums.com/t/windows-arm64-on-enchilada.4302911/page-3#post-89371050|XDA tech notes]], [[https://us.forums.blizzard.com/en/wow/t/classic-era-arm64-runs-great-with-project-renegade-and-windows-10-on-oneplus-6/1799276|WoW-specific notes]])
 +
 +====== Drive Maintenance ======
 +
 +  * LOS recovery (HOSTS)
 +  * :!: WIP
 +  * TODO: ''vfat''
 +
 +<code>
 +e2fsck -f -v -y '/dev/block/by-name/system_a'
 +e2fsck -f -v -y '/dev/block/by-name/vendor_a'
 +e2fsck -f -v -y '/dev/block/bootdevice/by-name/dsp_a'
 +
 +e2fsck -f -v -y '/dev/block/by-name/system_b'
 +e2fsck -f -v -y '/dev/block/by-name/vendor_b'
 +e2fsck -f -v -y '/dev/block/bootdevice/by-name/dsp_b'
 +
 +e2fsck -f -v -y '/dev/block/bootdevice/by-name/op2'
 +e2fsck -f -v -y '/dev/block/bootdevice/by-name/persist'
 +
 +# End</code>
  
 ====== Restore ====== ====== Restore ======
/srv/www/wiki/data/attic/android/oneplus_6_enchilada.1776374291.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki