|
|
4 tahun lalu | |
|---|---|---|
| SD_ROOT | 4 tahun lalu | |
| README.md | 4 tahun lalu |
Run whatever firmware you want on your cameras and have root access to the device. This is in early stages of testing, use CAUTION if you are unsure of what you are doing. No support whatsoever is offered with this release.
Do not contact the manufacturer for information or support, they will not be able to assist you!
Supports the following USB Ethernet adapters:
Easy uninstall, just remove files from micro-sd card, or don't use a micro-sd card at all!
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 bootloader remains the same
Ability to block remote AND app initiated firmware updates
Works on ANY firmware release (so far!)
DNS Spoofing or Telnet mod are not required prior to installation
NEW Installation-Free! Put files on the micro sd card and wait for the unit to boot!
PAN v2 now supported
Inspired by HclX and WyzeHacks! Bless you for all your work! You are the master!
Edit run_mmc.sh, this is a script stored on the micro sd card that is run when the camera boots. You can change the hostname of the camera, mount NFS, add ping commands, anything you like.
DO NOT ENABLE FIRMWARE UPDATES, CURRENTLY THERE IS A BOOTLOADER BUG WHICH RESULTS IN A BROKEN SYSTEM. currently set to true by default. To disable automatic firmware updates, edit run_mmc.sh in the wz_mini directory on your micro sd card, change:
DISABLE_FW_UPGRADE="false"
to:
DISABLE_FW_UPGRADE="true"
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.
To enable USB Ethernet Adapter support, change:
ENABLE_USB_ETH="false"
to:
ENABLE_USB_ETH="true"
the next time you boot your camera, make sure your USB Ethernet Adapter is connected to the camera and ethernet. The camera has to be setup initially with Wi-Fi for this to work. After setup, Wi-Fi is no longer needed, as long as you are using the USB Ethernet Adapter. Note that using USB Ethernet disables the onboard Wi-Fi.
AS WITH ANY UNSUPPORTED SYSTEM MODIFICATIONS, USING THIS MAY LEAD TO A DEVICE BRICK
IF YOU DON'T KNOW WHAT YOU ARE DOING ( HAVEN'T BRICKED MY DEVICE YET! ) PLEASE
BE AWARE THAT NO ONE ON THE INTERNET IS RESPONSIBLE FOR ANY DAMAGE TO YOUR
UNIT. ANY PROBLEMS WILL BE CONSIDERED USER ERROR OR ACTS OF WHATEVER GOD YOU BELIEVE IN.
USE AT YOUR OWN RISK. NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED.
DO NOT USE THIS SOFTWARE IF YOU ARE NOT CONFIDENT IN RESTORING YOUR DEVICE FROM A FAILED STATE.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Thank you to everyone who is passionate about Wyze products for making the devices popular, and thank you to Wyze for producing them. Sign up for CamPlus, show some love and support to the company.
Thanks for HclX for WyzeHacks! https://github.com/HclX/WyzeHacks/
Thank you mnakada for his atomcam_tools fork! https://github.com/mnakada/atomcam_tools
Thank you bakueikozo for his atomcam_tools repo! https://github.com/bakueikozo/atomcam_tools
Thank you to virmaior for the atomcam_tools tip!