Both sides previous revisionPrevious revisionNext revision | Previous revision |
android:oneplus_6_enchilada [2025/04/28 01:38] – [Standalone] Sean Rhone | android:oneplus_6_enchilada [2025/06/05 16:28] (current) – Sean Rhone |
---|
* [[#hosts|HOSTS]] | * [[#hosts|HOSTS]] |
* [[#disable_backup_manager|Disable Backup Manager]] | * [[#disable_backup_manager|Disable Backup Manager]] |
| |
==== Linux ==== | |
| |
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 ==== |
"%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-20250604-nightly-enchilada-signed.zip" |
| |
| ==== Linux ==== |
| |
| 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' |
| |
====== Recovery ====== | ====== Recovery ====== |
| |
* LineageOS Recovery -> Advanced: Mount/unmount system and Enable ADB | * LineageOS Recovery -> Advanced: Mount/unmount system and Enable ADB |
| |
===== 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' | |
| |
===== Windows ===== | ===== Windows ===== |
* https://scripttiger.github.io/alts/compressed/blacklist-fg.txt | * https://scripttiger.github.io/alts/compressed/blacklist-fg.txt |
| |
"%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'" | ===== Linux ===== |
| |
"%UserProfile%\Downloads\platform-tools\adb.exe" push "%UserProfile%\Downloads\blacklist-fg.txt" "/mnt/system/system/etc/hosts" | adb shell "mount -o 'rw,remount' '/mnt/system'" |
| |
"%UserProfile%\Downloads\platform-tools\adb.exe" shell "restorecon -F -v '/mnt/system/system/etc/hosts'" | 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' |
| |
"%UserProfile%\Downloads\platform-tools\adb.exe" shell "cat '/mnt/system/system/etc/hosts' && sync" | |
| |
====== Apps ====== | ====== Apps ====== |
* [[https://f-droid.org/en/packages/net.thunderbird.android/|Thunderbird]] | * [[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]] |