-
Notifications
You must be signed in to change notification settings - Fork 23
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
Hello, can you please help me, I can't get any further. I have this model. #80
Comments
@savas20041 There's no solution for firmware 5.0.5 as far as I know -- from what I have seen this firmware runs RTOS (not linux) so it won't work with anything we have posted here. |
TLDR: would the UART possibility work for this the device? or shouldn't I even try? my full question: that's bad news,
and cmdline is like
which already contains the bootargs but in a different way so I was confused. anyway, would the UART possibility work for this the device? or shouldn't I even try? If this is possible I probably will have some additional questions, like how to disconnect pin6 and should I connect pin1 to ground, just like ESP modules. Thank you in advance for taking the time to answer my question. |
@bkbartk based on the provided cmdline there is a good chance the process for Merkury 1080 may work on your 5.2.2 firmware: https://github.com/guino/Merkury1080P#conclusion The above doesn’t require you to manually edit any boot parameter as it should preserve the original boot parameters by just modifying what it needs. If it doesn’t work it is unlikely to cause any damage either. For future reference the mtdparts= parameter in the cmdline is usually a sign the device is running linux (and can be rooted). I would try that first, if that doesn’t work UART may be an option if you have the will to go that route. |
thanks, I did some testing and after some Merkury1080P changes the cmdline suddenly looked way more as the manual, the "hack" page says "done" so that's ok, but I think I have some problems using bussybox. but a lot of bussybox files are added,
|
@bkbartk your device is definitely rooted. The busybox you're using may need to be switched.. there's one for armv5 and one for armv7 -- please delete the core-busybox files from the SD card and try this busybox instead: https://github.com/guino/Merkury720/blob/main/mmc/busybox?raw=true The URLs you should use for index.html should be: http://user:[email protected]:8080/index.html -- port 8090 is for the ppsapp URL. |
@bkbartk snap/mjpeg and play.cgi require the exact address (specific to your ppsapp file), if you post a zip of your ppsapp I can find that out for you. The same application that runs the RTSP/ONVIF server runs the cloud functions so the only way to disable the cloud is to block the internet from the device after it starts up (it still requires internet to boot up, get the time, etc). There's information on how to get the device offline here: https://github.com/guino/BazzDoorbell/wiki/Can-I-use-the-device-OFFLINE-(disconnected-from-tuya-servers)-%3F |
--deleted-- for time, at the moment I run my own ntp server, so that might helps me, but maybe it also needs some other communication, I will read that later, for now, I'm trying to get MQTT working first. |
@bkbartk This should be your mjpeg/snap.cgi address: 0x0304c7c You can try this patch to make the device start offline (no internet), but you will need to disable the internet on it somehow (router/firewall/hosts file) and you'll need to use your ntp server to set the date/time on the device: |
thnx, snap ans mjpeg are working, I will try the offline patch later. |
@bkbartk for play.cgi you need to provide parameters, see: #10 (comment) |
nice, really cool |
could that also work with a camera? |
@savas20041 if you’re talking about play.cgi - it should work on any device that can play sounds (bell, camera, etc) |
I meant to root it with this method so that I can get the stream url. The rtsp link. |
@savas20041 there are rooting methods for devices (doorbell and cameras) on different versions: depending on your device (camera) firmware you may be able to root it to enable: It doesn't matter if the device is a camera or a doorbell (the process is the same) |
Hello, can you please help me, I can't get any further. I have this model.
This comes out when I enter this url http://admin:[email protected]/proc/cmdline
console=/dev/null LX_MEM=0x3fe0000 mma_heap=mma_heap_name0,miu=0,sz=0x1d00000 pcbversion=B3S_S1_V10 sensor=gc2063mipi
What should I do next? My English isn't that good either.
Originally posted by @savas20041 in #2 (comment)
The text was updated successfully, but these errors were encountered: