s5vi's Motorola p2k phone page
February 09, 2012, 10:38:02 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Over 30000 member ! Under heavy spammer attack ! Cleaning in progress !
V-6.0.0 with CDMA support is available now.
To become VIP: you can do it via PayPal: http://www.el-co.hu/p2k05/paypal.html
 
   Home   Help Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: V-4.1.3 another w2k bug fixed  (Read 8690 times)
0 Members and 1 Guest are viewing this topic.
s5vi
Administrator
Hero Member
*****
Offline Offline

Posts: 769



WWW Email
« on: February 02, 2007, 08:00:17 am »

http://www.el-co.hu/dl/P2kCommander-V4.1.3.zip

When drivelist contains more than 10 items, you can scroll drivelist.
Logged

Viper_T
Newbie
*
Offline Offline

Posts: 15


« Reply #1 on: February 02, 2007, 01:20:30 pm »

Hi s5vi.

Just tested your new release but same bug than previous version (system tray icon always left orange but I can see all files into /a).

Can you confirm it?

Rgds
Viper
Logged
s5vi
Administrator
Hero Member
*****
Offline Offline

Posts: 769



WWW Email
« Reply #2 on: February 02, 2007, 01:41:07 pm »

Yes, i havent time to rewrite P2kAutostart...   Sad
Logged

xwray
VIP
Newbie
*****
Offline Offline

Posts: 29


Email
« Reply #3 on: February 03, 2007, 02:27:49 am »

Excellent! Everything appears to be working fine. Thank you very much. I hope that you continue to fine tune/enhance P2K Commander and develop additional tools to tweek our phones.
Logged
jean_lapompe
Newbie
*
Offline Offline

Posts: 6


« Reply #4 on: February 03, 2007, 09:39:08 am »

And what about the V3xx Compatibility?
Logged
xwray
VIP
Newbie
*****
Offline Offline

Posts: 29


Email
« Reply #5 on: February 04, 2007, 04:42:46 am »

Hello...I have a question. The view, edit, and move buttons do not appear to work, neither do those options from the right click dialog box. Is there a configuration setting that I am missing or is this a bug. I am talking about the RIZR...those functions may work with other phones but I wouldn't know about that.

continued thanks
Logged
xwray
VIP
Newbie
*****
Offline Offline

Posts: 29


Email
« Reply #6 on: February 04, 2007, 07:30:12 pm »

Is this a bug, at least with the W2K version?

When I try to extract a seem, for instance 32-1, it looks like the seem is in fact extracted and written to a file on my PC but Windows immediately displays a dialog box that says P2K Commander has generated errors and Windows is shutting down P2K Commander?

thanks
Logged
s5vi
Administrator
Hero Member
*****
Offline Offline

Posts: 769



WWW Email
« Reply #7 on: February 04, 2007, 08:35:36 pm »

Move command dosent implemented at all (yet)  Sad  It would be a move and delete combo
view and edit works only local drives (yet) you must use 2 step operation: download and view on local drive

i didnt try seem functions on win2k. You're right it will be a bug again....

Logged

Ajakibs
Newbie
*
Offline Offline

Posts: 2



Email
« Reply #8 on: February 05, 2007, 09:58:12 pm »

http://www.el-co.hu/dl/P2kCommander-V4.1.3.zip

When drivelist contains more than 10 items, you can scroll drivelist.


Hello, I have just installed the P2k Commander Ver. 4.1.3. As a new user - I have rather simple questions  Smiley :
1. Does it work under Windows XP Pro (SP-2) ?
2. What does it mean W2K version ?
Logged

Greetings, Ajakibs
Phone: Motorola V 360
xwray
VIP
Newbie
*****
Offline Offline

Posts: 29


Email
« Reply #9 on: February 06, 2007, 02:35:43 am »

http://www.el-co.hu/dl/P2kCommander-V4.1.3.zip

When drivelist contains more than 10 items, you can scroll drivelist.


Hello, I have just installed the P2k Commander Ver. 4.1.3. As a new user - I have rather simple questions  Smiley :
1. Does it work under Windows XP Pro (SP-2) ?
2. What does it mean W2K version ?


Actually I believe it was  primarily written for XP. I run W2K (Windows 2000) and discovered a bug which s5vi fixed and released as a W2K version...can't get better support than that.
Logged
s5vi
Administrator
Hero Member
*****
Offline Offline

Posts: 769



WWW Email
« Reply #10 on: February 06, 2007, 09:24:44 pm »

@xwray:

I found w2k seem bug, and fixed in V-4.9.0  http://www.el-co.hu/p2k05/P2kCommander-V4.9.0.zip
w2k is very strange (for me)
i meet this behavior before but forgot it.
w2k is not enable me to use ebx register to pass a parameter to a win32 api function. If i do that , will fail just like You reported.
So i simply change ebx to ecx.
original code was:
Code:
mov eax,offset seem_data
inc eax
mov ebx,seem_read_bytes
dec ebx
invoke WriteFile,hSaveFile,eax,ebx,addr writtenb,0
fixed code:
Code:
mov eax,offset seem_data
inc eax
mov ecx,seem_read_bytes
dec ecx
invoke WriteFile,hSaveFile,eax,ecx,addr writtenb,0
Logged

xwray
VIP
Newbie
*****
Offline Offline

Posts: 29


Email
« Reply #11 on: February 07, 2007, 12:32:59 am »

@xwray:

I found w2k seem bug, and fixed in V-4.9.0  http://www.el-co.hu/p2k05/P2kCommander-V4.9.0.zip
w2k is very strange (for me)
i meet this behavior before but forgot it.
w2k is not enable me to use ebx register to pass a parameter to a win32 api function. If i do that , will fail just like You reported.
So i simply change ebx to ecx.
original code was:
Code:
mov eax,offset seem_data
inc eax
mov ebx,seem_read_bytes
dec ebx
invoke WriteFile,hSaveFile,eax,ebx,addr writtenb,0
fixed code:
Code:
mov eax,offset seem_data
inc eax
mov ecx,seem_read_bytes
dec ecx
invoke WriteFile,hSaveFile,eax,ecx,addr writtenb,0

Thanks...looks good so far...
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.13 | SMF © 2006-2011, Simple Machines LLC Valid XHTML 1.0! Valid CSS!

Bad Behavior has blocked 118 access attempts in the last 7 days.



Google visited last this page January 17, 2012, 06:51:54 pm