Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
android:oneplus_6_enchilada [2025/05/07 11:43] – Sean Rhone | android:oneplus_6_enchilada [2025/06/05 16:28] (current) – Sean Rhone |
---|
"%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-20250604-nightly-enchilada-signed.zip" |
| |
==== Linux ==== | ==== Linux ==== |
| |
* 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\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" |