Sad to hear...:crying:
But there must be some possibility for the recovery mode, or not?

I mean, as a developer you always have to keep a back door clear in case the system breaks.
What if you try to use the usb stick?
As far as we know there's an option called engineer mode.
Code:
# Activate engineering mode
# engineering_mode=0 (Absent) engineering_mode=1 (Present)
engineering_mode=1
Maybe it has another effect.
My ideas would be that maybe you can use it to call a function / module to unlock.
Like this:
Code:
# Create one spy
# create_spy=0 (don't create spy) create_spy=1 (create spy)
create_spy=1
# Option to automatically sync spies with USB. Currently it exports spies to USB and delete the existing ones on NAND
sync_spies_with_usb=1
Or maybe just leave the USB Stick (
with engineering_mode=1) plugged in and see if something changes at the ports.
And maybe the engineer mode is bound to an "id" to work.
To copy spylogs you also need engineer mode
and an id (id = ???).
It won't work without the id.
Search for something like this:
Code:
#USB Demo file
[general]
id=
This is the complete procedure to copy spylogs from nac directly to usb without doing anything.
Code:
#USB Demo file
[general]
id=?????????????
# Activate engineering mode
# engineering_mode=0 (Absent) engineering_mode=1 (Present)
engineering_mode=1
# Create one spy
# create_spy=0 (don't create spy) create_spy=1 (create spy)
create_spy=1
# Option to automatically sync spies with USB. Currently it exports spies to USB and delete the existing ones on NAND
sync_spies_with_usb=1
---------- Post added at 12:34 PM ---------- Previous post was at 12:02 PM ----------
Found it!
The id is ->
Code:
9cfd0bf57a94a3beb6c990e9c9c78247a8bc78fd3310aa6f58a247f8dabe3b7f
You find it under
rootfs\usr\bin\sem_dm_server
So the complete content of the usb file is
Code:
#USB Demo file
[general]
id=9cfd0bf57a94a3beb6c990e9c9c78247a8bc78fd3310aa6f58a247f8dabe3b7f
# Activate engineering mode
# engineering_mode=0 (Absent) engineering_mode=1 (Present)
engineering_mode=1
# Create one spy
# create_spy=0 (don't create spy) create_spy=1 (create spy)
create_spy=1
# Option to automatically sync spies with USB. Currently it exports spies to USB and delete the existing ones on NAND
sync_spies_with_usb=1
Create a file and rename it to
ID (
without any file extension!) and copy the code above into the file.
Copy the file in the root directory of the usb stick and plug it in to the nac.
After you insert it in the nac, it will copy the spylogs to usb.
And maybe you can do other things with the engineering mode.