IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
SETool2 Lite, [DB2010/DB2020 CID49/CID51/CID52 Tool]
the_laser
post 2007-07-30 21:54
Post #1


Non-se-nse
***

Group: Members
Posts: 151
Joined: 2006-04-06
Member No.: 2,846



Greetings.

allow me to introduce setool2 lite.

it is reduced version of full setool2.

limitations:

- working only with cid49 db2010 phones (of course, sibley-based phones is supported)
(identify works on all db2010/db2012 phone, so you can at least see usercode...)

- unlock/repair and recovery functions removed.
- ufs interface removed
- no single setting is saved

no other limitations.

history:

v 1.06 OBSOLETE

- now working with DB2020 CID49/51/52 phones.
FREE flashing, FREE files WRITE, FREE GDFS read/write.
- NO .VKP, NO FILES READ, NO CROSS-CID FLASH

v 1.07 OBSOLETE

- now working with DB2012 CID50/51 phones.
FREE flashing, FREE files WRITE, FREE GDFS read/write, FREE USERCODE READ
- NO .VKP, NO FILES READ, NO CROSS-CID FLASH
- now file in misc.edit during flash procedure first treated as package,if file not recognized as package, it treated as script.
- added db2020 usercode reset (because gbrooks sniffed out
string "06 89 01 01 00 0D 8B", GJ, gbrooks )

v 1.08 OBSOLETE

- now working with DB2012 CID52 phones.
FREE flashing, FREE files WRITE, FREE GDFS read/write, FREE USERCODE READ
- NO .VKP, NO FILES READ, NO CROSS-CID FLASH
- writing of GDSF in .bin format fixed for db2020 phones.

v 1.10 OBSOLETE

- added alternative security bypass for cid52 DB2020 phones.
it was stolen and released for free by den_po, so why not add it now to setool2 lite ?

- now you CAN: readout files, use cross-cid flash, and apply .VKP for db2020 cid52 phones.

IMPORTANT INSTRUCTIONS:
CHARGE BATTERY FULLY !!!
select any db2020 model
press identify, note yours firmware version
get that firmware and add it to firmware area with "add" button
check "Bypass DB2020 security"
add text file with setool2 script command or .VKP script
press flash.
when asked, disconnect phone, remove battery, press "READY" in setool2, and attach phone.

i STRONGLY recommend use LATEST usbflash drivers (included in distributive) and use ONLY dcu60 for cid52 bypass.
(because with dcu60 time for security bypass is ~10 minutes, but with COM cable it is ~25 minutes)

note.
because way of security bypassing, entire "main" area damaged, so you should combine .VKP patches in one file...
(if you NOT using quick access patch)

HAPPY NEW YEAR

Full archive of setool2lite 1.10

v 1.11 CURRENT

- added support for "quick access" patch, which allows quick security bypass and enables flash reading.
to use - generate quick access .VKP, write it in phone using "bypass DB2020 security" via "standart long way"
after .VKP is written - check "use quick access patch" and enjoy fast security bypass.
"fast patch" idea and qamaker is property of den_po,used without permission.

ps.
IF YOU NOT WROTE MAIN FILE DURING SECURITY BYPASS - YOU WILL GET "DEAD" PHONE.
IN THAT CASE - SIMPLE REFLASH SITUABLE MAIN FIRMWARE WITHOUT ANY MARKED "BYPASS DB2020 SECURITY","USE QUICK ACCESS".

Update for setool2Lite from 1.10 to 1.11

If you like setool2 lite, take time to check setool.net site - perhaps you will like features of FULL version.



short help.

first, you must select interface.
USB is dcu60.
UFS is nothing.
COMx - comport (you should use ftdi-based service cable to achieve speeds more that 115200)

then select phone model.
it is important.

then press desired operation.

"identify" will show phone information, lock state and usercode.
also, identify will show if you have REST file for your phone.

"read gdfs" will read gdfs from phone in BINARY format.
ALWAYS BACKUP YOURS GDFS AND KEEP BACKUP IN SAFE PLACE
"write gdfs" will write gdfs to phone in BINARY format
file, selected in "misc. edit" will be assumed as gdfs in binary format.

"read flash" will read flash.
start and len of readed area must be filled in "read setup".
if you want to produce "flasheable" readout, check "read SSW" checkbox.
IT IS NOT WORKING WITH DB2020 PHONES

"flash" will flash phone firmware with possible package uploading.
notes:
if anything selected in "firmware upgrade pack" edit, attempt to handle it as SFA file will be made during flash.
if anything selected in "misc. edit", attempt to handle it as package (.zip) will me made during flash.
if anything selected in "restore file" edit, it will be assumed as "firmware restore" file.

"write script"
is most powerful and usable tool for sense users.

first, it can process .vkp script files.
just select "anyfile.vkp" in "misc. edit" and press write script.
.VKP PROCESSING IS NOT SUPPORTED FOR DB2020 phones
.VKP supported for DB2020 phones only with "Bypass DB2020 Security" checked + FLASH operation.
.VKP via "write script" for db2020 phones supported only with "quick patch" installed and "use quick patch" checked.

second, it can process "script" file. "script" file is usual text file with following commands:

CODE
command
readpkg:/dir/in/phone

makes a file package for transferring to other phones/etc
it is supported in DB2020 phones only with "Bypass DB2020 Security"/"use quick patch" checked

example:
readpkg:/tpa/user

command:
writepkg: \package\on\pc

write previously backuped files back to phone

example:
writepkg:c:\package\k600\emea1.pkg

command:
readdir:/starting/dir/in/phone

extracts all files and directories from phone to ph_out/ folder in setool2 directory
it is supported in DB2020 phones only with "Bypass DB2020 Security"/"use quick patch" checked

example:
readdir:/tpa/user

command:
readfile:/file/in/phone

extract file from phone into ph_out directory
it is supported in DB2020 phones only with "Bypass DB2020 Security"/"use quick patch" checked

command:
mkdir:/dir/in/phone

command:
rmdir:/dir/in/phone

command:
delfile:/file/in/phone.ext

changed command:to write a file into phone filesystem now use
wrfile:file\on\pc,/file/in/phone

command:
gdfsread:BBBBUUUU

; read gdfs block BBBB unit UUUU. variable will be written as ready script.

gdfsreadbinary:BBBBUUUU

; read gdfs block BBBB unit UUUU. variable will be written in raw binary form.

gdfswrite:BBBBUUUUDDDDDDDD.....

; write gdfs block BBBB unit UUUU bytes DDDDD....  (hex form)


now, short script example with explanations:

CODE
gdfsread:00000013
; read gdfs block 0 unit 0x13. variable will be written as ready script.
gdfsreadbinary:00000013
; read gdfs block 0 unit 0x13. variable will be written in raw binary form.
gdfswrite:00020CBF31323334
; write gdfs block 2 unit 0xcbf bytes 0x31323334 (ascii 1234)
chdir:/
; change dir to root
readfile:/tpa/preset/log.txt
; readfile sample
readfile:/tpa/preset/system/language/ru.lng
; readfile sample
readfile:/tpa/preset/custom/customize.xml
; readfile sample
chdir:/tpa
; change dir to /tpa
listdirs:
; show all directory and filenames
mkdir:/ifs/security/tester
; make directory example
wrfile:cora.fps,/ifs/security/tester/test.txt
; write file .\cora.fps to /ifs/security/tester/test.txt
makepkg:/ifs
; make package from /ifs directory as pkg_your_imei.pkg in current directory
delfile:/ifs/security/tester/test.txt
; delete file
rmdir:/ifs/security/tester
; delete directory (can only be done after all files removed)
writepkg:test.pkg
; write package from test.pkg
chdir:/ifs/security/tester
; chdir
listfiles:
; show all files in /ifs/security/tester
readdir:/tpa/user/
; extract all data to ph_out directory


as you know, cid49 phone requires REST files.
i included "some" ready REST files, also i included REST file making tool.

if you NOT have REST file for yours firmware - download supported firmware and flash your phone.
or, download yours firmware and make rest file with included ssw2rest utility.

example:
get firmware, say R4CE012_1250316_GENERIC_HN.ssw

run ssw2rest R4CE012_1250316_GENERIC_HN.ssw
copy R4CE012_CXC1250316_GENERIC_HN to REST directory.


DB2020 PHONES NOT NEED REST FILES !!!!!!!!!
DB2010 CID50/51/52 PHONES NOT NEED REST FILES !!!!!!!!!



there is drivers directory where ftdi cable drivers and usb (dcu60) setup file placed.

enjoy.

ps.
shame to all ppl who named me "greedy, the_loser, arrogant, upstart,etc". they just not understand life.

if you can't read and can't press more than one button at once - go and use other software.
setool2lite is NOT for dumbasses.

and... know what ? NOT PRESS WRONG BUTTON.
"write SCRIPT" is different from "write GDFS".
and if you select anything except your own GDFS and press "write GDFS" - your phone will be dead.
(of course, if you WISE and MADE OWN GDFS backup - nothing to worry)


personal F*CKOFF to stealers, who sniffing loaders from setool2. (zx++,etc)

This post has been edited by the_laser: 2008-01-06 23:42
Go to the top of the page
 
+Quote Post
DJ Aerobie
post 2007-07-30 22:21
Post #2


Non-se-nse
***

Group: Members
Posts: 101
Joined: 2006-11-24
From: Norway
Member No.: 8,133
Mobile: W810i modded!



Thank you soo much The_Laser thumbsup.gif

Now i finally patched my W810i with the radio patch!

Finally patching for w810i! thumbsup.gif

This post has been edited by DJ Aerobie: 2007-07-30 23:03
Go to the top of the page
 
+Quote Post
bimasakti85
post 2007-07-31 07:57
Post #3


Makes Se-nse
****

Group: Members
Posts: 438
Joined: 2007-05-08
Member No.: 40,010
Mobile: W810i



Can someone upload it on another place ? Rapidshare sucks...
Go to the top of the page
 
+Quote Post
qwerty12
post 2007-07-31 08:01
Post #4


Se-nse's No1 Baller
Group Icon

Group: VIP
Posts: 4,096
Joined: 2006-07-04
Member No.: 3,835



Thank you very much the_laser. Guess you are great after all smile.gif

Lol at 1st; I thought this was a cracked version.

The limits are great smile.gif

-No one uses a UFS here
-Unlock can be done through cracked semctool
-I only have a W810 laugh.gif
-I ran the "other" version of setool through winrar so no settings never saved for me laugh.gif

This post has been edited by qwerty12: 2007-07-31 08:12


--------------------
Go to the top of the page
 
+Quote Post
eyeyousee
post 2007-07-31 08:03
Post #5


MikLSP Level SE-NSE Addict
Group Icon

Group: VIP
Posts: 2,384
Joined: 2006-12-27
From: Man From Manila...The Killa'...The Show Stoppa'...
Member No.: 9,593
Mobile: K750i @ W800i / K810i (noble blue)
Tutorials Submitted: 1



yap! qwerty12! another great tool!


--------------------
Go to the top of the page
 
+Quote Post
increatul
post 2007-07-31 08:17
Post #6


Makes Se-nse
****

Group: Members
Posts: 295
Joined: 2007-03-04
From: Romania!!! <3
Member No.: 24,347
Mobile: K800i/K810i



i uploaded it to filebeam ....here it is: DOWNLOAD NOW!


--------------------
Go to the top of the page
 
+Quote Post
bimasakti85
post 2007-07-31 08:22
Post #7


Makes Se-nse
****

Group: Members
Posts: 438
Joined: 2007-05-08
Member No.: 40,010
Mobile: W810i



For those who having problem with rapidshare, can download it from : custom.4shared.com. The pass is "se-nse". Thanks to the_laser, great tool, I'll try it.
Go to the top of the page
 
+Quote Post
enfinitzero
post 2007-07-31 08:48
Post #8


Non-se-nse
***

Group: Members
Posts: 225
Joined: 2007-05-10
From: Next door
Member No.: 40,467
Mobile: Fallen's W810i



Props to this guy for giving in lol.gif
Seriously, I'm really gratedul for this. Can't wait to try this out after exams.


--------------------
- Fallen's W810i -
Driver: Sarmad 5.7 spot off, Fallen's mix
Accessories: HPM-82, 2GB Sony Pro Duo
Soon: hardware/casing modding
Wishlist: Sennheiser PX200, Full Walkman skin modding

Go to the top of the page
 
+Quote Post
Stonos
post 2007-07-31 08:48
Post #9


Angus
Group Icon

Group: VIP
Posts: 1,642
Joined: 2006-12-27
From: Thessaloniki, Greece
Member No.: 9,634
Mobile: T630/K800
Tutorials Submitted: 1



Thanks laser smile.gif
Even though I don't have a use for this application, I'm sure others do.

Now, if you made something like this but for DB2020 phones, then you would rock! laugh.gif


--------------------
Go to the top of the page
 
+Quote Post
racNET
post 2007-07-31 10:03
Post #10


No Se-nse
**

Group: Members
Posts: 67
Joined: 2007-04-29
From: DZA
Member No.: 38,038



Thanks laser smile.gif but you didn't explain how to flash MAIN+FS and custom files confused.gif .An other thing,why CID36 phones aren't supported sad.gif ?
Go to the top of the page
 
+Quote Post
eyeyousee
post 2007-07-31 11:13
Post #11


MikLSP Level SE-NSE Addict
Group Icon

Group: VIP
Posts: 2,384
Joined: 2006-12-27
From: Man From Manila...The Killa'...The Show Stoppa'...
Member No.: 9,593
Mobile: K750i @ W800i / K810i (noble blue)
Tutorials Submitted: 1



QUOTE (racNET @ 2007-07-31 12:55) *
Thanks laser smile.gif but you didn't explain how to flash MAIN+FS and custom files confused.gif .An other thing,why CID36 phones aren't supported sad.gif ?


Because there is already an older version for CID36 that was released before, ever heared of SETool2 unlock?

This is a great tool though, I ran the program even without a supporting phone, now CID49s can backup almost everything!

This post has been edited by eyeyousee: 2007-07-31 11:16


--------------------
Go to the top of the page
 
+Quote Post
mirko750
post 2007-07-31 11:27
Post #12


Infectious
*****

Group: Members
Posts: 662
Joined: 2007-06-21
From: Croatia (Zagreb)
Member No.: 49,596
Mobile: k750>>w800, s500>>w580



now i can buy me a w810...
thank laser drool.gif drool.gif drool.gif


--------------------
Go to the top of the page
 
+Quote Post
jagheterfredrik
post 2007-07-31 11:35
Post #13


If you're phone is broken smash it!
Group Icon

Group: VIP
Posts: 1,599
Joined: 2006-06-16
Member No.: 3,325
Mobile: iPhone



Haha, I don't know what to say smile.gif
SETool2 Lite, my god.

This post has been edited by jagheterfredrik: 2007-07-31 11:35


--------------------
QUOTE (EROM...)
Starting secondary boot code, goodbye and thanks for all the fish...
Goodbye, SEMCSec, and thanks for all secure bootstraps!
Go to the top of the page
 
+Quote Post
racNET
post 2007-07-31 11:37
Post #14


No Se-nse
**

Group: Members
Posts: 67
Joined: 2007-04-29
From: DZA
Member No.: 38,038



QUOTE (eyeyousee @ 2007-07-31 12:05) *
Because there is already an older version for CID36 that was released before, ever heared of SETool2 unlock?

This is a great tool though, I ran the program even without a supporting phone, now CID49s can backup almost everything!

But older version doesn't support DCU-60 sad.gif correct me if I'm wrong.

This post has been edited by racNET: 2007-07-31 11:37
Go to the top of the page
 
+Quote Post
nordingh
post 2007-07-31 13:00
Post #15


Gadget Boy
Group Icon

Group: VIP
Posts: 1,439
Joined: 2007-01-10
From: Country that have PM failed Math
Member No.: 10,547
Mobile: more than enough (read my signature)



Thanks everybody for this great tools. Waiting for this for so long.


--------------------
Used Now: W595, K660i, Z710i @ W710i, W800i - need to get more now....
http://sefiles.4shared.com - no so updated
Go to the top of the page
 
+Quote Post
number1
post 2007-07-31 14:37
Post #16


At One with the SE-NSE
************

Group: Members.
Posts: 5,301
Joined: 2007-05-06
From: Uk,Kent,Sittingbourne
Member No.: 39,586
Mobile: Sony Ericsson P1 & K850
Tutorials Submitted: 2



can this b used with a DCU-60 cable


--------------------
Go to the top of the page
 
+Quote Post
paladinzluka
post 2007-07-31 14:53
Post #17


Non-se-nse
***

Group: Members
Posts: 102
Joined: 2007-04-24
Member No.: 36,808



number1 Yes, dcu-60 and service cable.
Go to the top of the page
 
+Quote Post
hellboy105
post 2007-07-31 14:54
Post #18


No Se-nse
**

Group: Members
Posts: 64
Joined: 2007-04-28
From: Skopje, MACEDONIA
Member No.: 37,790
Mobile: P!I\/IP3I) \/\/8I0!, Z530i, W910i



THANK YOU LASER


--------------------

Go to the top of the page
 
+Quote Post
Spaztikdude
post 2007-07-31 15:02
Post #19


Padawan
*

Group: Members
Posts: 36
Joined: 2007-01-13
Member No.: 10,817



Now all we need is a CID51/52 customisation tool! tongue.gif (Dream on.)
Go to the top of the page
 
+Quote Post
eyeyousee
post 2007-07-31 15:28
Post #20


MikLSP Level SE-NSE Addict
Group Icon

Group: VIP
Posts: 2,384
Joined: 2006-12-27
From: Man From Manila...The Killa'...The Show Stoppa'...
Member No.: 9,593
Mobile: K750i @ W800i / K810i (noble blue)
Tutorials Submitted: 1



QUOTE (racNET @ 2007-07-31 14:29) *
But older version doesn't support DCU-60 sad.gif correct me if I'm wrong.


Heah! that's the problem though! But, i got one! smile.gif


--------------------
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: