GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > Product Support Sections > No More Supported Solutions (Dead Products) > No More Supported H/W Products > Cruiser Team Products > Cruiser Suite


 
 
LinkBack Thread Tools Display Modes
Old 01-12-2005, 13:49   #1 (permalink)
No Life Poster
 
gorbulas's Avatar
 
Join Date: Sep 2003
Location: somewhere nice and warm
Age: 61
Posts: 728
Member: 38800
Status: Offline
Thanks Meter: 1
Bugs in Cruiser 2.00 Beta


Cool Update

Trying to debrand a K500i.
I can attach the phone, i can unlock RSA, i can reattach and flash ARM and flash raw FS, then i push the button "turn of the phone" and the attach and thats it, the phone attaches, goes to "Phone hardware initialized OK" stands there for about 5 sec. and then it says:

Analyzing RSA protection...
Terminating bootstrapper thread...
Terminating worker thread...
All threads terminated

and detaches itself, within a second or two.

Next K500i: i canīt even unlock RSA, tried 7 times, always

Phone hardware initialized OK
Analyzing RSA protection...
Terminating bootstrapper thread...
Terminating worker thread...
All threads terminated


After that, you have to remove the battery from phone to reattach it!


Same phones, same battery, Cruiser 1.00, no problem.


wbr

Markus

Last edited by gorbulas; 01-12-2005 at 14:22. Reason: adding bugs
 
Old 01-12-2005, 14:24   #2 (permalink)
No Life Poster
 
Lead's Avatar
 
Join Date: Aug 2008
Age: 52
Posts: 3,292
Member: 1841
Status: Offline
Thanks Meter: 469
So, when you try to attach one phone, does it work the first time and fails the second time?
 
Old 01-12-2005, 14:49   #3 (permalink)
No Life Poster
 
gorbulas's Avatar
 
Join Date: Sep 2003
Location: somewhere nice and warm
Age: 61
Posts: 728
Member: 38800
Status: Offline
Thanks Meter: 1
Quote:
Originally Posted by Lead
So, when you try to attach one phone, does it work the first time and fails the second time?

No,

this was the case with the first phone. Sometimes i can Unlock RSA, sometimes i canīt. i have to try several times!

I just tried K700i, same problem.

I am using WIN2000 SP4


wbr

Markus
 
Old 01-12-2005, 14:53   #4 (permalink)
Crazy Poster
 
Join Date: May 2004
Posts: 50
Member: 64757
Status: Offline
Thanks Meter: 3
Hi Markus,

try to attach as S700/S710! This works with all 17 K700 here!

BR
Kai
 
Old 01-12-2005, 15:03   #5 (permalink)
No Life Poster
 
gorbulas's Avatar
 
Join Date: Sep 2003
Location: somewhere nice and warm
Age: 61
Posts: 728
Member: 38800
Status: Offline
Thanks Meter: 1
Quote:
Originally Posted by Coyote.
Hi Markus,

try to attach as S700/S710! This works with all 17 K700 here!

BR
Kai
Thank you, tried it allready, worked for 2 K500i but with the third one, same problem.
 
Old 01-12-2005, 15:06   #6 (permalink)
No Life Poster
 
gorbulas's Avatar
 
Join Date: Sep 2003
Location: somewhere nice and warm
Age: 61
Posts: 728
Member: 38800
Status: Offline
Thanks Meter: 1
Quote:
Originally Posted by Lead
So, when you try to attach one phone, does it work the first time and fails the second time?

Just tried another K700, Attached, unlocked RSA, Flshed Main Firmware and Raw FS without a problem, then attached and Cruiser goes straigt to the end.

When the phone attaches normal, there is no delay between "Phone hardware initialized OK" and "Analyzing RSA protection...", but when it doesnīt, there is a delay between this mesages, about 2-5 seconds, maybe this helps a little


wbr

Markus
 
Old 01-12-2005, 15:07   #7 (permalink)
No Life Poster
 
Join Date: Feb 2002
Location: Russia
Age: 44
Posts: 2,681
Member: 9519
Status: Offline
Thanks Meter: 2,150
@lead:

add more zeroes before hole.
also, better send large block with loader. then bypassing work almost 100%.
 
Old 01-12-2005, 15:20   #8 (permalink)
No Life Poster
 
Lead's Avatar
 
Join Date: Aug 2008
Age: 52
Posts: 3,292
Member: 1841
Status: Offline
Thanks Meter: 469
Quote:
Originally Posted by the_laser
@lead:

add more zeroes before hole.
also, better send large block with loader. then bypassing work almost 100%.
I use standard flash loaders and it seems that read flash command sometimes fails.
I have made some little changes to the charger line control code, so it might be that problem. Moreover, when lowering baudrate to 460800Bd helps...
 
Old 01-12-2005, 15:32   #9 (permalink)
No Life Poster
 
Lead's Avatar
 
Join Date: Aug 2008
Age: 52
Posts: 3,292
Member: 1841
Status: Offline
Thanks Meter: 469
Quote:
Originally Posted by gorbulas
Just tried another K700, Attached, unlocked RSA, Flshed Main Firmware and Raw FS without a problem, then attached and Cruiser goes straigt to the end.

When the phone attaches normal, there is no delay between "Phone hardware initialized OK" and "Analyzing RSA protection...", but when it doesnīt, there is a delay between this mesages, about 2-5 seconds, maybe this helps a little


wbr

Markus
This seems to be a very useful hint...
 
Old 01-12-2005, 17:29   #10 (permalink)
No Life Poster
 
Join Date: Feb 2002
Location: Russia
Age: 44
Posts: 2,681
Member: 9519
Status: Offline
Thanks Meter: 2,150
@lead:

maybe not in line of topic... did you encounter problem with when ft_w32_setcommstate in latest drivers from ftdi site ? seems it ignores rts/dtr enable/disable flags - after setcommstate where only baudrate changed - dtr and rts always on ;(

on step back drivers - all perfect.

any light ? or you uses VCP drivers ?


btw, readflash is working good at any speeds, just you need grab data in your "worker" thread faster. i set each 128 bytes and no more loss on damn highspeed com
 
Old 01-12-2005, 18:00   #11 (permalink)
No Life Poster
 
Lead's Avatar
 
Join Date: Aug 2008
Age: 52
Posts: 3,292
Member: 1841
Status: Offline
Thanks Meter: 469
Quote:
Originally Posted by the_laser
@lead:

maybe not in line of topic... did you encounter problem with when ft_w32_setcommstate in latest drivers from ftdi site ? seems it ignores rts/dtr enable/disable flags - after setcommstate where only baudrate changed - dtr and rts always on ;(

on step back drivers - all perfect.

any light ? or you uses VCP drivers ?


btw, readflash is working good at any speeds, just you need grab data in your "worker" thread faster. i set each 128 bytes and no more loss on damn highspeed com
I am using VCP drivers. If I were to choose which driver to use now, I'd prefer D2XX of course...
But at the time of my choice the XON/XOFF protocol implementation in D2XX was faulty.

I can just recommend you to report that bug to the provider.
 
Old 01-12-2005, 19:54   #12 (permalink)
No Life Poster
 
Lead's Avatar
 
Join Date: Aug 2008
Age: 52
Posts: 3,292
Member: 1841
Status: Offline
Thanks Meter: 469
Ok guys, I've just uploaded Cruiser 2.00 gamma to support area.
In case of persisting problems, just turn off the "Analyze configuration" checkbox.

Now I must relax for a while...
 
Old 01-13-2005, 07:36   #13 (permalink)
No Life Poster
 
muppet's Avatar
 
Join Date: Oct 2003
Location: Auckland, New Zealand
Posts: 3,034
Member: 42570
Status: Offline
Thanks Meter: 11
Quote:
Originally Posted by Lead
Ok guys, I've just uploaded Cruiser 2.00 gamma to support area.
In case of persisting problems, just turn off the "Analyze configuration" checkbox.

Now I must relax for a while...
Gamma is working well for me, I have upgraded and debranded two K700i's with it. Attached many times to them both to test, couldn't fault it.

Have a beer, you've earned it!
 
 

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bug in ns 5.0 beta topcomgsm NSPRO 1 10-31-2008 12:58
..:: Screenshot 2 for Symbian OS (Series 60) 2.00 Beta ::.. Javajohn Nokia Multimedia 2 12-17-2005 11:39
Bug in v3.9.3 beta AlexG NSPRO 1 12-02-2005 09:29
minor bugs on cruiser 3.00 alberto_fiol Cruiser Suite 5 03-01-2005 08:09

 



All times are GMT +1. The time now is 12:20.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.20560 seconds with 9 queries

SEO by vBSEO