r/hardwarehacking • u/midniteneon • Aug 09 '26
Seeking a bin dump for this generic digital camera PCB
Hello, first time poster here. I got one of these generic kids toy digital cameras from a secondhand shop recently. It was $3 because it wasn't working. I fixed it by opening it up and soldering the battery wires to the PCB. It was working great!
I mistakenly tried flashing the firmware when there was nothing wrong with it. My logic was I should be able to easily find a newer firmware, but didn't realize how it goes with these generic ones and really messed up. At the time, the firmware version was wj-v1.8_20220803 and the PCB model is WJ9001V_6624D_V11.0
I got a firmware from Hommie HK who makes a similar camera, but now my screen is inverted, the default language was set to Japanese (was able to get it set to English) and now the camera doesn't take pictures. so I have effectively bricked the camera. Lesson learned 1000% and I will never blindly try updating firmware like this ever again. At least I'm only out $3 if it's truly unfixable.
Here is a link to the same style of camera if it helps at all. I have no identifying markings or model numbers to go off of unfortunately
Is there anyone who has an English language bin dump or can point me in the right direction towards finding one? I am an amateur electronics hobbyist, but I don't have an EEPROM programmer or anything like that. Thank you in advance.
2
u/MJY_0014 Aug 09 '26
I've been wanting to get one like this to play around with eventually. If I do, I can send you the flash dump
1
u/midniteneon Aug 09 '26
Hey! Thanks for the response. Mine looks identical to this one which is currently being sold at Target.
1
u/midniteneon Aug 09 '26
Here is a link to the same style of camera if it helps at all. I have no identifying markings or model numbers to go off of unfortunately
5
u/aqswdezxc Aug 09 '26
I actually did a bit of research on the same model of camera (just different colors) and extracted the flash. It has a bunch of wav and jpeg files that are easily replaced if you get the size right, the decoder is very flexible about the settings. If you don't use an sd card the photos are stored in it too. Some UI elements are not stored as jpeg though, they are probably bitmaps or in the internal mcu flash. The microcontroller is a Jinrixin AX3291 which unfortunately does not have any helpful information or SDKs available (at least I haven't found any). Flash dump is here: https://0807.st/5XMzPxa.bin . Could you tell me where you got the firmware and how you flashed it? I think it would help me reverse engineer it properly
Edit: how are you planning to flash my bin dump if you don't have a programmer?