mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-09 23:18:20 +00:00
Update readme regarding firmware update blocking
This commit is contained in:
parent
5b90ddde6e
commit
afbe2ad060
10
README.md
10
README.md
@ -10,7 +10,7 @@ Run the latest stable firmware on your v3 cam and have root access to the device
|
|||||||
* Enables SSH, telnet will be disabled after installation.
|
* Enables SSH, telnet will be disabled after installation.
|
||||||
* Add your own changes to run at boot into the script on the micro sd card located at /media/mmc/run_mmc.sh, mount nfs, run ping, whatever you want.
|
* Add your own changes to run at boot into the script on the micro sd card located at /media/mmc/run_mmc.sh, mount nfs, run ping, whatever you want.
|
||||||
* Ability to update to the latest stable or beta firmware, this mod should survive updates ( as long as the firmware update does not change /dev/mtd2.
|
* Ability to update to the latest stable or beta firmware, this mod should survive updates ( as long as the firmware update does not change /dev/mtd2.
|
||||||
* Ability to block remotely AND app initiated firmware updates.
|
* Ability to block remote AND app initiated firmware updates.
|
||||||
* An Internet connection is required to download and patch the files required for this to work.
|
* An Internet connection is required to download and patch the files required for this to work.
|
||||||
* Inspired by HclX and WyzeHacks, borrowed busybox and dropbearmulti from his v2 repo. Bless you for all your work! You are the master!
|
* Inspired by HclX and WyzeHacks, borrowed busybox and dropbearmulti from his v2 repo. Bless you for all your work! You are the master!
|
||||||
|
|
||||||
@ -34,13 +34,13 @@ On Device:
|
|||||||
cd /media/mmc
|
cd /media/mmc
|
||||||
./wz_mini_installer.sh
|
./wz_mini_installer.sh
|
||||||
```
|
```
|
||||||
To disable automatic firmware updates, edit run_mmc.sh on your micro sd card, un-comment the following:
|
To disable automatic firmware updates, edit run_mmc.sh on your micro sd card, un-comment the lines following:
|
||||||
```bash
|
```bash
|
||||||
#echo "Disable remote firmware upgrade"
|
#echo "Disable remote firmware upgrade, uncomment lines below to enable"
|
||||||
#mkdir /tmp/Upgrade
|
|
||||||
#mount -t tmpfs -o size=1,nr_inodes=1 none /tmp/Upgrade
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If a remote or app update is initiated, the camera will reboot due to the failure of the update. The firmware update should not proceed again for some time, or at all again.
|
||||||
|
|
||||||
## WARNING
|
## WARNING
|
||||||
```
|
```
|
||||||
AS WITH ANY UNSUPPORTED SYSTEM MODIFICATIONS, USING THIS MAY LEAD TO A DEVICE BRICK
|
AS WITH ANY UNSUPPORTED SYSTEM MODIFICATIONS, USING THIS MAY LEAD TO A DEVICE BRICK
|
||||||
|
Loading…
Reference in New Issue
Block a user