https://github.com/archandanime/wyzecam_v3_sftp
Wyze Cam v3 with SFTP, Rsync and nano
https://github.com/archandanime/wyzecam_v3_sftp
wyze wyze-cam wyze-cameras wyzecam
Last synced: 7 months ago
JSON representation
Wyze Cam v3 with SFTP, Rsync and nano
- Host: GitHub
- URL: https://github.com/archandanime/wyzecam_v3_sftp
- Owner: archandanime
- Created: 2024-01-08T17:09:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T02:18:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T07:43:37.554Z (9 months ago)
- Topics: wyze, wyze-cam, wyze-cameras, wyzecam
- Language: Shell
- Homepage:
- Size: 10.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Features
- SSH, SFTP and Rsync server without SD card(which guarantees stability)
- nano editor with shell script syntax highlighting
- Block firmware update
- Compatible with wz_mini_hacks
- Compatible with Entware if wz_mini_hacks is not used, with custom script at `/configs/entware.sh`
## How to install1. Setup [wz_flash-helper](https://github.com/archandanime/wz_flash-helper/)
2. Backup all your partitions in case you need to rollback later
3. Place partition images from the Release page to `wz_flash-helper/restore/stock/` on your SD card
6. Setup dropbear key by:
- Extracting `stock_[SoC]_cfg.tar.gz` from `wz_flash-helper/backup/stock/` to your computer(anywhere)
- Add `dropbear/authorized_keys` with your SSH public key to the extracted directory
- Re-pack the archive and generate its .sha256sum file
- Place the archive and its .sha256sum file at your SD card top directory4. Edit `wz_flash-helper/restore/stock.conf` with:
```
restore_stock_kernel="yes"
restore_stock_rootfs="yes"
restore_stock_app="yes"
restore_stock_kback="no"
restore_stock_aback="yes"
restore_stock_cfg="no"
restore_stock_para="no"
```
5. Edit `wz_flash-helper/scripts/extract_archive_file_to_partition.sh` with:```
archive_file="/sdcard/stock_[SoC]_cfg.tar.gz"
partition_name="cfg"
matched_firmware="stock"
```5. Reboot your camera and wait till the flasher program is finished
It seems that this firmware works well with Anroid app version `2.45.6.361` but not with newer versions, downgrade your mobile app to make it work if neccessary. Doing a factory reset using recovery bin file might make it work too.