
fake_hw_clock saves the current time into a file on SD, recovers the time on reboot.Īsh_history and authorized_keys are editable. inqmega_patches copies devParam.dat from SD to /home/. openrtsp is a pre-compiled tool to capture live streams. The original IL-HIP291 does not save videos if cannot access its serversĮdit mod/config.txt to activate/deactivate modules or other settings. Should also work on similar compatible cameras. It is better to configure your camera through the app first in order to make sure there is a network connectivity. passwd will not allow to change password, because it cannot create a file on a read-only /etc/. The new password will be saved on the SD card Mount the whole directory containing passwd, group and shadow files via -bind on /etc: mount -bind PATH_TO_PASSWD_DIR /etc/, change the password and unmount. mod/logs/ to analyze boot logs and search for errorsĭifferent firmwares offer different entry points to hook into to run these scripts. INQMEGA uses debug_cmd.sh as an entry point, which is executed before the main application and allows to customize everything. Though Wanscam K21 uses zskj_script_run.sh as an entry point, which is executed by the camera application itself ( ipc) and has some limits. If you need to run these scripts earlier, it is possible to use this entry-point: For example, it is not possible to pre-load drivers. data/pre_init.sh, see /home/run_init.sh in K21 firmware. installer.sh can do it, currently there is no need to use it. Many thanks go to PauS and slydiman from who built this firmware.
The difference here is only allowing to run it in a chroot environment on INQMEGA IL-HIP291 without needing to flash it. IMPORTANT: never use the update mechanism in this mode as it will destroy your firmware. There are some prevention techniques used, but still the update might destroy everything.Ĭheck custom_firmware/readme.md for more details. memory_dumper.sh - dumps memory of an active process.flashwriterFlash - flash writer was taken from the custom firmware from 4PDA.backup_mtd.sh - backs up the firmware into the current directory.wanscam_wifi_config - generates a Wi-Fi configuration file used by the K21 firmware.swap_bytes - converts a firmware image to be flashable via a CH341A programmer.Tools are either pre-compiled, when taking from other sources or written in shell or Go ( ). How to find an IP address of my camera? Connect via the native application first and obtain the address either from this application or from your Wi-Fi router.