Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

AMLOGIC SCAN KEY TOOL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    AMLOGIC SCAN KEY TOOL

    IM trying to change back the usid serial number and mac ether address back to stock because my magicsee c500 pro doesnt let me use the android box menus if i cant get that back in the flash

    so im trying to find the amlscankey tool v1.0.0.3 or v1.0.0.4 there are hard for me to get if i dont pay for them on



    https://chomikuj.pl/archdevil/Progra...2.zip(archive)

    it works with your img file and then burn the input mac an serial to your box

    just having a hard time getting this file anyone have advice

    similar to this





    #2
    How to recover MAC and serial number using adb or Terminal:
    Code:
    su
    echo "mac" > /sys/class/unifykeys/name
    echo "AA:AA:AA:AA:AA:AA" > /sys/class/unifykeys/write
    AA:AA:AA:AA:AA:AA replace with the one on your sticker.

    In the same way, you can restore the serial:
    Code:
    su
    echo "usid" > /sys/class/unifykeys/name
    echo "223322" > /sys/class/unifykeys/write
    223322 replace with your own.

    If someone made a full backup through TWRP, then this info is stored in the reserved section. Can be restored from backup.​

    source: found on Telegram

    Comment


      #3
      Originally posted by mAtvXk View Post
      How to recover MAC and serial number using adb or Terminal:
      Code:
      su
      echo "mac" > /sys/class/unifykeys/name
      echo "AA:AA:AA:AA:AA:AA" > /sys/class/unifykeys/write
      AA:AA:AA:AA:AA:AA replace with the one on your sticker.

      In the same way, you can restore the serial:
      Code:
      su
      echo "usid" > /sys/class/unifykeys/name
      echo "223322" > /sys/class/unifykeys/write
      223322 replace with your own.

      If someone made a full backup through TWRP, then this info is stored in the reserved section. Can be restored from backup.​

      source: found on Telegram
      Useful info. Thank for your sharing.

      Comment


        #4
        crazy it works with adbgui

        Comment

        Working...
        X