self-confidence,the source of all the power

导航

serial number

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

posted on 2012-10-18 11:34  漩涡鸣人  阅读(806)  评论(0编辑  收藏  举报