android device serial number saved in file:

 sys/class/android_usb/android0/iSerial

so if you want change it's serial you only rewrite a new number to sys/class/android_usb/android0/iSerial

command:

  adb remount

  adb shell cat newNumberfile > sys/class/android_usb/android0/iSerial

相关文章:

  • 2022-12-23
  • 2021-04-20
  • 2022-03-02
  • 2022-12-23
  • 2022-12-23
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-06
  • 2021-12-08
  • 2022-12-23
  • 2021-11-28
  • 2021-12-17
  • 2021-12-20
  • 2022-12-23
相关资源
相似解决方案