Jump to content


SETool2 Lite


  • Please log in to reply
810 replies to this topic

#1 OFFLINE   the_laser

the_laser
  • New Members
  • PipPipPip
  • Non-se-nse

  • 151 posts

Posted 30 July 2007 - 09:46 PM

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:

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:

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)

Edited by the_laser, 06 January 2008 - 11:34 PM.


#2 OFFLINE   DJ Aerobie

DJ Aerobie
  • New Members
  • PipPipPip
  • Non-se-nse

  • 101 posts
  • Location:Norway
  • Mobile:W810i modded!

Posted 30 July 2007 - 10:13 PM

Thank you soo much The_Laser :good:

Now i finally patched my W810i with the radio patch!

Finally patching for w810i! :good:

Edited by DJ Aerobie, 30 July 2007 - 10:55 PM.


#3 OFFLINE   bimasakti85

bimasakti85
  • New Members
  • PipPipPipPip
  • Makes Se-nse

  • 438 posts
  • Gender:Male
  • Mobile:W810i

Posted 31 July 2007 - 07:49 AM

Can someone upload it on another place ? Rapidshare sucks...

#4 OFFLINE   qwerty12

qwerty12
  • VIP
  • Se-nse's No1 Baller

  • 4,096 posts

Posted 31 July 2007 - 07:53 AM

Thank you very much the_laser. Guess you are great after all :)

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

The limits are great :)

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

Edited by qwerty12, 31 July 2007 - 08:04 AM.


#5 OFFLINE   eyeyousee

eyeyousee
  • VIP
  • Angus

  • 2,385 posts
  • Gender:Male
  • Location:Man From Manila...The Killa'...The Show Stoppa'...
  • Mobile:Xperia NEO MT15i
  • Tutorials Submitted:1

Posted 31 July 2007 - 07:55 AM

yap! qwerty12! another great tool!

Posted Image


#6 OFFLINE   increatul

increatul
  • New Members
  • PipPipPipPip
  • Makes Se-nse

  • 295 posts
  • Gender:Male
  • Location:Romania!!! <3
  • Mobile:K800i/K810i

Posted 31 July 2007 - 08:09 AM

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

#7 OFFLINE   bimasakti85

bimasakti85
  • New Members
  • PipPipPipPip
  • Makes Se-nse

  • 438 posts
  • Gender:Male
  • Mobile:W810i

Posted 31 July 2007 - 08:14 AM

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.

#8 OFFLINE   enfinitzero

enfinitzero
  • New Members
  • PipPipPip
  • Non-se-nse

  • 225 posts
  • Gender:Male
  • Location:Next door
  • Mobile:Fallen's W810i

Posted 31 July 2007 - 08:40 AM

Props to this guy for giving in  :lol:
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


#9 OFFLINE   Stonos

Stonos
  • VIP
  • SVP

  • 1,687 posts
  • Gender:Male
  • Location:Thessaloniki, Greece
  • Mobile:T630/K800
  • Tutorials Submitted:1

Posted 31 July 2007 - 08:40 AM

Thanks laser :)
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!  :D

#10 OFFLINE   racNET

racNET
  • New Members
  • PipPip
  • No Se-nse

  • 67 posts
  • Gender:Male
  • Location:DZA

Posted 31 July 2007 - 09:55 AM

Thanks laser :) but you didn't explain how to flash MAIN+FS and custom files :confused: .An other thing,why CID36 phones aren't supported :( ?

#11 OFFLINE   eyeyousee

eyeyousee
  • VIP
  • Angus

  • 2,385 posts
  • Gender:Male
  • Location:Man From Manila...The Killa'...The Show Stoppa'...
  • Mobile:Xperia NEO MT15i
  • Tutorials Submitted:1

Posted 31 July 2007 - 11:05 AM

View PostracNET, on 2007-07-31 12:55, said:

Thanks laser :) but you didn't explain how to flash MAIN+FS and custom files :confused: .An other thing,why CID36 phones aren't supported :( ?

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!

Edited by eyeyousee, 31 July 2007 - 11:08 AM.

Posted Image


#12 OFFLINE   mirko750

mirko750
  • New Members
  • PipPipPipPipPip
  • Infectious

  • 662 posts
  • Gender:Male
  • Location:Croatia (Zagreb)
  • Mobile:k750>>w800, s500>>w580

Posted 31 July 2007 - 11:19 AM

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

#13 OFFLINE   jagheterfredrik

jagheterfredrik
  • VIP
  • If you're phone is broken smash it!

  • 1,599 posts
  • Gender:Male
  • Mobile:iPhone

Posted 31 July 2007 - 11:27 AM

Haha, I don't know what to say :)
SETool2 Lite, my god.

Edited by jagheterfredrik, 31 July 2007 - 11:27 AM.

EROM... said:

Starting secondary boot code, goodbye and thanks for all the fish...
Goodbye, SEMCSec, and thanks for all secure bootstraps!

#14 OFFLINE   racNET

racNET
  • New Members
  • PipPip
  • No Se-nse

  • 67 posts
  • Gender:Male
  • Location:DZA

Posted 31 July 2007 - 11:29 AM

View Posteyeyousee, on 2007-07-31 12:05, said:

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 :( correct me if I'm wrong.

Edited by racNET, 31 July 2007 - 11:29 AM.


#15 OFFLINE   nordingh

nordingh
  • VIP
  • Gadget Boy

  • 1,440 posts
  • Gender:Male
  • Location:Country that have PM failed Math
  • Mobile:more than enough (read my signature)

Posted 31 July 2007 - 12:52 PM

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

#16 OFFLINE   number1

number1
  • Members.
  • PipPipPipPipPipPipPipPipPipPipPip
  • scots Level SE-NSE Addict

  • 5,384 posts
  • Gender:Male
  • Location:Uk,Kent,Sittingbourne
  • Mobile:Nokia N97 & N8(hacked)
  • Tutorials Submitted:2

Posted 31 July 2007 - 02:29 PM

can this b used with a DCU-60 cable

#17 OFFLINE   paladinzluka

paladinzluka
  • New Members
  • PipPipPip
  • Non-se-nse

  • 102 posts

Posted 31 July 2007 - 02:45 PM

number1 Yes, dcu-60 and service cable.

#18 OFFLINE   hellboy105

hellboy105
  • New Members
  • PipPip
  • No Se-nse

  • 64 posts
  • Gender:Male
  • Location:Skopje, MACEDONIA
  • Mobile:P!I\/IP3I) \/\/8I0!, Z530i, W910i

Posted 31 July 2007 - 02:46 PM

THANK YOU LASER
Posted Image
Posted Image

#19 OFFLINE   Spaztikdude

Spaztikdude
  • New Members
  • Pip
  • Padawan

  • 36 posts

Posted 31 July 2007 - 02:54 PM

Now all we need is a CID51/52 customisation tool! :p (Dream on.)

#20 OFFLINE   eyeyousee

eyeyousee
  • VIP
  • Angus

  • 2,385 posts
  • Gender:Male
  • Location:Man From Manila...The Killa'...The Show Stoppa'...
  • Mobile:Xperia NEO MT15i
  • Tutorials Submitted:1

Posted 31 July 2007 - 03:20 PM

View PostracNET, on 2007-07-31 14:29, said:

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

Heah! that's the problem though! But, i got one! :)

Posted Image



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users