NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 61 62 63 64 65 … 93 Next »
Controlling GB-PVR via a mobile phone using Bluetooth!

 
  • 0 Vote(s) - 0 Average
Controlling GB-PVR via a mobile phone using Bluetooth!
joshley
Offline

Member

Posts: 146
Threads: 40
Joined: Jul 2004
#1
2005-04-29, 09:17 PM
I have written software that allows you to control GB-PVR (and any other PC based PVR program, I suppose) via Bluetooth on any Series 60 Symbian phone. It works by getting a creenshot of a window (specified by the user in an app on the GB-PVR PC) and sending it to a mobile phone. It is not too slow, a few seconds on each screen update. You can zoom, scroll about and move about. Possible uses? For being lazy Smile If you're eating dinner in the other room and wanna quickly schedule a recording, then it's cool! You can also have it in "Pure Remote" mode, which means you don't get any screen shots of GB-PVR but you DO send commands. In this sense it acts like any normal remote control, which is quite cool as it's your phone as well! Useful for anyone who always loses the remote, but never your phone Wink !
Anyone have any interest in this whatsoever?
As GB-PVR reads everything in XML (?) I could work on integrating an XML parser for it and a GB-PVR 'plugin' for ]my software (the tables turn!). This would make controlling GB-PVR much quicker, but as it stands, it's generic to control any window you specify in the Server app.
Currently you can send Up, Down, Left, Right and Enter, using the phone's 'joystick', and Back using the 'c' (Cancel?) button on the phone's keypad. But it'll only take me a day to add any other buttons needed. What I will add to it shortly (after other Uni stuff has finished!):

Send the colour buttons (via menu)
Numpad will work exactly the same way as numpad on a remote
...anything else anyone wants to add??

Hope someone has a use for it!
josh
joshley
Offline

Member

Posts: 146
Threads: 40
Joined: Jul 2004
#2
2005-04-29, 09:30 PM
I forgot to mention, this should soon work via GPRS, so you can control GB-PVR from 200 miles away should you feel the need....

Big Grin
hasso
Offline

Senior Member

Posts: 465
Threads: 81
Joined: Dec 2004
#3
2005-05-01, 11:04 PM
Sounds good! Would it work on a Sony P800? How do I get the code to try it out?
Regards,
Hasso

[SIZE="2"]Server: NPVR 2.2.6, Asus E35M1-M PRO motherboard, 2 x 2GB DDR-1333 memory, 1 x 1.5TB SATA Samsung HD, 2 x 2TB SATA Seagate Green HD, 1 x Hauppauge HD4400, 2 x Hauppauge Nova T 500, Windows 7 Home.
Clients: EGreat M34A with MVPMCX2; HDX1000 with MVPMCX2 and internal 2TB SATA Seagate Green HD.[/SIZE]
dt_matthews
Offline

Junior Member

Posts: 2
Threads: 1
Joined: May 2005
#4
2005-05-04, 01:01 PM
sounds fantastic!!!

stupid question but don't suppose it would [easily] port to a standard midlet for use on other Java-based Nokia's??? (e.g. Nokia 6230) ????

dan
joshley
Offline

Member

Posts: 146
Threads: 40
Joined: Jul 2004
#5
2005-05-04, 08:35 PM (This post was last modified: 2005-05-04, 11:42 PM by joshley.)
hasso:
I will be working on a UIQ compatible version soon (one that should work on your phone), so I'll keep you posted, although over the next month I'll be finishing Uni so it won't be for a little while yet! But as I say.. it should happen! I'll be putting the .sis installer up for downloading soon, needs a few bugs ironing out first, but this probably won't work on your phone yet Sad

dan:
The program is written in C++ for Symbian OS 6.1 or later, unfortunately the 6230 uses Nokia OS and it wouldn't be possible without completely re-writng the program in Java for Series 40 phones I'm afraid. I doubt I'll be doing this because the size of the screen on Series 40 phones is probably too small for practical use of this sort of app. Sorry Sad However, if I have some free time this Summer I may write a GB-PVR specific bluetooth java applet that doesn't use srceenshots because as I said, this is impractical.

Thanks for the interest guys! Smile
hasso
Offline

Senior Member

Posts: 465
Threads: 81
Joined: Dec 2004
#6
2005-07-21, 09:19 PM
Any progress? I've used free software called Bemused which allows me to control Winamp and access my entire MP3 collection through my bluetooth enabled phone. It's great as my friends like to remotely select their own songs to add to the playlist. It can skip songs, add songs, controls the volume, etc. Quite nice! I'd love to be able to do the same type of thing with GBPVR. Maybe the source code can be made to interface with GBPVR in a similar manner to Winamp?
Regards,
Hasso

[SIZE="2"]Server: NPVR 2.2.6, Asus E35M1-M PRO motherboard, 2 x 2GB DDR-1333 memory, 1 x 1.5TB SATA Samsung HD, 2 x 2TB SATA Seagate Green HD, 1 x Hauppauge HD4400, 2 x Hauppauge Nova T 500, Windows 7 Home.
Clients: EGreat M34A with MVPMCX2; HDX1000 with MVPMCX2 and internal 2TB SATA Seagate Green HD.[/SIZE]
drugstore_cowboy
Offline

Member

Posts: 151
Threads: 11
Joined: Jul 2005
#7
2006-01-08, 08:47 PM
Any new word on this? I was thinking of adding Bluetooth presence functionality to GBPVR so that I can do a similar setup to AngryAnts as detailed Here seeing as I just got the ROKR E1 Woot! Woot!

Being able to use the phone as a remote for GBPVR would be awesome
_______________________________
Drugstore_Cowboy
habile
Offline

Junior Member

Posts: 40
Threads: 5
Joined: Oct 2005
#8
2006-01-10, 04:28 PM
dt_matthews Wrote:sounds fantastic!!!

stupid question but don't suppose it would [easily] port to a standard midlet for use on other Java-based Nokia's??? (e.g. Nokia 6230) ????

dan

I use my Sony Ericsson K750 to connect and control. The bluetooth 'remote control' is native to the phone and uses the built in HID interface in Windows Smile - just fyi if you were planning on changing phones. The K750 is pretty neat too, for a phone..
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#9
2006-01-10, 04:45 PM
habile Wrote:I use my Sony Ericsson K750 to connect and control. The bluetooth 'remote control' is native to the phone and uses the built in HID interface in Windows Smile - just fyi if you were planning on changing phones. The K750 is pretty neat too, for a phone..

I have a k750. How does remote control work? Does it just show the windows screen on the phone?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
habile
Offline

Junior Member

Posts: 40
Threads: 5
Joined: Oct 2005
#10
2006-01-17, 01:42 PM
McBainUK Wrote:I have a k750. How does remote control work? Does it just show the windows screen on the phone?

Nothing as clever as that I'm afraid. It simply allows control of the mouse etc. - there is a Sony Ericsson developer application available which allows you to create your own screens/key assignments and use them in the remote control app on the phone.

It's just convenient because I am more likely to have my phone about my person than I am one of my many IR remotes Wink

C.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Controlling an Audio Receiver with the GBPVR remote erik 7 2,665 2008-06-01, 08:31 PM
Last Post: erik
  Controlling fixedAspectRatio images in a skin ACTCMS 2 1,700 2008-03-29, 03:14 AM
Last Post: ACTCMS
  Controlling video playback through a plugin Snarky 2 1,397 2007-03-12, 08:54 PM
Last Post: Snarky
  Bluetooth presence, GBPVR and Festival text-to-speech recordings announcements angryant 1 1,380 2005-08-29, 06:30 PM
Last Post: angryant
  Control X10 devices + a/v equipment with Bluetooth mobile phone laurac 0 1,122 2005-06-10, 01:39 PM
Last Post: laurac

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode