PDA

View Full Version : How to read flash from Withus WCE-100?


dennt
12-05-2002, 13:42
Subj!
THX!

===================
Thanks for a new section!

MegaSlava
12-09-2002, 12:34
3 ways.

1. DM, script and converter for log file after script.
Generate script like this:

mode offline-d
wait 2
openlog code.log
peek byte 0000:0000 16
peek byte 0000:0010 16
..............
peek byte 0000:FFF0 16
peek byte 0001:0000 16
...........................
...........................
peek byte 001F:FFF0 16
closelog

convert recieved code.log file to bin and cut FF at end.

2. Learn flashing protocol and use boots. more difficult but more powerfull method. With this method u can read phones with changed DM commands and codes (in Emergency mode).

3. JTAG.

WBR, MegaSlava

j2000
04-17-2004, 20:31
Megaslava....
u have pin out for WTE-300 ???

Regards

MegaSlava
04-18-2004, 01:17
all is the same-)

j2000
04-18-2004, 06:02
Come on mate......same with what.????
I dont know pinout although for wce-100..
Thanks..

REgards

dennt
04-18-2004, 16:14
keypad
-----------------------
|1 2 .................... 24|
-----------------------

GND - 3, 19, 24
VCC - 1, 12, 21
TX - 15
RX - 16

j2000
04-18-2004, 17:33
Thanks Dennt...
But i want to ask whats for VCC pin 1,12,21.
I dont know if it can use only TX-Rx-Gnd pin.
Or can i use only pin tx-rx and gnd ???

Regards

dennt
04-19-2004, 20:24
You can use Rx, Tx and Gnd only.
Vcc is for charging ;)

j2000
04-20-2004, 21:28
Thanks...for your info Dennt...

REgards

pilot777
04-22-2004, 07:32
What GSM connector can match Withus'?

j2000
04-22-2004, 09:39
u only use jack/connector only,not pin configuration.
I think many samsung connector will match....,if udont have...wyh u dont opent it...and connect it with manual..

pilot777
04-22-2004, 13:29
A Service manual? BTW do u have it?

j2000
04-22-2004, 20:00
nope...i mean...
If i dont have the connector for unlock/flashing ,i will try to soldering directly tx/rx to pcb,after it..take the wire (tx/rx) out,and connect it to Interface,thats it..

Regards

derrytea
05-07-2007, 18:33
3 ways.

1. DM, script and converter for log file after script.
Generate script like this:

mode offline-d
wait 2
openlog code.log
peek byte 0000:0000 16
peek byte 0000:0010 16
..............
peek byte 0000:FFF0 16
peek byte 0001:0000 16
...........................
...........................
peek byte 001F:FFF0 16
closelog

convert recieved code.log file to bin and cut FF at end.

2. Learn flashing protocol and use boots. more difficult but more powerfull method. With this method u can read phones with changed DM commands and codes (in Emergency mode).

3. JTAG.

WBR, MegaSlava


then the first, could you tell me how to read flash using the first method for wce-300 and 320?

and more specified for the second method there?
regards, (tought it was too long to ask it again.)