From 373d8cf6868cb507c299926072cb9e235cd16d1d Mon Sep 17 00:00:00 2001 From: Plailect Date: Sun, 16 Jul 2017 16:15:42 -0400 Subject: [PATCH] close #1244 --- _pages/en_US/uninstall-cfw.txt | 13 +------------ gm9_scripts/uninstall_hax_retail_NEW.gm9 | 3 +++ gm9_scripts/uninstall_hax_retail_OLD.gm9 | 5 ++++- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/_pages/en_US/uninstall-cfw.txt b/_pages/en_US/uninstall-cfw.txt index 641a9a480..e3c22a5ec 100644 --- a/_pages/en_US/uninstall-cfw.txt +++ b/_pages/en_US/uninstall-cfw.txt @@ -33,7 +33,7 @@ Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only dis 1. Reinsert your SD card into your device 1. Power on your device -##### Section II - Uninstalling boot9strap +##### Section II - Running Uninstall Script 1. Boot your device while holding (Start) to launch the Luma3DS chainloader menu 1. Launch GodMode9 by pressing (A) @@ -46,17 +46,6 @@ Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only dis 1. Press (A) to unlock SysNAND (lvl3) writing, then input the key combo given 1. Press (A) to continue 1. Press (A) to relock write permissions - -##### Section III - Removing CTRNAND Luma3DS - -1. Navigate to `[1:] SYSNAND CTRNAND` -> `rw` -1. Press (X) on `luma` to delete it -1. Press (A) to confirm -1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given -1. Press (B) to decline relocking write permissions if prompted -1. Press (B) to return to `rw` -1. Press (X) on `boot.firm` to delete it -1. Press (A) to confirm 1. Press (Start) to reboot ___ diff --git a/gm9_scripts/uninstall_hax_retail_NEW.gm9 b/gm9_scripts/uninstall_hax_retail_NEW.gm9 index 5d5925be1..97b7686f2 100644 --- a/gm9_scripts/uninstall_hax_retail_NEW.gm9 +++ b/gm9_scripts/uninstall_hax_retail_NEW.gm9 @@ -23,5 +23,8 @@ imgumount set ERRORMSG "Sighax not uninstalled.\nNo changes written to the system." ask "!!WARNING!!\nThis will remove sighax and\nrevert your system to stock.\n \nProceed?" allow S:/firm0.bin # same permission level for all firms +allow 1:/ # for ctrnand file removal +rm -o -s 1:/boot.firm +rm -o -s 1:/rw/luma cp -n $[NATIVE_FIRM] S:/firm0.bin cp -n $[NATIVE_FIRM] S:/firm1.bin diff --git a/gm9_scripts/uninstall_hax_retail_OLD.gm9 b/gm9_scripts/uninstall_hax_retail_OLD.gm9 index 0c513e347..22d851f83 100644 --- a/gm9_scripts/uninstall_hax_retail_OLD.gm9 +++ b/gm9_scripts/uninstall_hax_retail_OLD.gm9 @@ -19,5 +19,8 @@ imgumount set ERRORMSG "Sighax not uninstalled.\nNo changes written to the system." ask "!!WARNING!!\nThis will remove sighax and\nrevert your system to stock.\n \nProceed?" allow S:/nand.bin # same permission level for all firms +allow 1:/ # for ctrnand file removal +rm -o -s 1:/boot.firm +rm -o -s 1:/rw/luma cp -n $[NATIVE_FIRM] S:/firm0.bin -cp -n $[NATIVE_FIRM] S:/firm1.bin +cp -n $[NATIVE_FIRM] S:/firm1.bin \ No newline at end of file