| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| android:oneplus_6_enchilada [2026/05/03 18:11] – Sean Rhone | android:oneplus_6_enchilada [2026/06/10 08:16] (current) – [Windows] Sean Rhone |
|---|
| 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" |
| |
| ====== Recovery ====== | ====== Recovery ====== |
| * [[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!]] |
| ==== Windows ==== | ==== Windows ==== |
| |
| 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" | 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" |
| |
| ==== FreeBSD ==== | ==== FreeBSD ==== |
| * 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 ====== |