-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot open commandline? #21
Comments
@sanscorp1 for that firmware you will follow the steps 1-2 listed HERE, then:
It has been pointed out that some of the URLs (i.e. /devices/deviceinfo) have user/password admin:admin like: http://admin:admin@ip:8090/devices/deviceinfo so if you can't get a URL to open with admin:056565099, try admin:admin as well (I don't have the device to know which URLs use which user/password combination). You should not need the /proc/cmdline to install the hack on your device (you don't need it for anything in the steps above). |
Thanks, I now got the files (hack, home etc.) on the SD card. I put the correct (patched) ppsapp-onvif.ips on the root of the card and set a user and password in httpd.conf with the URL admin:056565099 I got a login prompt, but when changed to admin:admin in the URL it works for device info but other pages are still "refused". I read this might occur in some cases. What would be the RTSP URL for this version? |
@sanscorp1 you have to take one step at time here -- did you follow the steps I listed, if so: did it say 'done' on step 7? do you see the 'home/app/ppsapp' file in the SD card ? |
I get an error: "connection refused" so I never saw the step "done" and assumed it was correctly executed because the file "hack" is on the SD card. I will start over tomorrow, downloading all the appropriate files, clean SD and reset the camera first. Thank you for your very quick reply! |
If you see the home/app/ppsapp in the SD car then it should have worked (even if you don't see 'done' in step 7) then it's just a matter of enabling RTSP either using telnet or with a patch. |
Does the name matter? Should I keep the format provided (i.e. ppsapp-onvif.ips) or should I rename it to just ppsapp like in the home/app folder? By the way, even now when I started over, I cannot open any URL, it all results in "connection refused". EDIT: I followed all instructions but now the camera is in a bootloop. I will next try this guino/Merkury1080P#9 (comment) and delete the patched ppsapp from the SD root. Edit2: I can cd into /home/cfg but there is no tuya_config.json. |
@sanscorp1 did you get a home/app/ppsapp file created automatically during boot? I cannot say it enough: DO NOT run a ppsapp file in your device that was not already on your device (ie automatically copied to your sd card during boot) at the risk of bricking it. The ips files are patches — there’s a whole set of steps (guino/ppsapp-rtsp#1 (comment)) to use that ips patch file into modifying your original ppsapp before copying the modified ppsapp file into the root of the SD card. The steps are only useful if you got the original ppsapp created automatically in the SD card. The /home/cfg/tuya_config.json file is only accessible using telnet as it is in the built-in firmware — it will not be in the SD card and if you’re using telnet and don’t see the file then you may not have enrolled the device using the phone app (which must be done). Before proceeding I need to know: |
I thought the patched ppsapp in the repo was a complete pre-patched file and I only needed to follow the "how to patch" when the excisting patch would not be available. After yesterday I performed a reset of the camera, so no it was not enrolled and I just did that again, tuya_config is now available trough telnet :) I just patched my ppsapp, reading the how to page carefully. I thank you for your patience and assistance! |
@sanscorp1 glad you got it working, thanks for letting us know. We only have patch files available to download because we don’t want anyone bricking their devices by using the wrong file (plus there’s a legal aspect to avoid by doing that). |
Not an issue, but as a total noob I must be doing something wrong.
I want to use RTSP / Onvif but the web interface keeps asking me for a password when I'm trying to open the commandline. I copied the contents op MMC to the root of an SDHC card formatted as FAT32.
admin:admin works for deviceinfo, but that's it.
{"devname":"Smart Home Camera","model":"Bullet 4S","serialno":"103020868","softwareversion":"4.0.7","hardwareversion":"B4S_V10_A2_2063","firmwareversion":"ppstrong-a3-tuya2_electro-4.0.7.20210624","identity":"M4G0039H5F01206552","authkey":"fJx5w7hCDpAWXJSL0FtNNQgvSr8X2N7z","deviceid":"pp01575076a614a24135","pid":"aaa","WiFi MAC":"84:7a:b6:03:d8:c1","ETH MAC":"84:7a:b6:03:d8:c1"}
I also find the information scattered, what do I need to do (step by step) to make this work?
Thanks!
The text was updated successfully, but these errors were encountered: