wWw/Linkz around PoweRizer-FlyJumper-...
random image
NV Item file @ hex editor
NV Item file @ hex editor
Logo Vodafogne candidate 01 - by 3V!L©2008
Vodafogne Evil Candidate logo
Vodafogne NO PROBLEM 914
random image

Archive for February, 2007

MSM (Qualcomm) Direct CMD   by AckxXx @ Monday, February 26th, 2007



here I will put direct-CMD that I discover:
working: (tested)

 

[$00]                   Q0_GET_PHONE_INFO
[$7C,$00]            Q0_GET_SW_INFO
[$26,$BF,$01]     Q0_GET_BT_ADDR (Mode_3A_reboot ?)
[$26,$26,$02]     Q0_GET_IMEI (Mode_3A_reboot ?)

test in process:

 

[$29,$00,$00] Q0_MODE_OFFLINE_A:
[$29,$01,$00] Q0_MODE_OFFLINE_D:
[$29,$02,$00] Q0_RESET (only from mode-OFFLINE)
[$29,$03,$00] Q0_MODE_OFFLINE_z:
[$1D] Get_Date_Time
[$3A] Mode_3A

CMD syntax:
[CMD]+CRC1+CRC2+EOq 
some help will be appreciated
contact me on ICQ/MSN/ my_nick@gmail.com
bR

ASCII table   by AckxXx @ Saturday, February 24th, 2007



new bet4 released   by AckxXx @ Saturday, February 24th, 2007



MotoInfoReader0__v0.00037.061222

last_QualcomZer0

about IMEI   by AckxXx @ Saturday, February 24th, 2007



IMEI=International Mobile Equipment Identity
*#06#.

RemoteCalc: added CRC ALGO CRC-16 / CRC-32 / CRC-CCIT   by AckxXx @ Friday, February 23rd, 2007



Added new function to our remote-calc
crc16 / crc32 / crc-CCIT
with reversing - converting - customizing - auto-Xor - …
here info about finded algo:

CCITT-32

0×04C11DB7

x32 + x26 + 
x23 + x22 + x16 + x12 +x11 + x10 + x8 + x7 + x5 + x4 + x2 + x +
1

CRC-16

0×8005

x16 + x15 + x2 + 1

CRC-CCITT

0×1021

x16 + [...]

-->