View Full Version : Would you like to use CTRL/ALT on your Universal? :D
TcT
19th February 2006, 10:42 AM
Hi Tom,
your keypress app works as expected but on my HTC Wizard it seems as I'm not able to bind something to sofkey hold. Taping sofkey and binding your keypress tool works fine.
Any idea?
tom_hiro255
19th February 2006, 11:50 AM
Hi TcT
Could you tell me what key codes are outputted when push sofkey hold.
you can see the key codes by using PQz_CHECK.exe.
pattern 1) softkey push
pattern 2) softkey push and hold.
thank you
tom
HoPe
19th February 2006, 03:07 PM
Tanks for your tips guys. I can't make my Universal print 'ö' instead of any other key. At this point I must give up for now.
Now i think it's not possible to display any of our special characters via redirecting/rewriting key codes. It might be because the keyboard driver in WM5 is too stupid to do this. It doesn't support the key codes of special characters, those codes (like 0xf6)are simply 'empty'. (I think it's the 'keybddr.dll')
Now I still have the option to get my wanted characters via sym button with my edited sym.txt file. Unfortunately it takes much more taps, but it at least works. ;)
I think the only way to reassign keyboard keys to any of our special letters (aéíüűöőú) with this dll leads not via keycode rewriting, but some other method.
Thanks for your help, Tom!
coercri
19th February 2006, 04:05 PM
A great program Tom youve made there, thanks.
I have one problem, I setup a program that uses param`s , but they seem to disappear if I restart PQz, the program bit that is in the name stays OK, its just the param that gets lost.
I have looked in the Apps.ini that PQz uses to store this data and the params seem to be there, but they dont work when run, and when I edit them they are not there.
Also any chance of being able to setup program that will start when CTL and ALT are selected?
TcT
19th February 2006, 07:36 PM
@tom:
Your check program shows 0x70 for the left sofkey and 0x71 for the right softkey. Tap and Hold looks the same and both are captured by the test program.
As I said binding somthing to Tap on the softkeys works flawlessly but Hold doesn't seem to work.
tom_hiro255
19th February 2006, 07:56 PM
Hi TcT
I need to know key codes list.
e.g) push and release
DOWN 0x71
UP 0x71
Push and hold
DOWN 0x71
DOWN 0x71
DOWN 0x71
DOWN 0x71
DOWN 0x71
UP 0x71
like this.
thank you
tom
PS. I won't be home few days. maybe I will not be able to response.
TcT
19th February 2006, 08:59 PM
both Tap and hold bring
DOWN 0x71
UP 0x71
There are no multiple DOWN messages while holding the softkey.
Just the time between the messages is different.
So maybe that could be a difference to the universal?
tom_hiro255
19th February 2006, 09:07 PM
ahhhh I see.
That why Wizard does not work push and hold.
I think that no chance to use Hold at the keys.
Universal has same problem at another keys.
you might see the mark '---' in the option.
tom
TcT
19th February 2006, 11:09 PM
I think one solution would be if you detect hold not by multiple DOWN events but by the time between DOWN and UP.
I would suspect the tool in this (http://forum.xda-developers.com/viewtopic.php?t=41060) thread does it that way. The big plus in your tool is of course all the other functionality as water's tool is limited to the softkey and volume key remapping.
dalelane
21st February 2006, 09:57 PM
is it possible to use PQz to map the button next to the screen to launching a program? (the button in the centre of the directional-pad)
my in-car mount hides all of the buttons along the thin edge so i'd like to use this button to launch MS Voice Command.
any suggestions would be much appreciated :-)
galt
23rd February 2006, 11:27 PM
I don't know if this is related to this app, but I thought I'd see if anyone is having the same issue: Occasionally after the JasJar wakes up the arrow keys will not respond to any presses. The other keyboard keys (including PQz mapped keys like SYM) and the d-pad on the screen side of the device work fine. A soft reset clears this up. I do not have any other functions mapped to the arrow keys.
Anyone else using PQz have this issue?
dreamtheater39
25th February 2006, 02:35 AM
Another bug tom...
I have assigned Alt+X to close the active task. If I go to Start -> Programs, and use Alt+X, it crashes the shell, and you have to restart your device!
San
woschirmer
25th February 2006, 08:25 AM
I have the same effect, only that I have assigned the ok-button to close the active task.
Wolfgang
justauser
1st March 2006, 08:03 PM
First, let me thank you for the WONDERFULL program. It does so much to improve my device. I noticed on the web site that several people have created icons, but don't see any downloads for icons. Can someone tell me if there is a link I missed or some wya to get more icons?
dreamtheater39
2nd March 2006, 03:48 AM
First, let me thank you for the WONDERFULL program. It does so much to improve my device. I noticed on the web site that several people have created icons, but don't see any downloads for icons. Can someone tell me if there is a link I missed or some wya to get more icons?
just save those images that you find on tom's website. Just right click on the image, and choose save picture as...and make sure you save it in .bmp format.
Copy the image on to ur ppc, and point it to the file in pqz's options!
cheers,
San
tom_hiro255
3rd March 2006, 12:52 AM
sorry I was not home recently.
>>dreamtheater39
>I have assigned Alt+X to close the active task. If I go to Start -> >Programs, and use Alt+X, it crashes the shell, and you have to restart >your device!
>>Wolfgang
>I have the same effect, only that I have assigned the ok-button to close >the active task.
Which version do you use? I think it is Ver 0.0.45.
If so, download ver46 and test it. Ver45 has the bug.
thank you
tom
woschirmer
3rd March 2006, 07:06 AM
tom,
sorry I forgot to give you a feedback. Indeed with ver.46 everything is working well.
thanks
wolfgang
tom_hiro255
3rd March 2006, 09:50 AM
>> TcT
>>I think one solution would be if you detect hold not by multiple DOWN
>>events but by the time between DOWN and UP.
I'm still not sure that it can do or not but I will find a way to use HOLD key.
>> dalelane
>>is it possible to use PQz to map the button next to the screen to
>>launching a program? (the button in the centre of the directional-pad)
Have you tried below steps?
You can download KEY CODE check software PQz_CHECK.exe
1) Download PQz_CHECK.exe
2) Exit PQz
3) Launch PQz_CHECK.exe
4) Push keys which you want to use. (I think that the center button's code is 0x86)
5) Exit PQz_CHECK.exe
6) Launch PQz
7) Option > Programs > "none","0x86", "\Windows\Voice Speed Dial.exe"
I think it works.
>> galt
>>after the JasJar wakes up the arrow keys will not respond to any presses.
sorry, I couldn't recognize the problem. In my case it works fine.
Could you try Exit PQz and delete registory and rename all ini files
and start PQz again?
>>wolfgang
Thanks, :D
tom
dalelane
4th March 2006, 10:22 AM
Have you tried below steps?
...
I think it works.
that's fantastic - thanks, tom!
fuf
6th March 2006, 01:32 PM
hello tom,
the app is fantastic - it has saved me a lot of time already! however i think i have found a bug (in version 0.0.45):
- the first SPACE keypress (eg. while in SMS editor) is always "eaten" - so if i want to type "pqz is great" i always get "pqzis great"
this occurs in every dialog in every application. when the SPACE keypress is "eaten" PQz's icon blinks. i'm not using SPACE for any shortcut.
thanks, fuf.
tom_hiro255
6th March 2006, 07:52 PM
Hi fuf
>> (in version 0.0.45):
>> - the first SPACE keypress (eg. while in SMS editor) is
>> always "eaten" - so if i want to type "pqz is great" i always get "pqzis great"
hmmm strange.... anyway Ver 0.0.45 has another bug.
please try Ver 0.0.46.
fuf
7th March 2006, 10:17 AM
Hi fuf
>> (in version 0.0.45):
>> - the first SPACE keypress (eg. while in SMS editor) is
>> always "eaten" - so if i want to type "pqz is great" i always get "pqzis great"
hmmm strange.... anyway Ver 0.0.45 has another bug.
please try Ver 0.0.46.
hello Tom,
i've now tried with 0.0.46 and the problem has vanished - i'll keep you informed in case it reoccurs. thanks.
fuf
7th March 2006, 10:24 AM
hello Tom,
when i ran a process list in SKTools i noticed the PQz process uses 860160 bytes of memory. this is roughly the same amount as e.g. just started PocketInformant 2005 displaying agenda view (880640 bytes) (!). could you please look at the memory footprint a little? 840kb is quite a lot.
thanks a bunch, fuf.
tom_hiro255
7th March 2006, 10:58 AM
Hi fuf,
I realized the problem before, because PQz has been added many features after and after.
so, I think now is the time to remake PQz. but I don't have enough time to do that. I will go back to Japan next month. lots of other things I have.
maybe I will restart to develop PQz after go back to Japan.
regards,
tom
tom_hiro255
9th March 2006, 09:34 PM
I started to remake a new PQz. (PQz_II)
The new software will be separated to two parts.
1) running module.
2) option, & resource module (ICON, BMP, DIALOG....)
Using memory size will be reduced distinctly when PQz is running.
I'm not sure how long does it take but I will post here ASAP.
regards,
tom
galt
9th March 2006, 10:54 PM
That's great to hear Tom, thanks!
fuf
10th March 2006, 08:54 AM
I started to remake a new PQz. (PQz_II)
The new software will be separated to two parts.
1) running module.
2) option, & resource module (ICON, BMP, DIALOG....)
Using memory size will be reduced distinctly when PQz is running.
this is great news, indeed! thanks a lot, tom. maybe making it open source would help alleviate the work?
thanks, fuf.
tom_hiro255
10th March 2006, 06:35 PM
Hi fuf,
I will make it open source when I stop development.
It might be continued by someone who would like to contribute to community.
:D
regards,
tom
joebush
19th March 2006, 10:23 AM
Why not make it open source now? You might get lots of good help. ;)
mobiler
19th March 2006, 05:02 PM
Hey tom_hiro255,
While that originally Japanese (?) made program looks to be working ok on my Exec, that square icon ruins it a bit as my tobar is already cluttered wtih the speaker, the phone signal, the Umts, the magic button and ocassionally an SMS message icon or batter one. So there is no room for that icon. And it's not usefull, I wish it's settings were in the control panel or programs group rather than that permanently icon.
Thanks
MOBILER
tom_hiro255
19th March 2006, 05:19 PM
>>mobiler
I stoped to develop PQz. and now is working for PQzII.
Don't worry about the PQz ICON too much.
It would be resolved the next new version. :D
cya
tom
tom_hiro255
20th March 2006, 08:00 AM
>>mobiler
If you don't want to see the ICON immediately.
Try this.
first You can assign to open option dialog at System tab.
Setup = CTRL+(key)
then, make a bmp file as Icon file (1x8 pixels)
Choose the bmp file at Icon tab.
thank you
tom
mobiler
20th March 2006, 11:31 PM
>>mobiler
If you don't want to see the ICON immediately.
Try this.
first You can assign to open option dialog at System tab.
Setup = CTRL+(key)
then, make a bmp file as Icon file (1x8 pixels)
Choose the bmp file at Icon tab.
thank you
tom
EXCELLENT! Will try this and let you know.. Good job!
hansof
26th March 2006, 03:18 PM
PQz is really a wonderful program. But is it responsible for my memory problems? The trouble is that I am suddenly unable to save the file in Word Mobile. This message appears:
Not enough memory to save the document. Please delete files or insert a storage card.
Tap Discard to close without saving or Cancel to return to the document.
Sometimes it helps to stop other running programs, sometimes not. The error message may also appear when I have recently taken a soft reset and only use Word Mobile. It may also happen with very small documents.
And it happens while Settings -> System -> Memory tells me that 19 Mb is available for Storage and 27 Mb for programs.
The wonderful PQz, which occupies a good deal of memory, but not that much... is it still the culprit, or is there another explanation?
tom_hiro255
26th March 2006, 06:28 PM
>> hi hansof
sorry, I have no solution for your trouble but I knew that PQz had become bigger and bigger by each version up.
so, I started to remake PQzII few weeks ago. It would resolve some issues. I hope I could release it asap. (but I'm going back to my country in a month so, It would be take a bit long time.)
thanks,
tom
hansof
26th March 2006, 07:21 PM
I am afraid you may receive several wishes from the many thankful users of PQz, and that you cannot possibly fulfill all the varying wishes.
But still - is it possible to make a mini-version for mini-users? I only use the program for Ctrl, for the task manager, the symbol window and for fast access to the Today screen.
I do not use Task, Button, Apps - partly because I do not understand them, but as far as I understand, they do not seem important to me.
After a soft reset, windows appear which tell me that there is no application associated with Convert, PQz, Task, Apps, Buttons and settings. It is only a nuisance to me.
But all in all - once again thanks for a wonderful program!
tom_hiro255
26th March 2006, 09:19 PM
>> hansof
You don't need to say so. :D
All functions will be selectable in the PQzII's option.
It means that you can select which use or not.
regards,
tom
gnassel
26th March 2006, 09:32 PM
Your tool is so wonderfull, especialy the close all function. Could you build in a function to let some programs open e.g. pocket informant?
tom_hiro255
26th March 2006, 09:37 PM
>> hi gnassel,
Sorry, I don't get your point.
>> Could you build in a function to let some programs open e.g.
>> pocket informant?
Could you explain about it?
tom
gnassel
26th March 2006, 09:45 PM
the close all function works well. all running programs will be turn off. but for some programs should stay on (like pocket informant or resco explorer, because I use it verry often).
tom_hiro255
26th March 2006, 10:10 PM
>> gnassel
>> some programs should stay on
You mean, you want to stay on some programs when use close ALL?
if so try below.
1) Check on Task Manager(CTRL+TAB) option then close Option dialog.
2) Push Ctrl and TAB button (Task Manager will be appear.)
3) Push 'C' key on Task Manager after select application icon which you want to stay.
4) Close Task manager.
after those step, The selected application wont be closed anymore.
thanks,
tom
gnassel
26th March 2006, 10:16 PM
thanks tom for your fast reply.
I was wondering about the hide/close menu - now I know.
DocteurN
28th March 2006, 07:36 PM
For some reasons I haven't used PQz since 0.0.38
I've just tested the last version = 0.0.47 and I have a big problem : when I press a, z or q keys on my azerty keyboard the windows I'm using is closed.
So I can't use PQz :(
I've looked at all the new feature of your great program but I can't find a solution to solve this issue.
Actually version 0.0.39 to 0.0.47 aren't working on my Wizard.
tom_hiro255 > Any idea ?
Thanks by advance !
tom_hiro255
28th March 2006, 08:13 PM
Im afraid that no idea now.
but Have you tried PQz_CHECK?
maybe key codes information helps this problem.
also, Exit PQz then Delete registory and INI files once.
It might be worked.
thanks,
tom
DocteurN
29th March 2006, 06:51 AM
Ok thanks, I'ma going to try this :D
DocteurN
1st April 2006, 09:19 PM
I've found something !
"a", "z" and "q" have 0x00 for UP keycode.
I think that's why PQz closes the window.
How do I change 0x00 to 0x01 for example in the registry ?
Gech
1st April 2006, 10:48 PM
thank you good information.
Could you tell me exactly key code list like below?
e.g) 'A'
DOWN 0x41
UP 0x41
UP 0x00
regards,
tom
DocteurN
2nd April 2006, 09:12 AM
'a'
DOWN 0x41
UP 0x00
'z'
DOWN 0x5A
UP 0x00
'q'
DOWN 0x51
UP 0x41
'e'
DOWN 0x45
UP 0x45
I've got an azerty keyboard.
tom_hiro255
5th April 2006, 10:51 PM
I uploaded New PQz. (PQzII)
http://1942.rocketspace.net/PQz/PQzII_20060405_002_WM2005.zip
It's not completely tested but mostly works. I think.
please let me know if you find any bug and troubles.
thank you,
tom
DocteurN>> sorry for late reply.
first, could you try the new PQzII. if you have same problem please tell me again.
also you can try >> Code option as like "none", "none", "none", "0x01"
I will check it later but not now.( I'm really sleepy :D
jjjyen
6th April 2006, 04:13 AM
Thanks for new version PQzII,
but the "Task Manager(CTRL+TAB)" does not work on my Universal.
galt
6th April 2006, 04:37 AM
Thanks for new version PQzII,
but the "Task Manager(CTRL+TAB)" does not work on my Universal.It's working on mine, but I had to struggle through the setup to get it to work. Make sure you've set it up in the System tab (and have the checkbox on that screen to use that option).
Tom, thanks for updating your great app! In PQZII I'm using all the options except Telephone and System - about how much RAM am I saving? Also, is there an overall savings compard to PQZI due to more efficient coding, or is the only memory savings due to not loading portions of the app that are not used?
DocteurN
6th April 2006, 06:09 AM
tom_hiro255 > I haven't got the same problem with 'a' 'z' or 'q' but the task manager or symbol window (Ctrl + Space) is not working on my 9100 :(
PQzII_Task.exe makes my PPC freeze => I'm obliged to make a soft reset.
tom_hiro255
6th April 2006, 10:02 AM
>> jjjyen
Please make sure OPTION > System > Task Manager "CTRL" "TAB"
>> galt
I hard to say how much memery saving.
Roughly...
PQz ==> 800kb-1MB.
PQzII => 80kb - 100kb.
>> DocteurN
hmmmm I tested PQzII on my HTC Universal. It works...
I need another users feedback now.
please let me know your device and rom version?
thank you
tom
woschirmer
6th April 2006, 11:01 AM
Tom,
will it be possible to use/import the setting from PZQ in PZQII?
Thanks
Wolfgang
tom_hiro255
6th April 2006, 11:16 AM
>> woschirmer
I recomend to setting again for PQzII.
some settings are same but not all.
It might be a cause of unexpedted problem.
regards,
tom
justauser
6th April 2006, 11:29 AM
I got the ctl/tab set up. I then went and entered ctl/tab on the keyboard. I get a WM5 pop up saying that the app needs approval. However, I can not use the soft keys to approve. They seem dead, maybe blocked by PQZ while it waits for the task manager to start.
Reset and tred again and same problem.
tom_hiro255
6th April 2006, 11:49 AM
>> justauser
try those steps.
1) Exit PQzII
2) Launch PQzII_Task.exe
(might be appear approval dialog)
3) Appear PQzII_Task version dialog. => OK exit
4) Launch PQzII
I think now it is ok.
thank you
tom
fuf
6th April 2006, 04:30 PM
hello tom,
PQzII is excellent - the memory footprint has been reduced beyond belief - great work! :) thank you for your time, fuf.
as a sidenote: my jasjar froze when i wanted to display the task list and the security policy was turned on. the standard 'PQzII_Task.exe is untrusted blah blah' dialog appeared and the OS froze requiring soft reset. the work around is to turn off the security policy by setting the value of HKLM\Security\Policies\Policies\0000101a from 0 to 1.
tom_hiro255
6th April 2006, 05:11 PM
>> fuf
>> turn off the security policy by setting the value of
>> HKLM\Security\Policies\Policies\0000101a from 0 to 1.
Thank you for usefull information.
before I saw the cab file to change the registory somewhere in this forum.
but not sure where it was. "security.cab" or something like that.
anyway, I've got a nice hint about PQzII_Task's freeze problem with approval dialog.
thank you
tom
justauser
6th April 2006, 07:26 PM
>> justauser
try those steps.
1) Exit PQzII
2) Launch PQzII_Task.exe
(might be appear approval dialog)
3) Appear PQzII_Task version dialog. => OK exit
4) Launch PQzII
I think now it is ok.
thank you
tom
Thansk, will try, but I am certain that will fix it. Perhaps during first launch after install you coud start each of these with an argument that tells them it is first time. This will get the security dialogue done and then the element cna exit.
jjjyen
7th April 2006, 01:09 AM
>> jjjyen
Please make sure OPTION > System > Task Manager "CTRL" "TAB"
It works,
Thanks.
tom_hiro255
7th April 2006, 05:51 PM
I found bugs.
PQzII ver 0.0.3
http://1942.rocketspace.net/PQzII/PQzII_20060407_003_WM2005.zip
◆Ver 0.0.3
◇PQzII CTRL/ALT flag no clear problem fixed.
◇PQzII_Task Symbol char send problem fixed.
above CTRL/ALT flag problem was related to System option (Reboot/Suspend/Task Manager/Symbol window/etc...)
please download new one and replace PQzII.exe & PQzII_Task.exe
regards,
tom
tom_hiro255
7th April 2006, 06:00 PM
If still does not work Suspend after replaced PQzII.exe & PQzII_Task.exe.
Please try soft-reset. It might be fine.
thank you.
tom
tom_hiro255
9th April 2006, 05:10 PM
PQzII ver 0.0.4
http://1942.rocketspace.net/PQzII/PQzII_20060409_004_WM2005.zip
bug fix
- PQzII OK button problem fixed.
- PQzII_Setup Icon position bug fixed.
- PQzII_Task Disapper charactors on Symbol window problem fixed.
thank you.
tom
galt
9th April 2006, 07:38 PM
Do we just replace PQzII.exe & PQzII_Task.exe again, or does this require a new intall of the whole app?
tom_hiro255
9th April 2006, 07:41 PM
You just need to replace those 3 exe files
PQzII.exe & PQzII_Task.exe also, PQzII_Setup.exe
regards,
tom
galt
9th April 2006, 08:04 PM
Thanks Tom. It seems in latest version, when you close an app via the task manager it closes the task manager. Previously we could close an app via the task manager and it would remain open in case we wanted to close another app or select another app to go back to.
beachmeat
9th April 2006, 08:58 PM
Hmm I think I dont really get the app working.
I installed all files on the Storage card, run the setup (and have no clue waht I need to fill in the Tabs)...then I run the main exe and the Icon appears on top of the Windows Icon...And I have no CTRL function in the Apps. Could you please point me out what exactly I have to do?
justauser
9th April 2006, 09:31 PM
I have transcriber set as my default for portrait. When I soft reset my XV6700 (WM5) during the start up transcriber seems to come active and it appears in the middle of the screen. From then on, when I activate it it is in the middle of the screen. If I go to landscape and then back this behavior clears.
Using PQzII and this didn't happen before.
galt
9th April 2006, 10:04 PM
Hmm I think I dont really get the app working.
I installed all files on the Storage card, run the setup (and have no clue waht I need to fill in the Tabs)...then I run the main exe and the Icon appears on top of the Windows Icon...And I have no CTRL function in the Apps. Could you please point me out what exactly I have to do?Tap and hold on the icon, select setup. On the first tab select a key to use as Ctrl (I use the SYM key). Now you can execute text copy/cut/paste/select all by using ctrl+key combos like ctrl+c (copy) and ctrl+v (paste). In the second tab I have checked "show desktop" for use in the task manager. Now on the next tab (system) check the box for "use this function" and assign keys to any functions you would like to use. For example, I set key to "ctrl" and code to "P" for the "close task" function so I can close an app just by hitting ctrl+p. I also set the "task" function to ctrl+TAB to launch the task manager. On the next tab "button" youcan check the box at the top and then select new functionality for some of the other hardware buttons on your device.
Someday I'd like to write a users guide for this excellent app, but that's all I have time for now. Hope it helps.
tom_hiro255
9th April 2006, 11:00 PM
>> galt
sorry, I don't get it your point.
Let me make sure about the problem.
1) Open the Task Manager
2) When close a selected app via the task manager (Pushing '-' key?)
the Task Manager is closed same time.
You mean it is?
>> justauser
Which SIP do you set your OS default? Could you try to change the SIP to Transcriber as OS default.
Just guess.
after soft-reset, OS set another SIP as default. the SIP height 80 pixels.
then PQzII is launched and PQzII trys to change to Transcriber.
PQz takes several seconds for booting. it is good for change the SIP.
I might misunderstand your problem. if so could you explain again?
thank you
tom
galt
10th April 2006, 12:08 AM
>> galt
sorry, I don't get it your point.
Let me make sure about the problem.
1) Open the Task Manager
2) When close a selected app via the task manager (Pushing '-' key?)
the Task Manager is closed same time.
You mean it is?Yes, you understood correctly, except I was using the DEL key to close app. I remembered that I needed to check the box for "swap DEL and = key. Now it works as desired, using DEL to close app does not close task manager. Thanks Tom.
tom_hiro255
10th April 2006, 01:33 AM
PQzII Ver 0.0.5 update
http://1942.rocketspace.net/PQzII/PQzII_20060410_005_WM2005.zip
- PQzII
CTRL+Q problem fixed. (Ver 0.0.5)
- PQzII_setup
Portlait/Landscape Auto SIP change
Add "none" parameter (Disable Auto SIP change function)
replace PQzII.exe & PQz_Setup.exe
regards,
tom
LOMF
10th April 2006, 11:04 AM
Hi. Just wanted to say, great software!
However, I do wish that it could be a "notification icon" instead - it that way, the icon could be hidden when not used/pressed.
Keep up the good work.
LOMF
tom_hiro255
11th April 2006, 08:36 PM
PQzII Ver 0.0.6 update
http://1942.rocketspace.net/PQzII/PQzII_20060411_006_WM2005.zip
- PQzII_Setup
File open dialog problem fixed.
thank you
tom
tom_hiro255
12th April 2006, 02:58 AM
Hi all
I just let you know about my schedule.
I'm leaving UK on 22th April to go back to Japan.
Only in this week, I will be able to fix PQzII
because I have to send all my packages.
so, If you have any problem please let me know.
I will be back here as soon as possible but
might be taken few weeks at least.
(I have to find new flat and contract Broadband.)
best regards,
tom
apap
14th April 2006, 02:07 PM
The only problem I have so far is with the program tab that only searches for exe files in my storage card and these only one folder level down. As most of my programs in the storage card are lower in the file tree structure (Storage Card\Program Folder\Egress\*.exe), they do not show up so I cannot assign a key to them.
Any suggestions?
Thanks for a great program (why isn't everybody using it?),
apap
tom_hiro255
14th April 2006, 02:30 PM
Hi apap
Have you copied this DLL file in \Windows?
download here:
http://www.geocities.co.jp/SiliconValley-Cupertino/2039/gsgetfile-i.zip
copy from ARMRel > gsgetfile.dll to \Windows
regards,
tom
qyv42
16th April 2006, 06:16 AM
I've been using PQz for several months now, and I could not live without it - one program that does what I use to use three or four to do! Incredible work, Tom!
One very small issue, though: I started with v45 and have upgraded with each new revision through tonight with PQzII, and I've never once been able to see the ActiveSync icon in the Task switcher window. It's not a case of it being hidden with "H", because using "M" to toggle between hidden and non-hidden modes doesn't reveal it. I can set other apps to hide and see the "H" icon next to them, but ActiveSync simply doesn't appear at all. Yet in your screenshots, the ActiveSync icon is indeed present, so I am quite confused. :(
This wasn't an issue until recently for me because typically I have no need to close ActiveSync, and thus not having it present in the Task window was fine. However, I've run into an issue where I want to be able to close all apps, including ActiveSync, and none of the "Close All" option in PQz will actually close ActiveSync. When I map a button to "Close All", for example, and press it, I can still go to Start -> Settings -> Memory-> Running Programs, and still see ActiveSync as running, even though all other apps are closed.
The device I am using is an i-mate JasJar running the AKU2 build, although this issue reproed on the previous JasJar ROM with regular WM5. Has anyone else here seen this behavior, either on a JasJar or other Universal variant?
Silly Car
16th April 2006, 07:04 PM
I have just found this software, downloaded it to my SD card but how do I install it so that it starts everytime on softreset?
TIA :)
galt
16th April 2006, 07:53 PM
I have just found this software, downloaded it to my SD card but how do I install it so that it starts everytime on softreset?
TIA :)Copy PQzII.exe and paste it *as a shortcut* in the windows startup folder.
Silly Car
16th April 2006, 09:27 PM
I have just found this software, downloaded it to my SD card but how do I install it so that it starts everytime on softreset?
TIA :)Copy PQzII.exe and paste it *as a shortcut* in the windows startup folder.
I've done that but it comes up with the following error on start up
The file 'PQzII' cannot be opened.
Either it is not signed with a trusted
certificate, orone of its components
cannot be found. You might need to
reinstall or restore this file.
So what have I done wrong, do I need to copy the files onto the XDDA memory or should it work from the SD card?
galt
16th April 2006, 10:09 PM
Might need to run each .exe first, and then make a shortcut.
Gech
17th April 2006, 10:57 AM
Hi qyv42
Currently, I've been packing all my stuff to go back to Japan.
I can only use Jasjar now to check email and web.
so, I will check source code after arriving at Japan.
Thank you for bug report.
regards,
tom
Silly Car
17th April 2006, 01:12 PM
Might need to run each .exe first, and then make a shortcut.
Done that and also shifted the files to memory.
All sorted now thanks :)
Rick GM
18th April 2006, 03:58 PM
First off - PQZ is an excellent application - how does Tom do it ??
I've recently tried PQZII but find that I don't have any options for setting Keys for CTRL or ALT. The drop downs are empty. I can manually add in ie 0x7a for the SYM key, but no drop downs. Also in the System and Button tabs of settings, there are no icons.
I copied EVERYTHING in the downloaded zip file into a folder on the storage card.
Any ideas ?
topcaser
18th April 2006, 10:21 PM
Hi,
looks great. But i have a problem:
I have tried it on my QTEK9100 and get following error message after starting PQz:
Keyboard hook failed
I have copied all the stuff (WM05) to the storage cards programs folder and started it.
Thanx for help
Gech
18th April 2006, 10:37 PM
Hi Rick GM,
so, have you copied Key.ini in the Def folder to your device?
It is the file to drop down key define lists.
Hi topcaser
>> Keyboard hook failed
That mean is already keyboard hooked by another software.
I don't know which software do you use.
but, usually keyhook does not work at the same time.
regards,
tom
asci
18th April 2006, 10:45 PM
Hi...
I've installed PQzII but no way to use it. When I try to use ctrl function to task manage, I got this message from WM05:
This program is from an unknown publisher. Running it can...bla bla bla
How can I do?
:cry:
galt
19th April 2006, 01:32 AM
Hi...
I've installed PQzII but no way to use it. When I try to use ctrl function to task manage, I got this message from WM05:
This program is from an unknown publisher. Running it can...bla bla bla
How can I do?
:cry:I believe you have to first run the .exe files on their own before that function is enabled on the device. So, try running PQzII_Task.exe and letting it install and then you should be able to use the task manager.
topcaser
19th April 2006, 05:34 AM
Hi topcaser
>> Keyboard hook failed
That mean is already keyboard hooked by another software.
I don't know which software do you use.
but, usually keyhook does not work at the same time.
Hi Tom,
which keyboard do you try to hook - the SW or HW keyboard - maybe i am able to fix the problem by checking all installed programs.
Have you any suggestions to solve the problem? Maybe a registry hack which helps?
Thanx in advance
Here is a list of installed SW:
HW
QTEK9100
ROM:2.18
SW:
Today Plugins:PocketBreeze,ILauncher,PZPToday
TaskMan.:MagicButton, SmallMenu, VJOKButton
Navi:MobileNavigator 5
System:tGetFile.dll,OpenNetCF,XDA-Dev. RegistryWizard,WM5NewMenu,MortScript
In my opinion following Progs may cause the problems:
PocketBreeze, MagicButton, SmallMenu, VJOKButton
I have disabled MagicButton and SmallMenu - no effect - same error message. If it would be PocketBreze, you had heard much more such postings. So there is still VJOKButton - but this progi is only active if it is called. So nothing strange to the installed list :?
Rick GM
19th April 2006, 01:43 PM
Tom
Hi Rick GM,
so, have you copied Key.ini in the Def folder to your device?
It is the file to drop down key define lists.
Yes - it's there called "key" and properties show it as key.ini
Gech
19th April 2006, 03:04 PM
>> topcaser
I've only used below and no problem.
>> Navi:MobileNavigator 5
>> System:tGetFile.dll
also, I think MagicButton works with PQzII.
sorry, no idea about it.
but I believe another software use Keyboad hook API as like PQzII.
>> Rick GM
everything is fine? ;D
tom
Rick GM
19th April 2006, 05:49 PM
Tom
No !
The file key.ini is there but no drop down items or icons !
BTW - When you tap the icon on the top bar it displays PQzII Ver0.0.5
Gech
19th April 2006, 07:46 PM
>> Rick GM
>> I don't have any options for setting Keys for CTRL or ALT. The drop
>> downs are empty.
>> Also in the System and Button tabs of settings, there are no icons.
I think there are no Key.ini and BMP files in the correct place.
where did you copy those files?
e.g)
\Storage Card\Program Files\PQzII\PQzII.exe
\Storage Card\Program Files\PQzII\Def\Key.ini
\Storage Card\Program Files\PQzII\Res\16_Button.bmp (or 32_Button.bmp)
\Storage Card\Program Files\PQzII\Res\16_System.bmp (or 32_System.bmp)
Could you check the folders?
tom
Rick GM
19th April 2006, 08:15 PM
Tom
I copied everything from the zip file tp \Storage Card\PQzII.
justauser
19th April 2006, 08:59 PM
I have just found this software, downloaded it to my SD card but how do I install it so that it starts everytime on softreset?
TIA :)Copy PQzII.exe and paste it *as a shortcut* in the windows startup folder.
I've done that but it comes up with the following error on start up
The file 'PQzII' cannot be opened.
Either it is not signed with a trusted
certificate, orone of its components
cannot be found. You might need to
reinstall or restore this file.
So what have I done wrong, do I need to copy the files onto the XDDA memory or should it work from the SD card?
The problem may be that Windows Mobile doesn't always start the SD card access before it comes alive from boot or sleep. Almost any program that needs to be always on needs to be installed in main memory.
Gech
19th April 2006, 09:49 PM
>>Rick GM
now, I understood your problem.
You copied the files to wrong place.
INI files -> copy under Def folder.
BMP files -> copy under Res folder.
It's probably work fine.
tom
Rick GM
19th April 2006, 10:41 PM
Tom
Perfect !
Thanks for all your help - sincerely. Much appreciated.
Rick
topcaser
20th April 2006, 06:09 AM
>> topcaser
I've only used below and no problem.
>> Navi:MobileNavigator 5
>> System:tGetFile.dll
also, I think MagicButton works with PQzII.
sorry, no idea about it.
but I believe another software use Keyboad hook API as like PQzII.
Hi Tom,
i think, i found the cause of the problem:It is Caps-Notify.lnk in the Autostart folder. It is a little app which is shipped with the device: Iam using a QTEK9100. To write on the HW keyboard special charactars there is a HW key on the keyboard with a point ("."). If i press this point i can write these special charakters or numbers. If i double click this key the functionality is locked. The same behaviour as on shift key.
If i have pressed the point or shift key (or double pressed) a point or a "C", respectively, is depicted in the bottom most taskbar to assign the user what the keys on the keyboard does. This drawing performs the little app which is loaded on softreset. I can simply remove this app from the autostart folder - but then i have omitted this great functionality. On the other hand i am not be able to use PQz.
Now my question: Is PQz able to simulate this function with its own icon?
I think about, if there is not a PQz icon at all, it appears whith a point when the point key is pressed or with a "C" when shift key is pressed?
Thanx in advance.
Rick GM
20th April 2006, 08:55 AM
Hi Tom
Just when I thought all was well ....
I've got the drop downs and icons now, but nothing seems to work. Assigned 'SYM' to Control, and varoius functions set in Settings, Button and Programs but when I press SYM, the CTL appears on the PQZII icon but the next assigned press does nothing. I had no problems with the original PQz so I must have something wrong.
Gech
20th April 2006, 09:10 AM
>> topcaser
I really want to know how to get status of Shift & CAPS.
before I tried to find it but could not.
because HTC Universal's keyboard driver does not output the keycode until push next key.
e.g)
Push SHIFT = > none
Release SHIFT => none
Push 'A' => SHIFT DOWN => 'A' DOWN => 'A' UP => SHIFT UP
like this. :<
also, I sent my desktop PC to Japan. I can't use it until next month.
(I'm moving out tomorrow.)
>> Rick GM
If you already assigned functions in System, Button, etc..
How about the checkbox 'Use this function'?
Could you upload the screenshot of settings? (e.g System)
thank you
tom
Rick GM
20th April 2006, 09:46 AM
Tom
Yes the boxes are ticked. Here's some screen shots;
Gech
20th April 2006, 12:16 PM
>> Rick GM
hmmm looks nothing wrong the settings.
so, what happen next if you launch PQzII_Task.exe by File Explorer?
regards,
tom
Rick GM
20th April 2006, 12:42 PM
Tom
Just opens a window as attached.
Similar with PQzII_Phone.
PQzIISetup.exe launches set up and PQzII.exe launches the programme.
jamiehutber
20th April 2006, 03:18 PM
well to be honest i have been having troubles with this tool as well. i couldn't get anything to work... and after resetting my xda it disappeared.. so i couldn't be bothered to reinstall it to be honest.
Rick GM
20th April 2006, 04:26 PM
Jamie
Persevere - it's a fantastic bit of software. You can open any programme, in fact do almost anything with one or two button clicks. I had no problems whatsoever with PQz, just can't get Tom's latest version, PQzII working.
Gech
20th April 2006, 11:42 PM
>> jamiehutber
I can't test on completely same environment as like your device.
Unfortunately, PQzII does not work on your device, that is ture.
so, I appriciate if you could test PQzII when you have a chance to clean install or ROM version up. thank you.
>> Rick GM
The dialog shows that nothing wrong with PQzII_Task.exe
I'm thinking something another idea.
Could you try PQz_CHECK.exe after exit PQzII.
If PQz_CHECK.exe works fine, That mean is PQzII has bug or something wrong.
PQz_CHECK output like those keycodes
when push and release 'A' key
DOWN 0x41 OFF
UP 0x41 OFF
best regards,
tom
Rick GM
21st April 2006, 10:30 AM
Tom
At last I've got it working OK.
If you look at my earlier post with a screen shot, you'll see that the HistINI.dll and LoadINI.dll aren't visible - I'd copied them in to the Def folder with the .ini. I've moved them to the root PQzII and all is now well !
I'm sure you techies will know why this now works (and why it didn't with them in Def) but I'm just happy that this great utility is working. IMHO it's a must have on the device.
Thanks for all your help.
Rick
topcaser
21st April 2006, 08:13 PM
I have solved the problems: It was not Capnotify - but PocketBreeze. There is an option in PB:
Only PB uses DPAD. And i have checked it (in the general settings). After unchecking this option, also PQz works. Thanx, really thanx for this nice application.
Gech
22nd April 2006, 02:17 PM
Rick GM
topcaser
Im really happy to hear that.
I just want to say.
Im at copenhagen to transit to Japan.
The flight might take 12hours.
I got a go now.
see u soon
topcaser
22nd April 2006, 06:42 PM
Rick GM
topcaser
Im really happy to hear that.
I just want to say.
Im at copenhagen to transit to Japan.
The flight might take 12hours.
I got a go now.
see u soon
Have a good flight. Greetings to Japan.
Rick GM
22nd April 2006, 07:32 PM
Thanks for that - enjoy your visit/holiday/???
BTW - This utility should be commercial. It's excellent.
Flubster
8th May 2006, 01:06 PM
Hi,
The new version is far more efficient than the older verisons,
One question, I can no longer find the option to remove the icon on the portrait view, has this been removed or have I overlooked it somewhere, excellent software, many Thanks
Flubster
Flubster
8th May 2006, 01:09 PM
BTW: I've managed to hide it atm by postitioning it off the screen when the phone is in portait mode, is there an easier way?
Flubster
galt
8th May 2006, 01:34 PM
Here's a weird bug, if I launch the task manager and then use a dedicated hardware shortcut key to launch or switch to another program (like IE or Pocket Outlook) the task manager is left open on top of the new program and becomes unresponsive to keyboard presses, the only way I can miniize it is to tap on the desktop icon in the task manager. While it's stuck up/open using my keyboard CTRL+TAB combo to re-launch it will not make it responsive to keyboard interaction. This doesn't occur with all apps, for example if I have the task manager open but then open Resco File Explorer it moves the task manager to the background and it can be brought back up using CTRL+TAB and it responds to key presses.
Not a big deal, I just noticed that occasionally the task manager was getting stuck on top and wasn't responding to keyboard input.
Gech
8th May 2006, 11:38 PM
>> Flubster
There are two ways to hide PQz Icon.
1) Check off "Use this funciton" on the Icon setting tab.
(not appear the icon both Landscape and Portlait mode)
2) Check on "Use this funciton" on the Icon setting tab and select BMP file for the icon.
(appear the icon both Landscape and Portlait mode)
so, If you want to hide the icon only Portlait mode.
That is simple, just scroll away right side(like ICON POS:480pix)
>> galt
I understand that the bug. It might be happened when TaskManager exists background.
I will fixed it next version.
Currently, I'm looking for a new apartment in Japan.
I've been staying a hotel and my Desktop PC has not sent to Japan.(still be in UK's docks).
anyway, thank you for your bug report.
regards,
tom
Newsminator
10th May 2006, 05:01 PM
Hmm. I have looked at the manual on that site.
Can this software simply make FN+C and FN+V be equivalent with CTRL+C and CTRL+V, and leave all the other FN+key combinations intact?
Viper®
16th May 2006, 10:02 AM
I've installed it and it seems to run fine.
I used the reboot -> ctrl + tel2
when I use it it asks reboot?
I now want the task manager to work, but I can't figure out how to start it.
I thought it was ctrl + tab or alt + tab
but that won't work
Gech
17th May 2006, 09:41 AM
Hi Viper®
please check below
1) <PQzII file list>
(current folder)
HistINI.dll <=== *** Does it exist on your PDA?
LoadINI.dll <=== *** Does it exist on your PDA?
PQzII.exe
PQzII_Phone.exe
PQzII_Setup.exe
PQzII_Task.exe
(current folder)\Def
Key.ini <=== *** Does it exist on your PDA?
(current folder)\Res
16_Button.bmp
32_Button.bmp
16_System.bmp
32_System.bmp
PQz_Default_QVGA.bmp
PQz_Default_VGA.bmp
======================
***Be aware***
sometime Key.ini HistINI.dll LoadINI.dll can NOT see on your PC and PDA.
but those files are important to use PQzII. Make sure those files exist on your PDA.
2) Plz check Setup
System tab
=> Check ON "Use this function"
=> (Scroll down) Select "Task" and Push EDIT button
Key : CTRL Code:TAB
then I think it might be work.
regards,
tom
fuf
6th June 2006, 01:00 PM
hello tom,
as I have already said, your program is fantastic - I use it extensively on my jasjar. however there is a little annoying bug which causes the machine to hang when a keyboard combination is pressed and the program/shortcut to run is not found (the setting is in tab "Program"). the only way is to reset. could you please have a look at this? thanks, again.
Gech
6th June 2006, 04:16 PM
>> Hi fuf
Thank you for your bug report.
I will fix it soon. :D
regards,
tom
Gech
16th June 2006, 07:10 AM
Hi ALL
I fixed PQzII Bugs and available download now.
http://www.nicque.com/PQz
Ver 0.0.7
*) Missing shortcut => Hang bug fixed.
*) Task manager lose focus problem fixed.
Change files
-------------------------------
PQzII.exe Ver 0.0.6 => Ver 0.0.7
PQzII_Task.exe Ver 0.0.6 => Ver 0.0.7
cheers,
tom
ady
16th June 2006, 08:56 AM
Great. Downloading... :lol:
galt
16th June 2006, 12:55 PM
Excellent work, thanks Tom. What's next for you? Are there any features you wish to add to PQZ, or is there another app you would like to create?
Hope all is well for you in Japan.
Gech
16th June 2006, 01:32 PM
Hi galt>>
THaNK you :D
so, I'm trying to resolve CAPS & Fn key of Wizard now.
It's tough...
after that, I will make another Program. he he he
cheers,
tom
Gech
17th June 2006, 07:34 AM
PQzII Ver0.0.7-1 for Wizard (test version)
http://1942.rocketspace.net/PQzII/PQzII_20060617_0007-1_Wizard.zip
*) Caps & Fn key indicator.
Caps => Red circle.
Fn => Blue circle.
Push twice the keys => toggle.
*) I don't know what CapsNotify.exe does.
I've been testing PQzII for Wiz without using CapsNotify.exe at Startup folder.
thank you.
tom
Gech
17th June 2006, 11:30 AM
PQzII Ver0.0.7-2 for Wizard (test version)
http://1942.rocketspace.net/PQzII/PQzII_20060617_0007-2_Wizard.zip
*) CTRL/ALT can assign CAPS button. (Push & Hold Caps button)
cheers,
tom
Gech
20th June 2006, 11:28 AM
PQzII Ver0.0.7-3 for Wizard (test version)
http://1942.rocketspace.net/PQzII/PQzII_20060620_0007-3_Wizard.zip
*) Caps & Fn indicator can use BMP file.
Copy "CapsFn.bmp" to Res folder.
thank you.
tom
galt
20th June 2006, 01:32 PM
Caps and FN indicator is a good idea, will this be added to the version for the Universal?
Gech
20th June 2006, 02:03 PM
Hi galt>>
I'm afraid that Universal does not put Caps & Fn key codes.
So, No chance to add this function for Universal.
tom
svkhtn
26th June 2006, 11:19 AM
Hi,
First of all, thank you very much for a GREAT application.
I tried it for the last two days. I love it. However, if I close the lid of the O2 Exec or I press the power button to turn off the screen, after a while (about 15mins or more) the PQzII automatically exits.
Anyone has the same problem?
Many thanks!
====
Edit: I searched and found matteo and asci had the same problem:
http://forum.xda-developers.com/viewtopic.php?t=33343&postdays=0&postorder=asc&highlight=pqz+exit&start=225
I will try to move it to the extROM to see if it helps.
Anyone else knows why and has any solutions?
Also, I noticed that after turning off the phone for the evening, the day after I couldn't use the SmallMenuPlus too.
belfast-biker
26th June 2006, 01:27 PM
I used this great little app a few months ago, and it had issues with my Exec.
Does it work now? Don't want to read through 16 pages! :)
And does it let me make my SYM key a CTRL key?
galt
26th June 2006, 01:31 PM
What kind of issues? It's working great on my JasJar.
svkhtn - it kinda sounds like maybe you installed it to your storage card, have you tried installing it to main memory? I'm not having any of the problems you described.
belfast-biker
26th June 2006, 01:41 PM
What kind of issues? It's working great on my JasJar.
OK, I#'ve been to the homepage, and it seems this is a pwerful bit of software. It also seems that it need a bit of effort to install it successfully.
Is there an easy way of simply making the SYM key the CTRL key, and NOTHING ELSE?
EDIT: SCRATCH THAT, DOWNLOADED AND INSTALLED PQZII, MUCH EASIER THAN THE WEB PAGE MAKES IT LOOK! WORKS A TREAT. NICE PROGRAM!
svkhtn
26th June 2006, 03:13 PM
svkhtn - it kinda sounds like maybe you installed it to your storage card, have you tried installing it to main memory? I'm not having any of the problems you described.
Yes, I installed it on my SD card. I will transfer it to the memory tonight :)
Hope it will solve the problem.
Thanks for your help.
====
Edit: installed on the main memory. It worked perfectly. Thanks again!
qyv42
28th June 2006, 12:48 AM
First of all: fantastic timing, as I just got a Wizard! I went to find the latest version of PQz to install on my Wizard since it's a must-have on my Universal, and was ecstatic to find the Wizard test version. Having tried it out, I think I've found two bugs:
1.) I cannot get the "Hold" shortcuts to launch the desired applications. Specifically, I map the left and right softkeys (the bar or "-" keys) to launch File Explorer and Notes, respectively, when I press and hold them. This works great on the Universal, but doing the exact same setup on the Wizard results in nothing happening when I press and hold, and when I release, it just does the standard softkey action.
2.) If you enable a 4-digit password on your Wizard, it is convenient to press the dot button (next to Tab) two times in order to put the device in "number only" mode when entering the password. However, this appears to confuse the Wizard version of PQz. Once you've reached the Today screen after entering the password, you are still in "number only" mode, but the icon shows no indication of this. In order to put the device back into normal input mode, you have to press the dot button twice. At that point, PQz shows two blue lines, indicating you are in number only mode. Perhaps PQz is not loaded yet when the password entry occurs, so it is just assuming that the state it begins in is "normal" input?
I am using the 7-3 Wizard test version of PQzII.
Thanks for the great app!
Gech
28th June 2006, 04:36 AM
hi qyv42>>
Thank you for your report.
1) I cannot get the "Hold" shortcuts to launch...
I understood the reason.
"Push" Left bar outputs key codes.
Down 0x71
Up 0x71
"Hold" Left bar outpus key codes.
Down 0x71
(waiting for key release)
Up 0x71
--------------
as for Universal
"Hold" Left bar outpus key codes.
Down 0x71
Down 0x71
Down 0x71
:
:
Up 0x71
--------------
so, I need to change some codes for Wizard by using timer.
2) If you enable a 4-digit password...
I have not used a 4-digit password. I should try that first and I need to understand what it is.
thank you
tom
Gech
28th June 2006, 05:48 AM
I'm trying to understand what 4-digit password meaning.
so, is this correct action? I don't still understand what the problem.
qyv42, Could you explain me again?
thank you
tom
Gech
28th June 2006, 11:51 AM
anyway, I uploaded a PQzII_20060628_0007-4_Wizard.zip.
http://www.nicque.com/PQz
for Wizard
Ver 0.0.7-4
*) Can use press and hold => BAR1 & BAR2 ("-" keys).
cya
tom
qyv42
29th June 2006, 12:11 AM
so, is this correct action? I don't still understand what the problem.
qyv42, Could you explain me again?
Interesting...in your screenshots, I can see the PQz icon when you are entering the password. On my device, I cannot see the icon until I have entered the password and the device then loads the Today screen.
So in your screenshots, the device is behaving as I would expect (no bug). But imagine instead if you could not see the PQz icon while entering the password in screenshot #2. Then, when the password was entered and you could use the device (as in screenshot #3), you can see the PQz icon but not with the two blue bars that show it is in "number mode". Yet, when you type, you still get numbers and symbols. That is what I see on my device.
That makes me wonder if there is a difference in the OS versions between our devices. I am using the T-Mobile USA MDA device, which is WM 5.0 without AKU 2. Are you using something else?
Gech
29th June 2006, 04:01 AM
I'm using K-JAM_WWE_216901_2169101_020710_ship.exe.
and I have not installed any cab file from ExtROM.
cheers,
tom
iltorvo
1st July 2006, 04:23 AM
Really a Must have tool, thank you very much!
Great Tom_hiro!
Gech
8th July 2006, 08:12 AM
Hi lucky you all who has got a HTC Hermes (especially, Dopod CHT 9000).
I updated PQzII for it.
http://www.nicque.com/pqz/
2006-07-08 0.0.7 [NEW] PQzII_20060708_0007-1_DopodCHT9000.zip
*) Fixed "Change" button output code.
-------------------------
DOWN 0x5C
DOWN 0x76
UP 0x76
UP 0x5C
UP 0x76 <== CLEAR
UP 0x10 <== CLEAR
-------------------------
For New user
-----------------------------------------------------------------------------
You need to install PQzII_20060616_0007_WM2005.zip package first.
then overwrite PQzII.exe by using PQzII_20060708_0007-1_DopodCHT9000.zip.
-----------------------------------------------------------------------------
For exist user
Just overwrite PQzII.exe.
cheers,
tom
galt
8th July 2006, 07:59 PM
Thanks Tom. Is there any reason for Universal users to install new version? Or is it just for the Hermes users?
Gech
9th July 2006, 02:16 AM
Hi galt
There is no reason to install new version for except Hermes Users.
because Hermes outputs same key codes twice when push "CHANGE" button. (in case of Chinese Traditional version)
also, If you don't need to assign to "CHANGE" button for any function
on Hermes. You don't need to use new version. (just use WM2005 version)
cheers,
tom
craigiecraigie4
25th October 2006, 07:54 AM
Tom, PM me your PayPal account details and I'll HAPPILY make a donation right away - this is just awesome work!!
2k1
3rd November 2006, 03:46 AM
Hi Tom,
Can i assign the ctrl or alt keys to the "internet explorer" or "mail" button. How do i check which key is "prior" or "home" or "Apps1" then the dropdown list appear when assigning keys to ctrl or alt. Is there a key map available?
craigiecraigie4
3rd November 2006, 08:04 AM
Hi Tom,
Can i assign the ctrl or alt keys to the "internet explorer" or "mail" button. How do i check which key is "prior" or "home" or "Apps1" then the dropdown list appear when assigning keys to ctrl or alt. Is there a key map available?
many other postss covering how these 2 keys are uniquely hard coded and not part of the keyboard dll. Wierd, but true.
Pikachu
4th November 2006, 07:29 AM
Hi All,
sorry, i know i am being a noob here but i need to ask what am i doing wrong.
i DLed all 3 of these :
-PQzII_WM2005.cab for WM2005
-PQzII_Wizard.cab for HTC Wizard
-PQzII_CHT9000.cab for CHT 9000
both via sync and via my SD card but i cant seem to get it running.
is there a update sequence that i have to install?
skyhook8
29th March 2007, 02:27 PM
Anyone know of an alternative download source for PQzII? The website seems to be down (www.nicque.com/PQz/PQzII.htm). Might be just temporary since I've only checked today.
Also, is there an another keyboard modification program such as this?
skyhook8
29th March 2007, 02:33 PM
Mkay, well, the Google cached page for his website still had the download links which for the binaries which are homed on another site. Here's the Google cached page if you're interested:
http://209.85.165.104/search?q=cache:111umma8PPUJ:www.nicque.com/PQz/PQzII.htm+PQzII_WM2005.cab&hl=en&ct=clnk&cd=1&gl=us&lr=lang_en
tom_hiro255
21st April 2007, 05:57 AM
Hi all,
PQzII last update was several months ago.
today, I build new PQzII.exe for Hermes.
http://www.nicque.com/pqz/PQzII.htm
2007-04-21 0.0.7-4 [Bug fix] PQzII_20070421_0007-4_Hermes.zip
*) Jog wheel (Volume Down) bug fix while calling.
Please try it and let me know if you find any trouble.
cheers,
tom
*)edit
There are some Hermes devices as like DoCoMo hTcZ/Softbank X01HT have "MOJI" button.
The button outputs "0x76" but it could be a cause of Jog wheel problem while calling.
if you use "0x76" as for any function. It has been changed to "0xAA".
as for me, I used 0x76 key code for IME on/off. and changed to "0xAA".
if you don't use 0x76 you don't need to care about this.
cheers,
tom
coercri
22nd April 2007, 08:28 AM
I love your software, it is soooo handy, thank you.
The only thing that would make it beter for me is to have the OK on the front of the device close programs; the OK on the slideout keyboard works great, it is just the one on the front - am I missing a setting or something, it won't work for me.
tom_hiro255
23rd April 2007, 09:43 AM
Hi all
sorry, I know here is not for Hermes but please forgive me to post here.
>> coercri
Thank you for using PQzII.
As for me, front OK button works fine to close app.
Could you send me "ini" files under PQz "Def" folder.
also, registory [\HKEY_CURRENT_USER\Software\Gzh\PQzII]
here is my mail addr.
tom_hiro255 @ msn.com
cheers,
tom
coercri
23rd April 2007, 06:45 PM
Hi all
sorry, I know here is not for Hermes but please forgive me to post here.
>> coercri
Thank you for using PQzII.
As for me, front OK button works fine to close app.
Could you send me "ini" files under PQz "Def" folder.
also, registory [\HKEY_CURRENT_USER\Software\Gzh\PQzII]
here is my mail addr.
tom_hiro255 @ msn.com
cheers,
tom
Hi Tom
Sorry, I didnt explain very well, what I meant was, with the OK button on the slide out keyboard, if I press and hold it will close all programs, but if you do the same with the OK on the front, it doesn't repeat in the same way and so you dont get the "close all" command.
SlyDogJeff77
16th July 2007, 09:22 PM
I appologize ahead of time but i'm a bit steamed. I like to think of myself as a fairly knowledgable Windows Moble User but this program is so cryptic i can't figure it out at all. The "MANUAL" is impossible to understand! What do these settings do! how are they supposed to be set?! perhapse listing the most common uses and settings would be more appropriate then just showing a screen shot of each tab.
Ok again.. I appologize for lashing out but I'm extreemly frustrated! Ok, so all i really wanted to do was reassign some basic functions of my HTC / AT&T 8525's hardware buttons. SPB Pocket Plus does a great job of adding all the commands i want to use but the WM5 and WM6 "buttons" settings don't allow you to change any of the buttons. Specifically the PTT, OK, and you can't add the HOLD feature to ANY buttons. This program BOASTS that it capable of doing so. But then when you try to edit a a button it asks for a NAME / FILE / PARAM.... ok great. just great. how about just listing the available commands from the buttons options in wm5/6? SPB Pocket plus has a great "Ok / Close context menu" i would like to assign. who knows where that command is located in the device's file system?
a better explination of how the ctrl and alt commands are used would be great. copy and paste.. awesome ideas... NO IDEA OF HOW TO USE THEM OR SET THEM WITH THIS MANUAL!!! ARRRRRGGGGGGGGGGGGGGGGG
highlighting text?! how?! if i set the windows key to be the ctrl / alt button, then it messes up the ok close button on the side and the front above the green phone button...... frustrations galore!!!
any response would be GREATLY appreciated!!!
Menneisyys
15th October 2007, 09:15 AM
tom, great app you have! We could even relocate it to the Dev & Hacking forum because it's not only Universal-related and certainly deserves attention.
I'll highly recommend it in my forthcoming Button Enhancer Bible. I also ask you to enter it in the PPCMag Software Encyclopedia; I'll most likely nominate it for next year's Best Software Awards.
Menneisyys
15th October 2007, 01:45 PM
Guys, some stuff to check out / commen ton before I publish the FULL Button Enhancer Bible: http://www.winmobiletech.com/102007ButtonEnhancerBible/Chart.html
Comments, flames are welcome!
Menneisyys
17th October 2007, 03:35 PM
Full review & comparison posted to http://forum.xda-developers.com/showthread.php?t=337604
petrospekaros
4th December 2007, 11:07 PM
Hi:
I'm trying to figure out how to call PQzII_Task.exe directly, so that it launches the Task Manager, and not just it's info box.
The reason I'd like to do this, is that I want to remap two hardware keys to launch the Task Manager, one for when the unit is closed and the other one for when it's open.
I've tried assigning it one combo, and then in the Code box, remapping the other hardware key to this combo, but it's always only the combination that's set in the System tab that launches the Task Manager, but the other one not.
So how could I do this?
afbcamaro
5th December 2007, 06:05 AM
Im late in finding this.
Tom thank you.
This is what I mean the work of simple brilliance. Now an invaluable piece of software... First application to be installed... and a friendly person, definitely rare.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.