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/05/16 21:39] – external edit 127.0.0.1android:oneplus_6_enchilada [2025/07/03 17:18] (current) – [Quick Flash] Sean Rhone
Line 19: Line 19:
  
   * 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]]
- 
-==== Windows ==== 
- 
-  * [[https://dl.google.com/android/repository/platform-tools-latest-windows.zip|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"
  
-  "%UserProfile%\Downloads\platform-tools\adb.exe" sideload "%UserProfile%\Downloads\lineage-22.2-20250507-nightly-enchilada-signed.zip"+  "%UserProfile%\Downloads\platform-tools\adb.exe" sideload "%UserProfile%\Downloads\lineage-22.2-20250702-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'+
  
-  adb sideload ~/'Downloads/lineage-22.2-'*'-nightly-enchilada-signed.zip'+  RMDIR //Q "%UserProfile%\Downloads\platform-tools" & DEL /Q "%UserProfile%\Downloads\platform-tools-latest-windows.zip"
  
 ====== Recovery ====== ====== Recovery ======
Line 51: Line 46:
   * Unified hosts + fakenews + gambling (Compressed)   * Unified hosts + fakenews + gambling (Compressed)
  
-  * LineageOS Recovery -> Advanced: Mount/unmount system and Enable ADB +  * Advanced -> Mount/unmount system 
- +  * Advanced ->  Enable ADB
-===== Windows =====+
  
   * https://scripttiger.github.io/alts/compressed/blacklist-fg.txt   * https://scripttiger.github.io/alts/compressed/blacklist-fg.txt
  
-  "%UserProfile%\Downloads\platform-tools\adb.exe" shell "mount -o 'rw,remount' '/mnt/system'" +  "%UserProfile%\Downloads\blacklist-fg.txt"
- +
-  "%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'" +
- +
-  "%UserProfile%\Downloads\platform-tools\adb.exe" shell "cat '/mnt/system/system/etc/hosts' && sync" +
- +
-==== Test ==== +
- +
-****+
  
   "%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.exekill-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 //Q "%UserProfile%\Downloads\platform-tools" & DEL /"%UserProfile%\Downloads\platform-tools-latest-windows.zip"
  
 ====== Apps ====== ====== Apps ======
Line 109: Line 91:
  
 ===== 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]]
Line 128: Line 108:
  
 ===== Disable Backup Manager ===== ===== Disable Backup Manager =====
- 
-==== Linux ==== 
- 
-**** 
- 
-  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"
  
   "%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 =====
  
 +  * Quad9 (ECS)
   * See [[servers:upstream_dns_servers|DNS Servers]] for other addresses   * See [[servers:upstream_dns_servers|DNS Servers]] for other addresses
  
-<code>security.cloudflare-dns.com</code>+<code>dns11.quad9.net</code>
  
 ===== Termux ===== ===== Termux =====
Line 156: Line 131:
  
   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 ======
Line 187: Line 150:
   * 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 =====
/srv/www/wiki/data/attic/android/oneplus_6_enchilada.1747445948.txt.gz · Last modified: by 127.0.0.1