PDA

Ver la versión completa : Actualizaciones de Se Tool Box



ADDIER
04/06/2007, 11:42:13
En este tema encontrarás la informacion acerca de la ULTIMA version de Se Tool...

El archivo de Se Tool se descarga DIRECTAMENTE desde el sitio de soporte: www.setool.net (http://www.setool.net)


v. 9137298
- change - if cda field is empty, it will be filled automatically
to fixed value during customize. also, customize is generic now,
no any pre-installed profiles/etc.

- change - further improved lg3g patching, now it is almost generic.
that means, that you can select model 8330 and use unlock on
new 8130/8138/8120 firmwares (no need downgrade/etc)

some other internal minor bugfixes/improvements.

GUI v0.9137299


- bugfix - a new "generic" procedure for lg3g was reported to produce incorrect results. probably, fixed. ( i was tested it on different fw versions, but can't produces incorrect result)


please,if you find that that version incorrectly unlock your phone, please post, in beta discussion thread :

- log from setool2
- phone model and phone firmware version
- any files setool2 produce

GUI v0.91373

- change - added testpoint unlocking/flashing for w550. first in the world http://www.mobile-files.com/forum/images/smilies/wink.gif http://www.mobile-files.com/forum/images/smilies/wink.gif http://www.mobile-files.com/forum/images/smilies/wink.gif
- bugfix - fixed IMEI change to otp-default during 801 phone unlocking. first in the world http://www.mobile-files.com/forum/images/smilies/wink.gif http://www.mobile-files.com/forum/images/smilies/wink.gif http://www.mobile-files.com/forum/images/smilies/wink.gif
- change - added additional settings, possible support for cid54 lg3g models
- bugfix - minor bugfixes, some minor internal updates

big thanks to

- kennyli for w550 phone.
- imobile for testpoint testing and photo.
- keen_mix for sh801 phone

for now a limited number of w550 firmwares available, more to come soon.
(it is VERY hard for me to fetch out firmwares in that days )

no any special notes on w550 - just attach testpoint to ground and do your jobs. a testpoint is VERY simple.

of course, when "master lead" will come with no-tp method, it will be immediately taken and used in setool2 ...

GUI v0.91373004

- misc bugfixes, updated loaders, added "old" sharp 703/903 "fast" unlock,etc.

GUI v0.91373005

- misc bugfixes, epiusb flashing improved, when flash many phones at once.

GUI v0.91373007

- added "new" sharp 703/903 flashpatch.

how to use ? suppose, we have a "new" sharp 703 or 903 at hands and we want make it say,euro. so, we flash patched firmware, after it we go to sharp tab, selecting "903/703" as model and simple pressing unlock. after it, power on phone.
must work, hehehe http://www.mobile-files.com/forum/images/smilies/wink.gif


ps.

i allow stupid zuko and mighty lead to embed that patch into their tools.
after all, if they can't do it themselfs (and they can't) - somebody must care about they customers , eheheh.

GUI v0.91373008

- fixed booting of some "brown" phones

GUI v.91373009

- fixed w550 imei-change problem (with TP)
- added full support for no testpoint red cid49 k600/k608/v600
- added partial support for no testpoint red cid49 w550/w600
means, supported unlock,gdfs read/write,flashing of brown49 files.
special files for flashing w550 will be on support shortly.
- misc bugfixes

more to come, stay tuned http://www.mobile-files.com/forum/images/smilies/wink.gif

as usual, bugreports is welcomed

GUI v0.91373010

- fixed TESTPOINT booting of cid49 phones
- fixed recovery procedure of cid49 phones
- UFS activation removed.

bugfix release... changed again some internal things, need to test for stability http://www.mobile-files.com/forum/images/smilies/wink.gif

GUI v0.91373011


- unblocked some cards

users must ask Unlocker for unblocking codes.
note, that FIRST startup after entering unblocking code is about 2 minutes long - it is okay and will happen only once.

GUI v0.91373012

- there was a sudden exits in any operations, fixed.

GUI v0.91373013



- RED49 W550/W600 no-tp flashig finalized (all operations works now and no special flashes need. warning ! not set your cid to anything <49 - phone will require testpoint to revive.

- added all needed EROMs in EROM folder.

- script is changed almost completely.

new command:
readpkg:/dir/in/phone

makes a file package for transferring to other phones (so-called customizing http://www.mobile-files.com/forum/images/smilies/wink.gif)

example:
readpkg:/tpa/user

new command:
writepkg: \package\on\pc

write previously backuped files back to phone

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

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

extracts all files and directories from phone to ph_out/ folder in setool2 directory

example:
readdir:/tpa/user

new command:
mkdir:/dir/in/phone

new command:
rmdir:/dir/in/phone

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

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



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

GUI v0.91373014

- fixed error in script command readfile. thx to gezuzz.

( readfile:/phone/dir/filename.ext not worked as intended)

- some minor improvements in internal code.

GUI v0.91373015

- fixed IMEI change for all db2010 phones. thx to igorvod for bugreport.
- some minor improvements.

GUI v0.91373016

- lg u8550 (cid54) tp-less flashing (unlock via developers flash 07/08/etc)
- some minor improvements for multi-phones operations.


please note, you can flash ANYTHING into u8550. but once you will flash anything with certificate OTHER THAT RED54 - you will come to dead phone and only TP will cure it.

also please note, that when software says "DAMAGED SOFTWARE, REFLASH ORIGINAL", then YOU MUST FLASH ORIGINAL UNTOUCHED U8550 RED FIRMWARE (only main file)



EDIT- IMPORTANT - RE-DOWNLOAD SOFTWARE - CRITICAL BUG FIXED.

thanks for imobile for fast bugreport.

GUI v0.91373017

- cid49 added in empty board, sorry, forgot about it.
- progressbar is ok now (imobile, you know what i mean http://www.mobile-files.com/forum/images/smilies/wink.gif )


reuploaded version, probably fixes "not-opening" problem on some systems.

GUI v0.91373018

returned to old version of execryptor.

GUI v0.91380009

- added FULL RED CID49 NO TESTPOINT support for NEW W500/W600, NEW K600/V600/K608, W900, see notes below
- updated "direct flash patching" for new sharp 703/903 firmwares
- testpoint usage allowed on sharp phones now
- testpoint usage reduced during operations
- added profiles support
- added "phone id" button (test cable, recognize phone cid,etc)
- slightly tuned ignition on ufs/com/dss - must be better
- fixed imei changing problem on w550/w600 in no-tp mode.
- some other internal modifications
- new bugs (unknown yet)

notes on REDCID49 support.

first. it must work only on non-touched (new) phones.
if phone was "tuned" with other software - no any warranty, but, generally, it should work.

second.
during ANY operations red49 phone became unusable (dead) until you flash so-called "restoration" file or flash "main" part of phone flash.

i prepared restoration files for most versions of red49 firmwares,they resides in "rest" folder of setool2 distribution.

usage of restoration file is simple. just determine your firmware version and select corresponding restoration file in "restoration file" edit.

if your unlucky and there is no restoration file for yours version of firmware, then you must fullflash phone (WITHOUT TOUCH TO GDFS AREA), just main+fsimage+complete.

third.
during flashing w900 phones on some (i think most) com cables, CHECK option "disable USB" - phone somehow assumes it is on usb, but it is on com http://www.mobile-files.com/forum/images/smilies/wink.gif

fourth.
well, no more to say - go, try, cry or enjoy. preliminary beta testing shows
good percentage of success (99.9%)


some example:

q: i have red49 w550, i don't know what firmware version inside, i want it unlocked and russian.

a:
go to semc tab.
press clear names.
select needed w550 flashfiles (main,fsimage). russian inside emea1 http://www.mobile-files.com/forum/images/smilies/wink.gif
go to settings tab. CHECK complete. CHECK "unlock after flash". UNCHECK "revert to red.
go to semc tab, press flash
when prompted, remove and insert battery, press button "testpoint ok"
phone must be unlocked and flashed.


q: i have k600, i want to unlock it, i know that inside r2ae001 version.

a:
select in "restoration file" edit correct restoration file.
press unlock.
when prompted, remove and insert battery, press button "testpoint ok"
phone must be unlocked and restored, means - working.


NOTES ON PROFILES

button "S" saves all files and settings for current model.
button "L" restores saved files and settings from current model.

profiles works on sharp,lg,semc tabs.
profiles common for all windows.


enjoy, friends.

ps.
as usual, my personal fuck to zuko. you can steal, but you can't create.
my personal greetings to mighty lead, who defeated upcoming db2020.
hope you will at least laungh on my cid49 method http://www.mobile-files.com/forum/images/smilies/wink.gif and show us, how to do red49 properly.

and my personal ask to all mighty hackers - please, stay aside from setool. better hack something more interesting http://www.mobile-files.com/forum/images/smilies/wink.gif

GUI v0.91380010


- fixed IMEI changing with w900
- tuned communications with comport, fixed NAK-errors (at least for me)
- added "Identify" for brown phones





**********



GUI v0.91380011

- fixed ufs ignition with new drivers (i tested on 3.01.04)
- fixed identify
- again tuned com routines
- disabled recovery for all red49 phones (too much users killed their phones with it)
- returned old way for w550/w600 handling

notes on db2010 red49 support. seems, new method is half-working on db2010 phones.
looks like old hw phones not work with new method. so, i returned old method .

now, there is two w550 in model selection - old and new.
try first old, then, if it will not work - try new.
if new will not work too - sorry, only tp.

we will research it further, but hey... we must use what we have, right ? http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)


GUI v0.91380012

- tuned ufs
- reverted to old comport routines (although they not perfect, they work)


GUI v0.91380013

- csloader was broken when using testpoint on db2010 cid49 phones. fixed

GUI v0.91380015

- comport routines changed completely. need detailed test
- added very raw locks handling. only for those who needs it.
- fixed w900 gdfs write option
- fixed brown49 handling
- fixed numerous internal bugs,some ui improvements..
- new bugs added http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)

a note about comport ignition... reminder - if phone not begins to boot, not stop program, but disconnect cable, remove battery, insert battery and attach cable....


GUI v0.91380017

just bugfix release

fixed some bugs, possible solved HT problem, some memory leaks.. nothing usual.


GUI v0.91380018

- probably fixed db2010 cid49 problems (w550, error "bootloader not responds"). (note, it is not means that phones, killed by recovery can be repaired without tp with that version, it is only for those phones, which "hangs" on bootloader sequence)

- added support (experimental) for red49 k750/w800 phones. no rest files for them at moment - means you must reflash phone completely. of course, you can create own rest files, as usual.

- changed rest files behaviour . now, if "rest. file" edit is empty, program attempts to auto-search for version and auto-restore it from rest folder.

- changed EROMs for new db2010 models (to prevent phone death after change certificate)

- as usual, fighting with execryptor bugs (quits,crashes,etc)

- fixed other minor bugs.

- added new bugs (not know yet where and what http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif) )


GUI v0.91380019

- added, FIRST IN THE WORLD, complete support for red49 w810/z530.
no-tp, of course. so. now setool first (as usual) supports all red49 phone line.

- updated restoration files.

flashes with most recent w810 and z530 is on support.

note- if you damage your erom - that version will NOT help you for any red49 phone.


a note to universaldongle - look at my work, steal it,use it - but know - you are always no.2 on scene.

same applies to other developers, who NOT came with w810 no-tp until now.

personal "fuckoff" to zulea, as usual.


GUI v0.91380020

- fixed issue with UFS "dummy battery" cable, which CAN bring to dead red49 phone (can only be resurrected by tp).
probably that fix will brings more safe red49 operations.


- slightly updated rest files.

- different not important issues

GUI v0.91380021

- CRITICAL bug fixed - db2000 red49 phones unlock was broken, which resulted constant "5 locks". fixed.
(sometimes even bad thing is good.
probably fixing that bug will help me to make lg3g red41/42 scrc fix without tp )

- updated rest files, added z530/w810/k750 gdfs in ssw format (frec folder)

GUI v0.91380022

- added read files functionality for z530/w810 phones. some speedup,heheh.

- bugfixes (i not remember exact what i fix, maybe some ignition probs,maybe not)

- raw z300 support added (read codes,flash,read flash, read/write nvram).
latest flashfiles for z300 uploaded at support.
please note.
if you will write in yours z300 FULL readout from other z300 - it will go dead and only emma3 (at present) will resurrect it.
if you will write in yours z300 NVRAM from other z300 - it will became zombie too.
if you somehow manage to damage boot area (0x0++0x10000) - your phone is complete junk, can't be repaired NEVER. from my side, though, i done all possible so you CAN'T write boot.

so, you have been warned.


//////////////////////////////////////////////////////////////////////////////////////////////
ps.
z300 "idea" inspired by softmobile,who part of gti team.
sorry,man, you took many of my work, my turn now.
but nobody will tell that i'm silently steal things.

lead, now you can uncomment #DEFINE Z300_GRABBED_FROM_MTBOX
and please return back id strings in 810 prodloader,hehe... angel http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)

zulea, just fuck off and die.

GUI v0.91380023

- readflash fixed
- some very internal problem fixed, hopefully damned exists will disappear.
- updated rest files
- added w550 gdfs in ssw format


a k510 is appeared on emma, that means - phone is retail now.
i don't have that phone yet, but i looked at its firmwares and noticed that it is same as 810/530.
so, i think that you can use it with current setool2 version, selecting model as w810/z530.

all current flashes is on support, rest files is attached.

current version on support updated with new rest files too.


GUI v0.91380024

- added experimental support for j220/j230 phones. not tested (i have not phone http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)), but must work. i put only pair of flashes for test. after (not) successful tests will add all other.

- fixed incorrect work of command "readpkg","readdir" when single root directory specified.

- rest files package synched with current rest files

- edit
redownload version from support, j230 was not recognized, now must be ok.

w300 released on emma.
after quick look it is appears to be another clone of w810.

so, it must work as w810/z530/k510

flashes on support, rest files attached

ps.
NO, you CAN'T flash z530 with w300 fw.
w300 has twice more RAM and FLASH.

GUI v0.91380025

- fixed "readdir" command
- full support for w700 added
- from now on restoration files will be distributed separate from main distribute. that is done for cases when only main or only rest files updated.
(you need BOTH rest files package and main package)

ps.
you CAN flash w700 fw into k750.
but no single advantage and you will lose camera http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)
even if manually replace camera driver - it still refuses to work.

GUI v0.91380027

- finally j220/j230 fully working and tested (read codes/read flash/flash firmware)

GUI v0.91380028

- on some systems "protection error" appears, while older versions work ok. must be fixed.
- some lowlevel tuning

edit:

last-chance bug was found and fixed.
just redownload version from support.

GUI v0.91380029

- changed gui slightly - added CDA dropdown listbox. warning, cda list is saved when window closed (quit button)
- again some ll tuning.

uploaded all w600i/c flashfiles which present on emma3, rest files package updated.

GUI v0.91380030

- there was a problem - if you checked "unlock after flash" and flash lg3g red41/42/54, after flash phone was dead (need to unlock with tp afterward). that issue was fixed , it works like designed now.

- internal rebuilds, preparing for db2020 unlock and flash support.


IMPORTANT INFORMATION

SEMC, by error, released some number (BIG) of BROWN w700 with LOCKED OTP

when flashing, that phones will produce such errors:

Code:

.......CSloader version:060118 0312 EMPCXC1327364_COMPACT_SEMC_CS_LOADERloader startup: executedwrong responce, break.loader filesystem startup failed, that is fatal



YOU NEED TO FLASH SPECIAL EROM from eroms\w700red_erom.ssw.cry and AFTER flashing that erom repeat complete sequence.

flashing any other EROMs will bring you to testpoint.

GUI v0.91380031

- now you can really flash any CID flash file in any CID phone.
- some bugfixes

ps.
i'm going to complete rewrite setool2 on normal compiler.
prepare for many bugs and sone intresting feature


***************



GUI v0.91380032

as i promised, complete low-level rewrite is here.

many bugfixes, hopefully, not much new bugs.

changes:

- packages now simple zip files( backward compability with .pkg not maintained,sorry). That allows to use original semc customization packs and easy maintain any OWN customization pack http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)
for usability added possibility to write package after flashing. If anything selected in "misc.files" field, it is threated as package and we try to write it into phone after flashing process. Note ! if you write original customization pack, you don't need do complete http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)

customization files available on support. will add more models soon.

- fast imei patching added. works for all firmwares of semc,lg and sharp,which i have (and i have a lot of them). to use it there is plenty of ways:
1. check "patch otp<>gdfs check in firmware" , check "allow to change imei when unlocking" and press unlock http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)
2. check same + "unlock after flash".press flash. phone will flash selected files, then will patch imei check and unlock/repair phone.
yes, imei patch works for w810/w300/k310/k510/z530

- i waited and waited, but nobody from semc "developers" came with patching of new firmware versions for sharp 703/903. so i tired of waiting and made it. Let they steal (as they usually do) and learn how to do things right.
yes,yes - direct flash patching of new firmware versions added.
sadly, i still can't get red73 loader (and i think will not get it for a loooong time), so you must use testpoint. it is not hard and safe, if use usb cable instead battery and be careful with needle.

- empty board handling changed. now, all you need to do is on empty board tab - recovery with brown cid49 ,enter IMEI, select erom if needed, select gdfs_in_ssw_format and press flash. after it, phone will be usual phone and must be handled in semc tab.

- my friend vasilius draw more user friendly GUI.

- profiles now auto-load when model changed. models slightly separated.

- connect ufs removed, now ufs simple another communication port http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)

- latest ufs cables for k750 has one uart only, they not work at high speed when completing phone. it must be fixed now.

- unicode support when reading and writing files.

- MNC2/3 selectable support added in locks.

- updated drivers for ufs and 4in1 cable.

- other minor and major bugfixes and changes.


download at support and report bugs and wishes.

GUI v0.91380033


- bugfix - during flashing many phones at once software freezes.
- bugfix - lg3g patching code impoved to support some of latest fw.
- bugfix - with selected "w550/w600 old" complete not worked. fixed.

download from support and report bugs and wishes.

GUI v0.91380034

- bugfix - during ssw conversion of small files GPF occured
- bugfix - rare occuring bug during imei patch for w300/z530/w810/k510/k310 fixed
- bugfix - locks operation for for w300/z530/w810/k510/k310 fixed

GUI v0.91380035


- added server-based db2020 model flashing
- misc bugfixes
- rest files updated, was some errors in k600 rest files.

k610 r1cb001 firmware and customization packs uploaded at support
k800 r1cb001 firmware and customization packs uploaded at support
v630 r1ce001 firmware and customization packs uploaded at support


db2020 unlock is temporary removed from release, we have some problems with it. as soon as they will be resolved, we will put it back.


GUI v0.91380036

- setool2 not working properly under dead os (win95/98/me) . fixed.
- added "support" for nice tool of arash (simple put his exe in directory and press E)
- red49 k600/k608/v600 support was broken. fixed.
- some cosmetic low-level fixes

GUI v0.91380037

- by mistake, phone repowered during complete, fixed.
- profiles now saves settings separate for every model in every window.
- some other ll test improvements...

edit:
accidently broken testpoint usage http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif) fixed, reuploaded. (gmt+3 21:32)

GUI v0.91380038

- nested directory creation during package restore was broken, fixed.

z550 firmwares and customization files updated.


GUI v0.91380039

- SEMCsec released EROM updater for db2020.
it can help with red blink and "gdfs startup error:29" on db2020 phones.
it can't help to repair damaged security units.
it only works on com/ufs cables.

how to use - settings, set USE SERVER.
semc tab - select phone model
press recovery.

erom must be upgraded and possible your problem solved.

- some fixes in com cables and db2020 booting
- card unblocking not works as intended, fixed.


ps.
@SEMCSEC:
thx for message, as far as i know, i'm first who received messages in official SEMC loaders http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)

about 90% - well, you beat us with multiple RSA sign. but what you will do, when we got yours auth dongle? or one of intresting loaders ?
gti already done it, that means it is leaked and that means we will get it too, in time.

GUI v0.91380040

- protector update, now setool2 must co-exist with KAV
- it has been found, that in Z530 EROM not HW protected.

Because of that,possible to revive Z530 phones with damaged erom.
How to do:

on semc tab, select z530 in model list.
press recovery.
phone will be recovered and attempt will be made to repair EROM.
most possible, you will need to reflash phone in order to get it fully working.

warning. if you select z530 and will use recovery with k310/k510/w300/w810/z550 phone - you will receive dead brick. it is only usable for current breed of Z530 phones



***********


GUI v0.91380041

- added brown to red db2020 conversion.
how to use.
UNCHECK "USE SERVER"
first, be sure your phone is cid49. (press identify and read "flash cid:49")
if not, go to "Empty Fill" tab, select CID49, press recovery - phone will be brown cid49
next, convert phone to red.
select correct model, select correct conversion EROM
(example - phone is k610, conversion EROM is eroms\k610_erom_cnv_brown2red.cry )
press flash.
your phone is read and ready to flash using credits system.
( because of obvious reasons filesystem read not supported for brown 2020,unlocking is not supported for brown 2020,well... only flashing possible http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif) )

- profiles auto load at startup now
- misc loaders updated
- recovery procedure for z530 updated a bit.

k790 r1ed001 firmware uploaded.
k610 r1ed001 fimrware updated.


GUI v0.91380042


that is very beta, main target is support "new" flash chip in z300/j220/j230.
"new flash symptom" was "empty" codes when reading and garbled flash readout, unabilty to flash.
hopefully, all of that was fixed, but need checking. support was done blindly,so ... you have been warned.
please, try "unlock" first, and only if it works try flash.
"unlock" CAN NOT kill your phone
once again, i have no response for dead phone - THAT IS TEST version.

New feature is ".vkp" support. .vkp is patches, maded by different persons http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif) to tune your phone. those who need that patches know where to get them.
Soon i will made a .vkp request thread here and will ask some famous patchers to visit that thread.
Usage simple - put .vkp file in misc. edit and press write script.
thx goes to darkmen for .vkp parser.

Sibley-based (w300/w810/k310/k510/z550) emptyboards support was flawed, fixed.
as i remember - locks were incorrectly written, should be fixed.

rest.rar updated with latest restoration files.

GUI v0.91380043

- added usercode reset for db2020 phone.
requires server credits.

how to use - two way

first way good when doing only usercode reset
- check "use server".
- select correct model
- press unlock. usercode will be resetted to 0000

second way good when flashing.

- check "use server"
- check "unlock after flash"
- check "complete phone" if you need it
- select correct model
- press flash. phone will be flashed and user code will be resetted to 0000

GUI v0.91380044


interim fixup release.

- added support for z300/j220/j230 renesas flash (mfgid:1c)
- script with files references now must correctly executing from any directory
- simlock codes now random during unlocking
- countless internal tunings/fixups/preparations.
- new bugs, and i hope you help me to find them http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)

GUI v0.91380046

interim fixup release.

- cosmetic addons, like "unused" buttons disabled now when needed http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)
- CID change lower than original and color change if OTP locked prohibited.
- critical bug fixed - on all sibley based phones, if you set "unlock after flash" and "complete phone" - gdfs startup was stalled. thx to vasilius for reporting and help in finding and eliminating bug.
- added several gdfs in bin format.
- other internal updates.
- m600/w950 support will be ready really soon....

ps.
045 version has bug with unlock, need to sleep a little http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif) sorry.

GUI v0.91380047

interim fixup release.

- critical bug fixed - on some db2020 phones (diff hw ???) flashing was terminating with "subblock NAK" error. should be fixed.
- db2020 identify now displays all information about phone state.

GUI v0.91380049

some stable ( http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif) http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif) http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif) ) release and some NEW features.

- fixup for some db2020 mobiles booting (err:36 and so on)
- fixup for some sibley-based (w300/k310/k510/w300/z550/w810) flash break

- new feature. red cid49 phones (db2000/db2010) can now be flashed via USB with ENORMOUS FAST speed using usual dcu60 cable (or miniusb for k600/z800). FROM NOW NO ONE CAN SAY "my XXX box flashing faster than yours setool2" http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif) supported ONLY RED CID 49 PHONES.


there is several restrictions.
first.
UNLOCK is working. BUT if yours gdfs is damaged (rewrited from other phone) - you REQUIRED to use com/ufs connections to repair security values.
second.
IMEI change not working because of same reason.
third.
EROM must be intact in order for USB flashing work.
fourth.
no more restriction.


some timings:

fullflash of w810 phone - 360 seconds. (about 700 by uart)
fullflash of w900 phone - 733 seconds. (about 1400 by uart)

great thx for irritating testing goes to : vasilius, lider, sebagsm

ps.
of course - that feature will be immediately copied by other stealers.
fuck them. do your own or insert my copyrights.
well. now you CAN NOT do "you own" - i was first and you are stealers

GUI v0.91380050

- bugfix. somehow i broke completely red49 support for k750/z520 series. fixed. thx for reporting goes to vascoff.

GUI v0.91380054

- K320 SERVER support added
- FREE USERCODE READ added (press identify) - works for db2000/2010/db2012
- misc. bugfixes
- new bugs (hope not http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif) )

K320 R4EA031 firmware and customization packs uploaded.

GUI v0.91380055

- user lock was incorrectly displayed if digit numbers uneven. fixed
- lg3g patching will be faster on SOME firmwares.

- added SERVER-based support for FLASHING, standalone support for usercode read for new SEMC smartphones - m600/m608/w950/w958/p990.

carefully read instruction - that will help you NOT to kill expensive thing.

instructions.

first, you need download needed firmware package.
add it to firmware area on smartphone tab.

check "use server" and enter your login/password.

now, you need install drivers for flashing.

for that, poweron smartphone in fw update mode.

- for p990/m600 press and hold "@" on TURNED OFF phone, then attach dcu60.
- for w950 press and hold "C" on TURNED OFF phone, then attach dcu60.

windows will ask you for a drivers. drivers in %setool2 dist%\drivers\HermioneDrivers. i attached a picture how correctly installed drivers must look in device manager.

now, you can press desired operation.

identify - to readout phone information (and userlock)
flash - to flash package.

!note. there is a checkbox named "process PDA update files" if you UNCHECK it - NO CREDIT WILL BE DEDUCTED from your account, but CDA will be UNCHANGED in phone. you got me ? ( got, lol ) yes, that is FREE FLASHING.

!note. if you flashing multiple smartphones, BE SURE THAT DRIVERS ARE INSTALLED BEFORE starting desired operation.

read gdfs - read gdfs for different things.
write gdfs - write gdfs back.

!note. if you write gdfs from other phone, say bye-bye to yours expensive pda.

well, enough.

lets flash'em.


ps.
p990 flashes will be uploaded in next day-two.


GUI v0.91380056

- P990 chinese-based flashfiles failed on USERDATA part. fixed. (chinese flashes updated, you MUST re-download them)

- i decided to reveal some feature for PDA phones.
story:
SEMC PDA phones has two revisions of chips. "new" and "old".
"new" revision has changed security system and can not be made standalone.
"old" revision has just impoved security and can be breached.

so, as small present in upcoming new year, you have now opportunity to work FULLY (rebuild security (unlocking), change IMEI, read/write gdfs, change CDA) with OLD REVISIONS of PDA (and there is a LOT OF THEM) WITHOUT SERVER.

for that, first, you need determine security type (press identify, i attached two screens with old and new security)

if security new - bad luck.
if security old - uncheck use server and do whatever you like http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)

rest files attached, extract them to rest folder.


GUI v0.91380057

- critical bugfix - support was broken for all CID49 DB2000 phones. fixed. thx to duzz for report.

GUI v0.91380058

- bugfix. sometimes (very-very rare readout in ssw format was incorrect). fixed.
( thx goes to vascoff for reporting bug )

- added csca-based unlock for NEW PDA revisions and K320 (well, you can use it for all other models, except db2020-based, but it will be waste of credits)

how-to.

1. insert DCU60 (only that is supported for csca unlock) in TURNED ON PHONE
2. install drivers. included drivers for PDAs (drivers\hermione) and for K320 (drivers\k320_usb_signed_drivers)
3. turn off phone, disconnect it
4. select needed model
5. check "use server for csca unlock/flash"
6. press unlock
7. when prompted, detach phone, turn it on and insert cable
8. wait until all drivers appears
9. press testpoint ok - phone will be unlocked.

notes

- csca-unlock only supported on .198 server
- csca-unlock will NOT cure yours phone if you wrote to it GDFS from other phone
- csca-unlock will only work stable and good on DCU60

for now price for csca-unlock 5 credits
csca-logs are rare, so they will periodically deplete, while flashing-log are still be online. i will inform about it in log-info thread


GUI v0.91380060

- added support for DB2020 CID51 operations (flash,read/write gdfs,script,uselock reset,well, all standart operations)
- "unlock after flash" incorrectly works with sharp3g phones USB flashing. fixed.
- "unlock after flash" for lg3g+testpoint now recalc security automatically.
- misc minor bugfixes.

ps.
some new rest files attached.

EDIT - rest files for latest PDA fw were wrong and SHOULD BE REDOWNLOADED NOW.

GUI v0.91380061

- cosmetic - fixed error message during lg unlock
- cosmetic - wrong chipid (connections problems) filtered now.
- addon - added workaround for white screen problem on db2010 sibley-based phones with ST flash and db2020 phones with ST flash.
note - that is not panacea. it will only help SOMETIMES. usage is very simple - just full flash white screen phone with latest fw version using 061 setool2 version.

rest files archive finally synched with latest rest files. if you already downloaded all rest files from news thread - you not need download rest archive.

GUI v0.91380062

- otp<>gdfs imei check now supports latest pda firmware
- some internal changes

GUI v0.91380063

- sadly,but in v0.91380063 DB2020 OTP CID51 support was broken, fixed
- added SERVER-BASED FULL PERMANENT DB2020 UNLOCK. how to use.

select USB as interface. that is REQUIRED.
select K610 as phone model (or any other DB2020 model, they are same)
settings - check "use server for csca unlock/flash", "do full unlock instead of usercode reset for db2020", fill your login details.

back to semc tab, press unlock, attach phone with pressed "C" (or 2+5) buttons.

wait for signature calculation, it can took about 2 minute.
if calculation will fail, your credits will NOT be deducted.
if calculation is success, then signature will be saved in backup\%imei% folder in your setool2 directory.

next, backup will be created so you will be able to restore phone if something will go wrong (hardly believe, but who knows...)

next, you will be prompted to detach phone and turn it on.
do so.
detach phone.
turn it on FULLY
phone will be on 5 locks, that is normal.
connect phone to usb.
if phone will ask you switch to phone mode - switch to phone mode.
it can ask you for drivers,if you not installed them previously.
install all drivers (links below)
be SURE that you install all drivers correctly.
press "testpoint ok"
procedure will continue,phone will be switched off and unlocked.

remember, if something will go wrong - you have a backup of security units.

cost of DB2020 unlock is 12 credits.
currently, BOTH servers are supporting DB2020 unlock

as usual, credits will NOT be recovered in case of connection failures.

NOTE! there is STILL REMAIN SERVER-BASED USERCODE RESET FOR DB2020.
it will work, if you UNCHECK option "do full unlock instead of usercode reset for db2020" and press UNLOCK.

because of recent problems with sql server on support area, i will post links to new version and phone drivers here. hosting provider are informed about probles and, hopefully, they will be solved.


GUI v0.91380064

- it was reported, that on some rare db2020 phones you got following error
Code:

loader unlock: executed Backup security data... var not exists Fail Elapsed:22 secs.


it has been fixed.


GUI v0.91380065

- public testing of db2020 phones reveals a error:

if you, in same window, unlocked any NOT db2020 phone and then attempting to unlock db2020 phone - you will loose 1 credit and phone will be in "red blink" state after second step. of course, backup is created, so you can restore phone back to "live state. received signature is correct too, so yours 7 creds is not wasted. such thing has been fixed in current version.

GUI v0.91380066

- during csca unlock we now enumerate only present ports (to be more simple - stage 2 of csca unlock became faster in most cases)
- J220/J230/Z300 phones with "new" security supported (7-digits lock numbers)
- DB2020 CID51 full identify support
- DB2020 CID51 EROM upgrade
- minor bugfixes.




************


GUI v0.91380068

mostly it is cosmetic release, but some intresting things added.

Code:

- added strings for several "missing" db2020 models. semc model list sorted ;)- changed csca unlock stage 2 behaviour - it will search phone now until phone will be found or until you press stop. that must help save credits for some ppl.- changed PDA detection. must be better and faster now. (remember : attach PDA only when you told to do so)- changed script command "gdfsread" behaviour - now if you read several gdfs units from script, all units will go as one file named %imei%, instead of old "one file per one unit" behaviour- setool2 will now save full session logs in directory "logs"- updated patch-loaders from DB2010/DB2020 (white screen "solution")- other cosmetic fixes, more info displayed sometimes,etc.- new bugs, of course. waiting for reports to fix it ;)


ps.
067 release was completely broken and because of that retired. sorry http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)


GUI v0.91380069

Code:

- profiles now correctly load settings for models when switching only tabs.- return to old scheme cid/color detection for db2020 usb operations (some users reports that phone COLOR/CID can't be detected)- added some models (w880,k550) so yes, yes. you must again remade profiles.- db2020 empyboard filling supported (because i saw my "friend" on kukuruzer takes money for that,while it is standalone process and not requires any special moves, that is unfair and i shall fix it). quick howto: -go to empty tab -select ANY db2020 model -fill desired IMEI (or not fill if you have not want to write it) -check WRITE OTP (or not check if you not want to write it) -select CID49 (required) -select needed brown2red erom -press FLASH -phone now complete retail (especially if you wrote otp) and must be serviced as any retail db2020 phone (note - NOT USE EROM UPGRADE)


well, thats all folks. great news ahead.

GUI v0.91380071

Code:

first, and most important news. you are not required now to register on support or use login/password to login on support area.all you need - download software from www.setool.net (http://www.setool.net/), install drivers and press GO SUPPORT button.- added some missed models...- fixed some cosmetic bugs


GUI v0.91380072

Code:

- made 5-times retry of each AT-query during csca unlock step2 (should help when phone drivers installation not finished)- locks tab not works correctly when USB was used as selected interface, fixed- some cosmetic fixes


GUI v0.91380073

Code:

- changed csca unlock step1 behaviour. now, if there is ANY *.seczone files in %setool2%\backup\%imei%\ folder,step1 (erasing locks and writing signature) is skipped and step2 executing immediately. That is done to prevent credit loss if on step2 phone drivers installed incorrectly or if server connection broken on previous attempt of step2.if you ABSOLUTELY know what are you doing - you can erase *.seczone files from %setool2%\backup\%imei% and step1 will be executed again forthat phone.- added "dummy battery" option for UFS cables with "crocodile" or otherwise called "dummy battery". if you check that option - before each phone shutdown we will execute grace delay to allow phone loader finishits work (for example, without that option you CAN get a "configuration error" on phones after flashing them using UFS and cable with dummy battery).grace period length is 5 seconds by default, but it can be changed with option "ufs_dummy_delay" in [main] section of setool2.ini (period counted in ms, so ufs_dummy_delay=5000 is 5 seconds)- very minor ui bugfixes.


GUI v0.91380075

Code:

- added db2020 cid52 server support (flash,erom upg,usercode reset, network unlock (when we will restore server functionality))- added db2012 cid51 server support ( flash,usercode reset, network unlock)- added pnx5230 (Z310) cid51 server support (flash,usercode reset, identify NOT supported yet,network unlock (when we will restore server functionality))- now all simlock types displayed in identify (state shown only if lock is locked)- changed .ini file handling, so you must again rebuild settings. now settings for phones COMMON for all windows, beware. from now on settings will be intact when new models will be added.- added new phone model names- many internal changes,so please check for bugs.w200 r1gb001 cid51 firmware uploaded z310 r1jc002 cid51 firmware uploaded k610 cid52 firmwares uploadedk800 cid52 firmwares uploadedw850 cid52 firmwares uploadeddb2020_firmware_in_gdfs_format added in distr.rar for completely blank boards.phones.rar updated with z310 driver for csca unlockIMPORTANT ADDON. SADLY TO SAY (BLAME ME) -I NOT CAREFULLY ENOUGH LOOKED AT Z310 - SO - DO NOT NETWORK UNLOCK Z310 - IT WILL BE DEAD.OF COURSE, YOU CAN ALWAYS RESTORE IT TO "LIVE" WITH SECURITY BACKUP,WHICH IS DONE AUTOMATICALLY IN "BACKUP\%IMEI%\%IMEI%_%DATETIME%.SECZONE"YOU NEED WRITE IT AS SCRIPT.


GUI v0.91380076

Code:

- corrected pnx5230 (z310) CSCA handling to prevent log loss and phone "damage". once again i remind that pnx5230 using same security as db2020 and we limited now to flashing and userlock reset (until we find some way to run server)- included cid49_51_to_cid52 conversion. better not use it... really.WARNING. DUE MISTAKE, FIRST 076 VERSION WAS RELEASED WITH SERIAL CHECK ROUTINE ENABLED.IT IS REPLACED NOW WITH "NORMAL" VERSION.SO EVERYBODY, WHO DOWNLOADED 076 AND RECEIVED "WRONG SERIAL" ERROR - REDOWNLOAD DISTRIBUTIVE.SORRY FOR THAT AND THX FOR UNDERSTANDING







*************



setool2 v0.91380077

Code:

- "err: 10" error when z530 recovery operation executed fixed.- customization packs now parsed when selected (shows language info,etc)- added phonebook extraction from gdfs .bin format dump (NOT SSW). usage is simple: select .bin file into misc. files edit, gdfs will be parsed and .vcf file will be created. phonebook unit is courtesy of PANUA, thx to him.- all CID>50 now assumed to be used with auth dongle, to prevent credits loss.- identify working now on USB interface (in some cases reduced loaders are used, warning is displayed in such case)- some other not important fixes (bugs ? ;) )


ps.
note - EROM upgrade should only be done on ufs/com interface.


setool2 v0.91380079

Code:

- added cid 49/50/51 alternative security bypass for db2012/db2020 phones. what that means ? that means, you can unlock with flash patch ALL cid49/50/51 DB2012/DB2020 phones. all you need - VALID ACCOUNT WITH 1 (ONE) LOG, check "user server" and "use alternative security bypass", then press desired operation. of course, scripts is FULLY supported in THAT MODE.solution can't be protected, but we put it to PUBLIC once again, and then confirms that ONLY SETOOL2 TEAM IS FIRST AND BEST IN SEMC.SHAME TO ALL STEALERS, like flead, universalbugz, other shits.know your place, stealers, you feeding from our mind. note. if firmware you want to flash not supported by restfiles, then simple flash MAIN firmware. well, exactly same as fordb2000/db2010 phones.sadly, but semc programmers somehow (somehow ;) ) discover securityhole i used and closed it completely in cid52 phones (same, db2012/db2020).so, if you have cid52 phone - welcome to our FULL UNLOCK server.really soon we will decrease minimum limit to 25 phones.


setool2 v0.91380080


Code:

- db2012 com/ufs csloader operations (i.e. "complete") was broken on normal speeds (dcu60 interface worked ok). that is fixed.- a lot of users, when doing "erom upgrade" (required to avoid err:30 on altbypass), forget to uncheck"alt bypass" option and lose logs without result. altbypass is ignored now when doing "recovery".so far no other bugs were discovered.


setool2 v0.91380081


Code:

- db2010 cid50/51 phones must work okay now (do main+fs+custpack+unlock_after_flash combo if there is no rest files)- more "foolproof" work with "alternative security bypass" option added- some cosmetic things.


setool2 v0.91380082

Code:

- time for alternative bypass reduced by ~40% - updated smartcard drivers- updated usbflash drivers (simple run gg-setup.exe)




setool2 v0.91380083


Code:

- added PNX5230 CID52 flashing/usercode reset/network unlock (via special server)- added PNX5230 identify (defeated lazyness at last)- added normal e-gate vista drivers (tested and working 100%)- updated emptyboard support for "new security" db2012 chips- some minor "cosmetic works"



setool2 v0.91380084


Code:

- due multiple user requests, added REST file checking (press "identify", free)- due same reason added auto-seczone-backup feature (only when dcu60 used, press "identify", stored in backup\%imei%\, free)- enhanced altbypass behaviour when using com/ufs interface.

as usual, mirror on rapidshare, to light burden of support.

http://rapidshare.com/files/34687542...80084.rar.html (http://rapidshare.com/files/34687542/v0.91380084.rar.html)

update
sadly to say, i made a last-chance-bug in rest file detection (i should forget about code beautyfiers).
so please redownload version, if rest file detection is not work.

i bring my excuses for wasted traffic.

ADDIER
15/06/2007, 19:10:29
setool2 v0.91380086


- added db2012 brown cid51 support
(use eroms\db2012_erom_redcid51.ssw to convert phone to retail)
- during csca unlock PDA phones will switch to "normal mode" automatically
(well, at least they should - tested on m600/p990/w950)
- "old security" pda bypass speed increased
- other minor improvements/bugfixes rapidshare link:

http://rapidshare.com/files/37394231/v0.91380086.rar.html


***********

setool2 v0.91380089

Code:
- added possibility for converting BROWN PDA phones to RED.
howto:
1. go to PDA tab.
2. select MODEL (any will do job)
3. uncheck all settings on settings tab.
4. add to firmware packages eroms\pda_ccpu_convert_red49.zip
5. press flash.
6. your brown prototype phone ready to run with latest firmware.
(thx going to arash for remote testing on his own brown PDA.)

- updated db2020 bypass loader, thus fixed bug with occasional flashing stalls,
when altbypass option enabled.
- misc cosmetic works.
rapidshare link:
http://rapidshare.com/files/38027975...80089.rar.html (http://rapidshare.com/files/38027975/v0.91380089.rar.html)



*********



setool2 v0.91380091

Code:
-added PDA brown cid36 to red49 conversion
(use eroms\pda_ccpu_convert_red49_signed_brown36.zip)
- fixed AnyCID db2012 flashing with altbypass used
(f.e. when using cid52 flashes in cid51 phones)
- fixed brown cid49/cid51 file operations (amazing - somebody using it ;) )
- cosmetic works
rapudshare link:

http://rapidshare.com/files/39540383...80091.rar.html (http://rapidshare.com/files/39540383/v0.91380091.rar.html)

ADDIER
25/07/2007, 01:07:06
setool2 v0.91380092


small bugfix update

- z530 "recovery" was broken,fixed.
- server error messages verbosity increased.
- some internal not important updates/fixes.

ADDIER
25/07/2007, 22:05:28
setool2 v0.91380093


- added IMEI change patch for db2020 cid49/51 phones.

alas, but universalbugz released IMEI change patch for db2020,
and because of that i forced to release same on setool2.
of course, setool2 solution has nothing common with universalbugz
way (i even not know yet how they making their patch)
and developed by myself in educational purposes long-long time ago.

please be certain, that you can use IMEI patch on own phone only for
educational purposes,otherwise you breaking law and blablabla.

note, that it is NOT IMEI repair (security zone repair), but PATCH.
it will NOT repair red blink phones and can only be executed
on 100% working phones.
if you flash main (update on seus) - OLD IMEI will be restored.

patch is working on all recent DB2020 firmwares.
i have no idea and can't guarantee that it will work on new firmwares.
(well, i CAN guarantee that it will NOT work ;) )


now, howto.
well, you already know how, if you ever tried
(of course, for educational purposes only) IMEI change for
db2000/2010 models.

in short - you have 2 ways.

first way:
1. select model, on settings check "use altbypass","use server",
"allow IMEI change when unlocking","patch otp<>gdfs check in firmware"
2. on semc tab press unlock.
phone will be unlocked and you will be asked for new IMEI. cost - 1 credit.

second way:
1. select model, on settings check "use altbypass","use server",
"allow IMEI change when unlocking","patch otp<>gdfs check in firmware",
"unlock after flash"
2. on semc tab, select main,fsimage,custpack. press flash.
phone will be flashed, customized, unlocked and
you will be asked for new IMEI. same, 1 credit.

ADDIER
04/08/2007, 16:27:29
setool2 v0.91380094


- finally i got P1 phone and so - P1 support added.
supported flashing,gdfs read/write,usercode read.
unlocking supported via special server (read: not supported)
- by request, during flashing phone on semc tab,
file in misc. edit now can be script or package.
- other bugfixes and bugs.

current P1i firmwares available on support.

ADDIER
16/08/2007, 12:40:08
setool2 v0.91380095

SEMC end release.


- added FREE db2020/pnx5230/db2012/PDA
custpack uploading/gdfs read/write/userlock operations.
you need CHECK use server (fill any login details) for it.
if you WILL CHECK "use alternative security bypass",
you WILL need credits.
note - cid49/cid51 UNLOCKING via flash patch still requires credits.
ps.
fuck to idiots, who called themself griffin team.
if anybody not understands, language changing and flashing now FREE4ALL.

ADDIER
19/08/2007, 23:01:04
setool2 v0.91380096

thieves release #2.


- added IMEI change via patch for cid50/51 db2012 phones.
howto:
select needed model.
on settings, mark "use server","use alternative bypass",
"alllow IMEI change when unlocking","patch OTP<>GDFS check"
press UNLOCK, enter desired IMEI.
patch requires 1 credit.

note, that is FLASH PATCH, so it IMEI will change to original
if you flash main part of firmware.

ps.
go-go-go, unibugz. steal it properly.

ADDIER
30/08/2007, 11:27:11
as our "friend" mizzzer from kukuruzer "team" talks:
"we uploaded another 10gigz of flashfiles on our zupport"
welll, here we going with hot fresh p1 flashes

P1_Wayfinder_r6e30.zip
P1i_Generic_Arabic1_r6e30.zip
P1i_Generic_Arabic2_r6e30.zip
P1i_Generic_World1_r6e30.zip
P1i_Generic_World2_r6e30.zip
P1i_Trade_Russia_r6e30.zip
P1i_Trade_Singapore_Chinese_r6e30.zip
P1i_Trade_Thailand_r6e30.zip
note that arabic2,gw2 has disabled ciphering algo.
well, it can be easily fixed - just look inside archive and check .gdfs files.

ADDIER
31/08/2007, 10:49:10
somehow i forget about pityful z310 phones.

Z310 R6BC002 firmware and custpacks are uploaded.



**********

minor firmware and custpacks update for w660.

the empire strikes back http://www.mobile-files.com/forum/images/smilies/wink.gif (http://www.mobile-files.com/forum/images/smilies/wink.gif)

special servers are open to all.

from last letter till end letter, repeating infinite times, until you understand topic completely.

in short - cid52/cid53/pnx5230 full permanent unlocking are back to public.

En pocas palabras: Habilitado desbloqueo definitivo de CID52/CID53/PN5230

ADDIER
26/10/2007, 02:32:06
following firmwares available on support area.
not all language packs available yet for k810,w610,t650,z310.
most probably, complete language packs will be reachable in nearest time.

s500 r8ba024
k530 r8bb001
k770 r8ba024
k800 r8ba024
k810 r8ba024
w580 r8ba024
w610 r8ba024
w660 r8bb001
w880 r8ba024
t650 r8bb001
z310 r8ba024

cid52 service closed for public

all "waiting" credits will be returned to users in 72 hours after request when they will press info button.

signature calculation on .198 server temporary opened for public....

ADDIER
07/11/2007, 05:04:44
v0.914006/UNI

- SEMC A2 phones support added.
currently supported : flashing, gdfs read/write, scripting, userlock reset.
standalone, no server needed. network unlock will be added later (via server)
RED,BROWN phone domains supported.
only DCU60 interface supported.

new script commands:
taread:AAAABBBB
read TA unit (former gdfs), where AAAA= partition number, BBBB - unit
tawrite:AAAABBBBDDDD....
write TA unit (former gdfs), where AAAA= partition number, BBBB - unit,
DDDD.... data

note, that script command "readfile:" not supported by retail loader.
note, THAT YOU SHOULD USE CUSTOMIZE PACKAGE.

- a lot of GUI updates,like increased profiles number for each phone model,
IMEIs in queue, etc,etc.
- a lot of many other things, so there should be bugs. hunt them and report
in beta-testing thread.
- added latest SEMC USBFLash (working with all phones) and PDA drivers.

- that release in mainly bug hunting release, planning add some
cheap phones support soon (well, at least flashing ;) ).uploaded following firmwares and customization packs for a2 phones:
(not all langpacks, but most of them)


k850 r1ca029
k850 r1ca037
v640 r1ca029
v640 r1ca037
w910 r1ca029
w910 r1ca037
z750 r1ca029
z750 r1ca031ps.
thx goes to supreme for A2 testing and for some langpacks.



**********


signature calculation on .197 server temporary opened for public....

ADDIER
07/11/2007, 15:24:34
v0.914007/UNI James Bond Release ;)

- fixed MAJOR bug, which prevents almost all operations from work.
(unlock by patch, cid49 operations, etc).

- fixed .vkp script processing

- added "complete phone" support for a2 phones.
it writing generic custpack with all languages enabled.
for PROPER complete - please use "normal" custpacks.

- still more bugs ? hunt them ;)


signature calculation on .196 server temporary opened for public....


*********


v0.914009/UNI

- fixed slow phone search when doing second part of CSCA unlock
- fixed "can't open port err:006" after gdfs read
- several gui bugs fixed.

- still more bugs ? hunt them ;)



important.

i got two reports that a2 phones after flash go to infamous 5lock state.
it is some bug in semc firmwares, because to solve that "locks after flashing",
you need just power circle your phone.



********

updated t650 and z310 r8x firmwares and custpacks.

ps.
guys, you still waiting for kukuruzer's "monday release" ? congrats.
stop wasting yours time, buy setool2.


********


196,198 servers temporary uptime ended.
maybe for 1 day.
maybe for one week.
maybe forever.

***********

Code:
v0.914012/UNI

- gdfs commands for A2 phones was broken in script processing. fixed.
- added experimental flashing support for j110/j120/k200/k220 phones
(currently works flash,flash read,eeprom read)
- added experimental k200/k220 seczone repair (simlock remover)
select k200/k220 model and press unlock to execute it.
note. experimental. so pretty please use eeprom backup option.
- still more bugs ? hunt them ;)

ps.
j110/j120/k200/k220 flashes will be uploaded asap...

************


well, stupidity is rule in SEMC market today.

first, gti released cid52 patch on public - thus bringing semc market to deadline.

and now, most idiotic move, in zuliko style goes from flea & mizer - beloved kukuruzer.

they released gti patch for free, but taking logs FOR AIR.

more - they even dare to talk about "solution is protected".
what a cheap shit.

of course, we know why they release gti's patch - cause setool2 started patch sales,
while kukuruzer's "programmer" can't even make PDA flashing

so, by doing that thing, kukuruzer killed semc market.

forever shame on them.
spit on them when you can.
write "SHIT" with big letters on their forum.

okay, enough talks.



Code:
v0.914013/UNI

- added STANDALONE,FREE db2020 cid52 unlock,imei change, etc by flash patch.

how to use:

1. select db2020 model, any
2. on options mark "use server,user alternative security bypass"
if you want unlock - mark "unlock after flash"
if you want IMEI change - mark "patch otp/gdfs check, allow IMEI change"
3. back on semc tab
4. add to firmware corresponding MAIN,FSIMAGE,CUSTPACK (or script)
5. press FLASH

when asked, detach phone, remove battery, insert battery, attach phone.

i STRONGLY recommend you use DCU60 for that procedure,
cause CID52 security bypass on com/ufs require ~25 min,
while on DCU60 you need ~11mins

ps.
if you KNOW (hint: identify) main firmware version and only want
unlock/change IMEI, then you can reflash only main part of firmware.

link on rapidshare:
http://rapidshare.com/files/70822013/v0.914013.rar.html

ADDIER
19/11/2007, 23:16:21
v0.914014/UNI

- added .vkp processing for cid52 flashpatch
- if anybody experienced problem "bypass archive not found" it must be ok now
- bug on ufs interface with cid52 flashpatch fixed (if anybody using it ;) )


*******

v0.914015/UNI

Code:
- from now after first stage of cid52 security bypass
user required to press "ready" to continue
(will greatly helps when doing many phones at once, suggested by AlexG)

- "can't get packet props" after flashing should be fixed now
(still unsure, cause can't repeat it 100% on mine phones,
thx to vasilius for GREAT help during bug investigating)

- some minor bugfixes (yes, Arash, pda+ufs will be good now ;) )

hopefully next version will bring us corrected j110/j120 flashing and unlock.
maybe even t250 will be supported (at least flashing/userlock reset)
well, if all be well, A2 unlock by logs will be enabled too.

ps.
are all setool2 users wrote "shit" on kukuruzer forum ?

********

uploaded fixed versions of flashfiles for j110/j120 - old flashfiles caused phone restart after some time.

i read on forum many messages like "bug in 015, can't connect PDA phone"
mans, are you blind ? can't read ? mentally ill, like miserable kukuruzer team ?
it is clearly written :

Code:
please select any COM port as interface
so JUST DO IT - select ANY com port as interface,press desired operation and connect phone to cable.

ADDIER
05/12/2007, 02:37:08
updated script version for cid49/51->cid52 db2020 conversion.

following TACs (first 6-digits of IMEI) supported:



35170701
35170801
35170901
35171001
35194101
35194201
35194301
35220601
35220701
35220801
35240101
35282601
35283601
35283701
35306501
35306601
35342701
35381301
35399601
35457901
35462501
35462601
35463701
35463801
35463901
35464801
35464901
35471601
35489301
35489401
35491101
35536301
35570401
35578501
35601901
35665701
35665801
35715401
35731501
35851601

ADDIER
05/12/2007, 19:00:11
v0.914016/UNI

- added correct network unlock via patch for j110/j120 phones
(hehe, world first as far as i know ;) )

howto:
select phone model and press unlock.
power on phone, press <**<, enter any code.

if yours firmware unsupported for patch - you have two options
- read fullflash (start 0 len 3F0000), upload it to rapidshare and PM me link
- flash any firmware from support and do unlock

- ultrafast and ultrasafe userlock reset added for j1x0,k2x0 phones
(select model, press unlock)
- there is two new files in script folder
j1x0_total_reset.arm - flash it to TOTALLY reset j110/j120 phone
k2x0_total_reset.arm - flash it to TOTALLY reset k200/k220 phone
(calltime,usercode,pictures,settings,etc is reset)

- slight cosmetic changes that were requested by arash.

ps.
i will not do "unauthorized phone" repair and other eeprom errors for
j110/j120 - for that use other tools - they deserving own peace of bread ;)

ADDIER
13/12/2007, 19:18:54
v0.914018/UNI

- fixed db2020 emptyboard filling (5 locks after emptyboard fill) bug.
Great sorry for that.
- many internal rebuilds to reduce memory consumption,etc.
so be ready for bugs.
- minor bugfixes

ah yes, almost forgot -
- added pnx5230 cid51 unlock by patch, change IMEI,
crossflashing, complete filesystem support.

both dcu60 and com/ufs are supported, while i STRONGLY recommend DCU60

( that is NOT "gti" method, if someone want to start blabling.
Instead,i'm sure that all "developers" will use my way
and loaders patched by me from that release ;) )

method requires 1 credit.

usage very same as CID49/CID50/CID51 db2012/db2020:

- check "use server", "alternative security bypass"
(that is mandatory), then
- if want to change IMEI - check
"unlock after flash",
"patch otp<>gdfs check in firmware",
"allow to change IMEI when unlocking"
- if want to unlock - check "unlock after flash"

note!.
when you using com, z310 phone can "stall" on restart phase.
in that case, remove battery for 3-5 seconds, then insert it back.

rest files are uploaded on support area, in original rest files folder.

ADDIER
15/12/2007, 00:37:44
v0.914019/UNI

- A2 gdfs readout was incorrect from the beginning. fixed. thx,arash.
- pair of cosmetic fixes.

finally - z310 rest files
http://www.topsony.com/forum_es/local_links.php?catid=932&linkid=15451 (http://rapidshare.com/files/76437053/z310_rest_r1jc002_r1kf001_r6bc002_r8ba024.rar.html )



********

v0.914020/UNI

- sometimes setool2 hangs on "Starting up..." session. fixed.
thx to arash for reporting and hard testing.

- for fun added "phone branding" readout in identify.

update only (replace old exe starting from 018 version with new)
Downloads - Se Tool - v0.914019_to_v0.914020 - Top Sony (http://www.topsony.com/forum_es/local_links.php?catid=932&linkid=15452)



*************


while kukuruzer trying to make pda flashing (hehe, with such temp they will make it in next summer ;) - need i say,that setool2 users were first to enjoy pda flashing from 18-12-2006 ) and tells shits for our beloved setool2, we are working:

r8ba024 firmware updated for s500 phone, uploaded for k550 phone, and started to appear for k610 phone.

gogogogo, "lead programmer", steal 'em all ;) make your "lead" ;)


************

*v0.914021/UNI*

- added *full a2 unlock via server.*

usage is extremly same as with cid52 db2012/cid2 pnx5230/cid53 P1:
select phone model
on options, check "use server","do full unlock"
enter yours username/password
back to a2 tab
press unlock
request placed in queue, wait some time (up to 72 hours), retry.
follow program instructions (power on phone, install modem drivers,etc)

- misc bugfixes
:Downloads - Se Tool - v0.914020_to_v0.914021 - Top Sony (http://www.topsony.com/forum_es/local_links.php?catid=932&linkid=15453)
ps.
thx to arash for logo.

MaxDamage
20/01/2008, 23:13:43
v0.914022/UNI
- added support for Locosto-based SEMC ODM models: at present it is T250,Z320.
supported both HS (red) and GP (brown) models, interfaces: com/ufs only

present features:
flashing, flash read, userlock reset, network unlock (z320 is NOT rebooting after unlock )
TA (eeprom) backup auto-creating after each phone boot.
be warned:
booting of locosto-based phones is tricky process - perhaps, you will need to disconnect/connect cable/battery several times before phone will start booting.
BE WARNED:
always select correct model: z320 for z320 phones, t250 for t250 phones
Keep TA backups !
if you somehow damage TA area and have no backup - you have dead phone

- fixed rare bug with "old security" pda phones (appears in 021 version)
- some gui changes/fixes/addons
- perhaps, added some bugs so please test and report issues.

http://www.topsony.com/forum_es/local_links.php?catid=932&linkid=18570
(http://rapidshare.com/files/85199416/v0.914020_to_v0.914022.rar.html)

MaxDamage
23/01/2008, 14:21:19
you can find on support area next new firmwares:

Code:
k770 r8bc004
t650 r8bc004
w580 r8be001

some k790 r8bc004
some k800 r8bc004
few w880 r8bc004
also recently was uploaded a bunch of r1da038 firmwares for w910,k850

MaxDamage
23/01/2008, 14:21:46
v0.914023/UNI

- modified locosto hs bypass algo, should be better now
(previous algo sometimes producing "romboot not answering" error)
- added flash manufactured output for j110/j120/k200/k220 phones.
- operator digit was swapped in identify output.
Downloads - Se Tool - v0.914020_to_v0.914023 - Top Sony (http://www.topsony.com/forum_es/local_links.php?catid=932&linkid=18573)
(http://rapidshare.com/files/85840628/v0.914020_to_v0.914023.rar.html)

MaxDamage
24/01/2008, 02:19:15
Z250 firmwares uploaded on support area.
please, select Z320 phone to work with Z250.
when news/bugs will be enough, i'll release version with Z250 model selectable.

MaxDamage
28/01/2008, 15:48:15
updated k630 firmware.
added few w890 firmwares (use any A2 model).
finally added z610 r1kh001 firmware.

MaxDamage
29/01/2008, 00:22:20
updated j110_j120 simlock patches for latest firmwares
(firmwares will be uploaded shortly)

RapidShare: 1-Click Webhosting (http://rapidshare.com/files/87424144/j110j120patches.rar.html)

MaxDamage
30/01/2008, 14:47:17
Code:
updated firmwares for j110_j120 to latest (r1d,r1d)Code:

Code:
From now on server will NOT accept calculations requests,
if that IMEI is CALCULATING for other user.
you will see error like:
.......
Waiting for calculation process...
RESPONSE: "IMEI WAS ADDED BY ANOTHER USER" (0)
Error "IMEI WAS ADDED BY ANOTHER USER" during signature calculation
.......

Code:
warning.
due technical problems, signatures database lost on .197 server.

so, all users who experienced "double add to queue" problem and
previously added phone to queue on 27,28,29 january
please write me short PM with

username/password/phone imei - and i will restore yours lost credits.

once again.

that is applicable ONLY for .197 server and ONLY to phones,
which was added to queue on 27,28,29 january.

you SHOULD NOT write to yours resellers.
you SHOULD NOT write to forum moderators.
you SHOULD NOT write to unlocker.

you SHOULD write to me and only to me ONLY via PM.
all ICQ users, who will try to contact me regarding that problem,
will get immediate and forever IGNORE.

sorry for troubles, that is life.


also, users with A2 phone can experience "dead" phone after writing signature,
which was calculated on 29,30,31 january by .197 server

in that case do following

1. restore more earlier security units backup from
backup\%imei%\%imei%.backup
2. delete wrong signature from
backup\%imei%\%imei%.sign
3. make another request
4. write me pm with username/password/phone imei
and i will restore back 6 credits.

MaxDamage
12/02/2008, 14:34:14
r8bf003 firmwares uploaded for k790/k800 phones
latest (r6g04/r9k009) firmwares uploaded for p1/w960 phones.

ADDIER
13/02/2008, 23:00:07
v0.914024/UNI

- added support for flash,usercode reset,gdfs and file operations
for cid53 pnx5230 phones (z555,w380 at present).
full unlock is possible via signature calculations
(only when signature calculcations are online)

- misc bugfixes, cosmetic mostly

- as usual, that it beta, so check for bugs and report them.

update eligible for 020 version ONLY, just unrar archive from distributive and
point updater to that directory.

Downloads - Se Tool - v0.914020_to_v0.914024 - Top Sony (http://www.topsony.com/forum_es/local_links.php?catid=932&linkid=18574)
z555,w380 r9ba023 firmwares uploading on support area.

MaxDamage
16/02/2008, 14:25:23
well, you wanted new firmwares ? you got them.

Code:
S500 R8BE001 firmware,fsimage,customizations uploaded
K630 R1EA030 firmware and few fsimages uploaded
K850 R1EA031 firmware and few fsimages uploaded
W890 R1EA030 firmware and few fsimages uploaded
W910 R1EA030 firmware and few fsimages uploaded
Z750 R1EA030 firmware and few fsimages uploaded

now you say - omg,wtf, why there is only one-two fsimage for r1ea03x a2 firmwares?
well, that is what we allowed to have by big daddy.

but... here is surprise:

Code:
if you noticed, there is files for each r1ea03x firmware, i.e:
K630_r1ea030_LangPack

do you know what is it? hell yeah! that is all possible languages.
just write that file... right, as custpack ..
together with available fsimage and you will get A LOT of languages.

if you don't want all languages, open langpack with any wanted
archiver and simple delete not needed languages.
here is contents of langpacks:

Code:
K630_r1ea030_LangPack
ar az bs cs en fa fr hr hu pl ru sk sl sq sr tl

K850_r1ea031_LangPack
ar az bg bs ca cf cs da de el en es et eu fa fi
fr gl he hr hu is it kk lt lv mk nl no pb pl pt
ro ru sk sl sq sr sv tl tr uk xl

W890_r1ea030_langpack
ar az bg bs ca cf cs da de el en es et eu fa fi
fr gl ha hr hu ig is it kk lt lv nl no pb pl pt
ro ru sk sl sq sr st sv tl tr uk xl yo zu

w910_r1ea030_langpack
ar az bg bs ca cf cs da de el en es et eu fa fi
fr gl ha he hr hu ig is it kk lt lv mk nl no pb
pl pt ro ru sk sl sq sr st sv tl tr uk xl yo zu

z750_r1ea030_langpack
ar az bg bs ca cf cs da de el en es et eu fa fi
fr gl ha he hr hu ig is it ja kk lt lv mk nl no
pb pl pt ro ru sk sl sq sr st sv tl tr uk xl yo
zu

ps.
not ask me what mean "xl,yo", etc means.
personal thanks to eerchy for k850 red firmware.
personal "fuckoff" to all other semc products (kukuruzer,etc)
which will (and they will,just believe me) use setool2 langpacks.


ps.
firmware upload just started, gently allow it to finish ...

ADDIER
16/02/2008, 18:10:20
recently i found one intresting article,here is excerpt from it:

Quote:
A MR3 sw for K200/K220

It’s the problem with “can’t store picture”
and “can’t power on” that is the main reason for this.
amazing, but that firmwares is on setool2 support now http://www.mobile-files.com/forum/images/smilies/wink.gif

for those who not understand:

Code:
r1ad001 (mr3) firmware for k200/k220 uploaded.

ADDIER
25/02/2008, 23:38:47
uploaded chinese,taiwan, hongkong r1ea031 k850 firmwares,
added some ready fsimages
uploaded chinese,taiwan r1ea030 w910 firmwares,
added some ready fsimages

ADDIER
27/02/2008, 00:05:29
recuerden,errores en setool, como errores de conexion, o programa se cierra solo, son bug de procesamiento, esto se debe solucionar con tiempo, solo desconectar y conectar de nuevo no, es problema de la box

ADDIER
04/03/2008, 20:28:12
v0.914025/UNI

- added preliminary db3150 r3b (?) support (chipID 0xC900)
- misc bugfixes, misc gui changes
- perhaps, new bugs

Downloads - Se Tool - v0.914024_to_v0.914025 - Top Sony (http://www.topsony.com/forum_es/local_links.php?catid=932&linkid=18572)

please note.
update can ONLY can be applied on v0.914024 installation.

ps.
soon there will be major update, which will kill for business all SEMC upto A2.
to find exact date of "soon" - check calendar and check setool2 history.

ADDIER
07/03/2008, 04:33:18
following firmwares updated or added on support area:

k660 r1ea030 firmware and custpacks
k660 r2ea033 firmware and custpacks
k790 r8bf004 MAJOR update of fsimages and custpacks
k800 r8bf004 MAJOR update of fsimages and custpacks
w380 r8bb001 firmware and custpacks
w890 r1ea030 firmware and custpacks
w890 r1eb003 firmware and custpacks
w890 r1ec001 firmware and custpacks
w890 r3ea033 firmware and custpacks
z555 r9bb001 firmware and custpacks
z750 r1db005 firmware and custpacks
z750 r1ea030 firmware and custpacks

ADDIER
07/03/2008, 04:33:30
v0.914026/UNI

bugfixes,bugfixes...

- fixed cid52 OTP writing, was broken eons ego.
- added DB2020 emptyboards eroms, which are safe to use with EROM upgrade.
- pnx5230 support was broken, should be fixed, reports are welcome.
- changed usb support, perhaps will be better,perhaps not.
public testing will show results.
- some internal changes/bugs/bugfixes/etc

Downloads - Se Tool - v0.914020_to_v0.914026 - Top Sony (http://www.topsony.com/forum_es/local_links.php?catid=932&linkid=18571)

please note.

update can ONLY be applied on v0.914020 installation.

ADDIER
07/03/2008, 20:00:52
traduccion

errores corregidos


escritura de la otp en cid 52
añadido DB2020 emptyboards eroms, que es salvo(seguro) para usar con la mejora de EROM.
PNX soporte roto los informes son bienvenidos
cambiado usb el apoyo, quizás será mejor, quizás no.
las pruebas de público mostrarán resultado
mejor ras en errores internos

ADDIER
07/03/2008, 21:27:33
K630 R1EA030 firmware and custpacks updated
V640 R1EA030 firmware and custpacks updated
V640 R1DA038 firmware and custpacks updated

ADDIER
10/03/2008, 20:56:48
*v0.914027/UNI*

- usb multi-flashing was broken, fixed
- added separate cda handling for each model.
cda.ini format
[model]
description=cda_value
- misc gui changes


v0.914020_to_v0.914027 (http://www.topsony.com/forum_es/../forum_pt/local_links.php?catid=1062&linkid=19596)

please not, that update *only * applicable for 0.914020 installation.

ADDIER
15/03/2008, 17:59:32
Z250 R1F002 (MR2) firmware uploaded
Z320 R1F002 (MR2) firmware uploaded

please note. in that release i separated langpacks (cda) with main firmware.
so you NEED to FLASH BOTH r1f002 main package AND needed langpack (cda)

ADDIER
17/03/2008, 22:04:43
T250 R5DC003 (MR2) firmware uploaded

ADDIER
20/03/2008, 22:02:56
*v0.914028/UNI*



*SEMC *moved to *CID53*. "thx" goes to GTI team.
*CID52 *became *outdated* and will not be used more.
*all *firmwares for *all *models are being converted to *cid53 *now by emma admins.
so - *cid53 *firmwares will be on support in few days.

alternative bypass WILL NOT WORK MORE. lets wait for somebody to do it ;)
---------

- added db2020 cid53 standalone flashing/usercode reset.
network unlock will work only via csca+signature servers.

rapidshare link
v0.914020_to_v0.914028 (http://www.topsony.com/forum_es/local_links.php?catid=1062&linkid=19617)
---------

ADDIER
03/04/2008, 04:19:24
recently were added some updated firmwares for w910,k850,v640, red53 k770, etc...
i was too lazy to pos

ADDIER
03/04/2008, 04:19:34
please open setool2.ini in notepad and replace
"servers=xxxxx" line to following

Código:
servers=server1.doesntexist.com,server2.doesntexis t.com,server3.doesntexist.com
IPs ,of course, will be valid, but they can be changed, so better use FQDNs.

ps.
don't know why i'm not done it earlier

ADDIER
04/04/2008, 05:10:05
uploaded k790,k810,t650 red53 firmwares

ADDIER
11/04/2008, 16:54:15
uploaded w660,s500 red53 firmwares and custpacks

ADDIER
14/04/2008, 00:05:48
uploaded red cid53 firmwares for k530,k818,w610,w888
uploaded firmwares for k858,w908
custpacks for that models are updated too.

ADDIER
19/04/2008, 18:41:29
uploaded *K850 r1ea037* firmware.
uploaded *k205* firmwares (for those who need them)
uploaded *k550im cid53* firmwares

ADDIER
21/04/2008, 03:57:32
updated Z770 firmwares and custpacks

ADDIER
26/04/2008, 16:30:01
uploaded *K550 red53* firmware and customization packs
uploaded *W880 red53* firmware and customization packs

ADDIER
05/05/2008, 15:30:40
uploaded following archives
j110.rar,k200.rar,k220.rar,k630_v640.rar,k850.rar, p1.rar,t250.rar,w380.rar,
w890.rar,w910.rar,w960.rar,z310.rar,z320.rar,z555. rar,z750.rar,z770.rar

(update: w580.rar,w200.rar,t650.rar,k810.rar,k770.rar,k530 rar )

which contain troubleshooting guide, disassemble instructions and repair movies.
thx,arash.

ADDIER
08/05/2008, 19:45:30
v0.914029

- added free,standalone,no testpoint, no additional expensive "tp cables"
alternative bypass method for following chipsets:
db201x cid52, db2020 cid52/cid53, pnx5230 cid52/cid53
all you need - is cheap TEST SIM CARD (or OPERATOR card)
please, see all details about that method in THAT (http://www.mobile-files.com/forum/showpost.php?p=371900&postcount=47) FAQ post.
- fixed gdfs write problem in db201x brown phones
- added support for loader inside phone
(for QUICK patch/etc operations using new alternative bypass method)
for that, run "executor" in phone (menu->games), then check in settings
"use preloader security bypass" and then do desired operation.
- misc other bugfixes, maybe some bugs, check and report.

that method was impossible without help of darkmen,
lead programmer from davinci team.
it was he, who discovered main idea of altbypass.
it was discovered when we tried to break db2020 cid52 in july 2007.
after he shared idea with me, in same day we have full implementation of
alternative bypass for db2020.
then when we decided to put that method free (due different reasons)
i quickly adapted method for db2012/pnx5230 phones.

because of that - davinci has full rights to use mine loaders/etc,
which are used in that method and i willingly shared it with them.

i think darkmen will enable support for it in next hour-two.



v0.914029 (http://www.topsony.com/forum_es/local_links.php?catid=1140&linkid=20275)


(http://rapidshare.com/files/113522169/v0.914029.rar.html)

ADDIER
08/05/2008, 19:46:12
q:
How to service db2010/db2020/pnx5230 cid52/cid53 using new setool2 (>=v0.914029) alternative bypass method ?
what problems i can meet and how to resolved them ?
what precautions should i follow ?

a:

terms:
phone should work fine.
red blink, white blink, etc phones are NOT supported.

you can only use alternative bypass if your phone has supported firmware (you have BOTH rest file and bypass package)
if yours firmware not supported, either flash supported firmware (only main part in enough) or post request on forum.

BEFORE using new alternative bypass method you SHOULD turn phone on and install CSCA(MODEM) drivers.

i STRONGLY recommending to browse that FAQ and (http://www.mobile-files.com/forum/showpost.php?p=371900&postcount=47)READ (http://www.mobile-files.com/forum/showpost.php?p=215780&postcount=27) article about com-ports growth - there is (http://www.mobile-files.com/forum/attachment.php?attachmentid=30737&d=1210027913) EXTREMLY helpful file,which
prevents discovering of same phone models as new devices.

if you are capable user, you can edit .inf files of CSCA(MODEM) drivers - we only need to install
Sony Ericsson Device XXX bus driver and Sony Ericsson Device xxx USB WMC Modem - all other devices is not needed.
that will help you to save comport numbers.

important! if your phone had unsupported firmware and you flashed main part (all parts) of supported - you MUST power on phone, so phone will update new firmware info.

because of way new alternative bypass method works, you need
TEST SIM card (mcc/mnc 00101) or OPERATOR SIM card. (you must be able browse phone menu,etc)

supported following models:

db2012 cid52 - normal CID52 phones (w200,w300), abnormal CID52 phones (k310,k510,w810,z550)
db2020 cid52/cid53 phones
pnx5230 cid52/cid53 phones

supported operations:
unlock via patch, all additional things that setool2 can provide.

YOU AGAIN NEED REST FILES !!!! FOR ALL MODELS, WHICH ARE SUPPORTED FOR ALTBYPASS !!!
GET THEM FROM SUPPORT SITE OR DO IT YOURSELF

Procedure of new alternative security bypass :

1. select correct phone model
2. go to settings tab,
3. check BOTH "signed mode (using server)", "enable alternative security bypass", that is required
4. optionally, check "unlock after flash", "patch otp<>gdfs check in firmware"+"allow to change IMEI when unlocking" (read precautions)
5. optionally, check "complete phone after flash" (i recommend use custpacks)
6. go back to semc tab
7. if you need, add main+fsimage+custpack (script)
8. press desired operation
9. when asked, disconnect phone, insert TEST SIM, power on phone fully and connect it.
10. HOLD "C" (or "2" for w880/simular) BUTTON ALL THE TIME UNTIL PHONE REBOOTS.
11. when asked, disconnect phone, remove battery, insert battery, then connect phone while holding corresponding button ('C' or '2' for w880). In 99% cases phone will reboot and connects automatically.

approximate time for unlock by patch using new alternative bypass method is 160-180 seconds on one phone.

precautions:
please take care that there is NO (at least, i can't get) cid52 firmwares for following db2010 phones: k310,k510,w810,z530,z550

luckily, k310,k510 can be flashed with w200 firmware, so we can always return them to original state.

but it is NOT related to w810,z530,z550 phones.
cause there is no firmwares, we can't recover them in case of error.

because of that, one mistake with that phones - and you get deadweight.
you have been warned.

under mistake i mean:
- terminated flash or anything,which prevents phone from starting up
- changed IMEI of phone, which prevents phone from using new alternative bypass method.

will repeat again:

DO NOT WRITE FOREIGN IMEI IF YOU NOT HAVE BACKUP IN DB2010 CID50/51/52/53 , DB2020 CID49/51/52/53, PNX5230 CID49/CID51/CID52/CID53 PHONE

THINK 10 TIMES BEFORE CHANGE IMEI IN W810/Z530/Z550 CID 52 PHONES
DO NOT EVEN THINK TO MESS UP FIRMWARE IN W810/Z530/Z550 CID52 PHONES

possible problems:

in case of terminated flash/etc you can always return phone to life by flashing any original firmwares into them -
and then it ready for execution again http://www.mobile-files.com/forum/images/smilies/wink.gif

short info of firmwares we have and have not:

db2012 k310 (via w200),k510 (via w200) ,w200,w300 - CID52 firmwares available.
db201x abnormal CID52 phones Z530,Z550,W810 - NO CID52 firmwares.
db2020 - supported CID52/CID53 firmwares available
pnx5230 - supported CID52/CID53 firmwares available

on "step 11" phone not connecting, but simple turning on

due delicate bypass process such thing is possible, but that happens VERY-VERY rare.
nothing weird happens in that case - you have 4 choices what do :

1. terminate process (press stop) and retry from beginning.
2. as phone powered on now, go to menu->games and run program called "executor". phone should "turn off",sometimes with white screen,sometimes not. Continue procedure then (step 11)
3. if you run "executor",but pressed stop - go to settings, check "enable preloader security bypass" - now you can do any operation with phone, like unlock/etc.
4. reflash phone in "signed mode" and start from step 1. (idiotic, isn't it ? )

on step 11 setool2 stucks in loop with message "PHONE NOT READY YET", but phone is turned on okay

well, better ask semc programmers why that happens... anyway - to solve that -
just press "STOP" ONCE - setool2 will continue procedure.

on step 11 i got message "CAN'T START EXECUTOR,RETRYING..."

it is okay to have that message if phone not in "normal mode" or starting up. just switch phone to normal mode and wait.


following firmwares are supported:

W880

R1JC002_CXC1250640_GENERIC_AI
R1KC001_CXC1250640_GENERIC_AI
R1KG001_CXC1250640_GENERIC_AI
R6BC002_CXC1250640_GENERIC_AI
R8BA024_CXC1250640_GENERIC_AI
R8BC004_CXC1250640_GENERIC_AI
R8BE001_CXC1250640_GENERIC_AI

Z310
R1JC002_CXC1250594_GENERIC_AL
R1KF001_CXC1250594_GENERIC_AL
R6BC002_CXC1250594_GENERIC_AL
R8BA024_CXC1250594_GENERIC_AL
R8BA024_CXC1250790_VODAFONE_AL

W710
R1EE001_CXC1250433_GENERIC_CH
R1GB001_CXC1250433_GENERIC_CH
R1JC002_CXC1250433_GENERIC_CH

Z710
R1EF001_CXC1250434_GENERIC_CN
R1JC002_CXC1250434_GENERIC_CN

K510
R4EA031_CXC1250231_GENERIC_CO
R4GC010_CXC1250231_GENERIC_CO

W850
R1ED001_CXC1250200_GENERIC_CY
R1GB001_CXC1250200_GENERIC_CY
R1JC002_CXC1250200_GENERIC_CY
R1JG001_CXC1250200_GENERIC_CY
R1KC001_CXC1250200_GENERIC_CY
R1KG001_CXC1250200_GENERIC_CY

K310
R4DA044_CXC1250466_GENERIC_DO
R4EA031_CXC1250466_GENERIC_DO
R4GC010_CXC1250466_GENERIC_DO
r4da044_CXC1250472_ORANGE_DO

W830
R1JC002_CXC1250705_GENERIC_EA
R1JC002_CXC1250713_CMCC_EA
R1KG001_CXC1250705_GENERIC_EA
R1KG001_CXC1250710_CHINA_EA

K790
R1CC003_CXC1250477_DEV_EV
R1EG001_CXC1250477_GENERIC_EV
R1GB001_CXC1250477_GENERIC_EV
R1JC002_CXC1250477_GENERIC_EV
R1JG001_CXC1250477_GENERIC_EV
R1KC001_CXC1250477_GENERIC_EV
R1KG001_CXC1250477_GENERIC_EV
R8BC004_CXC1250477_GENERIC_EV
R8BF003_CXC1250477_GENERIC_EV

W660
R6AD001_CXC1250446_GENERIC_FY
R6BC002_CXC1250446_GENERIC_FY
R8BB001_CXC1250446_GENERIC_FY
R8BE001_CXC1250446_GENERIC_FY

W810
R4CE012_CXC1250316_GENERIC_HN
R4CK003_CXC1250316_GENERIC_HN
R4EA031_CXC1250316_GENERIC_HN
R4GC010_CXC1250316_GENERIC_HN
r4db005_CXC1250316_GENERIC_HN

W300
R4EA031_CXC1123260_GENERIC_JE
R4GG001_CXC1123260_GENERIC_JE
R9A031_CXC1123260_GENERIC_JE
R9A035_CXC1123260_GENERIC_JE
R9A036_CXC1123260_GENERIC_JE

W350
R10BA015_1204-3117_GENERIC_JH

W580
R6BC002_CXC1123362_GENERIC_LA
R8BA024_CXC1123362_GENERIC_LA
R8BE001_CXC1123362_GENERIC_LA

W380
R10BA015_1201-4421_GENERIC_LE
R9BA023_1201-4421_GENERIC_LE
R9BB001_1201-4421_GENERIC_LE

K550
R1JD001_CXC1250669_GENERIC_LI
R1KC001_CXC1250669_GENERIC_LI
R1KG001_CXC1250669_GENERIC_LI
R6BC002_CXC1250669_GENERIC_LI
R8BA024_CXC1250669_GENERIC_LI

S500
R6AC003_CXC1123326_GENERIC_LY
R6BC002_CXC1123326_GENERIC_LY
R6BC002_CXC1123460_CHINA_LY
R8BA024_CXC1123326_GENERIC_LY
R8BE001_CXC1123326_GENERIC_LY

W200
R4GB001_CXC1250719_GENERIC_ME
R4GC012_CXC1250719_GENERIC_ME
R4GH001_CXC1250719_GENERIC_ME
R4HA014_CXC1250719_GENERIC_ME
R4JA011_CXC1250719_GENERIC_ME

Z555
R9BB001_1202-6764_GENERIC_MG
R10BA015_1202-6764_GENERIC_MG
R9BA023_1202-6764_GENERIC_MG

Z550
R6BA033_CXC1250583_GENERIC_ML
R6CA009_CXC1250583_GENERIC_ML
R6GA004_CXC1250583_GENERIC_ML

Z530
R6DA001_CXC1250454_GENERIC_MU
r6ac001_CXC1250454_GENERIC_MU
r6ba030_CXC1250454_GENERIC_MU

V630/K618
R1JC002_CXC1250556_VODAFONE_MW
R1JE001_CXC1250556_VODAFONE_MW

Z610
R1ED001_CXC1250546_GENERIC_MY
R1EJ001_CXC1250546_GENERIC_MY
R1GB001_CXC1250546_GENERIC_MY
R1JC002_CXC1250546_GENERIC_MY
R1JG001_CXC1250546_GENERIC_MY
R1KH001_CXC1250546_GENERIC_MY

W610
R1JD001_CXC1250747_GENERIC_NA
R1JE001_CXC1250747_GENERIC_NA
R1KC001_CXC1250747_GENERIC_NA
R1KG001_CXC1250747_GENERIC_NA
R6BC002_CXC1250747_GENERIC_NA
R8BA024_CXC1250747_GENERIC_NA

K530
R6BC002_CXC1250912_GENERIC_NC
R8BB001_CXC1250912_GENERIC_NC
R8BE001_CXC1250912_GENERIC_NC

K810
R1KC001_CXC1250811_GENERIC_SM
R1KG001_CXC1250811_GENERIC_SM
R6BC002_CXC1250811_GENERIC_SM
R8BA024_CXC1250811_GENERIC_SM
R8BE001_CXC1250811_GENERIC_SM
R8BF003_CXC1250811_GENERIC_SM

T650
R8BB001_1200-2562_GENERIC_SN
R8BC004_1200-2562_GENERIC_SN
R8BE001_1200-2562_GENERIC_SN

K610
R1ED001_CXC1250374_GENERIC_TH
R1GB001_CXC1250374_GENERIC_TH
R1JC002_CXC1250374_GENERIC_TH
R1JG001_CXC1250374_GENERIC_TH
R1KC001_CXC1250374_GENERIC_TH
R1KG001_CXC1250374_GENERIC_TH
R8BA024_CXC1250374_GENERIC_TH

K770
R8BA024_1201-7587_GENERIC_VI
R8BC004_1201-7587_GENERIC_VI
R8BE001_1201-7587_GENERIC_VI

K800
R1ED001_CXC1250210_GENERIC_WI
R1GB001_CXC1250214_CHINA_WI
R1JC002_CXC1250210_GENERIC_WI
R1JG001_CXC1250210_GENERIC_WI
R1KC001_CXC1250210_GENERIC_WI
R1KG001_CXC1250210_GENERIC_WI
R8BA024_CXC1250210_GENERIC_WI
R8BC004_CXC1250210_GENERIC_WI
R8BF003_CXC1250210_GENERIC_WI

ADDIER
09/05/2008, 15:21:06
v0.914030

- "complete after flash" was broken when using new
"alternative security bypass" mode. fixed
- "use preloader bypass mode" not allowed
"unlock" operations. fixed
- memory overrun was present, which sometimes
prevents phones from booting. fixed.

v0.914029_to_v0.914030 (http://www.topsony.com/forum_es/local_links.php?catid=1145&linkid=27983)

ADDIER
12/05/2008, 16:38:16
v0.914031

- by request added pause after preparation part of new altbypass method.
please check FAQ (http://www.mobile-files.com/forum/showpost.php?p=371900&postcount=47) for change in procedure.

- added possibility to create restoration files automatically.
for that, identify phone to find out what firmware inside.
then, add that firmware to firmware area and identify phone AGAIN.
rest file will be created if firmware is okay.

- added all latest BYPASS PACKAGES

RapidShare link for v0.914029_to_v0.914031.exe (http://rapidshare.com/files/114417150/v0.914029_to_v0.914031.exe.html)

ADDIER
13/05/2008, 02:49:27
si no tenemos un rest file con la version 31 colocamos el MAIN del telefono obviamente correcto eh igua. y presionamos IDENTIFY asi se crea automaticamente el REST file para evitar estar buscando ;)

saludos

ADDIER
16/05/2008, 01:55:57
WARNING. WARNING. WARNING

if you ever downloaded *lastest* rest files from following links:


Code:
---------
http://www.filefactory.com/file/8fec9f/
http://www.filefactory.com/file/491933/
http://www.filefactory.com/file/12bee3/
http://www.filefactory.com/file/2f80d2/
http://www.filefactory.com/file/c82e7d/
---------
please note, made *incorrect* files for following phone models:

k750,w700,k600,w900,w550,w600,*w350,w380,z310*
you *will lose logs and produce "dead" phones (need reflash)* if will use that files.

you will see next error message (names can vary)


Code:
---------
Restore from:R1JC002_CXC1250594_GENERIC_AL
verify block error
last blk:44140000,00010000
gdfsWrite no ACK
Unlock FAILED
---------
* ORIGINAL SETOOL2 REST FILES ON SUPPORT ARE OKAY*

* PLEASE, DELETE INCORRECT REST FILES (EXTRACT ATTACHED SCRIPT, PUT IT IN SETOOL2 DIRECTORY AND RUN)

AND USE ORIGINAL FILES FROM SETOOL2 SUPPORT OR USE AUTOMATIC RESTORE FILE CREATION FEATURE OF 031 VERSION.
*
***************

ADDIER
16/05/2008, 16:15:46
v0.914032

- not important bugfixes, just merged latest fixes in different modules.

[/URL][URL="http://www.topsony.com/forum_es/local_links.php?catid=1145&linkid=27984"]v0.914029_to_v0.914032 (http://rapidshare.com/files/115342679/v0.914029_to_v0.914032.exe.html)

ADDIER
20/05/2008, 02:01:27
*v0.914033*

- added *FREE STANDALONE* new alternative bypass method
for db201x cid50/cid51, pnx5230 cid49/cid51, db2020 cid49/cid51.
you DO NOT NEED logs for them anymore.
PLEASE CHECK FAQ (http://www.mobile-files.com/forum/showpost.php?p=371900&postcount=47) for *important*instructions.

- added all latest bypass packages

Rapidshare link (http://"http://rapidshare.com/files/116172799/v0.914029_to_v0.914033.exe.html)

ps.
we forced to complete "free4all",because griffin "team" boldly stoled
our solution and made everything for free and *completely* unprotected,
like they always do.
They even used our executor, and changed inside everything
to "griffin team". Well, that is exactly what i expected from any team.
there is too much crocodiles and lake is dried ;)

ADDIER
20/05/2008, 22:37:03
soporte para unlock sin subir de cid, liberacion total.''FULL'' 160 segundos

ADDIER
21/05/2008, 20:19:20
*v0.914034*

- added FREE STANDALONE new alternative bypass method
for *db201x cid53* phones.

please note that due lack of all needed loaders,
"identify" for cid53 db201x phones will only work with DCU60.

RapidShare link (http://rapidshare.com/files/116633283/v0.914029_to_v0.914034.exe.html)

ADDIER
24/05/2008, 15:17:38
some w200 cid53 firmwares are uploaded. main and SFA-files only for now.
filesystems will be uploaded as they appear.

uploaded w200 red53 filesystems and firmwares r4gb001 r4gh001 r4ha014 r4ja011 r4jb001
uploaded w830 red53 filesystems and firmwares r1jc002 r1kg001

and little gift for setool2 owners: r1f030 firmware for k660 w890 w910
because that firmware is not released yet, i prepared language package with all language available inside.
treat that language package as customization file.

ps.
if you not need specific language - delete it from language packages.

ADDIER
24/05/2008, 15:18:01
uploaded r3ba030 firmware for c702. kinda exclusive http://www.mobile-files.com/forum/images/smilies/wink.gif
because that firmware is not released yet, i prepared language package with all language available inside.
treat that language package as customization file.

ps.
if you not need specific language - delete it from language packages

ADDIER
28/05/2008, 19:49:53
uploaded firmwares from G700, G900 PDA phones.

uploaded r1f030 firmware for z750 z770.
because that firmware is not released yet, i prepared language package with all language available inside.
treat that language package as customization file.

ps.
if you not need specific language - delete it from language packages.

ADDIER
28/05/2008, 19:50:26
http://www.mobile-files.com/forum/images/icons/icon1.gif
uploaded w200 red53 filesystems and firmwares r4gb001 r4gh001 r4ha014 r4ja011 r4jb001
uploaded w830 red53 filesystems and firmwares r1jc002 r1kg001

and little gift for setool2 owners: r1f030 firmware for k660 w890 w910
because that firmware is not released yet, i prepared language package with all language available inside.
treat that language package as customization file.

ps.
if you not need specific language - delete it from language packages.

ADDIER
03/06/2008, 23:45:55
uploaded r3ba030 firmwares,langpacks,custpack for c702.

ADDIER
03/06/2008, 23:46:03
uploaded r10ca001 fimrwares and langpacks for w380,z555

ADDIER
03/06/2008, 23:46:11
from now on cost of full unlock will be 8 credits (4 for signature part ,4 for csca part)

ADDIER
05/06/2008, 15:39:10
from now on cost of full unlock will be 7 credits (3 for signature part ,4 for csca part)

ADDIER
05/06/2008, 23:05:39
uploaded *w760 * r3ba031 r3ba035 firmwares,filesystems, custpacks
uploaded apac,hongkong,taiwan *c902* firmwares,filesystems,updated custpacks

ADDIER
11/06/2008, 16:21:38
*v0.914035*
-Updated A2 loaders to recent version
-Updated supported flash types for locosto-based phones
-Updated pphone model names
-Minor bugfixes

LINK:RapidShare: Easy Filehosting (http://rapidshare.com/files/121734826/v0.914029_to_v0.914035.exe.html)

-------------------------------------------------------
uploaded r1fa035 firmware for K850

because that firmware is not released yet, i prepared language package with all available languages inside.
treat that language package as customization file.
if you not need specific language - delete it from language package.

uploaded r3bf001 firmware and some langpacks for W980

ADDIER
13/06/2008, 15:53:01
uploaded *r1fa031 *firmware for *G502*.
i also included *g502_r1fa031_langpack.zip* with all possible languages,cause some langpacks (like israel) are not available for public

ADDIER
27/06/2008, 00:39:17
v0.914036

- added support for new locosto-based ODM phones - T270,T280,R300,R306,T303,etc.
supported flash,correct unlock by patch,usercode reset.
be careful - select CORRECT model and CORRECT flashfiles.
- updated phone model names
- minor bugfixes

RapidShare: Easy Filehosting (http://rapidshare.com/files/124675815/v0.914029_to_v0.914036.exe.html)

rapidshare LINK (http://rapidshare.com/files/124675815/v0.914029_to_v0.914036.exe.html)

ADDIER
01/07/2008, 15:31:01
*v0.914037*

- added testpoint for db2020 phones.
db2020 testpoint idea made by dre_ambox team.
as i respected that, i not included db2020 testpoint in setool2
for a long time. but anything ends sometime.
now, setool2 users can enjoy gdfs db2020 gdfs repair.

*usage*:
1. it is only and only for professional.
users,advanced users, please go away.
2. testpoint is +3.3 voltage, connected to specific pin.
we suggesting to use +3.3v battery
(battery ground *MUST* be connected with phone's GROUND)
3. go to emptyboard fill & repair.
4. select any db2020 model.
5. press "TP STAGE #1". read instructions and execute them.
6. press "TP STAGE #2". read instructions and execute them.
7. phone is *BROWN* now.
8. staying on "emptyboard fill and repair" write correct gdfs_in_*ssw* format.
9. if flashing went fine, flash db2020 erom with needed CID.
10. phone now retail and repaired. fullflash phone as usual.
testpoint pictures (courtesy of drea_mbox team) included.
after *SETOOL2* db2020 testpoint procedure phone *FULLY*
working in "alternative security bypass" mode withoyt *ANY* restriction.

- *greatly *increased locosto-based SEMC ODM phones security bypass time.
(instead ~50 seconds, now we have ~18 seconds)
- minor bugfixes.

RAPIDSHARE LINK (http://rapidshare.com/files/126115804/v0.914037.rar.html)
---------

Code:
---------
*warning !* our solution can *easily* fix phones, killed with
"kukuruzer zuide software" (based on out stoled solutions)

ADDIER
01/07/2008, 15:37:54
Esta actualizacion NO es para novatos por favor no lo intente SI no son usuarios expertos en SEtool,

se agrego soporte de REPAIR GDFS por medio de test point.. NO es facil pero si es mas sencillo que con dream BOX.

hare el video tutorial ..


EXPERTOS UNICAMENTE

ADDIER
01/07/2008, 15:39:40
q:
when i attaching phone using dcu60 i see following messages:

Code:
erom_readvar: error reading unit 1/725
error while reading security units
SECURITY UNITS CAN'T BE READ !
DAMAGED FIRMWARE/GDFS OR EMPTY PHONE

or

erom_readvar: error reading unit 1/851
error while reading security units
SECURITY UNITS CAN'T BE READ !
DAMAGED FIRMWARE/GDFS OR EMPTY PHONE
and process stops,but phone works normally on com/ufs.
what is root cause and what is solution ?

A:
that phone is tampered by d_reambox software.

during their famous method of "testpoint bypass", they writing patched erom with own custom loader embedded, patching simlock signature check and ... erasing simlock signature without any reason, which prevents setool2 from making backup.

i had write a post on their forum, but they too arrogant even to read it.

fix is extremly simple:

using com/ufs write next script in SIGNED MODE (check ONLY "USE SIGNED MODE" on settings)

for db2020:
Code:
gdfswrite:0001085144554D4D5944415441
for db2012:
Code:
gdfswrite:0001072544554D4D5944415441
alas, they custom loader also breaks alternative bypass support using dcu60 cable,
so you only can use SIGNED MODE with dcu60 after their "testpoint".

maybe i will write program (embed option in setool2) to restore tampered by d_reambox erom to correctly patched.

ADDIER
01/07/2008, 15:40:27
q:
when i flashing/completing/etc phone i got error like
Code:
loader startup: executed
Loader refused to start GDFS services,error is:29
loader GDFS startup failed, that is fatal
Elapsed: 734 secs.
what to do ?

a:
that error can be caused by different problems. lets see all of them

1. user has run "executor" application, which was not deleted after "new altbypass unlock".

solution -
select correct model
on settings check only "use preloader security bypass".
execute any operation, say : "read flash"

2. main software somehow has been damaged (cause of free tools, etc)
solution -
select correct model
on settings check only "use signed mode".
add to firmware area only main part of firmware
press flash (use com/ufs or dcu60 with "2+5" keys if phone not connecting with "C" )
after that, phone should show identify normally.

.... and if not....

3. gdfs area has been damaged (bad flash ic, firmware error,etc)
solution -

a) install empty flash chip and do emptyboard fill procedure
b) try to repair gdfs area with VERY complex testpoints
c) change both mcu+flash chip from other phone

ADDIER
03/07/2008, 14:37:55
http://www.mobile-files.com/forum/images/icons/icon1.gif
Code:
uploaded c902 r3bh002 firmware,fsimages and custpacks
uploaded z780 r3ba035 firmware,fsimage, all languages file,custpacks
updated w980 firmwares,fsimages,custpacks

Code:
ps.
today i browsed different forums and saw that mizerable kukuruzer idiot
again shitting from his mouth about copycats,killing phones,
"professional kukuruzer solutions",etc.

well, most probably you already know, that you can trust mizerable idiot
only when he telling about next payed update for his copycat "suite".

lets see next kukuruzer update - i'm sure we will find inside
another byte-by-byte copy/paste from setool2 ;)
of course, mizer will write that it is original solution,which was developed
by "great mastermind" , it is safe and not killing phones,etc.

all normal ppls should see mizerable thing as clown in circus.
so, just allow clown to entertain us.


also i noticed that some ppl, who own drea_mbox, accusing me in
"stealing tp solution" and negation of that.
that is not true, cause only thing we used from drea_mbox is testpoint
pictures, that was noted in announce and credits was given for
really great and hard work by drea_mbox team.

ADDIER
09/07/2008, 15:28:48
uploaded complete pack of RED53 k610 k610im k618 v630 w710 w850 z610 z710 firmwares and fsimages.

ADDIER
22/07/2008, 21:06:10
uploaded K630-V640-K660 full schematics and repair manual
uploaded K800-K810 full schematics and repair manual

ADDIER
24/07/2008, 19:40:32
uploaded C702 R3CA033 firmwares and *all_languages_pack*
uploaded C902 R3CA037 firmwares and *all_languages_pack*

ADDIER
07/08/2008, 16:31:52
uploaded K630-V640-K660 full schematics and repair manual
uploaded K800-K810 full schematics and repair manual

ADDIER
07/08/2008, 16:32:03
updated C702 R3CA033 firmwares and all_languages_pack
uploaded C902 R3CA037 firmwares and all_languages_pack

let me remember, that all_languages_pack is .zip file,which should be used as custpack.
of course, nobody stops you from deleting unneeded languages from it.

ADDIER
07/08/2008, 16:32:27
uploaded and updated r3ca033, r3ca038 firmwares and custpacks for w980

ADDIER
07/08/2008, 16:33:01
w760,c702,c902 r3ca037 firmware,fsimages and enormous custpack number uploaded.
also many other firmwares updated, check for "new" icon on support...

ADDIER
11/08/2008, 13:23:41
v0.914038

- added SCRC testpoint repair for db2012 phones.
supported CIDs : 50,51,52,53.
(db201x testpoint idea made by dre_ambox team).
usage:
1. it is only and only for professionals.
users,advanced users, please "go away".
2. testpoint is +3.3 voltage, connected to specific pin.
we suggesting to use +3.3v battery
(battery ground MUST be connected with phone's GROUND)
3. go to emptyboard fill & repair.
4. select needed db2012 model.
5. press "TP STAGE #1". read instructions and execute them.
6. phone is BROWN now.
7. now flash CORRECT db201x erom with needed CID.
NOTE, THAT EROM CID SHOULD BE >= OTP CID,OTHERWISE YOU WILL GET DEAD PHONE.
10. phone now retail,repaired and unlocked. fullflash phone as usual.
testpoint pictures (courtesy of drea_mbox team) included.
as all db201x shares same mcu, w200 testpoint picture is good
for all db201x phones.
IF YOU WROTE EROM WITH INCORRECT CID - USE "TP STAGE #2"

PLEASE NOTE, THAT CURRENT IMPLEMENTATION REQUIRES
VALID GDFS STRUCTURE. SO, IT SITUABLE ONLY FOR 5-LOCKS
REPAIR AND FULL STANDALONE UNLOCK.

- added all possible db201x eroms, now users can make cid50/51/52/53
phones from emptyboard phones
(not forget: add to firmware area gdfs_in_ssw FIRST and EROM LATEST)
- minor bugfixes.


RapidShare: Easy Filehosting (http://rapidshare.com/files/136408785/v0.914038.rar.html)

ADDIER
12/08/2008, 19:55:48
v0.914039

- PDA gdfs write was broken, fixed. thx to infogsmfor report.


RAPIDSHARE LINK (http://rapidshare.com/files/136883927/v0.914038_to_v0.914039.exe.html)

ADDIER
12/08/2008, 21:33:38
Un pequeño regalo para los usuarios con SEtool Box, un bypass completo hecho por mi, recopilando muchos bypass..:a30:

la contraseña es por MP, PARA EVITAR '''problemas'':a21:

Saludos

EDITADO POR ACTUALIZACION

The Best Bypass By ADDIER(Nueva version Full) (http://www.topsony.com/forum_es/local_links.php?catid=2397&linkid=40175)

ADDIER
22/08/2008, 20:53:58
uploaded K330 r1cd001 firmware

ADDIER
22/08/2008, 20:54:08
uploaded t280 r1cb002 (mr1) firmware

ADDIER
22/08/2008, 21:14:48
Hola aqui pueden descargar los drivers que eh compilado para su comodidad...:a06:
y los driver Cyberflex para los que necesiten (UC-10)

Saludos

Addier Top Sony Team


4shared.com - online file sharing and storage - download SEtool Drivers cyberflex.rar (http://www.4shared.com/file/60079172/f83085b4/SEtool_Drivers_cyberflex.html)



4shared.com - online file sharing and storage - download Drivers para Sony ericsson.rar (http://www.4shared.com/file/60079092/6771c20d/Drivers_para_Sony_ericsson.html)

ADDIER
26/08/2008, 04:58:41
uploaded t700 r3da020 firmware,fsimages,custpacks

ADDIER
31/08/2008, 16:31:25
uploaded *k660 **r1fa035 *firmware,fs images,custpacks.

ADDIER
17/09/2008, 13:01:06
v0.914040

- updated a2 loaders to recent versions
- added db3210 support
- updated bypass packages
- minor bugfixes

v0.914038_to_v0.914040 (http://www.topsony.com/forum_es/local_links.php?catid=2595&linkid=43290)

ADDIER
20/09/2008, 15:22:07
v0.914041*

- fixed old security PDA standalone support
- updated bypass packages
- minor bugfixes

v0.914038_to_v0.914041 (http://www.topsony.com/forum_es/local_links.php?catid=2595&linkid=43355)

ADDIER
20/09/2008, 18:04:36
Recuerden que se actualiza de 38 a 41..

ADDIER
25/09/2008, 00:48:06
uploaded k330 r1ce002, w902 r3da026+all_langpack,
updated t700 firmwares, g502 firmwares, c902 firmwares.

ADDIER
04/10/2008, 15:42:33
recently were uploaded c902 r3da028 firmware (many others versions updated),
w595 r3da026,r3da028,r3da029,r3da030 firmware uploaded
t700 firmwares major update, w902 firmwares major update.

ADDIER
14/10/2008, 12:50:39
signature request will require now 2 credits.
csca unlock will require now 1 credit.

ADDIER
31/10/2008, 18:29:55
v0.915016

- updated phone model names
- updated bypass packages
- minor and major bugfixes
- added script command for visual filesystem manipulating.

- added support for j132 ODM SEMC phone

- added support for unlock/repair/domain change of
ALL CURRENT SEMC A2 phones (cid49,51,52)
solution is standalone. please FULLY read THIS POST (http://www.mobile-files.com/forum/showpost.php?p=447783&postcount=50)

- added support for flash/fstools/unlock/repair of LG EMP-based phones,
at the moment ku580/kf75x/kt52x (cid54) are supported.

- added support for flash/fstools/unlock/repair of SAGEM EMP-based phones,
at the moment my850c (cid60) is supported.

rapidshare link HERE (http://rapidshare.com/files/159390879/v0.915016.rar)

happy HALLOWEEN.

ADDIER
31/10/2008, 18:30:05
thanks for retail c905 goes to foneclinic,mactermac,sma
thanks for LG KF750 goes to eerchant
thanks for hunting for proper LG tools goes to shadowman
thanks for nice splash screen goes to arash

flashfiles for LG and sagem are uploading, there is too much of them to
finish now, and i don't want to spoil myself HALLOWEEN and delay release.

ADDIER
31/10/2008, 18:30:16
WARNING. DUE SOME REASONS (HEHE) I BROKE K850 REPAIR,
PHONES WILL BECAME 5-LOCKS AFTER BYPASS OPERATION.
ATTACHED HOTFIX, ONLY FOR THOSE,WHO ALREADY DOWNLOADED 0.915016 RELEASE.
IF HOTFIX REFUSING TO INSTALL, YOU DO NOT NEED IT.

ADDIER
01/11/2008, 13:47:24
finally uploading of *lg 75x,lg ku580, lg ku52x *firmwares finished.
but it is just start...

yes, here is a brief description of lg firmware langpacks


Code:
---------
TIM ---- TIM/ITALY
CIS ---- RUSSIA
CZE ---- CZECHO
DEU ---- GERMANY
ESP ---- SPAIN
FRA ---- FRANCE
HUN ---- HUNGARY
GBR ---- UNITED KINGDOM
ITA ---- ITALY
CSM ---- COSMOTE/GREECE
POL ---- POLAND
ROM ---- ROMANIA
NLD ---- NLD/NETHERLANDS
PRT ---- PORTUGAL
GRC ---- GREECE
TSC ---- TESCO MOBILE/UK
SWS ---- SWISS/SWITZERLAND
VUK ---- VIRGIN MOBILE/UNITED KINGDOM
ORU ---- ORANGE UK/UNITED KINGDOM
SGP ---- SINGAPORE
BAL ---- BALTICS
AUS ---- AUSTRALIA
OPT ---- OPTUS/AUSTRALIA
VNZ ---- VODAFONE/NEW ZEALAND
VDA ---- VODAFONE/AUSTRALIA
BYT ---- BOUYGUES/FRANCE
MTB ---- M-TEL/BULGARIA
UKR ---- UKRAINE
ARG ---- ARGENTINA
CTI ---- CTI/ARGENTINA
PRN ---- PERSONAL/ARGENTINA
TFS ---- TELEFONICA/ARGENTINA
ERA ---- ERA/POLAND
HTE ---- HANOI_3HM_MOBILE/VIETNAM
ESI ---- PT PARASTAR/INDONESIA
MVN ---- MOVILNET/VENEZUELA
THA ---- THAILAND
STD ---- SUDATEL/SUDAN
USC ---- IUSACELL/MEXICO
YMN ---- YEMEN MOBILE/YEMEN
RLC ---- RELIANCE/INDIA
KTK ---- TELCOM/KENYA
MCL ---- CHINGUITEL/MAURITANIA
ATL ---- ALLTEL/USA
HIR ---- HUTCHISON/IRELAND
ORE ---- ORANGE/SPAIN
MBI ---- MOBISTAR/BELGIUM
O2U ---- O2/UNITED KINGDOM
CWT ---- CHUNGHWA TELECOM/TAIWAN
TWN ---- TAIWAN
NGR ---- NIGERIA
ATT ---- ATT/USA
TCL ---- TELCEL/MEXICO
TFV ---- TELEFONICA/VENEZUELA
O2D ---- O2D/GERMANY
IDN ---- INDONESIA
MYS ---- MALAYSIA
VNM ---- VIETNAM
CLP ---- CLARO/PERU
CHN ---- CHINA
SLO ---- SLOVENIA
TMK ---- T-MOBILE/CROATIA
TNH ---- TELENOR/SERBIA
BRA ---- BRASIL
VRZ ---- VERIZON/USA
RLC ---- RELIANCE/INDIA
CHM ---- CHINA MOBILE/CHINA
CNC ---- CARIBBEAN/JAMAICA
EPT ---- PORTA/ECUADOR
CTT ---- CARIB TNT/TRINIDAD AND TOBAGO
CRD ---- DIGICEL/CARIB JAMAICA
CRI ---- COSTA RICA
RSY ---- RADIOSHACK/USA
TLS ---- TELUS/CANADA
---------

ADDIER
03/11/2008, 20:45:56
v0.915017

- on some PNX5230 CID combination unlock by patch produced 5-locks
units with "err:19" message. that is fixed now
- k600 loader produced weird version output, that is fixed.
- added trim area images for completely killed a2 phones
(ta_forceopen err: 0006)

flash them as firmware. please note, that k850 trim area image only
working for K850, while for any other semc a2-phone
Shinobu_TA.ssw will do job just fine.

also please note, that for 100% normal work after trim area repair you
must full flash phone, then write gdfs package from normal working phone,
finally you must unlock phone.

i almost sure, thread with gdfs packages for a2 phone will appear soon.

rapidshare

ADDIER
07/11/2008, 13:54:31
v0.915018

- security backup was saved with wrong script command, fixed,
thx to gbluez for reporting.

RAPIDSHARE LINK (http://rapidshare.com/files/161507407/v0.915016_to_v0.915018.exe)

ADDIER
07/11/2008, 13:55:23
Respaldo de seguridad era salvado de manera erronea ahora a sido correjido

Gracias a gbluez por reportarlo

ADDIER
10/11/2008, 21:07:13
*v0.915019*

- possibility to repair total damaged a2 phones (err: 060101)
- latest bypass packages added
- misc bugfixes

please note.
there is common now to make mirrrors and etc of
setool2 updates.

be content to know, that i do NOT guarantee that ANY of that
mirrors NOT contains viruses,mailwares,whatever.

the ONLY 100% genuine updates are on support area and in that thread.

ADDIER
10/11/2008, 21:19:40
La subo para su comodidad puesto que solo estaba en el server y a veces es LENTO...

v0.915016_to_v0.915019 (http://www.topsony.com/forum_es/local_links.php?catid=2930&linkid=45975)

-Posibilidad de reparar por completo A2
-Nuevos paquetes de bypass agregados
-algunos errores resueltos

En general dice que algunos ''links'' contienen virus,malwares, y esas cosas por eso mejor bajarle del soporte o de Top Sony

ADDIER
18/11/2008, 14:33:50
v0.915020

- solved issue with lg kf75x phones with '01xxxx' IMEIs
such phones will be hanled and recognized automatically, but
you must manually enter generated unlock code.
unlock code can be entered by typing 2945#*750#
(in some cases, it will not work until you flash generic (open) firmware)
- latest bypass packages added
- misc bugfixes


rapidshare LINK (http://rapidshare.com/files/164701059/v0.915016_to_v0.915020.exe)

ADDIER
18/11/2008, 14:34:20
c905,g705 firmwares updated.

warning.
currently i have 2 reports of unsucceful lg kf75x unlocks attempts:
both phones has IMEI like 01151600xxxxxx

i suggest refrain from unlocking of such phones until everything will be cleared.
if anybody tried to unlock such phones and got positive results, reports will be useful.

ADDIER
29/11/2008, 14:19:31
- issue with some rare semc A2 phones,which failed to unlock, should be solved
- latest bypass packages added
- misc bugfixes

rapidshare LINK (http://rapidshare.com/files/168405750/v0.915016_to_v0.915021.exe)

ADDIER
12/12/2008, 14:48:57
texas Instruments engineers patched locosto bypass bugs in their IC and new IC already on market.

if you will get error "ROMBOOT not answering", in 90% it is new IC revision.

there will be update which allow you to flash and reset userlock of such phones, but network unlock will be impossible for some time.

ADDIER
16/12/2008, 21:04:02
v0.915025

- reintroduced direct unlock for telcel lg kf750/kf755
- added support for sagem my750x (experimental,released to test and fix)
- added support for lg kf757,lg ks520 (experimental,released to test and fix)
- added signed mode for locosto,neptune semc odm phones
"signed mode" should be checked
signed flashfiles should be used (uploaded on support)
possible flashing,userlock reset,total call time reset
network unlock not enabled (will be done later, via server)

note ! not all semc odm phones support USB (only latest)
note ! most odm phones in signed mode will work stable only on 460800 baudrate
note ! backups of trim area, made in signed and in unsigned mode
ARE NOT EXCHANGEABLE !!!!

- removed auto-ignition for semc odm phones when using 4in1 cable,
use manual ignition - that will eliminate troubles with booting that phones.
- latest bypass packages added
- misc bugfixes
- a lot of bugs, need to find and eliminate ;)

rapidshare LINK (http://localhost/)

ADDIER
17/12/2008, 14:49:34
v0.915026

- fixed db201X recovery bug
- fixed nasty cosmetic bug in general unlock procedure
- still should be more bugs ;)

rapidshare 025-026 UPDATE (VERY SMALL SIZE) LINK (http://rapidshare.com/files/173495536/v0.915025_to_v0.915026.exe)
rapidshare FULL SETUP LINK (http://rapidshare.com/files/173496385/v0.915026.rar)

ADDIER
21/12/2008, 11:55:46
i got sagem my750x phone finally and want to say:

please do not try to unlock sagem cid185,186 mobiles with current setool2 version.
wait for update.

ADDIER
29/12/2008, 13:30:42
v0.915027

- fixed cosmetic db2xxx gdfs write bug
- fixed bug with interface switching
- tested,fixed and approved support for lg db3200 cid54 phones
- lowered speed for locosto-based phones in alternative bypass mode
- removed experimental support for sagem a2 cid185,cid186 phones.
- added latest rest bypass packages

rapidshare 026-027 UPDATE (VERY SMALL SIZE) LINK (http://rapidshare.com/files/175622764/v0.915026_to_v0.915027.exe)
rapidshare FULL SETUP LINK (http://rapidshare.com/files/175622765/v0.915027.rar)

ADDIER
29/12/2008, 13:30:55
v0.915028

- fixed critical bug with unsigned unlocking of r306 phone.
- added S1 erom collection, flash in UNSIGNED mode
- added latest rest bypass packages

rapidshare 027-028 UPDATE (VERY SMALL SIZE) LINK
rapidshare FULL SETUP LINK

ADDIER
29/12/2008, 13:31:09
v0.915029

- a2 flashing speed increased ~15%
- enabled error correction protocol for semc a2 phones
- again lowered altbypass speed of locosto-based phones to 460800 ;)
- misc unimportant changes/cosmetic bugfixes

rapidshare 028-029 UPDATE (VERY SMALL SIZE) LINK
rapidshare FULL SETUP LINK

ADDIER
29/12/2008, 13:31:29
v0.915030

- csca unlock was broken, fixed

rapidshare 029-030 UPDATE (VERY SMALL SIZE) LINK (http://rapidshare.com/files/177837520/v0.915029_to_v0.915030.exe)
rapidshare FULL SETUP LINK (http://rapidshare.com/files/177837521/v0.915030.rar)

ADDIER
29/12/2008, 20:31:49
s1 network unlock enabled for both servers.

that means, users can unlock locosto-based semc phones with "bugfixed mcu"
and neptune-based phones.

to make full unlock user should check both
"signed mode" and "do full unlock instead usercode reset" settings.

first stage (signature calculation) will consume 2 credits.
second stage (unlock) requires at least 1 credit on account, but will NOT consume credits.

service NOT working all 24 hours, so try your luck...

ps.
big thanks goes to my friend eerchant, without him implementation of s1 unlock will take ages.

ADDIER
26/01/2009, 22:34:19
*v0.915031*

- officially approved support for sagem a2 cid185,cid186 phones.
die,kukuruzer (and other shit) stealers
(all you can do is steal and use ready stolen thing)
- added ECC mode selection for A2 phones.
"*mode 0*" required for phone,damaged by kukuruzer (and other shit)
for normal firmwares "*mode 1*" is required.
- fixed many minor and major bugs.
- added many minor bugs ;) maybe not ;)

rapidshare FULL SETUP LINK (RapidShare: Easy Filehosting (http://rapidshare.com/files/189283384/v0.915031.rar))

ADDIER
11/02/2009, 18:38:23
v0.915032

- fixed "lg ku580" unlock bug
(after unlock phone hangs on "lg logo" and repair flash was needed)
- some minor gui enhancements

rapidshare FULL SETUP LINK (http://rapidshare.com/files/192273343/v0.915032.rar)

ADDIER
12/02/2009, 16:53:30
*v0.915033*

- "gnd"-type testpoint was broken,fixed (thx to aamir zia for report)
- a2 loaders updated to current version
- bypass packages updated
- some minor not important changes
RapidShare: Easy Filehosting (http://rapidshare.com/files/197177636/v0.915033.rar)

Elitek550
02/03/2009, 05:10:04
*v0.915034*



- Corregido el soporte para los PDA.
- Corregido bug en las operaciones FS interfaces serie para los PNX5230.
- Añadido temporizador para los nuevos tipos de Test Point.
- Corregidos pequeños bugs.


v0.915034.rar (http://www.4shared.com/file/90766518/e8907802/v0915034.html)

Elitek550
04/05/2009, 16:43:46
*v0.915035*


- updated model list
- updated bypass packages
- added support for db3200 cid49,cid51,cid52 alternative security bypass
- added support for db3200,db3210 cid53 flashing,gdfs operations,etc
- added support for db3200,db3210 cid53 unlocking
(via signature server, at the moment 2 credits required)
1. select phone model
2. mark "signed mode", "do full unlock instead usercode reset"
3. press "unlock/repair"

- added CORRECT PDA ACPU EROM recovery support for all PDA.
1. select correct PDA model
2. find corresponding EROM in dist\eroms\, add it to firmware area
3. select correct com/ufs port
4. press recovery
5. connect turned off phone
6. reflash phone via USB with normal firmware
- few minor bugs fixed/added
- few gui enhancements

FULL SETUP v0.915035.rar (http://www.4shared.com/file/103405753/bf08af90/v0915035.html)

Elitek550
06/05/2009, 22:02:27
*v0.915036*


- fixed phonebook extraction for some old models
- by accident db3200 cid49,51,52 alternative bypass was broken,fixed

Actualizacion:

v0.915035_to_v0.915036 (http://www.4shared.com/file/103846610/d358984c/v0915035_to_v0915036.html)

Version completa:

RapidShare: Easy Filehosting (http://rapidshare.com/files/229445482/v0.915036.rar)

download v0.915036.rar (http://www.4shared.com/file/103852464/2af2a01b/v0915036.html)

Elitek550
30/05/2009, 01:57:37
*v0.915037*



- model list updated
- signed mode A2 loaders updated to latest versions
- some not important bugfixes


FULL SETUP v0.915037.rar (http://www.4shared.com/file/108693106/d12c1bb4/v0915037.html)

Elitek550
05/06/2009, 17:22:46
*v0.915038*


- timeout for A2 flashing increased, that fixed error
"can't get NET header" on some models in the end of filesystem flashing
- unsigned mode A2 loaders updated to latest versions
- some not important bugfixes


FULL SETUP v0.915038.rar (http://www.4shared.com/file/110110249/e73ce716/v0915038.html)

Elitek550
21/07/2009, 19:38:39
*v0.915039*



- signed mode S1 loaders updated to latest versions
- some not important bugfixes and addons

FULL SETUP v0.915039.rar (http://www.4shared.com/file/119704257/e85ce379/v0915039.html)

Elitek550
24/07/2009, 14:44:40
*v0.915040*


- fixed csca activation for a2 phones. greatly sorry.

RapidShare (http://rapidshare.com/files/259190875/V_0.915040.rar) v0.915040 (http://rapidshare.com/files/259190875/V_0.915040.rar)

4shared V0.915040 (http://www.4shared.com/file/120384385/2c8ddc8/V_0915040.html)

Elitek550
06/09/2009, 20:39:46
*v0.915043*


- added RESET mode for db200x,db201x,db2020 phones.
after such operation phone will became developer (brown) state.
you can do anything with phone (write gdfs, unlock,etc) while phone
in that state.

you can find all details in FAQ
(http://www.**********.com/foro/f35/reparar-gdfs-db200x-db201x-db2020-sin-usar-test-point-con-reset-setool-box-3-a-7167/)
- as side effect, pda emptyboard fill now enabled.

- added PATCH unlock for S1 phones (new security, old security, etc)
notice, that phones must have NOT TAMPERED security zone.
you can find all details in FAQ
(http://www.**********.com/foro/f35/tutorial-liberar-plataforma-s1-por-parche-con-setool-box-3-a-7166/)
please note, that it is PATCH unlock and after fullflash
phone will be locked again.

same thing applies to possible incorrect operation - just flash phone.


- as side effect, added possibility to flash unsigned firmware in any S1 phone.
that allow users to repair phones with damaged trim area.
that require s1 signature server, hopefully it will be online one day.

Descarga: v0.915043.rar (http://www.4shared.com/file/130916767/bf64b0b4/v0915043.html)
that is very-very beta software.
s1 patch unlock should be tested throughly.
we tested t303,t250,t280,r300,w302 but not other models,though they
should be supported just fine.

because of that, during short beta testing period price for
s1 security bypass, db200x,db201x,db2020 reset operation will be ZERO credits.

after short beta testing period we will setup corresponding price.

Elitek550
20/09/2009, 23:38:10
*v0.915050*


- added alternative security bypass for semc a2 cid53 phones.
that allow you to repair completely dead a2 cid53 phones:
- destroyed trim area
- foreign gdfs
- damaged semcboot

please note, that alternative security bypass for a2 cid53
IS NOT free and NOT STANDALONE (check prices for details)

please note, that if you will execute alternative bypass mode for a2 cid53
in order to unlock/flash/etc - you will lose device key and
drm functions possible will be damaged.

usage of a2 cid53 alternative security bypass exactly same as for a2 cid49/52
and explained in details in FAQ.

- because several guys researched "mystery" of a2 .cxc and released
own tools, i forced to release ".vkp" patching support for a2 phones.
please note,that ".vkp" patching will only work on phones in r&d state.

v0.915050.rar (http://www.4shared.com/file/135372339/d123af1c/v0915050.html)

Elitek550
28/09/2009, 18:17:27
*v0.915051*


- added full support for upcoming semc db3350 phones.
as there are no phones on market, we can not test it,
so support for db3350 marked as HIGHLY EXPERIMENTAL.

flashing/gdfs/filesystem operations should work flawlessly.
full unlock via signature and "alternative bypass mode" SHOULD work too,
but that things are absolutely not tested, so
MAKE GDFS BACKUP before doing full unlock
and only touch alternative security bypass if you absolutely crazy http://forum.gsmhosting.com/ubb/wink.gif
in any case, if phone will be killed - i will repair it for sure...
well, you have been warned.

please note, that alternative security bypass for a2 db3350 cid53
IS NOT free and NOT STANDALONE (check prices for details)

please note, that if you will execute alternative bypass mode for a2 cid53
in order to unlock/flash/etc - you will lose device key and
drm functions possible will be damaged.

- in some VERY RARE cases lg db3200 phones became completely dead
after unlock attempt or unlock/flashing procedure failed in start.
that should be fixed now, at least i received many good reports.

FULL SETUP (v0.915051.rar (http://www.4shared.com/file/135909303/de616db6/v0915051.html?s=1))

Elitek550
07/10/2009, 16:25:10
*v0.915052*



- tested,fixed and *apporved *support for db3350 phones, thx to *imobile*
as my "dear friends" used to say: world first, genuine,blablabla,etc.
anyway, i'm sure everything works now for db3350 -
- full signature unlock
- altbypass mode
- flashing,filesystem,gdfs,trim area operations.

- regarding a2 cid53 phones:
use *full signature unlock* for FULLY GENUINE unlock.
it is fast and furious (tm)
use alternative bypass mode for completely damaged phones.
it is slower, but can fix any software problem.

in next few days i will release next version, which will not damage
device key in a2 cid53 phones when using alternative bypass mode.

in any way, i strongly recommend to use full signature unlock for
a1/a2 phones - it is absolutely genuine and can not tamper anything.


*FULL SETUP* LINK ( v0.915052.rar (http://www.4shared.com/file/138542831/238330c2/v0915052.html))

Elitek550
13/10/2009, 00:15:34
*v0.915053*


- a2 cid53 alternative bypass will not damage device key anymore.
because of that one more phone restart required, but who cares ?

- "unlock during flash" enabled for s1 phone patch unlock

- some not important fixups, thx to imobile for bugreports.

FULL SETUP v0.915053 (http://www.4shared.com/file/140625431/87b0316f/v0915053.html)

Elitek550
08/11/2009, 02:41:55
*v0.915056


- added full support for s1_open PDA phones (satio).
big thanks to: cowboy, hardstone, shadowman,kris.sg for testing,
arash for logo.

notes:

in order to boot satio you MUST check "signed mode"
read flash requires "signed mode" and "alternative bypass" checked.
satio omap nand flash starts at 8000000

to execute network unlock/repair - check
both "signed mode" and "perform full unlock" then press unlock

to reset user code - check only signed mode and press unlock
if "unlock after flash" checked - user code will be reset after flashing.

to flash satio you must add zip package to firmware area.
do not unzip it !!!! just add.

- added possibility of generating new password for account.

FULL SETUP v0.915056.rar (http://www.4shared.com/file/148624938/7de7339a/v0915056.html)

Elitek550
02/12/2009, 03:01:55
*v0.915057


- added support repair dead db3200-based lg phones (gt505,etc)

procedure:
if /sys partition damaged
(you CAN'T read gdfs, eraseSecData errors)
add to firmware area gt505_syspart_fix.ssw
press flash
unlock phone
fullflash phone

if /drm partition damaged
(phone blinks on lg logo after /sys repair and you CAN read gdfs)
add to firmware area gt505_drm_fix.ssw
press flash
unlock phone
fullflash phone

- added support for repair semc a2 phones with flash cid>otp cid
procedure:
check "use signed mode",
"use alternative security bypass",
"use preloader security bypass"
press unlock
credits consumption same as a2 cid53 unlock feature.

FULL SETUP v0.915057.rar (http://uploaded.to/file/52c8p6)

Elitek550
15/02/2010, 00:54:28
*v0.915058


- added support for repair erom on semc new security locosto,neptune phones.

procedure:
1. select correct model
2. on settings check "signed mode"
3. add erom to firmware tab.

if you have neptune based phone: 1207-7713_EROM_S1_NEPTUN_HS_SEMC_SIMLOCK_R7A024.sin
if you have locosto based phone, then select situable from:
J132_EROM_S1_LOCOSTO_HS_USB_R5A038_64k.sin
K330_T280_T270_EROM_S1_LOCOSTO_HS_R5A028.sin
R300_R306_T303_S1_LOCOSTO_HS_R5A031_128.SIN
T250_CXC1250616_EROM_S1_LOCOSTO_HS_R5A022.sin
Z250_Z320_EROM_S1_LOCOSTO_HS_R5A023.sin

4.press recovery

procedure require internet connection and paid: locosto based - 1 credit, neptune based - 2 credits.

- added support for high speed usb flashing. flashing speed of semc a2 phones will be twice as usual.
- some bugs fixed, one was very important

FULL SETUP v0.915058.rar (http://www.4shared.com/get/219692051/d81140ef/v0915058.html)

*v0.915059


- broken db200x PDA support, fixed
- broken alternative bypass support, fixed

FULL SETUP v0.915059.rar (http://www.4shared.com/file/219839333/c5b8c6cc/v0915059.html?s=1)

*v0.915060


- broken calypso lite support, fixed
- further fixes for alternative bypass support

FULL SETUP v0.915060.rar (http://www.4shared.com/file/220666657/23dadbde/v0915060by_sx5ploto.html)

Elitek550
26/02/2010, 15:45:40
*v0.915062


- broken pnx5230 support,fixed
- solved "starting up..." hang issue when user installed usbflash drivers, but not connected any phone yet.

FULL SETUP v0.915062.rar (http://www.4shared.com/get/229708324/c202caad/v0915062.html)

Elitek550
14/03/2010, 06:01:23
v1.0 FINAL


- Added standalone support for reset operation, alternative security bypass for next chipsets:

supported s1 aid 0001,0002,0003.
supported a1/a2 cid 16,29,36,49,50,51,52,53,80

s1 omap
s1 locosto
s1 neptune
db 200x
db 201x
db 2020
db 3150
db 3200
db 3210
db 3350

Download (http://www.sendspace.com/file/js7k30)

v1.01 FINAL


- Fixed a2 cid80 support

Download (http://www.sendspace.com/file/u9usfg)

RapidShare (http://rs894.rapidshare.com/files/362903506/v1.01.rar)

Ivan08v
22/03/2010, 09:40:02
Desde el soporte de Setool Box

Some users on different forums missunderstood information about update. I will confirm one more time, you do not need any activation to use v1.0 FINAL. It is free for all SEtool users.
Activation only required for FUTURE releases.

All setool users can use V1.0 without any activation and without credits. Credits only required for FULL signature unlock of s1 phones and FULL signature unlock of a1, a2 phones

Ivan08v
01/04/2010, 04:50:55
v1.02

- added preliminary support for a2 cid26 phones (s5320 at the moment)
at the moment, network unlock possible by flashing special firmware from support
samsung s5320 should be connected with "9+#" pressed in order to enter boot mode.
all other functions supported without notable exceptions.

- added a2 db3150,db3200,db3210 emptyboard fill support.
you need special cable in order to successfully write OTP chip, +7.5v should be applied to DCIO (charger pin, pin 12)

Download v1.02 (http://rapidshare.com/files/369479447/v1.02.rar)

activation required in order to use that update.
just unpack 1.02.rar in existing setool2 directory
( setool2.ini not included in dist anymore, so your password/username will not be overwritten)
and run activator.exe.
i strongly advice users to run only activator.exe which included in v1.02 archive or from that LINK (http://rapidshare.com/files/369481181/Activator.zip).

activation cost 20 credits.

activation will assure that you will be able to use latest setool2 updates and use new support area.
old support area will be frozen, no new flash files will be uploaded on it. also, old support area will be terminated in that year

thanks for your support.

Ivan08v
01/04/2010, 04:52:28
v1.03

- broken db2000,db2010 red cid49 support unsigned mode, fixed.

Rapidshare Link (http://rapidshare.com/files/369646826/v1.03.rar)

Ivan08v
17/04/2010, 01:13:01
v1.04

- added support for samsung m5650 phone.
it is absolutely necessary to select correct model, otherwise phone will be trashed.
always add main part of firmware first when flashing.
- added unlock codes calculation for samsung s5320,m5650 phones.
select correct model, check signed mode, press unlock.
it is absolutely necessary to select correct model, otherwise nothing good will be done.
thx to zoio,GeniuSShadoW for testing.
- a2 emptyboard fill procedure now works as intended
- fixed support for unlock a2 cid80 phones, when signature server offline
- fixed few minor bugs
- updated drivers

Rapidshare Link (http://rapidshare.com/files/375182145/v1.04.rar)

Ivan08v
17/04/2010, 01:13:14
v1.05

- some newer ODM firmwares were not parsed properly, fixed
- few cosmetic fixes

Rapidshare Link (http://rapidshare.com/files/375470693/v1.05.rar)

Ivan08v
19/05/2010, 20:49:21
v1.06

- added support for qsd8250-based semc phones (x10 at the moment).
flashing,gesture lock reset,trim area read/write is standalone and free
please note, high quality usb cable required to work with x10.
network unlock is server-based and paid.
x10 network unlock disabled for public at the moment.

- added support for a2 cid81 phones.
flashing,user lock reset,gdfs area read/write is standalone and free
network unlock is server-based and paid.

- few cosmetic fixes

Rapidshare Link (http://rapidshare.com/files/388407599/v1.06.rar)

Ivan08v
19/05/2010, 20:49:34
v1.07

- fatal flashing bug fixed.
odm phones, pda phones was affected.
greatly sorry for inconveniences.

- memory consumption decreased while flashing x10 phones.

Rapidshare Link (http://rapidshare.com/files/388750093/v1.07.rar)

Elitek550
20/07/2010, 17:09:56
v1.084


- Los teléfonos LG gt40x desbloquear / reparar / flash funcionalidad ahora funciona como está previsto, compruebe FAQ para más detalles
- No es necesario después de reflash desbloquear algunos teléfonos específicos lg db3200 basada a partir de ahora
- Lg teléfonos db3200 basada en USB 2.0, ahora puede utilizar a toda velocidad
- Disminución de la memoria aún más el uso durante el flasheo de los teléfonos x1 por igual
- Correcciones de errores diferentes

Link: Setool v1.084 (http://www.4shared.com/file/k-Ne-rQA/Setool_v1084.htm)

Elitek550
25/08/2010, 04:24:18
v1.085


-updated a2 loaders
- updated s1 loaders
- different cosmetic bugfixes Link: Setool v1.085 (http://rapidshare.com/files/408138537/v1.085.rar.html)

v1.086


- Añadido soporte para w100_spiro, desbloquear la red se desactiva en el momento
- Modelo de la lista actualizada
- Correcciones de errores diferentes Link: Setool v1.086 (http://uploaded.to/file/832z2r)

Elitek550
28/09/2010, 16:17:09
v1.087


- samsung m5650 support was broken from ~1.08x version, fixed.

Link:Setool v1.087 (http://hotfile.com/dl/65954418/39fecb3/v1.087.rar.html)

v1.088


added unlock code request for w100 mobiles - and that is just start.

- we need special 12-digit serial number, NOT IMEI
- that special number can be readout during identify procedure for w100, starting from 1.088 version
- put 12-digit serial number in serial field on locks tab, press "request" button. if serial can be found, you will receive codes.
- cost of successful request - 1 credits.

fixed very rare "auth error" problem
few cosmetic fixes

Link:Setool v1.088 (http://hotfile.com/dl/66914356/b4c69ee/v1.088.rar.html)

v1.089


- lg u8550 operations were broken from some version,fixedM
- few cosmetic fixes

Link:Setool v1.089 (http://hotfile.com/dl/68978450/021b490/v1.089.rar.html)

Elitek550
20/10/2010, 05:04:28
Setool Box Actualización v1.09


- w100 unlock by codes made simple - now you just need to check signed mode, altbypass and press unlock.
- few cosmetic fixes,few minor functionality improvements

Link: Setools v1.09.rar (http://uploaded.to/file/4gzx6n/Setools_v1.09.rar)

KANSRVERO
24/12/2010, 16:28:50
Hola amigos, que paso con el tema Actualizaciones Setool Box.
Aportare con la ultima version Setool Box v1.10.

Los creditos que consume:

CREDITS CONSUMPTION

calypso lite/arima (ODM phones)
patch unlock is free
no unlock via server

locosto-based S1 phones (ODM phones)
patch unlock via server - 1 credit required
full unlock via server - 6 credits required (when signature server works)

neptune-based S1 phones (ODM phones)
patch unlock via server - 1 credit required
full unlock via server - 6 credits required (when signature server works)

STEricsson-based S1 phones (w100,w150...)
full unlock via server - x credits required ( unlock disabled for public )
full unlock via codes (please check if phone has unlock attempts remaining BEFORE requesting code) - 6 credits required

omap+db3210 based S1 phones (UIQ smartphones)
full unlock via server - 6 credits required ( aid 004 phones require s1 auth server to be online )

qualcomm-based S1 phones (ANDROID smartphones)
full unlock via server - x credits required ( unlock disabled for public )

db2000 cid17/cid41/cid42/cid54 (lg3g)
db2000 cid24 (old sharp 3g)
full unlock is free
patch unlock is free

db2000 cid16
full unlock is free
patch unlock is free
full unlock via server - 1 credits

db2000/db2010 cid29
full unlock is free
patch unlock is free
full unlock via server - 1 credits

db2000/db2010 cid36
full unlock is free
patch unlock is free
full unlock via server - 1 credits

db2000/db2010 cid49
full unlock is free
patch unlock is free
reset mode (repair erom) - 1 credits
full unlock via server - 1 credits

db2020 cid49
patch unlock standalone - free (required setool2 >=v0.914033)
reset mode (repair erom) - 1 credits
Full unlock 6+0=6 credits required

db2010 cid50
patch unlock standalone - free (required setool2 >=v0.914033)
reset mode (repair erom) - 1 credits
full unlock - 1 credits

db2010/db2020/pnx5230 cid51
patch unlock standalone - free (required setool2 >=v0.914033)
reset mode (not applicate for pnx5230) (repair erom) - 1 credits
Full unlock 6+0=6 credits required

db2020 cid52
patch unlock is free
reset mode (repair erom) - 1 credits
Full unlock 6+0=6 credits required

db2010/pnx5230 cid52
patch unlock is free (required setool2 >=v0.914029)
reset mode (not applicate for pnx5230) (repair erom) - 1 credits
Full unlock 6+0=6 credits required

db2000 cid53
reset mode - 1 credits
Full unlock 6+0=6 credits required


db2010/db2020/pnx5230 cid53
patch unlock is free (required setool2 >=v0.914029)
reset mode (not applicate for pnx5230) (repair erom) - 1 credits
Full unlock 6+0=6 credits required

db3150 (a2 platform) cid49,51,52
full standalone unlock is free
Full unlock 6+0=6 credits required

db3150 (a2 platform) cid53
reset mode - 1 credits
Full unlock 6+0=6 credits required

db3200 (a2 platform) cid49,51,52
full standalone unlock is free
Full unlock 6+0=6 credits required

db3200 (a2 platform) cid53
reset mode - 1 credits
Full unlock 6+0=6 credits required

db3200 (a2 platform) cid80,cid81
Full unlock 6+0=6 credits required

db3210 (a2 platform) cid49,51,52
full standalone unlock is free
Full unlock 6+0=6 credits required

db3210 (a2 platform) cid53
reset mode - 1 credits
Full unlock 6+0=6 credits required

db3210 (a2 platform) cid80,cid81
Full unlock 6+0=6 credits required

db3350 (a2 platform) cid53
reset mode - 1 credits
Full unlock 6+0=6 credits required

db3350 (a2 platform) cid80,cid81
Full unlock 6+0=6 credits required

S1 (locosto,neptune) phones with aid 0001,0002,0003 patch unlock operation is standalone and free in current setool2 version
db2000,db2010,db2020 reset operation is standalone and free in current setool2 version
db3200,db3210,db3350 with CID 51,52,53 reset mode is standalone and free in current setool2 version

v1.10.rar - 4shared.com - online file sharing and storage - download (http://www.4shared.com/file/jBLuefDk/v110.html)


AGRADECIMIENTO A ruroni925 moderador de un foro amigo

Elitek550
18/01/2011, 02:12:41
Setools v1.101


- ancient bug (from very start of s1 patch unlock )with patch unlock of z250 was fixed.
- updated loaders for few phone models
- few minor internal changed

Descarga:v1.101 (http://uploaded.to/file/vpnsek)

Setools v1.102


- flashing of DB200x-based PDA was broken in v1.01, fixed

Descarga:v1.102 (http://uploaded.to/file/azhhim)

Setools v1.103


- CCPU reset procedure could fail on some DB200X-based PDA phones, fixed.
- A2 loaders for SEMC phones updated to current versions

Descarga:v1.103 (http://uploaded.to/file/r0s9zg)

Elitek550
24/01/2011, 17:24:37
Setool v1.104



- fixed script processing for SEMC A2 phones with damaged filesystem

Descarga:v1.104 (http://uploaded.to/file/fh9hj3/Setools_v1.104.rar)

Elitek550
27/04/2011, 16:18:51
v1.105


- added support for qc8255-based semc phones (arc,neo,play) ( network unlock, flashing, trim area operations )

v1.106


- generic customization for A1,A2 phones, custpack info was broken, fixed
- old batch of smartcards was ignored, fixed

Descarga:v1.106 (http://uploaded.to/file/wbce383d/setools_v1.106.rar)

Elitek550
10/06/2011, 01:31:05
Setool Box v1.107


- gemalto TOP cards supported from now on
- SmartCard update required to use that and following setool2 versions
Descarga: v1.107 (http://www.fileserve.com/file/cr34hsy/SETOOL3_UPDATE_v1.107.rar)

Elitek550
13/07/2011, 18:36:33
Setool Box v1.1094


- finally sorted all issues with samsung cid26 emp-based phones.
- added x10i,x10a,so-01b unlock using alternative security bypass. check FAQ post for all details.
during promo period, cost is 0 ( zero ) credits. Promo period can be extended to forever.
- support area can only be access from now on by using setool2 >= v1.1094
- fixed many minor and major bugs.

Descarga:Setool Box v1.1094 (http://www.topsony.com/forum_es/local_links.php?catid=3745&linkid=79767)

Elitek550
02/08/2011, 05:30:19
SETool Update v1.1099


- added e10,e15,e16,u20 unlock using alternative security bypass. check FAQ post for all details. procedure require internet access and paid.

1. download setool2 v1.1099

2. make sure you have firmware with android 2.x, NOT 1.6. flash required firmware, if needed.

3. power on phone without sim card, go to menu->settings->applications->development, enable "usb debugging" connect phone to PC, install drivers from setool2 v1.1099 distr ( drivers\ADB_Drivers)

hint: i suggest to import DisableADBNumbering.reg, however that is not required.

4. select proper phone model. on settings check signed mode, use alternative security bypass, do full unlock instead usercode reset press unlock

follow program directions.

hint: when program tells "warming up...", manually power on phone fully, cause it will automatically enter charging mode.

after you see "GETTING ROOT ACCESS ..." DO NOT TOUCH PHONE until procedure complete.

it can happen ( very unlikely, though ) that ADB server will not recognize phone after reboot, so IF phone not detecting automatically and on status bar you can see "waiting for phone...", again - only in that case - disconnect phone from usb and connect it again, procedure should continue.

if not, well, repeat from start.

5. during testing period procedure will be free, however testing period will be very short ( until i wake up ) and credits will be taken after that,depending on testing results.

we tested service thoroughly and all went fine, but... well, you got idea. no any warranty, your phone can be killed,etc,etc,etc.

Descarga: Se_Tool_Box - v1.1099
(http://www.topsony.com/forum_es/local_links.php?catid=3745&linkid=79863)
(http://www.topsony.com/forum_es/local_links.php?catid=3745&linkid=79863)

(http://www.topsony.com/forum_es/local_links.php?catid=3745&linkid=79863)

Elitek550
11/08/2011, 18:41:27
SETool Update v1.1101


- added lt15,mt15,r800 (and other semc models based on MSM8255) unlock using alternative security bypass. check FAQ post for all details. procedure require internet access and paid.
- added pnx4910-based phones support (ck15_txt_pro at the moment).
supported all standard operations, network unlock, as usual, will only work when s1 signature server will work. - fixed

*SETOOL2 SMARTCARD UPDATE REQUIRED, ONLY IF YOU STILL NOT DONE IT.

important news

LGTool now absolutely free for all setool2 users, who activated their cards. just press "activate lg" in updater ( use updater/updater as login/password )



(http://www.topsony.com/forum_es/local_links.php?catid=3745&linkid=79864)Top Sony Descarga SETool Update v1.1101 (http://www.topsony.com/forum_es/local_links.php?catid=3745&linkid=79865)

Elitek550
16/08/2011, 19:31:58
SETool Update v1.104


- added unlock code request by IMEI. request cost - 10 credits, turnaround maximum 3 days.

how to do: go to LOCKS tab, fill IMEI, press "REQUEST" button. after ~1 day, check if request done: again fill IMEI and press request. if code will not be ready in 72 hours from request, credits will be automatically returned to account, when user check credits information.
*SETOOL2 SMARTCARD UPDATE REQUIRED, ONLY IF YOU STILL NOT DONE IT.


Descargar - Se_Tool_Box - v1.1104 (http://www.topsony.com/forum_es/local_links.php?catid=3745&linkid=79872)

Elitek550
24/08/2011, 17:15:35
SETool Update v1.106


- improved semcboot recovery for 8x55-based phones.
- implemented script operations, format trim area operations, dump flash operations for 8x55 phones using
alternative security bypass method. That allow fix phones with damaged trim area and many other interesting features. - simplified 8x55-based phones unlock, now need connect phone


SETool Update v1.107


- again improved recovery for 8x55-based phones.

recovery of phones with totally damaged both semcboot and trim area properly supported now.

Descarga: Se_Tool_Box - v1.1107 (http://www.topsony.com/forum_es/local_links.php?catid=3745&linkid=79874)

Elitek550
21/09/2011, 04:40:26
SETool Update v1.108


-De ahora en adelante,al usar el metodo de "unlock by altbypass" para telefonos con procesador qsd8250, msm7227 tambien se desbloquea el semcboot.
Los telefonos qsd8250,msm7227 con "bootloader unlocked" pueden flashear custom firmwares.
-Se ha añadido unos cuantos modelos a la lista de modelos, para que los usuarios no se confundan.
-Diferentes correcciones de errores, algunos son importantes.

Downloads - Se_Tool_Box - v1.1108 - Top Sony (http://www.topsony.com/forum_es/local_links.php?catid=3745&linkid=80001)

Elitek550
16/11/2011, 00:29:46
SETool Update v1.1202


- El procedimiento Altbypasstrabajará ahora para los teléfonos basados ​​en MSM7227, que con MCUs con fallo de seguridad fijo. SIN TEST POINT

- Cables de la resurrección no funcionan para MCUs con fallo de seguridad fix. Debido a esto:

- Los teléfonos, que ya están muertos deben ser recuperados utilizando el metodo JTAG, se podra escribir SEMCBOOT Original.

- Se reparo la interfaz USB rota para telefonos DB200x.

- Se añadio una lista de nuevos modelos para evitar confusiones con nuevos usuarios.

Descargar Setool Update v1.2202 - Top Sony (http://www.topsony.com/forum_es/local_links.php?catid=3745&linkid=80003)