[APP] TouchRC - Control Media Center from your phone. - Windows Mobile Apps and Games

I have written an app called TouchRC to enable me to control my windows media center (vista and windows 7) from my phone.
Download link and screenshots can be found on the codeplex site here.
I will try and pad this post out a bit more as soon as i get decent amount of time to do it!
A couple of screen shots here...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Feedback/suggestions are always welcome!
Thanks
evorgevol

[reserved for future use]

Nice! Too bad I have Media Center 2005 or I would love this.

i will try it

i cant get the wmcontroller app to work in WIndows 7 RC'
does anyone knows what to do

I tried to get this potentially great software to work with Vista Premium incl. TV Pack but whenever I start VMC I get an error message 'can't load...' :-(
Any help is most welcome.

what are the limitations of this software, evorgevol?
specifically the following 4:
- what type of connection(s) does it use to connect to VMC/w7MC (wifi only, or bt optional)?
- is it intelligent enough to work with VMC plugin's? (my movies, MCEweather, daemon tools etc)
- is this a complete replacement for an MCE remote - ie, could i remove the IR-transmitter/reciever?
- is it intelligent enough to realise what menu it is in, and filter out un-used options (ie: 'channel change' and 'record' would be removed if in pictures/dvd area)?

alexnathan345 said:
I tried to get this potentially great software to work with Vista Premium incl. TV Pack but whenever I start VMC I get an error message 'can't load...' :-(
Any help is most welcome.
Click to expand...
Click to collapse
Have a look at this thread with trying to get it to work with the TV Pack.

veehexx said:
what are the limitations of this software, evorgevol?
specifically the following 4:
- what type of connection(s) does it use to connect to VMC/w7MC (wifi only, or bt optional)?
- is it intelligent enough to work with VMC plugin's? (my movies, MCEweather, daemon tools etc)
- is this a complete replacement for an MCE remote - ie, could i remove the IR-transmitter/reciever?
- is it intelligent enough to realise what menu it is in, and filter out un-used options (ie: 'channel change' and 'record' would be removed if in pictures/dvd area)?
Click to expand...
Click to collapse
It connects over TCP/IP, so it would have to be connected to your local area network.
This is only really a simple program that interacts with the VmcContoller application, so can only do reasonably basic stuff. I have added functionality to so that it can use the MyMovies application metadata, though most of this is still in progress.
It depends on what you use your remote for as to whether this can be a complete replacement. I currently dont have, and have no intentions in the near future of, having a number/keyboard pad. So if you use these a lot, then it probably won't be a full replacement.
I had planned to make the now playing screen a bit more wise about what type of media is playing, and display different icons accordingly, but this has been marked as more a of a 'nice to have' in the application which i might work on in the future, but have other things I'd rather get working first.
Hope that answers some of your queries...
evorgevol

indeed they all are 'nice-ities', and it wont stop me considering playing with your app.
thanks for answers

Unfortunately, the media center network controller software can not be installed on a Vista X64 pc. I would really like to use this app on my mobile device!
Regards,
André

Man this is absolutely awesome!!!
I don't have a MS MediaCenter solution but MythTV, so I wanted to do the same app like you did but for MythTV quite a while.... I already gave up in searching a usable GUI framework like your Fluidity and started writing my own (Which took basically up all my time so far - that's why there is not even an app yet ... But your solution kicks the living sh**t out my little approach.
Is it ok if I borrow up the framework and perhaps some junks of code from your app??? I don't think I'd get it done better if I would try myself, so it would be nice if I wouldn't have to reinvent the wheel. I will of course list you in the credits page of the app.
I spend some hours browsing through your code and I think I got almost through in understanding how the controls basically work. The only thing I miss is the complete overview of how the binding to the actual data is done. The idea with the Templates for the single Items is pretty neat and makes it extremly flexible!
/Tommi

thomasschaz said:
Is it ok if I borrow up the framework and perhaps some junks of code from your app???
Click to expand...
Click to collapse
Thanks for reminding me... I forgot to give the original author credit!!! The control framework I use on TouchRC is called Fluid controls, and it's on codeplex here.
I will update my codeplex to give him the credit he deserves, I certainly wouldnt have been able to do any of my app without it!!
Just for thought though, if you create a TCP/IP server for your app, and use the same receive commands as VmcController, then you should just be able to use my app entirely! Or, if you do make it different, and you want me to, I can add your commands to my app too, so that the user would be able to control both windows and myth from the same application!
Thanks,
evorgevol

WIN 7 RC1 how to install
so u guys have a lil question...
how to install this awesome prog on win 7 RC 1?
ive installed touchRC on my XDA Orbit...
then installed VMCControl on my win7...
then loaded this zipfile
http://www.nloit.co.uk/downloads/vmccontrollerwin7source.zip
and ran the DevInstall.cmd...
opened up MC...
added the name of my PC to touchrc...
ran touchrc...
clicked on "Now Playing"...
recieved Error massage: "Connection could not be established"
WTF am I doing wrong???
have i missed a few steps or simply did wrong prefrences?
sry for my bad english xD
but big thanks to the developer its an awesome app
(if i were able to install it in the right way xD)

Jasafo said:
WTF am I doing wrong???
Click to expand...
Click to collapse
Can you load up the http server for vmc? (ie, on a diff computer, go to http://hostpc:40510) and see if that works? if it doesn't, then it probably means that VmcController isn't working properly. If this is the case, then revert to the codeplex site of VmcController to ask for help.
Thanks,
evorgevol

evorgevol said:
Thanks for reminding me... I forgot to give the original author credit!!! The control framework I use on TouchRC is called Fluid controls, and it's on codeplex here.
I will update my codeplex to give him the credit he deserves, I certainly wouldnt have been able to do any of my app without it!!
Just for thought though, if you create a TCP/IP server for your app, and use the same receive commands as VmcController, then you should just be able to use my app entirely! Or, if you do make it different, and you want me to, I can add your commands to my app too, so that the user would be able to control both windows and myth from the same application!
Thanks,
evorgevol
Click to expand...
Click to collapse
Ah, I saw the codeplex page but I somehow thought you guys were the same
Thanks a lot for the offer, but I plan to build a 'richer' remote client for MythTV. Means, besides a remote control function I want to be able to browse the Program Guide, Recordings, Movies, Music, Pictures on the phone and select them to play on the PC/TV.
And I have some other ideas which would be pretty neat, but for now I am already happy if I get the above items finished. (technically thats usually no prob, but once you solved all the tiny little problems and know how to code the whole thing it often gets boring )
/Tommi

thomasschaz said:
I want to be able to browse the Program Guide, Recordings, Movies, Music, Pictures on the phone and select them to play on the PC/TV.
Click to expand...
Click to collapse
Already in the works!
(Apart from pictures..)

evorgevol said:
Already in the works!
(Apart from pictures..)
Click to expand...
Click to collapse
Good to know. I'am going to keep a close eye on your project

Hey evorgevol,
any updates on the app yet?
I now have the basic server + client API done so far for my project. I hope I'll reach the alpha state up to your level within the next 1 or 2 months... Then it should really go quick...
Greetz,
Tommi

thomasschaz said:
Hey evorgevol,
any updates on the app yet?
I now have the basic server + client API done so far for my project. I hope I'll reach the alpha state up to your level within the next 1 or 2 months... Then it should really go quick...
Greetz,
Tommi
Click to expand...
Click to collapse
I've been stupidly busy recently, so haven't had any chance to work on it for a while. I'm hoping that will change next month. I have made some minor updates to it (but not checked it in), but won't be making another release for a couple of weeks yet. Hopefully soon though!!! How's yours coming along?

Related

*TrackMe* GPS/CellID Tracking tool for Google Earth & Google Maps

DOWNLOAD
Click here to download the latest version
REQUIREMENTS
Devices running Windows Mobile 5 or 6 for Pocket PC or Smartphones
Microsoft Compact Framework 3.5 Download from here
SQL Server Mobile 3.5 Download from here
ICON SETS
Just unzip it and copy files to the Icons folder.
Classic
Modern
FAQ
Click here to see the FAQ
DOCUMENTATION AND QUICK START GUIDE
Tutorial
HOW TO USE YOUR OWN SERVER
Click here for instructions
CUSTOM WEB VIEWER DEVELOPMENT AND USER PLUGINS
Click here to visit the thread
RELEASE HISTORY
Click here to check the Release History
DESCRIPTION
Hi all,
I have been trying for a while to find some GPS/CellID tracking programs that work fine but most of them are buggy and not very accurate. That's why I decided to write my own!
Features:
- Ability to generate KML and GPX files that can be opened with any tool that supports that type of file.
- Realtime tracking with Google Earth or Google Maps.
- You can create and manage your own trips
- No internet connection is needed when using TrackMe (Offline mode)
- Ability to display your current position on your PDA
- Geofence with SMS and email notifications
- You can send your current position by email or sms to other person
- Ability to upload pictures. TrackMe will extract the GPS information/Creation date (if any)
from the pictures and it will match it with your existing GPS data
- Search for closest user based on your last uploaded position
- GPS powersave mode available
- You can use your own server instead of my free server
- Stealth mode
- You can force updates with your own custom icon and comments.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Google Earth:
Google Maps:
Web browser viewer
By pammetje, mcross and jcleek
Please visit this thread to see other viewers
If you guys are interested in this program I will keep it updated, otherwise this will be probably one of the last versions!
Please leave your comments, suggestions and ideas here.
Have fun!
Regards
You can Donate if you like my tools. That's always a good motivation for future developments!! Thanks a lot!
that's pretty dope! Where does it upload the data to? Any chance of sharing the source code and people could add to it? maybe open source it?
Thanks kireol.
Right now it's uploading the information to the mysql database that I have with my web hosting.
Regarding the source code... I think it could be a good idea. Maybe once the program is completely stable I may do it. Thanks for your suggestion.
for sure man, you did a great job! And I for one would love to get involved. I was a programmer at Ford for 15 years(C++/PHP/Perl/Java) until those jobs went to India and forced me to throw away my college degree. I've been dieing to get back into programming (5 years now). This last weekend I snagged MS visual studio .net and the wm6 sdk and started compiling. This might b a good transition for me to get back into thinking that way, if you decide you'd like to OS it that is
Great tool!!!
Just one question, how do we create an account?
Thanks
Iskatar
Congrats,
Very nice stuff!!!
Regards,
Taguapire.
ishkatar said:
Great tool!!!
Just one question, how do we create an account?
Thanks
Iskatar
Click to expand...
Click to collapse
Thanks ishkatar.
You just need to go to Config, and enter there a username and password.
The account is created automatically as soon as you start uploading GPS data.
If for any reason the username already exists or there is any other error, you will be notified.
We always approve such moves!!!! Go on and keep up the good work!!!
Very cool.
Maybe you could release the table structure and a way for people to host their own data...like a personal web app.
staryon said:
Thanks ishkatar.
You just need to go to Config, and enter there a username and password.
The account is created automatically as soon as you start uploading GPS data.
If for any reason the username already exists or there is any other error, you will be notified.
Click to expand...
Click to collapse
Wow ... works perfectly!!! I just did a test walk around my office and it mapped it perfectly!!! Good work Staryon. I'm really eager to see how you did it.
Thanks a lot for all your comments. That really encourages me to keep updating the software.
laakness, at this moment the data is inserted into the mysql tables by using HTTP calls. My website gets the HTTP call and depending on the command it will do the specified task. That means that what you mention it would work if they have a website with PHP and a mysql database. A nice feature that I could add in the future is to make the inserts directly to the database instead of using HTTP calls.
However this is something that may not work for many web hostings because they usually don't allow access to mysql from external applications (which is my case by the way)
For the KML files (Google Earth's files) I used a structure that I liked in one of the tools that I found that does something similar to this. I made some modifications though.
I edited my previous post. Obviously where I said URL calls I meant HTTP calls.
Sorry for the confusion!
I have not yet installed it but it looks really cool from the screen shots. I have been using 3DTracking (free) but it is not without its problems and does not look as comprehensive as this. Does it carry on logging position after you power-down (standby) the Kaiser? 3DTracking does and its a real pain as it means you have to keep the screen on all the time!!
Thanks for the info.
I actually do host my own site using PHP/Apache/Mysql which is why I was asking
XDAII said:
I have not yet installed it but it looks really cool from the screen shots. I have been using 3DTracking (free) but it is not without its problems and does not look as comprehensive as this. Does it carry on logging position after you power-down (standby) the Kaiser? 3DTracking does and its a real pain as it means you have to keep the screen on all the time!!
Click to expand...
Click to collapse
This app lets you shut the screen off which is great. This app also alows you to set your upload and update intervals. They are great and needed options.
laakness said:
Thanks for the info.
I actually do host my own site using PHP/Apache/Mysql which is why I was asking
Click to expand...
Click to collapse
Very good. In that case I can provide everything that you need to use your website.
However, I will have to make it some changes in my code because at this moment the HTTP calls are hardcoded to my website. Once I have this done I will post it here.
staryon said:
Very good. In that case I can provide everything that you need to use your website.
However, I will have to make it some changes in my code because at this moment the HTTP calls are hardcoded to my website. Once I have this done I will post it here.
Click to expand...
Click to collapse
Very cool, thanks a lot. Your work is much appreciated.
Re: Announcing *TrackMe 1.0.0* GPS Tracking tool with Google Earth
Very cool indeed…
We must be neighbors of a sort. I work in Herndon (Worldgate) and was pretty surprised to a bird’s eye view of my office. Hope you aren’t getting stuck doing that toll road shuffle for an am commute – lol.
I installed it on my Wing, but it is not responding.
first error I got. unable to open port 4
I changed to port 1 and what I get is - waiting for gps respond.
not working for me.
Do I have to be outside the house for this or online?
apbtlvr said:
Very cool indeed…
We must be neighbors of a sort. I work in Herndon (Worldgate) and was pretty surprised to a bird’s eye view of my office. Hope you aren’t getting stuck doing that toll road shuffle for an am commute – lol.
Click to expand...
Click to collapse
lol... don't tell me. That toll road has become a nightmare every day and it's getting worse and worse...

Anyone here use X10 Home Automation?

Hi all,
Just out of curiosity does anyone here use X10 devices and more importantly use HomeSeer?
I've almost finished my Home Automation app for Android and may be looking for some testers.
Thanks Matt.
Yes, I do.
Wow, I shure want to test this.
I use the "old" version of Homeseer. I'm at work now, and don't know the version number.
It should work fine with either 1.5 or 2. You just need the web interface enabled and you need to copy a script into the html folder on the pc.
I've got a couple of things I know about which I need to fix first but then it would be good to get someone elses opinion. It does exactly what I wanted it to do (obviously) but you may have ideas which you would like implented.
Seems to work really well though. I can control my whole house from the phone now and best of all the layouts are all done dynamically so you don't have to sit there for ages designing your GUI like I used to with netremote on windows mobile.
Matt.
Croccy22 said:
Hi all,
Just out of curiosity does anyone here use X10 devices and more importantly use HomeSeer?
I've almost finished my Home Automation app for Android and may be looking for some testers.
Thanks Matt.
Click to expand...
Click to collapse
Hello
Yes, sure. I am using X10 in my house and cotroler by my PC, it will be nice have my hero doing it.
Thanks
Manuel Bravo
Count me in!! I have tried multidomo but can't get it to operate properly. If you want a tester i'm more than happy to help!
orchid666 said:
Count me in!! I have tried multidomo but can't get it to operate properly. If you want a tester i'm more than happy to help!
Click to expand...
Click to collapse
Do you use HomeSeer on your PC?
Matt.
Croccy22 said:
Do you use HomeSeer on your PC?
Matt.
Click to expand...
Click to collapse
Hi Matt,
I do indeed! Would love to have access from my hero. Homeseer is a great piece of software!! Any chance of having a test at it?
I've got a couple of things I need to do, a confirmation box on the delete device/event menu, and a background image on the add device screen as I;ve had a weird problem with the scrollview squashing the background picture when the virtual keyboard displays on the screen.
Once i've done this I'll get together a tme limited beta so you can all have a look and make any suggestions.
If all is ok then i'm gonna put this one on the market for a couple of quid and see if people like it.
I know it's not going to be a big seller as it is currently limited to homeseer and I really can't be bother to write a full HA app for the pc .
Homeseer does everything I need but the web interface is far to clunky for th mobile. I know you can use the touchpad interface but I find having coded real buttons and UI speeds things up so it is actually usual.
I'll keep you all informed. I may do some screen grabs later to show you what i'm working on.
Matt.
Just a few screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Matt.
Add me to your list of interested parties.
(I don't run HomeSeer, I have my own i.e. source code, app)
Matt this looks great! I'd love to give this a trial. I'd pay for this if it's as good as it looks. Can we get a time limited trial?
Hi, Sorry for the delay in replying i've been a bit busy the last few weeks.
I've sorted out pretty much all the things I needed to for Version 1. Just need to sort out one last thing and then I'll do a time limited beta for those interested.
I also need to write some simple manuals to show how to set it all up. It really is quite simple. I expect there are many other features that I could include but I just want it to be quicj to configure and I want it to work! I used it for all my x10 stuff over the last couple of months and it works flawlessly in my environment.
On the pc side all you need to do is copy a single script file info the homeseer folder. I'll prob package this up as an MSI to make things easier for people.
Thanks for the interest.
Matt.
Excellent Matt. Will we be able to use this over the data network or will it be wifi only? I'm constantly having problems with homeseer on the standard hero browser with lockouts.
Hi,
Ok, a very good question and one that I already have asked myself.
At the moment you enter the web address of the homeseer web server nto droidseer for it to send the commands to. This address can either be a internal ip address which can then be used over wifi or an external address (dyndns, no-ip etc) that can be accessed from gprs/3g.
I seem to remember that if you try to access an external address using a dyndns/no-ip address from your internal network it doesn't work always as you get your external ip address back which can't be accessed from your inside network.
I'll have to do some testing as i'm even confusing myself here!
I think my final idea was to be able to configure multiple addresses to connect to the homeseer server, if one fails it will try the next. This way if you are home on wifi it will use the inernal address, if you are away from home it will use the external adresss.
Simples!
Matt.
Sounds good Matt! Like i said i have issues with the standard browser using dyndns. Not sure why but it would seem the browser does not retain its password info for homeseer and after 3 connects you get locked out. When your using homeseer and the android browser across gprs/3G and dyndns do you experience this problem? I'm led to believe it's a security feature in homeseer to stop unauthorised access. Not sure if SSL connection would resolve this. I have the same problem using safari on the iphone. Windows mobile does not seem to have this problem as my experia worked perfectly.
Cheers,
John
Hi all,
I believe I now have a version ready for some real world testing. It works fine in my environment and I use it everyday so we'll see how it goes.
It is a fully featured Time Limited version that will expire on the 1st December so it gives you a while to have a play around and see what you think.
There is an APK file for install on your phone, a script file that needs to be copied onto the pc running homeseer and a PDF Manual explaining how to set it all up.
If you are interested in giving it a test then please PM me with your e-mail address and what version of Homeseer you are using just so I know what it has been tested on.
Thanks for your interest.
Matt.
Croccy22
Ok,
Droidseer Beta is now live on the Android Market in Beta form ready for some testing for whoever wants to give it a go!
The website is now live too at http://www.spvsoft.co.uk/droidseer
There you'll find everything you need to know including the User Guide.
Hope you like it and be sure to let me know what you think!
Matt.
Off topic here, but someone know if there is a WM app too for X10 automation?
I used to use Promixis NetRemote and the HSGirder plugin for Homeseer. It worked fine but you had to completely design your own interface in the designer program and the buttons are all hard coded. So when you add a new device to your system you have to edit your design and add the new button. That was the main reason why I designed DroidSeer to be Dynamic.
Get an Android device I used to always have WinMo devices ever since the first SPV but Microsoft missed out on the whole app market thing and I think they are a little too late to the game now. Most developers have moved on the iphone or android now.
Matt.

[APP] WMx - Your game console buddy

Ok.
I am closing in on an imaginary target release for this app. I keep saying it's coming... and it doesn't.
The app is 90% complete, maybe more, but i have been drag-assing. I dont have a XboX, or a job. But I have made a cardboard box that looks like XBox so i can play. I play picture in brain so now i am good gamer.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Will be do:
XBoX live buddy list manager
Online alarms
Score alarms
New Game alarm
View you and your buddies scores and rewards.
Twitter/AIM/Facebook your scores/status...
Quick SMS yer bud.
That is stage 1.
Stage 2 adds Playstation Buds.
I think 3 is WoW.
4 WII? Not sure that one is doable.
I hesitate to mention stage 5 of EVE online buddys.
Did I miss another network? Lemme know.
Bear with me while I finish up a gooder release of the CycHowdy Messenger, cause that is worth do.
If you comment on my pre post english before I finish posting I will walk over to your desk and press your keys.
Type Long and Prosper
XBoX capacity Goes Here
Playstation Network goes here...
Argue for Stage 3
Stage 4...
I guess i could look at the other current MMORPG and scout for victims.
At this point i bet this app is crazy cool or obsolete.
but stranger things have happened...
awesome... anxiously waiting
Name the Baby
Hi.
So I am picking up where I paused.
I am going to work on the buddy list storeage now. So we can add/remove buddys from our list.
I already got the import from WMLive app if anybody is using that.
I am putting out the call for testers and a web person to make the html part. If you like XBoX and want to "make the magic happen", please let me know.
Also I need a ini file from Amnaya Xbox app and the Buddy Alarm app if i am to make the import function for them as well... I guess I should make an export/sync option too so this app can manage any buddy list synchronizations between all the xbox apps.
I should have the XBoX tool ready shortly so we can all make feature requests...
And we need a name for this thing. Keep in mind that while XBox will have the most features we can access, this app will move on to Playstation Network next. So words like Buddy, Console, and Notifier are keywords.
So Battlefield Heroes can get player info from a id#...
http://www.battlefieldheroes.com/heroes/195095890
So can Team fortress 2...
awesome cant wait
sloppy-face
ok.
so i was hoping to use KVV HtmlToday to display info, but i can't seem to get the url working locally. No big deal. I am still messing with it but doesnt seem to be happenin.
I will code up the IE loading process and send it on out to the bunch of people who wanted to try it.
I wonder who is running what today screen?
WM6 titanium panels are going to be the most interesting.
rain
Hi.
So I am working on the console app. Seems to work pretty good on the first test. IE pops open and zoop its gone.
The irony is i cant get activesync to connect. gotta find the IE cache and copy it to my storage card and then zip it up so i can get a good look at it.
then zoom i will have data.
I had to write the bluetooth sync Utility into my Mortifier app so i could update scripts.
OK.
Where was I?
I am working on this as we speak.
I am wondering about IE running in the background?
more soon.
Ok.
Here's the core of WmX.
XboX works completely.
PSN network is a few hurdles away from being ready.
I have questions.
Hurdle 1. My internet explorer will actually close if its in the background. Before it has downloaded the whole PSN page. Yet IE will sit in the foreground no problem
Two options: CBrunner.exe which works great to minimize IE, or just open IE with Mortscript and then switch to the today page. This should also work great, except for IE irregularities on the phone i am using with wm653.
It may be that only my phone's IE closes early. If you try it, whether through my app or on your own, if IE sits in the background and loads PSN no problem, then I can push forward.
I may wrestle with this some more this weekend.
Hurdle 2. If you had the PSN data what would you like to do wit it?
If you have titanium, a plugin could be made with the graphics and data from the web site. thats what i was going for.
this data could also be incorporated into a theme for mobile shell3 or iphonetoday or whatnot.
At some point i may pick up the xbox part and incorporate it into my StatusTicker app just for s&giggles.
If anyone wants to pick up the titanium plugin, let me know and i will help.
Hurdle 3. If we can get a KVV HtmlToday plugin that can show a web page from a local directory on the phone, we can have a WmX today plugin. I have asked the author if it is possible, but he may never respond... I know the @ sign has something to do with grabbing a file locally, but when i try @\Storage Card\WmX\Web\MyConsole.hml it doesnt work.
Enclosed is a complete directory of the XboX.mscr script, which does both, XBoX and PSN, you can just switch back and forth.
Also are the IE Cache files.
howdykeith said:
Ok.
Hudle 3. If we can get a KVV HtmlToday plugin that can show a web page from a local directory on the phone, we can have a WmX today plugin. I have asked the author if it is possible, but he may never respond... I know the @ sign has something to do with grabbing a file locally, but when i try @\Storage Card\WmX\Web\MyConsole.hml it doesnt work.
Click to expand...
Click to collapse
try file://\Storage Card\WmX\Web\MyConsole.hml
!!!
Wowee.
Thanks much.
I will try that!
KVV Html Today
Well whattaya know,
The today plugin works great with local html. Thanks much.
Let me just say what a big fan I am of KVV's work, not just his html today plugin, but darn near every one of his softwares is also excellent.
Here is a link to his site. (Google translate works great).
Well now that that hurdle is removed, I will press on and get the xbox Today panel fleshed out.
If people report that they dont have the same issues with IE closing prematurely, then the PSN part will proceed as well. I can mock it up using the cache files right now. Once you can see it in action you can tell me how much more effort to place in the Today page.
Thanks to KVV.
cant waitttt
Yeah this does sound like its gonna be pretty interesting. I have been looking for a way to monitor my XBL acct. I came from the iphone to the HD2. So dont let me down heh.
Hi.
So here is a better test version to mess with.
Most stuff works sorta, but this test is for PSN and running Internet Explorer to grab datas.
So if u view your PSN stats u can begin testing.
(Should say PSN actually)
If u want to test the non background version, run the no-cbr.mscr
if it seems stuck, run the wmxkill.mscr and u can test anew.
Next i will tidy up the xbox output and set it to work with kvv Today plugin.
Of course u can mess with the XboX buddy menus by switching to XboX from the Menu.
This version leaves all the debug stuff out and PSN isn't prematurely Exit'ed.

[APP][WM6] alpha v2 - Tube8 viewer --- uses XBMC plugins with PythonCE!

WARNING! THIS IS STILL IN ALPHA STAGES... (v0.2.1a)
And that's because I don't mean it to be a Tube8/porn viewer. It's going to be a video viewer for all types of websites. So until I get to that stage, alpha!
However, it's fully-functioning in the sense that you should be able to get to any movie on Tube8. There are some bugs... I'll list the ones I know below. You MUST follow the steps below to get this working.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(wow, took a while before I found a kind-of-work-safe image... but you saw Tube8 in the header, you should know better)
STEP 1
This uses PYTHON! You must have PythonCE installed for this to work. I'll explain why in a second, but the link for pythonCE is here..
Get PythonCE
STEP 2
Install the CAB file below. (I'm crossing my fingers that it works ok.)
STEP 3
Copy the THREE .pyw files in the attached zip file to the /Program Files/Python25/Lib folder. (Unzip them!) These are crucial! (Some unzip programs will capitalize the file names. CHANGE THEM BACK to all lowercase if this happens. Python is case-sensitive and it's looking for these files with lower-case names.)
STEP 4
Have a video player set to open M3U files by default. I KNOW this works with CorePlayer. I'm not certain it works with TCPMP (maybe mine sucks ) For CorePlayer, it's not enough to just install it. You need to go into Tools->Settings... then select the page for Associations and check M3U.
One thing you WILL notice is that not all videos will play in CorePlayer. I can't figure out the reason, but some of the videos are encoded in VP6 (FLV4) and Coreplayer can't read them. However, a good two thirds of the videos do work... just keep trying.
OK, maybe you noticed that these python files are named XBMC. Well, my intention is to get most (or all) of the plugins that work for XBMC to work for my app which I think I'm going to name 2Kinetic - Mobile Video Viewer. So far, it should work with the Tube8 plugin. I did not write this plugin, and I would not normally package it with this app, but I'm still in testing mode so... hopefully I haven't stepped on anyone's toes.
You'll notice that PythonCE is a little slow... well, it is not super fast, but I think you'll be able to live with it if we can get everything else that XBMC does working on Windows Mobile. Besides, if PythonCE turns out to be incredibly useful on the WM platform, maybe someone will take it up again and put out a better (newer version).
Known bugs:
-Back button doesn't do what it should always
-If net connection is down, the program will crash
-Images don't show up on the initial screen unless you scroll down, then back up... or you wait until it finishes loading.
-Many more i'm sure...
To Do:
-Write a new class for displaying images and text... i'm currently using listview (small icons). This will let me display more data (vid length) and fix the image loading behavior.
-Speed everything up
-See if TCPMP will open HTTP addresses as streams from an *.M3U file (how 2Kinetic currently works)
-Make a nicer search page (the default one is ugly and not convenient at all)
Future:
-Get more plugins from XBMC to work
-Get a better overall video player to work flawlessly (maybe TCPMP)
-Get RTMP support worked into the program (on the way )
Good idea, thanks.
I've seen your post on WVD's thread. Maybe you're app could enable to the user to fix some html or others to make the app reworking when video-websites have changed. No?
I hope your app will be a "better and working" wvd soon.
If you need help, but only for a translation in french, i can help you.
zinconnu said:
Good idea, thanks.
I've seen your post on WVD's thread. Maybe you're app could enable to the user to fix some html or others to make the app reworking when video-websites have changed. No?
Click to expand...
Click to collapse
I've got some ideas for that... like using an XML file containing regex expressions that will auto-update via web (or by hand). I really wanted to mimic how XBMC does it, but XBMC uses python and pythonCE is not perfect yet. I'm still thinking about it.
I hope your app will be a "better and working" wvd soon.
If you need help, but only for a translation in french, i can help you.
Click to expand...
Click to collapse
I speak French... but I don't know any technical French so maybe I'll ask for help
Ok, good idea. Do you think that in future your app may enable some "plugins" ? For exemple a dev' create a plugin (xml file) for a website like youtube, we put it in a folder, and it works. It's a good idea, to my mind.
(you speak french? Wow. )
dommage il crash sur diamond bsb 6.5.3
mancukya said:
dommage il crash sur diamond bsb 6.5.3
Click to expand...
Click to collapse
In english please.
How does it crash? Do you have an error message/log?
Just so everyone knows... it will crash if there's no internet connection. It will also crash if tube8.com is unreachable. There is absolutely no error-handling in the program at all. There is no log file either.
I was hoping that someone would say, "Yes it works for me on GPRS."
I'll keep working on it anyways.
If you are having trouble saying what you want to say inEnglish, french is ok since I can understand you, but we all prefer english normally so that everyone can understand
BTW - YOU MUST HAVE NET CF 3.5 INSTALLED FOR IT TO WORK. I think most new roms come with it, so this shouldn't be a big issue, but just in case.
It worked great for me,I have the Sprint Touch Pro2 using stock ROM,no problem at all,thanks for your great work.
Were you using WiFi at the time or were you using the Sprint Network?
makku12 said:
Were you using WiFi at the time or were you using the Sprint Network?
Click to expand...
Click to collapse
Both worked great.
DIAM500
Telus
It crashes for me, I believe its because its trying to save the file to "storage card" but as you may or may not no the DIAM500 only has internal memory no SD slot. Other wise it loaded fine and showed all the previews.
I've forgotten to say it, but it works for me too.
I use an acer tempo x960, with wifi.
For me it crashes when I press flv... If this app tries to save to the storage card that may be the issue in my case (maybe it's a regional or unicode issue... since in my localization the storage card folder is named "Cartão de memória".
PS: If you're going to add more sites I leave the same suggestion as I did for WVD: make your app scriptable in a similar way to PSP Tube (and its mods... here and here are some scripts that may help making the addition of some sites faster). In the long run this would require less (official) updates.
frmariam said:
For me it crashes when I press flv... If this app tries to save to the storage card that may be the issue in my case (maybe it's a regional or unicode issue... since in my localization the storage card folder is named "Cartão de memória".
PS: If you're going to add more sites I leave the same suggestion as I did for WVD: make your app scriptable in a similar way to PSP Tube (and its mods... here and here are some scripts that may help making the addition of some sites faster). In the long run this would require less (official) updates.
Click to expand...
Click to collapse
Yeah, it's hardcoded to go to "/storage card/" so it will crash if it's in another language or not there. Well, this was just a test to make sure those sites aren't doing anything other than checking the HTTP Headers for mobile devices.
As for scripting... I did not know that PSP Tube existed. I'll look into those... I was definitely going for a scripted version that others can contribute to since I don't want to be the one to fix it each time a site changes their format.
I'm still working on it...
And thanks for all the responses so far.
makku12 said:
I was definitely going for a scripted version that others can contribute to since I don't want to be the one to fix it each time a site changes their format.
I'm still working on it...
Click to expand...
Click to collapse
Good luck, i can't wait to test new version.
Good to know. Will keep an eye on development.
hey buddy, nice to see this.
i'm working on a similar app for android and started with tube8 too, cause it has easy accecable videos. Maybe we can share information how to extract the video infos.
I try to make my app pluginbased so that it is easy in the future to add new sites. I'm a android beginner (without my own device) so it takes some time.. but tube 8 works quit good at the moment.
P.S.: For android devices its important that the site has mp4 support so the sitesupport is very limited on android at the moment.
sxe: PM'd you...
Failed on GPRS when I clicked FLV...
WebException - Could not establish connection to network
I think I have everything working except for the Search function and the back button...
But the behavior so far:
1. You're presented with a series of menus
2. If you select Categories, it will show you a series of categories.
3. Otherwise, it will show you a list of videos with name and thumbnail.
4. Doubletap the video and it will open CorePlayer automatically and stream it. I had no slowdowns at all like I used to get with WVD and TCPMP (although I think that was TCPMP's fault and not WVD).
Ok, now all I have to do is fix the Search and Back buttons... then learn how to package this whole thing into a CAB file and I'll upload it for testing
Edit: Oh, and I need to put in a lot of error handling so that you guys can tell me what it says when there's an error

[App]WebCamera Plus 2.1.1

WebCamera Plus 2.1.1
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Minimum requirements:
Windows XP/2000 PC ActiveSync or other data connection program.
features
Transforms your PDA or Smartphone to high-resolution web-camera.
- Use your PDA/Smartphone as microphone!
Even through Wi-Fi!
- FTP-Camera feature. Transmit pictures directly from device on your FTP server.
- You and your friend can see in any browser what picture transmit FTP-camera in real time from any place.
- Can work through any connection: USB ActiveSync, Wi-Fi, Bluetooth, GPRS, 3G, LAN, WiMAX.
- Compatible with almost all modern Smartphones and PDAs (Windows Mobile 6.5 included!).
- Can be used as web-camera in many programs: Skype, MSN Messager, Yahoo Messager, ICQ, Virtual Dub and many others.
- Can capture device screen and transmit video to Desktop PC.
- WebCamera Plus support 19 languages.
- Bugs fixed
video
Download​
it is worth to try, bause i am working with a lot of IPcam stuff for hospitals on child stations. Will report back here.
I was looking for something like this a while back, will give it a try as it should save taking a web-cam away on business.
Will try out and let you know. First thing, would prefer cab install option if possible I know there are client drivers needed for windows side too I guess).
Noticed that the video overlay for the camera does not go when the program is closed. So far I've not been able to connect, but this is probably due to my network config at the moment (so will retry later).
I remember using this looong ago when I had my HTC Mogul... those were the days
how do i connect this to my server? i have set the ip adress and it cannot connect
evilcuber said:
how do i connect this to my server? i have set the ip adress and it cannot connect
Click to expand...
Click to collapse
I think you connect via the webcam driver settings. i.e. VLC
Media -> Open Capture Device
Select Video device name - it should be in the list
Configure - Will open if the device is present and you should be able to press connect. You might see it pop up a message on your device when you do (too quick to read - i guess connecting etc).
Hopefully you'll get the images coming through (I get coloured striped display but that is probably due to the network I'm currently on has proxies etc).
I tried to use it on my HTC HD2 running Artemis 58 with radio 2.15......
I cannot seem to connect it to my computer via WiFi. What am I doing wrong?
Thanks in advance for the help.
meltwater said:
I think you connect via the webcam driver settings. i.e. VLC
Media -> Open Capture Device
Select Video device name - it should be in the list
Configure - Will open if the device is present and you should be able to press connect. You might see it pop up a message on your device when you do (too quick to read - i guess connecting etc).
Hopefully you'll get the images coming through (I get coloured striped display but that is probably due to the network I'm currently on has proxies etc).
Click to expand...
Click to collapse
i get a coloured striped dispaly too. how can i get rid of this. also on my phone it cannont connect
evilcuber said:
i get a coloured striped dispaly too. how can i get rid of this. also on my phone it cannont connect
Click to expand...
Click to collapse
Yeah still get the test card, even on a standard network setup. Will have a try with some other programs and let you know if I succeed.
Tried it on HTC-HD2
Hi,
Have tried this on my HTC-HD2 and it say register to use free period is over.
Any other solution?
Cheers!
Is this the same as this?
http://www.ateksoft.com/webcamplus.html
I've had success using it previously on my Blackjack II (WinMo 6.0). And I've tried to run it on my hTc Pure (WinMo 6.5), but it keeps freezing up.
so it is now pay ware so far we can see. For this there is a special forum thread. Possible the admin can move it to there...
But there is the other solution from rc colonel - RC Camera (Link). I working with that a very long time.
mike2nl said:
so it is now pay ware so far we can see. For this there is a special forum thread. Possible the admin can move it to there...
But there is the other solution from rc colonel - RC Camera (Link). I working with that a very long time.
Click to expand...
Click to collapse
Will try the other solution, thanks for the tip! Hopefully that'll work without messing around too much.
meltwater said:
Will try the other solution, thanks for the tip! Hopefully that'll work without messing around too much.
Click to expand...
Click to collapse
I use it a very long time now for parents who's childs are in a hospital. We have installed some axis ptz cams (4x) in a hospital near my home city (~ 20 KM). We advise this to the parents for the mobile device or via a website on the PC. I have informed rccolonel some time ago to have a special version, but i think he is no longer online or busy with android. So i hope he will read this .
BTW:
in my free time i am working in a special community for this kind of stuff (paper, color pens, toys, hospital clowns, and...and...and...).
BTW 2:
follow this link and you can download the latest beta from rc camera
mike2nl said:
I use it a very long time now for parents who's childs are in a hospital. We have installed some axis ptz cams (4x) in a hospital near my home city (~ 20 KM). We advise this to the parents for the mobile device or via a website on the PC. I have informed rccolonel some time ago to have a special version, but i think he is no longer online or busy with android. So i hope he will read this .
BTW:
in my free time i am working in a special community for this kind of stuff (paper, color pens, toys, hospital clowns, and...and...and...).
BTW 2:
follow this link and you can download the latest beta from rc camera
Click to expand...
Click to collapse
rc-camera differs to this app since it's for using an ip-camera and the phone as a monitor, where this one attempts to use the phone's camera as the web-cam. I like the idea, but so far it doesn't work the way I've tried it (clearly it's not trivial thing to code).
BTW:
Well (to be slightly off topic here) I'll let you know if I get on with an Android app I have planned which will be suitable for children reading, might end up being of use. Can't get a better cause than that to be involved with!
cant seem to get it working
i installed the cab and that automatically installed it on my phone (omnia i900) when i open the app on my phone it displays the camera, but when i tap the "start" button it kinda freezes, the little rotating icon ippear and its like "thinking" but it never really conects, right now am using "mobiola web camera" and it does work but i dont like the output quality of it, the resolution and quality es too low, so i tought id try this put, but nope, nothing.
could i be doing something worong?... oh by the way, am using this on windows 7 x64.
Edit: aparently i got it working.
marosteeha said:
i installed the cab and that automatically installed it on my phone (omnia i900) when i open the app on my phone it displays the camera, but when i tap the "start" button it kinda freezes, the little rotating icon ippear and its like "thinking" but it never really conects, right now am using "mobiola web camera" and it does work but i dont like the output quality of it, the resolution and quality es too low, so i tought id try this put, but nope, nothing.
could i be doing something worong?... oh by the way, am using this on windows 7 x64.
Edit: aparently i got it working.
Click to expand...
Click to collapse
How did you get it working? Please let me know, I'm having a hard time with this
Download

Categories

Resources