Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| android:oneplus_6_enchilada [2025/12/25 02:42] – [Quick Flash] Sean Rhone | android:oneplus_6_enchilada [2025/12/25 02:49] (current) – [HOSTS] Sean Rhone |
|---|
| * Recovery -> Advanced -> Mount/unmount system -> Enable ADB | * Recovery -> Advanced -> Mount/unmount system -> Enable ADB |
| |
| adb shell "mount -o 'rw,remount' '/mnt/system'" | adb shell "mount -o 'rw,remount' '/mnt/system'" && 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' && tail '/mnt/system/system/etc/hosts' && sync && umount '/mnt/system'" && rm -f '/tmp/blacklist-fg.txt' && adb reboot && adb kill-server |
| | |
| 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' | |
| |
| ===== Windows ===== | ===== Windows ===== |