- Nov 19, 2012
- 7
- 0
- 0
How to get SPC MSL code guide Guide How to Read MSL/SPC code - xda-developers
For Admiral, use Element ID 0055. Enjoy
For Admiral, use Element ID 0055. Enjoy
like this: ??
element id: 0055
record #:0001
offset: 0000
Length: 000E
Because dont work! this appear in hex only: 0000202020200000002905000000
no SPC HERE, HELP please.
[NV items]
[Complete items - 0, Items size - 128]
00085 (0x0055) - SPC (6 digits) is required
if ./busybox [ -t 0 ]; then ./busybox stty -echo -icanon time 0 min 0; fi
keypress=''
for i in $(./busybox seq -w 000000 999999)
do
echo "##$i#"
logcat -c
input text "##$i#"
d="`logcat -d -s HiddenMenuApp:D`"
e="`echo $d | ./busybox grep CDMA_SUCCESS`"
read keypress
if ./busybox [ "x$keypress" != "x" ]; then exit 1; fi
if ./busybox [ "$e" != "" ] ; then
echo "$d"
echo "success?"
echo $i > done.txt
echo $d >> done.txt
exit 1
fi
done
stty: not found
seq: not found
D:\Android\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030
\sdk\platform-tools>adb devices
List of devices attached
TBEN1228101898 device
D:\Android\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030
\sdk\platform-tools>adb push busybox /data/local/tmp/
4192 KB/s (1867568 bytes in 0.435s)
D:\Android\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030
\sdk\platform-tools>adb push msl.bf.sh /data/local/tmp/
10 KB/s (535 bytes in 0.051s)
D:\Android\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030
\sdk\platform-tools>adb shell
$ su
su
# cd /data/local/tmp/
cd /data/local/tmp/
# ls
ls
msl.bf.sh
busybox
# chmod 777 msl.bf.sh
chmod 777 msl.bf.sh
# chmod 777 busybox
chmod 777 busybox
# ./msl.bf.sh
./msl.bf.sh
[: not found
##007925#
[: not found
[: not found
##007926#
[: not found
[: not found
##007927#
if ./busybox [ -t 0 ]; then ./busybox stty -echo -icanon time 0 min 0; fi
keypress=''
for i in $(./busybox seq -w 360114 999999)
do
echo "##$i#"
logcat -c
input text "##$i#"
sleep 0.1
d="`logcat -d`"
e="`echo $d | ./busybox grep 'not msl'`"
read keypress
if ./busybox [ "x$keypress" != "x" ]; then exit 1; fi
if ./busybox [ "$e" = "" ] ; then
echo "$d"
echo "success?"
echo $i > done.txt
echo $d >> done.txt
exit 1
fi
done