Fuze as TV Remote Control - Touch Pro, Fuze General

Is there a possibility (or currently an app) for my fuze to serve as a remote control. I have a great TV, but no remote for it :-(
Thanks!

You really are a junior. But you know what, that IS an excuse.
1) Fuze doesn't have a IR hardware
2) If it had one, the hardware wouldn't probably work as a controller anyway

that's what I was afraid of
Thanks for the reply

Take a look at this http://macdevcenter.com/pub/a/oreilly/digitalmedia/2004/10/28/ipoditunes_hcks.html Its kinda hard to find one and I'm not 100% that you can get it to work with the Fuze, but back when I was using a casio BE-300 that was hacked to hell a bunch of us were trying to track one down and get it working. Only reason we couldnt was because the BE-300 ran strait up windows CE 3, nothing like what is on any ppc now.

Take a look at this http://macdevcenter.com/pub/a/oreilly/digitalmedia/2004/10/28/ipoditunes_hcks.html Its kinda hard to find one and I'm not 100% that you can get it to work with the Fuze, but back when I was using a Casio BE-300 that was hacked to hell a bunch of us were trying to track one down and get it working. Only reason we couldn't was because the BE-300 ran strait up windows CE 3, nothing like what is on any ppc now.

my old himalay had IR and did work as a remote
but only with a range of 2m and one really had to point
as the IR in the devices that have it don't spread it out like remotes does
a great remote is logitechs harmony's

that site was interesting,b ut it takes a great deal of work to have it function.
I used to have a Sony Clie which rocked with a built in universal remote application. As long as you have a IR port with enough power it should work.
I did wish they kept the IR technology.. just for convenience sake.

Most newer (well, not that new! new ones have ditched IR) phones / pda's have very low power IR ports, so while you can make them into a remote, you need to be so close the the TV you might as well push the button!
The Raph doesnt have an IR port so you cant do it directly.... However, there is nothing stopping you from using your Fuze to control something with an IR port (either by cable [boo] or via a data connection [very long winded & complex way of acheiving TV control!], which can control the TV. But in all honesty - while it might be a fun project just to see if you can - you would probably be much better off going and buying a universal remote for a few ££ and using that instead!

Related

TP as HID Keyboard

Is there an application for the TP which allows for the device to be used as a HID over Bluetooth to control a desktop PC?
there are programs that let you control your desktop PC in various ways, but nothing specific for TP or the keyboard
Wow great idea, that would be nifty on my CarPC! I'm always looking for a smaller keyboard to fit there...
Can't be that hard, I'm sure someone can do that, with all the specialists we have here in this wonderful community
"can't be that hard"?
How did you come to this conclusion?
Educated guess? Or just guess?
Well it would need to modify a little bit the bluetooth stack and emulate a HID keyboard, I guess.
Tonight I'm the Jeremy Clarkson of the day, with his most famous quote: "how hard can it be?!" when obviously it is very hard to do...
So I absolutely don't mean it is an easy thing to do, but I'm sure some experts in XDA-Dev are skilled enough to do it.
Hey, a man can dream, right?
Another option is to use a program like VNC to pilot your pc from the your raphael.
Used to do it with my old ppc (Toshiba e830). This works only if the computer you want to control is also in the same network (connected either through LAN cable or wifi).
Yes, I'm aware of a number of remote control solutions, but they all require an application to be run on the PC to be controlled. I'm really looking for a solutions which is purely based on HID. Like the Sony Ericsson remote control feature on the new phones. Great for presentations and Media Player. Any ideas?
Not exactly what you were talking about but...
http://www.virtual-laser-keyboard.com/
About the size of a lighter, and you can use it for you phone as well. (Picture attaching your phone to the TV in the back. Using your bluetooth to open a program on it. Then typing away on the scren with this "futuristic keyboard from the stars!!".... or something like that.)
that must be one of the most useless gadgets ever created
huge initial "wow" factor, but that is all
Useless? I don't know... over priced, and unnecessary maybe, but a portable full sized keyboard doesn't seem useless to me.
Have you tried it?
I have. Very stupid to tap a plain table, since you cannot feel anything (even the separation of the buttons) you make 60% mistakes.
Also, it is not even portable! You need a large flat surface to put it and to let it throw its beam.
(and one more thing to recharge)
I stand by my original wording.
nethopper said:
Yes, I'm aware of a number of remote control solutions, but they all require an application to be run on the PC to be controlled. I'm really looking for a solutions which is purely based on HID. Like the Sony Ericsson remote control feature on the new phones. Great for presentations and Media Player. Any ideas?
Click to expand...
Click to collapse
Well, HID implementation in Windows also includes programs and services that start with your windows. So if you have to install only 1 program to make it run I don't think it is a big deal.
It's 3 years I use my main computer this way. As I have a projector and don't want to start it every time I installed VNC server in my main computer (freeware) and VNC client in both my laptop and PPC, and it works pretty well (especially with Vista on my laptop, it runs pretty smooth).
@NLS:
Hmm, well from that description I will have to agree with you and add useless to my definition of the product as well.
@nethopper:
Yeah if you were looking for remote solutions I would suggest Logmein.com (the free version because I am cheap). If you want something that purely converts your phones keyboard into a computer keyboard... I found ( http://en.handybyte.com/cat/system-utilities/communications/blueremote/ ) for palm devices, this ( http://en.handybyte.com/cat/system-utilities/enhancements/ppc-tablet-remote-control-suite/ ) for ppc but over TCP/IP instead of bluetooth, and a patent showing that someone *Microsoft* is working/has worked on the idea ( http://www.freepatentsonline.com/y2008/0120448.html ) so the search continues
@FlippyTK: I'm aware of the VNC solution, but I'm really looking for something as slim and elegant as the software on the SE phones. There are situations where you don't want or can't install anything on the host PC.
@NetApex: Thanks, for the links. The MS patent is strange, how could they file something as obvious as this? There must be prior art... But the patent might be the reason why such a software does not exist. I guess everybody is afraid of the MS lawyers...
I'll keep searching, please let us know if you have the solution...
I'm not sure a pure HID solution is possible. If the Raphael keyboard is indeed a HID-capable device, then the phone itself is its host. Since you would have to go through the host (in this case, WM) to access the bluetooth stack, the most direct solution is a software "pass-through" program.
[edited]
The SE solution is using bluetooth HID emulation, so I will take a look into that.
For now, the TCP/IP solution shouldn't be a problem: you can setup a bluetooth PAN for TCP/IP connectivity.
For reference, one software that is closest to what you have in mind is Synergy, a similar host/client pass-through program that allows you to use one keyboard/mouse on multiple networked computers (without using hardware KVM switch, etc). It's only Windows/Mac/Unix, no PPC client, but maybe it will help point you in the right direction.
I found the following article which gives a nice overview of remote control solutions:
http://www.pocketpcmag.com/cms/blogs/3/remote_media_controllers_for_windows_mob
The software from Jerom does a nice job (http://www.jaylee.org/RemoteControl/) and I used it on my Prophet for some time. It requires for a small program to be installed on the host and it is easy to set up. But I had it hang a few times (typically in the middle of a management presentation) and therefore I abandoned it. The SE solution I had before was absolutely reliable and that's why I look for something similar for WM.
In principle, the solution is simple: Implement a HID device driver and pass key/touches to it. I did some programming for WM devices but I never tackled the bluetooth stack... there is a significant hurdle - otherwise someone else would have done this app already. ;-)
that would be cool
using the phone to open an app that is named "operate as bluetooth keyboard" and clicking start to take control of a home theater PC using teh TV as your monitor and the desktop media PC as the CPU and just using your phone as nothing more than a keyboard would be pretty slick.
golympio said:
Wow great idea, that would be nifty on my CarPC! I'm always looking for a smaller keyboard to fit there...
Can't be that hard, I'm sure someone can do that, with all the specialists we have here in this wonderful community
Click to expand...
Click to collapse
If you are so much interested in a small portable keyboard, why dont you try diNovo Mini from logitech http://www.logitech.com/index.cfm/keyboards/keyboards/&cl=roeu,en
Quite cool. I use it for my Media Center!
Cyber-mate said:
If you are so much interested in a small portable keyboard, why dont you try diNovo Mini from logitech http://www.logitech.com/index.cfm/keyboards/keyboards/&cl=roeu,en
Quite cool. I use it for my Media Center!
Click to expand...
Click to collapse
That is cool, but also pricey
UP!!!!!

Using HD2 as (native) Bluetooth Mouse

I searched this now for a few days on the web. I found plenty of programs doing lots of things coming close to what I am looking for but nothing exactly what I am looking for that would work.
I am looking for a program that turns my HD2 into a native bluetooth mouse. I don't need any remote control or remote desktop stuff, I want my HD2 to look like a regular mouse connected by bluetooth.
I found plenty of remote control apps, that would require a server installed to the computer I want to control with my HD2, however this is exactly NOT what I am looking for. I want to control any computer that supports generic bluetooth input devices, no matter if Windows, Linux, Mac, whatever without installing any additional software to the computer.
I found two programs, that claim to do that (mobileSRC RemoteMobile and MobileMouse) but neither will function on the HD2. RemoteMobile does not seem to support the Widcomm Bluetooth Stack and MobileMouse is not usable, because it's not designed for WVGA (at minimum, I cannot get past the Licence Disclaimer after starting the app, because I do not reach any controls to do so).
Is there anything out there that would do what I am looking for on a HD2?
+1 Looking for the same
http://gbmsoftware.com/
gdayhtc said:
http://gbmsoftware.com/
Click to expand...
Click to collapse
oh yeah, this is what I was looking for, thank you very much!
Which irony: I am still looking for what I described in my first post - and while I was searching for a program capable of doing this once again, I stumbled across my own old thread here
Sadly gdayhtc's solution wich seems to make 2 die 4 happy is exaclty what I am *not* looking for. I was aware of GRemote when I wrote this posting in january already. The point is, you need to install a server application on the host you want to use your phone with. The "talking" is done between the application on the phone and the server on the host as regular network traffic. This is not what I am looking for. What I am looking for is an application that basicly says "Hi [whatever operating system you are], I am a regular bluetooth mouse! Go ahead and load your appropriate drivers, so I can talk to you (just as any other bluetooth mouse would do)!" - and if there are Bluetooth touch pads, that the phone could emulate, that would be even better Basicly the phone will promote another bluetooth service to other devices that do a bluetooth service lookup stating that it can be a bluetooth input device. I can't believe nobody did something like that! Besides having to poke around in some bluetooth input device standards it seems like the much cleaner and more appropriate approach to use your phone as an input device over bluetooth compared to what GRemote and the others are doing.
I don't think there is such thing as a 'generic' blue tooth mouse (please correct me if I am wrong).
If you get a logitech one, it still loads its appropriate driver for the operating system you are using. Same for DELL (both use setpoint) and I'm sure Microsoft (and for the different models, there may be different drivers).
What I think you can best hope for is somebody to emulate one of these 'drivers', but at the end of the day, I would assume that some driver will have to be loaded on your pc/server.

TV Remote Control or Tivo Remote controler REQUEST

i have tried RC 2 and NR Deluxe
NR deluxe doest support my LG Incite phone
RC 2 Wont work with my phones processor or something stupid like that
IS there any more TV remote control programs i should know about or any1 out there that can make one
I really would just need one for my Tivo Box its a series 2 and i always lose my remotes lol but never my phone id hate myself if i did lmao x|
Please if u could post a download link also or link to it that would be great
also as i mentioned before my phone is an LG Incite WQVGA view Running windows mobile 6.5
Am I right in saying that your device does NOT have an infrared IrDA port? If true, then you will not be able to use it for a universal remote control i.e. it does not have the necessary hardware infrared transmitter/receiver built in. This has been a problem for some time, since most Windows Mobile smartphone manufacturers have stopped including them!
Moved as not software release.
Was thinking of a project and wanted to post in here. I have an old series 2 that will not work with the COX cable 250HD box. But what if I use something to 'convert' the series 2 commands to the box controller? Maybe a Raspberry Pi?

OBD

Hello,
I saw that there is no OBD software in the marketplace, so I assume there's no API for the OBD in windows phone 7??
If anyone has informations, I could develop a new obd tool... but I can't find informations about OBD..
If you mean by OBD the On-Board Diagnostics, all handsets already has one (provided by manufacturers). And it's nothing what you can do (if you'll not start manufactoring your own WP7 ) - all native code should be signed.
No, sorry, I meant the automotive diagnostic tool eheh!
It's probably because niether the USB or the BT connection allow to connect OBD interfaces. USB lacks host support and BT lacks virtual com ports support, so you have no way to connect the OBD interface whether it being KKL / ELM or whatever with the phone.
figured it was something like that.. any luck we will have support about this in the future?
There is a device for the iPhone that plugs into the OBD and creates a wifi network. After that it is just sockets. I'm sure you could make a windows phone version of the tool.
Found it: http://www.obdkey.com/wifi/index.asp
my buddy has one for android it communicates via bluetooth and cost like $20. He ran the codes on my caddy, very useful
Hello i am the developer for OBDMobile for windows mobile:
http://www.rklenka.com/software/winmobile/obdmobile/
and Windows:
http://www.rklenka.com/software/obdmobile/
and as soon as its possible there will be a version for Windows Phone 7, but for right now it cant be done. In fact I am trying to work with some OBD Connector manufacturers in order to find a way to get it to work.
Right now there is no Bluetooth API and no Ad-Hoc support which is what OBDKey and KIWI Wifi supports. All the back end code has all ready be done so as soon as there is a way it will be up.
RKlenka said:
Hello i am the developer for OBDMobile for windows mobile:
http://www.rklenka.com/software/winmobile/obdmobile/
and Windows:
http://www.rklenka.com/software/obdmobile/
and as soon as its possible there will be a version for Windows Phone 7, but for right now it cant be done. In fact I am trying to work with some OBD Connector manufacturers in order to find a way to get it to work.
Right now there is no Bluetooth API and no Ad-Hoc support which is what OBDKey and KIWI Wifi supports. All the back end code has all ready be done so as soon as there is a way it will be up.
Click to expand...
Click to collapse
This would be amazing if you could get it to work matey
I use Torque on my Android Tablet and Digimoto on my laptop and connect to my Bluetooth OBD-II Reader, if i was able to use my Windows Phone this would be a GREAT help!
ODB aplication for WP7 would be very good.
I was looking around the internet about 2 months ago and ran across hardware and apps that do this for android,ios,wm, and I think even blackberry...
I remember thinking that would be sweet on my windows phone. Way to show up my boss... Lol
I showed him the website and I think he's gonna look into it when the software on the current scan tool gets outdated since he has an iphone4, I got the hd7, and another kid has an android phone.. Would be sweet to just carry around the little piece that plugs into the port and broadcast the signal to the phones.
Do you think there's gonna be live data support or just a basic tool to pull engine codes. Possible abs, srs scan too?
Sent from my HD7 T9292 using XDA Windows Phone 7 App
Didn't know the USB adapters could be gotten for under $20 never mind software for the PC for fairly cheap. I always thought these adapters could only be gotten for around $300+.
I dont work on cars for a living but, if this could be all gotten and working on my WP7 device for under $30, I'd be all over it. It's always usefull to have one of these type of things around when a code comes up on one of our cars and not have to run to a store that will not reset codes, etc.
I might even grab it for a old WM 6.5 device I keep around for a spare....
any app for OBDII gauges in WP7.5 ????
Bump, it's been a while, anyone find anything for WP7 or 7.5 to do this ?
It's been a while for this thread - any updates on Windows Phone and OBD-II? Wondering because I want to expand into Windows development too, rather than just Android.

[Q] I/R apps for the GT6210 ?

Has anyone had success with an app for the GT6210 I/R that is teachable? The included Peel app is over the top - it can't learn I/R codes and wants a data connection ...
I'm somewhat familiar with irdroid and LIRC but would like to see something use the built-in hardware.
I don't think we're going to see anything until there are a lot more devices with built in blasters. I agree - peel is kind of a waste. I use an xbox with windows media center, and its inability to learn is depressing.
I'd love to see logitech sell a harmony app that would turn our tab into a harmony one, but I just don't think there are enough devices like ours to make the r&d worth it just yet.
All that is to say - I haven't found anything great either.

Categories

Resources