Index: scripts/factory_reset.sh =================================================================== diff -u -r6ec732c47ad8fc77f90953f1a38233393843a5e8 -r5610b1404271cf1be791b99903fa73ad4f7b7dc9 --- scripts/factory_reset.sh (.../factory_reset.sh) (revision 6ec732c47ad8fc77f90953f1a38233393843a5e8) +++ scripts/factory_reset.sh (.../factory_reset.sh) (revision 5610b1404271cf1be791b99903fa73ad4f7b7dc9) @@ -19,7 +19,7 @@ # @details # This file is called by UI Software to remove and reset the device -LOC_SETTINGS_CONF="/home/root/scripts/settings.conf" #TODO update to reflect real location +LOC_SETTINGS_CONF="/home/root/.config/Settings/System.conf" LOC_DEFAULT_SETTINGS_CONF="/home/root/scripts/default_settings.conf" #TODO update to reflect real location LOC_WIFI_CONF="/etc/wpa_supplicant/wpa_supplicant-wlan0.conf" LOC_BLUETOOTH_CONF="/etc/bluetooth/main.conf" Index: sources/gui/qml/pages/settings/SettingsFactoryReset.qml =================================================================== diff -u -r2038a8a2dcec5a461868b0150ad6fbfc2bfd8707 -r5610b1404271cf1be791b99903fa73ad4f7b7dc9 --- sources/gui/qml/pages/settings/SettingsFactoryReset.qml (.../SettingsFactoryReset.qml) (revision 2038a8a2dcec5a461868b0150ad6fbfc2bfd8707) +++ sources/gui/qml/pages/settings/SettingsFactoryReset.qml (.../SettingsFactoryReset.qml) (revision 5610b1404271cf1be791b99903fa73ad4f7b7dc9) @@ -49,7 +49,7 @@ function onAcceptedChanged() { if(_root.visible) { // indicate reset screen is shown if(vDevice.accepted) { // indicate reset completed - vSettings.syncPasswordSettings() // update the copied default script to have the saved password + vSettings.syncPasswordSetting() // update the copied default script to have the saved password } } }