Available for a limited time only - £10 off a £20 spend at eXpansys! For more details visit this topic!

Please Log In or Register - it's FREE!

3 Pages V   1 2 3 >  
Reply to this topicStart new topic
 Pirazu port to SP5, Need the source so i can port it!
kam_
post Nov 12 2005, 04:08
Post #1


Diehard
Group Icon

Group: Posters
Posts: 372
Joined: 12th November 2005
Member No.: 158,124

Device(s): SP5



Remember the old Pirazu program which simulated a mouse pointer and let u control it with the d-pad? The authors page is now down, but did anyone ever download the source code?

I'd very much like to port it to the SP5 and link it to a key. Eg. hold it down for 3 seconds to make the pointer appear, and again to dissapear.

Anyone got it?
Go to the top of the page
 
+Quote Post
kam_
post Nov 12 2005, 04:17
Post #2


Diehard
Group Icon

Group: Posters
Posts: 372
Joined: 12th November 2005
Member No.: 158,124

Device(s): SP5



nevermind i just realised he never posted the source.. i'll code it myself!
Go to the top of the page
 
+Quote Post
kam_
post Dec 10 2005, 01:35
Post #3


Diehard
Group Icon

Group: Posters
Posts: 372
Joined: 12th November 2005
Member No.: 158,124

Device(s): SP5



Well after some dissasembling and hex editing of FakeCursor, i think i almost have a workable solution. I just logged into SkyPe without needing a computer.. Just used the D-pad to control the 'virtual pointer' and logged in!

I'll post some working files once i cleaned it up smile.gif
Go to the top of the page
 
+Quote Post
gerryr
post Dec 10 2005, 14:01
Post #4


Addict
Group Icon

Group: Posters
Posts: 746
Joined: 13th January 2005
From: Eire
Member No.: 105,252

Device(s): HTC S740



QUOTE(kam_ @ Dec 10 2005, 01:35)
Well after some dissasembling and hex editing of FakeCursor, i think i almost have a workable solution.  I just logged into SkyPe without needing a computer.. Just used the D-pad to control the 'virtual pointer' and logged in!

I'll post some working files once i cleaned it up smile.gif
*


Nice one !! how does skype work? which ver of skype are you using?


--------------------
1111100111
Go to the top of the page
 
+Quote Post
martin
post Dec 10 2005, 14:14
Post #5


Technical Advisor
Group Icon

Group: Members
Posts: 3,684
Joined: 22nd February 2003
From: UK
Member No.: 2,987

Device(s): SPV C550, imate SP5



Hey, a virtual pointer could be very useful smile.gif

Nice work kam_... When can we try it out.
Go to the top of the page
 
+Quote Post
namiran
post Dec 10 2005, 14:30
Post #6


Enthusiast
Group Icon

Group: Posters
Posts: 185
Joined: 18th June 2003
Member No.: 8,324

Device(s): M3100



would be Really intressted in this program! please share! =)
Go to the top of the page
 
+Quote Post
kam_
post Dec 10 2005, 20:39
Post #7


Diehard
Group Icon

Group: Posters
Posts: 372
Joined: 12th November 2005
Member No.: 158,124

Device(s): SP5



Hi!

I changed the FakeCourser back to the noscreen PPC one for now. I thought it would be safer untill i confirm my modded one doesnt have memory leaks.

Here's some notes..

When you run FakeCursor, it virtually holds down the WIN + LSHIFT key and this makes all your other buttons stop working! (This is one thing i'm hex editiing, but its a bit tricky without a coredll.dll to see the imports on ida). So to get back to normal you need to shut down FakeCursor. This isn't as bad as it sounds...

Curently, the home key or running FakeCursor again will shut it down.

So i decided the best way to make this work is to assign FakeCursor to a hardware key.

Press key - mouse appears, use the mouse,
press key - mouse dissapears, use your phone like normal

For me the best key was the voice note one because i never use this function (hold down the COM manager key - top left side key). Unfortunately this isn't useable outside the homescreen, as its not a global hardware hotkey.

So instead - for now i've mapped it to the COM Manager key, and mapped the voice note one to the COM Manager. To be clear:

BEFORE:
Tap side key - COM MANAGER
Hold Side key (home screen only) - voice notes

AFTER:
Tap side key - mouse on/mouse off
Hold Side key (home screen only) - COM MANAGER

I think this is a good enough compramise for now.

How to install/use it?
------------------------

- Remap COM button to FakeCursor:
Place FakeCursor.exe and Short_POC.lnk into \windows
(Overwrite your old Short_POC.lnk, i've incuded the original in the zip just in case).

- Remap Voice Notes to COM MANAGER:
Browse to:
HKLM\Software\Microsoft\Shell\Rai\:MSNOTES

Rename 1 to 1old
make a new string.
add:
CommManager.exe

Now tap side button to make mouse appear. Use dpad and action button to click. Tap side button to make mouse dissapear

Uninstall?
-----------
- Remap COM Button to COM MANAGER
Delete \Windows\FakeCursor.exe
Rename 'Original Short_POC.lnk' to 'Short_POC.lnk' and copy to \windows

- Remap Voice notes key back to voice notes
Broswe:
HKLM\Software\Microsoft\Shell\Rai\:MSNOTES

Delete key '1'
Rename key 1old to '1'

Problems/Bugs/Things to be fixed
---------------------------------------

Right now this is an unmodified FakeCursorPPC with no settings screen.
When you exit the cursor with the side button, (or the home button) it takes you back to the homescreen. I'm working on a fix on this - hopefully directly in the FakeCursor, worst case with a wrapper.
Agreed it makes it anoying to use right now!

Right now it holds down LSHIFT and WIN keys which means you have to make the mouse dissapear before you can use any of your keys. This is real anoying when you click in a test box and can't type right away. Together with it taking u to the homescreen each time its damn irritating!
I'm working on this one too. It was originally made for CE 3, the HPC devices with keyboards. That one worked with LSHIFT + WIN + direction keys. This one has just been hard coded to simulate the LSHIFT and WIN key press.

SkyPe?
---------

Use the PPC version so you can have voice!. The cab won't install, you will need to extract the file with something like WinCE Cab manager. If you don't have Cab manager, then just use winzip and rename the files:

000Boing.002 -> Boing.wav
000Skype.001 -> Skype.exe
SKYPED~1.003 -> SkypeDialer.dll

Just put all 3 files into a directory on your SD card. (the 4th files isn't needed).

I've succesfully made calls with it, but the dialogs are too big and it looks kinda ugly. A resource editor could fix that nicesly if some has the time to do it for every dialog.

I'll keep you posted on how my modified version is coming.

Attached File(s)
Attached File  FakeCursorSP5Test.zip ( 3.92K ) Number of downloads: 32257
 
Go to the top of the page
 
+Quote Post
Jamma14
post Dec 10 2005, 21:01
Post #8


Addict
Group Icon

Group: Posters
Posts: 838
Joined: 4th May 2004
From: Bath
Member No.: 42,238

Device(s): T-Mo Dash



Hi kam_,
is this likely to work on WM2003se devices or is it just for WM5.0 smartphones?


--------------------
www.JammaSoft.tk

SPV e100 ----> i-mate sp3i ----> SPV c550 ----> T-Mobile Dash
Go to the top of the page
 
+Quote Post
tha_neo
post Dec 11 2005, 04:09
Post #9


Regular
Group Icon

Group: Posters
Posts: 128
Joined: 15th June 2004
From: Sweden
Member No.: 46,692

Device(s): SGH-i600



hi man!
Trying your program but it says "this program is from unknown" and so on. the thing is that i can´t press the yes button to accept this. how do I do??


--------------------
____________________________________
Using: Samsung SGH-i600
Old school: SPV E100, 6600, MPx200, C500, Qtek 8310, Qtek S200, Samsung SGH-i607, Nokia N80, SPV M3100, Nokia N73
Go to the top of the page
 
+Quote Post
stemill
post Dec 11 2005, 13:40
Post #10


Newbie
Group Icon

Group: Posters
Posts: 43
Joined: 23rd January 2005
Member No.: 106,472

Device(s): mda vario ii



You need to start FakeCursor once using the file manager. You should be able to click yes to the usual security warning. After you've done this once you won't get asked again and FakeCursor works fine from the shortcut key


--------------------
Go to the top of the page
 
+Quote Post
tha_neo
post Dec 11 2005, 20:40
Post #11


Regular
Group Icon

Group: Posters
Posts: 128
Joined: 15th June 2004
From: Sweden
Member No.: 46,692

Device(s): SGH-i600



nice man=)

QUOTE(stemill @ Dec 11 2005, 13:40)
You need to start FakeCursor once using the file manager. You should be able to click yes to the usual security warning. After you've done this once you won't get asked again and FakeCursor works fine from the shortcut key
*


--------------------
____________________________________
Using: Samsung SGH-i600
Old school: SPV E100, 6600, MPx200, C500, Qtek 8310, Qtek S200, Samsung SGH-i607, Nokia N80, SPV M3100, Nokia N73
Go to the top of the page
 
+Quote Post
kam_
post Dec 12 2005, 06:28
Post #12


Diehard
Group Icon

Group: Posters
Posts: 372
Joined: 12th November 2005
Member No.: 158,124

Device(s): SP5



QUOTE(Jamma14 @ Dec 10 2005, 22:01)
Hi kam_,
is this likely to work on WM2003se devices or is it just for WM5.0 smartphones?
*


On WM2003 you should be able to use Pirazu (or Pen Irazu). Search on google!
Go to the top of the page
 
+Quote Post
royrov
post Jan 5 2006, 11:07
Post #13


Newbie
Group Icon

Group: Posters
Posts: 2
Joined: 5th January 2006
Member No.: 165,908

Device(s): Qtek 8310



i have installed skype and fakecursor now... i'm trying to install the "shortcuts", but all the files in the windows folder on my Qtek 8310 is "read only". so i can't install/edit/remove the original shortcut...

can anyone help ?
Go to the top of the page
 
+Quote Post
jirisrba
post Jan 8 2006, 20:25
Post #14


Newbie
Group Icon

Group: Posters
Posts: 4
Joined: 8th January 2006
Member No.: 166,485

Device(s): Qtek 8310



did you try unlock the phone ?
Go to the top of the page
 
+Quote Post
jwatto
post Jan 8 2006, 20:30
Post #15


Newbie
Group Icon

Group: Members
Posts: 1
Joined: 8th January 2006
Member No.: 166,484

Device(s): qtek 8310



I have the same problem as royrov.
Jirisrba: unlock the phone ? Will that help?
I have also a problem finding:
HKLM\Software\Microsoft\Shell\Rai\:MSNOTES
I can't find this directory anywhere

Jon
Go to the top of the page
 
+Quote Post
Silverman
post Jan 11 2006, 14:31
Post #16


Newbie
Group Icon

Group: Posters
Posts: 3
Joined: 10th January 2006
Member No.: 166,775

Device(s): Qtek 8310



Hi there, i will try to resize Skype dialogs in resource editor.


--------------------
Qtek 8310 + Sandisk 1Gb
Go to the top of the page
 
+Quote Post
zgd
post Jan 11 2006, 15:57
Post #17


Newbie
Group Icon

Group: Members
Posts: 1
Joined: 29th December 2005
From: Moscow
Member No.: 164,821

Device(s): Qtek 8310



2 kam_

Thank you very much, indeed.
It will be great to add copy/paste function!
Go to the top of the page
 
+Quote Post
jirisrba
post Jan 16 2006, 19:51
Post #18


Newbie
Group Icon

Group: Posters
Posts: 4
Joined: 8th January 2006
Member No.: 166,485

Device(s): Qtek 8310



not all registry's values are visibile without app unlocking phone

some useful utils

regeditSTG.zip

http://www.modaco.com/index.php?act=Attach...e=post&id=16559

SDA_ApplicationUnlock.zip

http://www.modaco.com/index.php?act=Attach...e=post&id=16560
Go to the top of the page
 
+Quote Post
jirisrba
post Jan 16 2006, 19:53
Post #19


Newbie
Group Icon

Group: Posters
Posts: 4
Joined: 8th January 2006
Member No.: 166,485

Device(s): Qtek 8310



not all registry's values are visibile without app unlocking phone

some useful utils

regeditSTG.zip

http://www.modaco.com/index.php?act=Attach...e=post&id=16559

SDA_ApplicationUnlock.zip

http://www.modaco.com/index.php?act=Attach...e=post&id=16560
Go to the top of the page
 
+Quote Post
harrysaab
post Jan 21 2006, 14:27
Post #20


Regular
Group Icon

Group: Posters
Posts: 142
Joined: 18th August 2004
Member No.: 53,266



nice one mate

the mouse appears but i can't click anything, you said click on action key but which one is action key? i tried both keys below Start and the one below Contact key. none work, so i can't click anything :-(

please help

thanks

QUOTE(kam_ @ Dec 10 2005, 20:39)
Hi!

I changed the FakeCourser back to the noscreen PPC one for now.  I thought it would be safer untill i confirm my modded one doesnt have memory leaks.

Here's some notes..

When you run FakeCursor, it virtually holds down the WIN + LSHIFT key and this makes all your other buttons stop working! (This is one thing i'm hex editiing, but its a bit tricky without a coredll.dll to see the imports on ida).  So to get back to normal you need to shut down FakeCursor.  This isn't as bad as it sounds...

Curently, the home key or running FakeCursor again will shut it down.

So i decided the best way to make this work is to assign FakeCursor to a hardware key. 

Press key - mouse appears, use the mouse,
press key - mouse dissapears, use your phone like normal

For me the best key was the voice note one because i never use this function (hold down the COM manager key - top left side key).  Unfortunately this isn't useable outside the homescreen, as its not a global hardware hotkey.

So instead - for now i've mapped it to the COM Manager key, and mapped the voice note one to the COM Manager.  To be clear:

BEFORE:
Tap side key - COM MANAGER
Hold Side key (home screen only) - voice notes

AFTER:
Tap side key - mouse on/mouse off
Hold Side key (home screen only) - COM MANAGER

I think this is a good enough compramise for now.

How to install/use it?
------------------------

- Remap COM button to FakeCursor:
Place FakeCursor.exe and Short_POC.lnk into \windows
(Overwrite your old Short_POC.lnk, i've incuded the original in the zip just in case).

- Remap Voice Notes to COM MANAGER:
Browse to:
HKLM\Software\Microsoft\Shell\Rai\:MSNOTES

Rename 1 to 1old
make a new string.
add:
CommManager.exe

Now tap side button to make mouse appear.  Use dpad and action button to click.  Tap side button to make mouse dissapear

Uninstall?
-----------
- Remap COM Button to COM MANAGER
Delete \Windows\FakeCursor.exe
Rename 'Original Short_POC.lnk' to 'Short_POC.lnk' and copy to \windows

- Remap Voice notes key back to voice notes
Broswe:
HKLM\Software\Microsoft\Shell\Rai\:MSNOTES

Delete key '1'
Rename key 1old to '1'

Problems/Bugs/Things to be fixed
---------------------------------------

Right now this is an unmodified FakeCursorPPC with no settings screen.
When you exit the cursor with the side button, (or the home button) it takes you back to the homescreen.  I'm working on a fix on this - hopefully directly in the FakeCursor, worst case with a wrapper.
Agreed it makes it anoying to use right now!

Right now it holds down LSHIFT and WIN keys which means you have to make the mouse dissapear before you can use any of your keys.  This is real anoying when you click in a test box and can't type right away.  Together with it taking u to the homescreen each time its damn irritating!
I'm working on this one too.  It was originally made for CE 3, the HPC devices with keyboards.  That one worked with LSHIFT + WIN + direction keys.  This one has just been hard coded to simulate the LSHIFT and WIN key press.

SkyPe?
---------

Use the PPC version so you can have voice!.  The cab won't install, you will need to extract the file with something like WinCE Cab manager.  If you don't have Cab manager, then just use winzip and rename the files:

000Boing.002 -> Boing.wav
000Skype.001 -> Skype.exe
SKYPED~1.003 -> SkypeDialer.dll

Just put all 3 files into a directory on your SD card.  (the 4th files isn't needed).

I've succesfully made calls with it, but the dialogs are too big and it looks kinda ugly.  A resource editor could fix that nicesly if some has the time to do it for every dialog.

I'll keep you posted on how my modified version is coming.
*
Go to the top of the page
 
+Quote Post

3 Pages V   1 2 3 >
Reply to this topicStart new topic

Collapse

Similar Topics

  Topic Replies Topic Starter Views Last Action
No new Topic has attachmentsPaul's complete guide to installing OSX Leopard on your MSI Wind / Advent 4211
Video uploading now...
685 Paul (MVP) 302,446 Yesterday, 22:55
Last post by: -Safran-
No new Pinned: Topic has attachmentsHow to adjust your volume levels
The easy way to boost your default volume settings
107 Hendrickson 44,231 Today, 01:51
Last post by: Tulius
No new Topic has attachmentsStep by Step: Learn To Cook Custom ROM
guide to cooking your own ROM
88 PaSSoA 10,815 Yesterday, 20:08
Last post by: Lyncexx
No New Posts Is there a way to remove some input methods without modifying the ROM?
3 JacksonZhu 109 Today, 02:08
Last post by: JacksonZhu
No New Posts Topic has attachments