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
Recently i was thinking about creating an app which would show me my remaining calltime with one of polish prepaid services. I imagine it would work like that:
1. receiving a specific text message with my account balance from my operator the app would capture it and store the value
2. after each call being made operator sends sms with call cost. this should be deducted from previously stored value. etc etc.
3. value should be displayed somewhere, like on today plugin...
seems simple, but theres a catch;] i can't code for WM5. i just got myself delphi 2006 today and i see it has limited CF support so i can create applicatons... but am i able to create Dlls? also i don't have clue about creating dll's at all, especialy those for WM5. is it even possible with .net? is there any chance for me?
i know, i know, i shoud start to use c++ long time ago, but i'm affraid it' might be a bit to late for me;]
ps. is there anything like WM5 sdk, any guide kit for programmers, specs of any kind? where to look for it? thanks for any help. please note, i'd like to become one of you guys, i could even be of some value;]
heard somewhere that today plugins
cant be written in .net
here is a link to the subject of today plugins
http://forum.xda-developers.com:80/showthread.php?t=234162&highlight=codeguru
thanks, gonna try it in a minute.
(today unbelievable happened - my wizards battery got empty )
interesting. i'll consider switching to c++. as far as i understand it's not normal C, its some kind of mobile oriented c? but no connection with .net? how does it work?
Ok.
C++ is an extension of C to include object oriented programming. The language is not specific for mobile devices, so any book / article on the subject will do for starters.
I taught my self C++ after learning Pascal (Delphi is for Pascal right?) in school and it was quite easy because the languages have similar structure.
Your second stop is to learn WIN32 programming. I don't know how Delphi deals with APIs and function exports (that's what you need for DLLs).
Basically WM programming is very similar to desktop windows programming, except for a few miner difference (like all APIs using only Unicode).
You can download a free development tool called eVC 4 from MS. It looks exactly like Visual Studio 6 if you have any experience with that.
Unfortunately system DLLs like plugins can not be written using .NET but if you search MSDN (I really don't remember the link), there is an article on how to use a basic C++ DLL for the plugin and delegate all the real functionality to a .NET DLL.
Good luck.
yes, delphi is much like pascal
i know it's not that hard if you mean the structure. i just don't know how to start. in fact i got myself evc yesterday, after what you say i'll take good lok at it as soon as i prepare some room on my HD.
Delphi does well with windows api - as far as i can tell, i played with theese a bit so it shouldn't be hard to catch up when starting with c++. other thing is i never did dll, although i know how it works in general, i also used other peoples dll's in my programs. will do i hope. also, Rudegar provided us with good tutorial/example on today dlls, so i hope i'll be able to expand it. the only thing, i'm a bit anxious. you say evc is good for starters? ok, going to give it a try.
what a week, four days, four new RAD environments already
delphi is object pascal which is an extention of pascal like c++ is of c
c programs should compile without any problems in c++
Hi,
I saw a way to develop today plugins in .net : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/TodayScrn.asp?_r=1
I did not try and I guess it will slow down the device as .net is not very fast, but you can try...
Good luck
After examining the Voip.CAB I can post some consideration:
The Voip cab provides some dlls, an xml file and add some reg values, no exe to run. There is no way to use SIP features until we get a Radio rom wm6 version.
the dlls interacts with the RADIO rom, giving the apropriate setting in the Options screen of Phone setting, and they give the Today plugin too.
The ipdialplan.xml is the Dial Plan that owr Phone app will use to know when it must use regular GSM line or IP phone service, taking a look inside you will see the patterns and the standard SIP "Dial" command (Advanced users of sjphone will easily understand), example: for calling user 911 on the server microsoft.com you'll use Dial command like: SIP:[email protected]
By now, the only thing that we need is an interface.
Maybe Microsoft has decided to put SIP features to their standard Phone app, and I agree with this, because this will be more simple to use and trasparent to the user: The Dialplan will decide about the LCR (Low Cost Routing)
Hope to see a Radio-wm6-rom capable soon ,)
Bummer!
The main reason I flashed my ROM was that I thought there was an integrated SIP client!
So do you think when this happens we will only need to reflash the radio ROM?
I reeeeealy need this as SJPhone is OK but not integrated and a bit of a bloat...
Maybe
I heard about a Chinese Radio Rom that came with the vanilla version of the WM6 build that many of us have flashed.. If I could get it..
VOIP
Just use Skype, works fine!
Cheers, Leo
Well, thanks for that constructive answer... It's as if someone was asking for a way to get his car running with a missing part and you say "Why, just use a motorbike!" Sure, Skype gets the job done, but it is years away from being a flexible and truly usable solution on the PPC. And that's putting it nicely. Skype is just a pain to use for any serious mobile telephony. An integrated SIP client with the capability to choose the provider I want beats Skype to the bandwidth hogging pulp that it really is. So let's all hope that there will be a radio rom that allows us to use SIP soon ~
Ooops!
Sorry about that, sometimes I can be such aaa....
It wasn't my intention!
Cheers, Leo
Falk said:
Well, thanks for that constructive answer... It's as if someone was asking for a way to get his car running with a missing part and you say "Why, just use a motorbike!" Sure, Skype gets the job done, but it is years away from being a flexible and truly usable solution on the PPC. And that's putting it nicely. Skype is just a pain to use for any serious mobile telephony. An integrated SIP client with the capability to choose the provider I want beats Skype to the bandwidth hogging pulp that it really is. So let's all hope that there will be a radio rom that allows us to use SIP soon ~
Click to expand...
Click to collapse
Skype
I agree, it would be nice to have the SIP client.
But I find it unfair to criticize Skype. Has any of you tried the latest version (2.2) on a Wizard running WM6. It's amazingggggggg. Works smoothly and has far more options than will any SIP client for quiet many years...
Ciao,
Antoine
Hi,
The windows live messenger mobile doesn't support webcamviewing if i'm not mistaken ?
Isn't there a tool for ppc of which we can see a pc webcam on our P3300 ?
It's becauwe we're going on holiday for a longtime and our 2jr old baby stays with grandparants, we will have free wifi in our hotel, and it would be nice if we could see some live videos through a webcamtool via wifi.
I know the video is gonna be less smooth due to tio omap low processor (or when wifi reception is not optimal) but I would like to test it, I think this should be possible with a ppc. So no real video-conferencing cause it's not between 2 phones, but ppc & pc.
Using my htc's camera as webcam is not possible otherwise i guess?
Anyone has experience from receiving or sending as a webcam?
Thanks!
Cheers,
Innovator
Maybe you lookin' something like that?
_____________
Good luck, Luke
I'm using WebcamXP and u can google it or go directly here ->hxxp://www.webcamxp.com/home.aspx I'm running 4 webcams at home and I can view them with my artemis installed with this program. Of course having a noip or free dyndns account will make life easier in tracking your dynamic ip.
Hope it helps.
thanks, i'm going to test the webcamera plus...
concerning the webcamXP Mobile v1.15, the link does not work
save as doesnt work also for webcamxp.cab
does anyone have or find this cab online somewhere else?
Thanks!!
WebcamXP
Since this is a freeware for private use, I am sure it is ok to post the cab here otherwise forgive me mods.
I use remote desktop from my tilt2 to manage a data center.
I have several annoying issues. I would like to know if any of you have a solution for:
1) I need to ability to /admin or /console into the server.
2) ZOOM into the remote desktop session.
3) Switch to landscape and portrait while maintaining screen ratio.
A freakin Iphone can do this. It can't be that difficult to get this to work on windows mobile 6.5. Does anyone know how to modify the remote desktop client to achieve this? Or write a new remote desktop client?
Using another solution that requires an agent to be installed on the server is not an option. Also, using shadow is not an option.
Thank You!
ya go an pay for VNC
Though it isn't related to remote desktop mobile, if you can SSH in to your data center, you could always try pocket puTTY.
Like I said I don't want to install anything on my servers. I want to use the built in remote desktop solution on the windows server on port 3389.
This currently works I just can't zoom in from my tilt2, and can't connect to console session. Also no ability to save connections as "favorites". Very limited RDP client. Seems someone would have developed a custom RDP client for WINMO since RDP is the #1 method for maintaining a windows infrastructure.
http://forum.xda-developers.com/showthread.php?t=533664
Hope it helps,
mikroland said:
Like I said I don't want to install anything on my servers. I want to use the built in remote desktop solution on the windows server on port 3389.
This currently works I just can't zoom in from my tilt2, and can't connect to console session. Also no ability to save connections as "favorites". Very limited RDP client. Seems someone would have developed a custom RDP client for WINMO since RDP is the #1 method for maintaining a windows infrastructure.
Click to expand...
Click to collapse
Hi Mikroland, you can use ZADESKTOP... I use it and for me it is the best !!!
http://www.zatelnet.com/zadesktop/main.php
mikroland said:
I use remote desktop from my tilt2 to manage a data center.
I have several annoying issues. I would like to know if any of you have a solution for:
1) I need to ability to /admin or /console into the server.
2) ZOOM into the remote desktop session.
3) Switch to landscape and portrait while maintaining screen ratio.
A freakin Iphone can do this. It can't be that difficult to get this to work on windows mobile 6.5. Does anyone know how to modify the remote desktop client to achieve this? Or write a new remote desktop client?
Using another solution that requires an agent to be installed on the server is not an option. Also, using shadow is not an option.
Thank You!
Click to expand...
Click to collapse
Open remote desktop, make your connection, then on the server run tscon.exe 0. This will connect you to the console session.
I typically start my rdp sessions with the keyboard slid out, so that I can use it for logins and so I can put my device down while I am working and still see the session. So I have not flipped back and forth.
What would be even more useful is if I could get a bt mouse/keyboard to work with the Tilt2....still searching for that fix. RDP without a mouse is a bit of a bummer.
Leland.
lfondren said:
What would be even more useful is if I could get a bt mouse/keyboard to work with the Tilt2....still searching for that fix. RDP without a mouse is a bit of a bummer.
Click to expand...
Click to collapse
You could try Bluemouse. It's a program which allows HID compliant bluetooth mice and keyboards to work on your device. But use the trial before you buy it, since I'm not sure it'll work due to the Widcomm bluetooth stack used by the TP2.
bump this, Is there a way to get the slider bar to zoom in and out of a RDP connection. Also, people are saying to pay for VNC, is VNC better does it support zooming with the zoom bar or does it support zooming in general. My desktops resolution is 1920x1080. I had a app on the iphone called jaadu and it worked perfectly with ultra vnc. It supported zooming and panning.
Remote Desktop
All we need to fix the Remote Desktop problem on the Tilt2 is for someone to modify the zoom slider so that it zooms not only on web or photos but on Remote Desktop as well. Should be simple!
I use RealVNC, which is great, but I saw another VNC program that allows drag scrolling (instead of scrollbars) to view the rest of the screen. I'll look up what program that was.
In the meantime, watch this YouTube video of Remote Desktop on the HD2. It looks very nice!! But I wonder if it is a feature of Windows 7 that has that interface, or a new RD app. http://www.youtube.com/watch?v=QFiDZ_wBAtM
edit: That other app is called MochaVNC. Really cool features!
Very nice! Exactly what I am looking for except I don;t have an HD2. I have a Tilt2. There has to be a way to make that work with the Tilt2 using scroll bars instead of the "pinch to zoom"
Right, exactly what I love about it! I have a Touch Pro 2 (same as you, but on Verizon), and although we don't have multi-touch, the scrollbars would be great.
I was looking for this exact thing. Zooming with the zoom bar would be fantastic.
Also, does anyone know if I can connect using L2TP on the default client?
Has anybody tried the HD2 version of Remote Desktop to see how it behaves?
Update:
Here is a copy of Remote Desktop Mobile from LEO ROM 1.48.405.2 (WWE). I don't know if this is the one with 'pinch to zoom' or not.
It is in OEM format copied from \SYS\.
Its not working. I looking for the same solution with a small navigation window :/ and cant find any. Someone know from where we can get the same Remote Desktop Control with small navigation window ?
I use T2 Remote Touch which you can find thread here.
I have paid for the pro version, but you can also use a free version. Hope you find this helpful.