ge0rg / samsung-nx-hacks

Firmware Hacks for the Linux-based Samsung NX mirrorless camera models (NX300, NX2000, ???)
115 stars 11 forks source link

Source Files for NX2000 #20

Closed hunkreborn closed 3 years ago

hunkreborn commented 4 years ago

Hello, does anyone have a backup copy of the Source Files for NX2000? I had it in 2014, for some reason its not available anymore in the opensource.samsung.com site, theres only source for NX1 camera. The file name of the package is nx2000-open-code.zip. Thanks!

ge0rg commented 4 years ago

Sorry the only firmware I have decentralized backup of is NX300-1.4.zip. Let me know if you are interested in a copy of that.

hunkreborn commented 4 years ago

Hey, actually I jut got a reply for my request from open source samsung, they reuploaded the NX2000 file for a while so I could download it! Thats really nice!

I'm having a hard time figuring out how to edit di-camera-app-nx2000 to extend the movie file limit. So far I was able to bypass the 20min cap using telnet and prefman, but its still limited by the file size!

Should I open an issue or can I use this one?

Edited:

I would love to have a copy of the NX300 files too! Maybe I'll be getting a NX300 for me soon.

Thanks!

TheNitek commented 4 years ago

Isn't the file size limit caused by the file system rather then the camera firmware?

hunkreborn commented 4 years ago

I don't think so, my SD was already exFat even before trýing to hack the camera, I have already changed the "REC_LIMIT" by using prefman.

nx2000:/# prefman info 1_
------------------------------------------------
     _Offset    Size    Name    [application]
------------------------------------------------
 0x00000308    0004    `APPPREF_B_DISABLE_MOVIE_REC_LIMIT`
nx2000:/# prefman set 1 0x308 l 1
[application] in memory:
value = 1 (0x00000001)

Just found out a way to "de-brick" the camera in case of bad firmware, following the NX300 repair manual.

I'm willing to test mods in my camera, would appreciate a help in this case. Thanks!