| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| android:oneplus_6_enchilada [2025/05/02 04:11] – Sean Rhone | android:oneplus_6_enchilada [2025/11/26 12:23] (current) – [Windows] 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 ====== |
| * [[#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 ==== | ==== Windows ==== |
| |
| | * 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]] |
| | * [[#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-20250430-nightly-enchilada-signed.zip" | "%UserProfile%\Downloads\platform-tools\adb.exe" sideload "%UserProfile%\Downloads\lineage-22.2-20251126-nightly-enchilada-signed.zip" |
| |
| ==== Linux ==== | "%UserProfile%\Downloads\platform-tools\adb.exe" kill-server |
| |
| sudo fastboot erase --slot='all' 'boot' && sudo fastboot flash --slot='all' 'boot' ~/'Downloads/boot.img' | RMDIR /S /Q "%UserProfile%\Downloads\platform-tools" & DEL /Q "%UserProfile%\Downloads\platform-tools-latest-windows.zip" |
| | |
| adb sideload ~/'Downloads/lineage-22.2-'*'-nightly-enchilada-signed.zip' | |
| |
| ====== Recovery ====== | ====== Recovery ====== |
| * Unified hosts + fakenews + gambling (Compressed) | * Unified hosts + fakenews + gambling (Compressed) |
| |
| * LineageOS Recovery -> Advanced: Mount/unmount system and Enable ADB | * Recovery -> Advanced -> Mount/unmount system -> Enable ADB |
| |
| ===== Windows ===== | adb shell "mount -o 'rw,remount' '/mnt/system'" |
| |
| * https://scripttiger.github.io/alts/compressed/blacklist-fg.txt | 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' |
| |
| "%UserProfile%\Downloads\platform-tools\adb.exe" shell "mount -o 'rw,remount' '/mnt/system'" | ===== Windows ===== |
| |
| "%UserProfile%\Downloads\platform-tools\adb.exe" push "%UserProfile%\Downloads\blacklist-fg.txt" "/mnt/system/system/etc/hosts" | * https://scripttiger.github.io/alts/ |
| | * Unified hosts + fakenews + gambling (Compressed) |
| |
| "%UserProfile%\Downloads\platform-tools\adb.exe" shell "restorecon -F -v '/mnt/system/system/etc/hosts'" | * Recovery -> Advanced -> Mount/unmount system -> Enable ADB |
| |
| "%UserProfile%\Downloads\platform-tools\adb.exe" shell "cat '/mnt/system/system/etc/hosts' && sync" | * https://scripttiger.github.io/alts/compressed/blacklist-fg.txt |
| |
| ==== Test ==== | "%UserProfile%\Downloads\blacklist-fg.txt" |
| | |
| **** | |
| |
| "%UserProfile%\Downloads\platform-tools\adb.exe" shell "mount -o 'rw,remount' '/mnt/system'" && "%UserProfile%\Downloads\platform-tools\adb.exe" push "%UserProfile%\Downloads\blacklist-fg.txt" "/mnt/system/system/etc/hosts" && "%UserProfile%\Downloads\platform-tools\adb.exe" shell "restorecon -F -v '/mnt/system/system/etc/hosts' && cat '/mnt/system/system/etc/hosts' && sync" | "%UserProfile%\Downloads\platform-tools\adb.exe" shell "mount -o 'rw,remount' '/mnt/system'" && "%UserProfile%\Downloads\platform-tools\adb.exe" push "%UserProfile%\Downloads\blacklist-fg.txt" "/mnt/system/system/etc/hosts" && "%UserProfile%\Downloads\platform-tools\adb.exe" shell "restorecon -F -v '/mnt/system/system/etc/hosts' && cat '/mnt/system/system/etc/hosts' && sync" |
| |
| ===== Linux ===== | "%UserProfile%\Downloads\platform-tools\adb.exe" kill-server |
| | |
| adb shell "mount -o 'rw,remount' '/mnt/system'" | |
| |
| wget -O ~/'Downloads/blacklist-fg.txt' 'https://scripttiger.github.io/alts/compressed/blacklist-fg.txt' && adb push ~/'Downloads/blacklist-fg.txt' '/mnt/system/system/etc/hosts' && adb shell "restorecon -F -v '/mnt/system/system/etc/hosts' && cat '/mnt/system/system/etc/hosts' && sync" && rm -fv ~/'Downloads/blacklist-fg.txt' | RMDIR /S /Q "%UserProfile%\Downloads\platform-tools" & DEL /Q "%UserProfile%\Downloads\platform-tools-latest-windows.zip" |
| |
| ====== Apps ====== | ====== Apps ====== |
| |
| ===== Standalone ===== | ===== Standalone ===== |
| |
| * [[https://a.app.qq.com/o/simple.jsp?pkgname=com.topstep.fitcloudpro|FitCloudPro]] ((Downloads inconsistently-named ''.apk'', but 2.4.9 ''第三方浏览器下载包.apk'' 105MB is fine)) | |
| |
| * [[https://github.com/Piwigo/piwigo-flutter-app/releases|Piwigo Next Generation]] | * [[https://github.com/Piwigo/piwigo-flutter-app/releases|Piwigo Next Generation]] |
| |
| ===== Disable Backup Manager ===== | ===== Disable Backup Manager ===== |
| |
| ==== Linux ==== | |
| |
| **** | **** |
| |
| "%UserProfile%\Downloads\platform-tools\adb.exe" kill-server | "%UserProfile%\Downloads\platform-tools\adb.exe" kill-server |
| | |
| | RMDIR /S /Q "%UserProfile%\Downloads\platform-tools" & DEL /Q "%UserProfile%\Downloads\platform-tools-latest-windows.zip" |
| |
| ===== Private DNS ===== | ===== Private DNS ===== |
| |
| * See [[servers:upstream_dns_servers|DNS Servers]] for other addresses | * [[servers:upstream_dns_servers|More DNS Servers]] |
| |
| <code>security.cloudflare-dns.com</code> | <code>dns.quad9.net</code> |
| |
| ===== Termux ===== | ===== Termux ===== |
| |
| sync && exit | sync && exit |
| |
| ===== Piwigo ===== | |
| |
| * :?: 2025/03/18: Pictures taken with default LOS camera app have broken thumbnails, but Pixel Camera (Play Store) was fine | |
| |
| media.realmofespionage.xyz | |
| |
| ===== WordPress ===== | |
| |
| **** | |
| |
| https://blog.realmofespionage.xyz | |
| |
| ====== ROM Testing ====== | ====== ROM Testing ====== |
| * 2023: No known benefit to use in-general or even as a base for other ROMs since OxygenOS has more up-to-date firmware | * 2023: No known benefit to use in-general or even as a base for other ROMs since OxygenOS has more up-to-date firmware |
| * :?: 2024: postmarketOS mentioned somewhere that coming from Android 10 had differences in how GPS performed; does OOS 10 firmware differ from H2OS 10's? | * :?: 2024: postmarketOS mentioned somewhere that coming from Android 10 had differences in how GPS performed; does OOS 10 firmware differ from H2OS 10's? |
| |
| ===== LineageOS ===== | |
| |
| * https://xdaforums.com/t/rom-official-enchilada-14-lineageos-21.4656607/ | |
| * Works great | |
| * MindTheGapps is pretty minimal, but Google is still //grossly// invasive with device-wide permissions | |
| |
| * 2024/06/12: Flashing the latest LOS21 update had Google services breaking left and right; LOS OTAs with Gapps need flashed with in-OS updater tool instead of sideload (TODO: XDA post) | |
| |
| ===== LineageOS for microG ===== | |
| |
| * LOS4mG | |
| * https://lineage.microg.org/ | |
| * :!: 2023/09/29: Pokemon GO and Monster Hunter Now don't work with Google sign-in, but Ingress does ([[https://github.com/microg/GmsCore/issues/1979#issuecomment-1715564291|#1979]]) | |
| * Only really useful for playing Pokemon GO with a Trainer Club account | |
| * :!: 2024/03/01: Couldn't get Pokemon GO working with a PTC account; possible Play Integrity/SafetyNet changes aren't implemented? | |
| * 2024/02/25: LineageOS officially supports signature spoofing ([[https://review.lineageos.org/c/LineageOS/android_frameworks_base/+/383573|commit]]), but requires GsmCore.apk pushed to priv-app(?) and some mainifest permissions | |
| * :?: Might upload untested builds ([[https://github.com/lineageos4microg/docker-lineage-cicd/issues/727#issuecomment-2586053793|issue]]) | |
| |
| ===== Ubuntu Touch ===== | |
| |
| * 2023/11/01: The top-rated Radio app in OpenStore didn't play/pause consistently | |
| * :!: 2023/11/01: The top-rated KeePass app in OpenStore didn't open my database | |
| * No fingerprint reader | |
| * :!: 2023/11/01: VLC nor Firefox existed in OpenStore | |
| * Was neat being able to use Waydroid and start up OSRS with seemingly good FPS | |
| |
| ===== postmarketOS ===== | |
| |
| * :!: VoLTE: https://gitlab.com/postmarketOS/pmaports/-/issues/1878 | |
| * [[https://wiki.postmarketos.org/wiki/OnePlus_6_(oneplus-enchilada)]] | |
| * :!: 2023: Apparently limited camera and GPS support | |
| |
| ===== Renegade Project ===== | ===== Renegade Project ===== |