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/04/18 08:17] Sean Rhoneandroid:oneplus_6_enchilada [2025/05/07 11:43] (current) Sean Rhone
Line 23: Line 23:
  
 ==== Windows ==== ==== 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-20250416-nightly-enchilada-signed.zip"+  "%UserProfile%\Downloads\platform-tools\adb.exe" sideload "%UserProfile%\Downloads\lineage-22.2-20250507-nightly-enchilada-signed.zip"
  
-====== HOSTS ======+==== Linux ====
  
-  * https://scripttiger.github.io/alts/compressed/blacklist-fg.txt +  sudo fastboot erase --slot='all' 'boot' && sudo fastboot flash --slot='all' 'boot' ~/'Downloads/boot.img'
-  * Unified hosts + fakenews + gambling+
  
-  * LineageOS Recovery -> Advanced: Mount/unmount system and Enable ADB +  adb sideload ~/'Downloads/lineage-22.2-'*'-nightly-enchilada-signed.zip'
- +
-  "%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'+
- +
-  "%UserProfile%\Downloads\platform-tools\adb.exe" shell "cat '/mnt/system/system/etc/hosts&& sync"+
  
 ====== Recovery ====== ====== Recovery ======
Line 57: Line 48:
 ====== HOSTS ====== ====== HOSTS ======
  
-  * https://scripttiger.github.io/alts/compressed/blacklist-fg.txt +  * https://scripttiger.github.io/alts/ 
-  * Unified hosts + fakenews + gambling+  * Unified hosts + fakenews + gambling (Compressed)
  
   * LineageOS Recovery -> Advanced: Mount/unmount system and Enable ADB   * LineageOS Recovery -> Advanced: Mount/unmount system and Enable ADB
  
-  "%UserProfile%\Downloads\blacklist-fg.txt"+===== Windows ===== 
 + 
 +  * https://scripttiger.github.io/alts/compressed/blacklist-fg.txt
  
   "%UserProfile%\Downloads\platform-tools\adb.exe" shell "mount -o 'rw,remount' '/mnt/system'"   "%UserProfile%\Downloads\platform-tools\adb.exe" shell "mount -o 'rw,remount' '/mnt/system'"
Line 71: Line 64:
  
   "%UserProfile%\Downloads\platform-tools\adb.exe" shell "cat '/mnt/system/system/etc/hosts' && sync"   "%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"
 +
 +===== Linux =====
 +
 +  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'
  
 ====== Apps ====== ====== Apps ======
Line 80: Line 85:
   * [[https://f-droid.org/en/packages/com.kunzisoft.keepass.libre/|KeePassDX]]   * [[https://f-droid.org/en/packages/com.kunzisoft.keepass.libre/|KeePassDX]]
   * [[https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/|Fennec]] (Firefox)   * [[https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/|Fennec]] (Firefox)
-  * [[https://f-droid.org/en/packages/com.fsck.k9/|K-9 Mail]]+  * [[https://f-droid.org/en/packages/net.thunderbird.android/|Thunderbird]]
   * [[https://f-droid.org/en/packages/me.hackerchick.catima/|Catima]]   * [[https://f-droid.org/en/packages/me.hackerchick.catima/|Catima]]
 +  * [[https://f-droid.org/en/packages/com.atharok.barcodescanner/|Barcode Scanner]]
   * [[https://f-droid.org/en/packages/com.foobnix.pro.pdf.reader/|Librera Reader]]   * [[https://f-droid.org/en/packages/com.foobnix.pro.pdf.reader/|Librera Reader]]
   * [[https://f-droid.org/en/packages/org.documentfoundation.libreoffice/|LibreOffice Viewer]]   * [[https://f-droid.org/en/packages/org.documentfoundation.libreoffice/|LibreOffice Viewer]]
Line 91: Line 97:
   * [[https://f-droid.org/en/packages/com.reecedunn.espeak/|eSpeak]]   * [[https://f-droid.org/en/packages/com.reecedunn.espeak/|eSpeak]]
   * [[https://f-droid.org/en/packages/com.enjoyingfoss.feeel/|Feeel - home workouts]]   * [[https://f-droid.org/en/packages/com.enjoyingfoss.feeel/|Feeel - home workouts]]
-  * [[https://f-droid.org/en/packages/de.dennisguse.opentracks/|OpenTracks]] (TODO: [[https://f-droid.org/en/packages/de.dennisguse.opentracks.playstore/|Repo]] vs [[https://f-droid.org/en/packages/de.dennisguse.opentracks/|non-Repo]])+  * [[https://f-droid.org/en/packages/de.dennisguse.opentracks/|OpenTracks]] (Non-reproducible)
   * [[https://f-droid.org/en/packages/net.osmand.plus/|OsmAnd~]]   * [[https://f-droid.org/en/packages/net.osmand.plus/|OsmAnd~]]
   * [[https://f-droid.org/en/packages/com.omgodse.notally/|Notally | Minimalist Notes]]   * [[https://f-droid.org/en/packages/com.omgodse.notally/|Notally | Minimalist Notes]]
Line 104: Line 110:
 ===== Standalone ===== ===== Standalone =====
  
-  * [[https://github.com/user-attachments/files/15926727/PortAuthority-2.4.5%2Bpatch156-debug.zip|PortAuthority]] ([[https://github.com/aaronjwood/PortAuthority/issues/155#issuecomment-2182577789|info]]) +  * [[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/bitfireAT/davx5-ose/releases|DAVx⁵]]+
  
   * [[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]] (no Jetpack)+  * [[https://github.com/wordpress-mobile/WordPress-Android/releases|WordPress]] (not Jetpack)
  
   * [[https://github.com/ppy/osu/releases|osu!]]   * [[https://github.com/ppy/osu/releases|osu!]]
-  * [[https://clonehero.net/|Clone Hero]]+  * [[https://github.com/clonehero-game/releases/releases|Clone Hero]]
   * [[https://github.com/diasurgical/devilutionX/releases|DevilutionX]]   * [[https://github.com/diasurgical/devilutionX/releases|DevilutionX]]
  
Line 123: Line 128:
  
 ===== Disable Backup Manager ===== ===== Disable Backup Manager =====
 +
 +==== Linux ====
 +
 +****
 +
 +  adb shell "bmgr transport 'com.android.localtransport/.LocalTransport' && bmgr enable '0' && sync" && adb kill-server
  
 ==== Windows ==== ==== Windows ====
C:/www/wiki/data/attic/android/oneplus_6_enchilada.1744978669.txt.gz · Last modified: by Sean Rhone