Hello my friend,
I woule like to be able to use the RAS function in order to hangup data connection.
I have done this in the past for WM6.5 with the RasGetLinkStatistics, RasHangUp,etc...
I would like to know if there is a way to do this with any SDK or maybe with the Dll Import project.
Thanks a lot
Best regards,
Nixeus
Related
Hi guys,
I just update my qtek9000 with JASJAR_WWE_13076_164_10900_wwe_ship. It works fine so far except one thing. Has anyone tried Logmein with this new rom? It just does not go ahead even after I install the client program. I guess there's something wrong with the client or with the new PIE.
BTW, I have modifed the rom so that I can read and write Japanese. So, technically, the rom is not original. I did not install anything from the extended rom... should I install something out of it??
qt
Hi,
This is known problem with logmein. The client program doesnt work with wm5 aku2. Logmein support tells they will fix it.....(dont tell when)
thanks for the info, dherrero
logmein ran with the rom Xda_Exec_Upgrade_v113188... i have to find an alternative solution until logmein fixes the client, then.
qt
Logmein
Hi,
i have the same problem.Very annoying.Would you be so kind, and let me know if you find any alternative solution? And please if anybody realizes that they have fixed the problem, please send a message here.
THX
if you have a global ip address assigned to your pc, i suppose you could use vnc.
in my case, i share an optical connection with other people in my apartment building, and do not have a global ip... so i do not think i can use vnc from outside.
well, it looks like i have to wait for logmein people to fix the client issue whatever it is...
cheers,
qt
try z2r2pc. It uses a callback system to comunicate the systems. Very fast, a little more dificult to setup, ftp included....And you only need one license to access 1 or more pc.....
loginme works now!
i tried logmein for the first time after i upgraded my universal with the new qtek rom, and it works now! great!!
qt
Hi guys. kept reading forums but seems there isn't proper solution about voip on wm phones. i'm trying to findout if there is (or can be put on) native support for voip on wm5/6. my mate has nokia e65 and it has native support for it works perfect. you can actuall use normal phone as voip phone.
any one knows is it possible?
nolovelust said:
Hi guys. kept reading forums but seems there isn't proper solution about voip on wm phones. i'm trying to findout if there is (or can be put on) native support for voip on wm5/6. my mate has nokia e65 and it has native support for it works perfect. you can actuall use normal phone as voip phone.
any one knows is it possible?
Click to expand...
Click to collapse
Balck 2.0 has it built in already and there are cab dile for install under WM^ not sure about WM5. Search and ye shall find.
No Native Support for WM5 . WM6 Thread for VOIP and how to make it work are here:
{SOLVED} How to configure VoIP/SIP client in WM6.
.
Hi there, I'd really like to get started on a programming project for the Artemis.
Is it possible to get all the required tools and compilers free and legally?
I already have MS visual studio, but I have no idea if I can use it to develop for the Artemis. Do I need some expansion pack?
Cheers for any advice!
(I'm assuming there's no way I can develop a WM5 app in Linux? Without using Wine.)
Hi, did you find something about the tools required for this? I'd also like to start developing on WM6.1 but only found this ATM:
http://msdn.microsoft.com/en-us/library/bb158496.aspx
http://msdn.microsoft.com/en-us/library/bb158524.aspx
http://msdn.microsoft.com/en-us/library/bb158526.aspx
http://msdn.microsoft.com/en-us/library/bb158662.aspx
http://msdn.microsoft.com/en-us/library/bb158519.aspx
Thanks
Hello all. Please help me! I wish to contribute to the development of cool apps for HTC devices/windows mobile devices, but I dont know which programming environment to use:
I have VB 6 and Vb.Net 2002. Is it possible to develop software for PPC using one of these? If so, exactly how and are their resources?
If not, What can I use and is there a low cost solution (I dont really want to buy .net 2008!)
Thank you!
Pocket Programming Language is worth a look:
http://www.arianesoft.ca/
PythonCE
PythonCE is just python on your PPC. You can develop your own program on your PC or on your PPC directly. I have started developing small apps on the PPC with PythonCE and I just love the feeling of developing on the PPC.
Anyway if you do not like the idea of scripting and interpreted languages at all, then you should work with at least VS 2005 I guess.
If you like hardwork, you can check CEgcc though.
I was a former Palm user and I liked the powerfull on board development tools there. I was able to program using a real C compiler (On Board C) or a real Pascal compiler on my Palm OS device. I wish we had such programs for our PPCs as well.
Hi everybody,
I've seached for a long time, but no luck at all. I need a command to be accessible from MortScript to unlock the standard slide2unlock WM 6.5 lockscreen. I know how to lock it with SendSpecial (133), but I also need a reliable way to unlock it. Mouse clicks are not reliable as user might modify the position of locker.
Or if this is not possible, at least a way to put another window "on top" of the lockscreen and let the user to make some inputs without having to slide the locker first.
Thanks a lot for any suggestions,
Regards,
Radu
nradu said:
Hi everybody,
I've seached for a long time, but no luck at all. I need a command to be accessible from MortScript to unlock the standard slide2unlock WM 6.5 lockscreen. I know how to lock it with SendSpecial (133), but I also need a reliable way to unlock it. Mouse clicks are not reliable as user might modify the position of locker.
Or if this is not possible, at least a way to put another window "on top" of the lockscreen and let the user to make some inputs without having to slide the locker first.
Thanks a lot for any suggestions,
Regards,
Radu
Click to expand...
Click to collapse
This is NOT possible. It is possible on Non-Touch phones through a special API, but not on Windows mobile Professional (*sigh* Microsoft ... what were you smoking when you made these SDK's haha)
Anyway, I don't think MortScript can just go over a lockscreen, but I know that if you do the following in C++, it will run the app above the lockscreen:
SetWindowLong(hWnd, GWL_EXSTYLE, WS_EX_ABOVESTARTUP);
Cyclonezephyrxz7 said:
This is NOT possible. It is possible on Non-Touch phones through a special API, but not on Windows mobile Professional (*sigh* Microsoft ... what were you smoking when you made these SDK's haha)
Anyway, I don't think MortScript can just go over a lockscreen, but I know that if you do the following in C++, it will run the app above the lockscreen:
SetWindowLong(hWnd, GWL_EXSTYLE, WS_EX_ABOVESTARTUP);
Click to expand...
Click to collapse
Hi Cyclone,
I'm interested on doing this exact thing in a smartphone can you tell me how to do it with mortscript?
Kindly regards,
Enrique
You can't with mortScript. SetWindowLong is a C++ function used to set certain attributes to a Window when it is being createed ... You would have to make the program in either C# [and p/invoke it] or in C++
Cyclonezephyrxz7 said:
You can't with mortScript. SetWindowLong is a C++ function used to set certain attributes to a Window when it is being createed ... You would have to make the program in either C# [and p/invoke it] or in C++
Click to expand...
Click to collapse
Ohh, Sorry I misunderstand your post because you mentioned it is possible in non touch phones like mine a Samsung Jack.
Thanks for your answer,
Enrique
Oh sorry, I misunderstood your post too haha. There is an API call for Windows Mobile Standard (C++) ... PM me if you want to know any further