Where is stored those 2 system properties?
Phone: THL W8s
Rom: W8s.JB2.FHD.EN.COM.16P256_MT6589TV1.0.3_20130815
The ro.boot.serialno should be changable with some recovery and from there is comming the ro.serialno and that …
$ adb --help
-s SERIAL use device with given serial (overrides $ANDROID_SERIAL)
$ adb devices
List of devices attached
emulator-5554 device
7f1c864e device
$ adb shell -s 7f1c864e
error: more than one device and emulator
I rooted my unlocked Galaxy S3 (SGH-T999)
Now, I'm trying to run adb root from Windows Command Prompt, however, I'm getting adbd cannot run as root in production builds error. So, the very first thing I checked was whether my …