Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - iberium

Pages: 1 2 [3] 4 5 6
31
I got it to work, but something that I have noticed is that once mce takes control of the box and then if you try to control it with another app or through the browser, then it will cause the box to quit responding for some time to ethernet commands.  I tried it on an hr23 and 25 and got the same results.  My wife went to use the directv remote app on her android phone and it made both her app and mce unable to control it for several minutes.  I also tried it with a web browser and got the same thing.  It just times out.  Is there a connection limit on these boxes?

32
Users / Re: qorbiter qt version
« on: March 11, 2013, 07:23:07 pm »
im just using a copy of andro_86, and it was available and it installed and updated ministro.  I have since tried to install in on ubuntu, but i keep getting a qt quick 1.1 not found,  I have installed the qt 4.8 libraries.

33
Users / Re: qorbiter qt version
« on: March 09, 2013, 06:27:53 pm »
I have installed it from the play store.  I thought I had seen somewhere that it was possible to install it on a pc.  Is this not the case without extensive work?

34
I have tried these codes, but this is what I get when i try to get it to work:

== ATTEMPT FRESH START ==
1   03/09/13 09:33:03   /usr/pluto/bin/Spawn_Device.sh 164 (spawning-device)   22440 Dev: 164; Already Running list: 15,16,18,19,29,30,31,87,151,38,21,56,163,22,59,25,26,54,27,23,50,
== FRESH START ==
1   03/09/13 09:33:03   /usr/pluto/bin/Spawn_Device.sh 164 (spawning-device)   device: 164 ip: localhost cmd_line: Generic_Serial_Device
0   03/09/13 09:33:03   164 (spawning-device)   Entering 164
========== NEW LOG SECTION ==========
1   03/09/13 09:33:03   164 (spawning-device)   Starting... 1
1   03/09/13 09:33:03   164 (spawning-device)   Found /usr/pluto/bin/Generic_Serial_Device
05   03/09/13 9:33:03.656      Connection for client socket reported NEED RELOAD IP=::ffff:127.0.0.1, device 164 last error 2 <0xb77476d0>
05   03/09/13 9:33:03.656      The router must be reloaded before this device is fully functional <0xb77476d0>
05   03/09/13 9:33:03.661      void ClientSocket::Disconnect() on this socket: 0x90520c0 (m_Socket: 5) <0xb77476d0>
05   03/09/13 9:33:03.713      Connection for client socket reported NEED RELOAD IP=::ffff:127.0.0.1, device 164 last error 2 <0xb77476d0>
05   03/09/13 9:33:03.716      Running without DeviceData, will try to add device <0xb5943b70>
01   03/09/13 9:33:03.755      GSD Port is not specified. Instantiating non-IO Wrapper. <0xb5943b70>
RCODE:
   0:require 'Ruby_Generic_Serial_Device'
   1:class Command < Ruby_Generic_Serial_Device::RubyCommandWrapper
   2:end
   3:class Device_164 < Ruby_Generic_Serial_Device::RubySerialWrapper
   4:#### START SETTERS ####################################################################
   5:def initialize()
   6:super
   7:@returnParamArray=Array.new
   8:end
   9:####  END  SETTERS ####################################################################
  10:end
 12:05   03/09/13 9:40:23.907      Got a reload command from 0  <0xb5943b70>
05   03/09/13 9:40:24.205      void ClientSocket::Disconnect() on this socket: 0x9052628 (m_Socket: 8) <0xb77476d0>
Return code: 2
2   03/09/13 09:40:24   164 (spawning-device)   Device requests restart... count=1/50 dev=164
Sat Mar  9 09:40:24 CST 2013 Restart
========== NEW LOG SECTION ==========
1   03/09/13 09:40:32   164 (spawning-device)   Starting... 1
1   03/09/13 09:40:32   164 (spawning-device)   Found /usr/pluto/bin/Generic_Serial_Device
05   03/09/13 9:40:34.010      Connect() failed, Error Code 111 (Connection refused)) <0xb782a6d0>
05   03/09/13 9:40:35.011      Connect() failed, Error Code 111 (Connection refused)) <0xb782a6d0>
05   03/09/13 9:40:36.012      Connect() failed, Error Code 111 (Connection refused)) <0xb782a6d0>
05   03/09/13 9:40:37.013      Connect() failed, Error Code 111 (Connection refused)) <0xb782a6d0>
05   03/09/13 9:40:38.014      Connect() failed, Error Code 111 (Connection refused)) <0xb782a6d0>
05   03/09/13 9:40:39.016      Connect() failed, Error Code 111 (Connection refused)) <0xb782a6d0>
01   03/09/13 9:40:45.942      Could not determine network address for device 164. <0xb5a26b70>
01   03/09/13 9:40:45.942      Could not add new Device Node. <0xb5a26b70>
RCODE:
   0:require 'Ruby_Generic_Serial_Device'
   1:class Command < Ruby_Generic_Serial_Device::RubyCommandWrapper
   2:end
   3:class Device_164 < Ruby_Generic_Serial_Device::RubySerialIOWrapper
   4:#### 123 ####################################################################
   5:def cmd_123(text, cmd=nil)
   6:@returnParamArray.clear
   7:RemoteKey("info")
   8:return @returnParamArray
   9:end
  10:#### 126 ####################################################################
  11:def cmd_126(cmd=nil)
  12:@returnParamArray.clear
  13:RemoteKey("guide")
  14:return @returnParamArray
  15:end
  16:#### 190 ####################################################################
  17:def cmd_190(streamid, cmd=nil)
  18:@returnParamArray.clear
  19:RemoteKey("enter")
  20:return @returnParamArray
  21:end
  22:#### 204 ####################################################################
  23:def cmd_204(cmd=nil)
  24:@returnParamArray.clear
  25:RemoteKey("0")
  26:return @returnParamArray
  27:end
  28:#### 205 ####################################################################
  29:def cmd_205(cmd=nil)
  30:@returnParamArray.clear
  31:RemoteKey("1")
  32:return @returnParamArray
  33:end
  34:#### 206 ####################################################################
  35:def cmd_206(cmd=nil)
  36:@returnParamArray.clear
  37:RemoteKey("2")
  38:return @returnParamArray
  39:end
  40:#### 350 ####################################################################
  41:def cmd_350(cmd=nil)
  42:@returnParamArray.clear
  43:buf = conn_.Recv(100, 500)
  44:if !(buf.empty?)
  45:  msg = buf.strip
  46:  log(msg)
  47:  log("")
  48:  log("***********************************************************")
  49:end
  50:return @returnParamArray
  51:end
  52:#### 355 ####################################################################
  53:def cmd_355(cmd=nil)
  54:@returnParamArray.clear
  55:$logFile = File.new("/var/log/pluto/DirecTV.log", "w")
  56:return @returnParamArray
  57:end
  58:#### PRIVATE METHODS ####################################################################
  59:def RemoteKey(key)
  60:   
  61:log("***************************************************************")
  62:    log("**********          Sending key=" + key + "         
  63:**********")
  64:   
  65:log("***************************************************************")
  66:    conn_.Send("GET\x20/remote/processKey?key=" + key + "&hold=keyPress\x20HTTP/1.1\x0D\x0AContent-Length:\x200\x0D\x0A\x0D\x0A")
  67:end
  68:
  69:def log(word)
  70:    logTime = Time.now
  71:    timeStr = logTime.strftime("%d-%m-%Y  %H:%M:%S  ")
  72:
  73:    $logFile.print( timeStr + word + "\n" )
  74:    $logFile.flush()
  75:    print(word + "\n")
  76:end
  77:#### START SETTERS ####################################################################
  78:def initialize()
  79:super
  80:@returnParamArray=Array.new
  81:end
  82:####  END  SETTERS ####################################################################
  83:end
 85:

35
Feature requests & roadmap / Re: Status / overview page?
« on: March 05, 2013, 09:33:00 pm »
i see the idea behind it.  I'm not sure if its like this in other parts of the states, but my central time shows up as chicago, which would be the closest major city as far as time goes as it is directly north, but it is about 900 miles north of us.  im pretty sure chicago is the standard setting for our location as all devices that i have ever run across give us that option as the closest.  i would think the best way to do it would be somehow by lat/long, but i dont really know anything about weather systems and api's outside of america.

36
Users / Re: qorbiter qt version
« on: March 04, 2013, 02:49:12 pm »
im using it on x86 under vmware.

37
Feature requests & roadmap / Re: Status / overview page?
« on: March 04, 2013, 03:05:37 am »
Isn't going by timezone a little vague for weather?  I live in Florida, so when I ran that script, it gave me totally wrong results.  I might as well have been in Canada.

38
Users / Re: qorbiter qt version
« on: March 04, 2013, 01:07:15 am »
Same results,  it does a library check and then crashes with the wrong qt version.

39
Users / Re: Problems With Aeon Labs Z-Stick, Fails Most Times
« on: February 24, 2013, 07:15:19 pm »
its generally a vmware issue handling the usb.  i run into this issue on other system when i have to plug in to program them.  im not sure exactly how this happens but sometimes vmware will not remount the usb under the same id, even sometimes telling you that it is connected but really showing up as a null device.  i would suggest that in a normal install this wont be an issue, as running your core in a vm is going to create headaches that you wont have if it is on a dedicated machine.

40
Users / qorbiter qt version
« on: February 23, 2013, 10:01:50 pm »
I've got a vmware running of android 4.1 and whenever i try to load qorbiter, it says that i have the wrong qt version.  What version of android should i be using?

41
Users / Re: Future of (AV) device control
« on: February 18, 2013, 03:10:17 pm »
We do a lot of real high end homes and most of the equipment we is are now going towards ip control.  I would say over half of it, and this even includes all of the consumer devices.  Some devices support the commands but don't support communication while in standby, which creates issues.  As far as rs232, I think that is going to be around for a little while longer, as larger and older installs don't have the necessary cabling to completely switch over away from it.  New construction styles have changed in the way that distributed systems are roughed in.

42
Users / mediatomb
« on: February 17, 2013, 03:26:10 pm »
I have a sharp tv, and when I go to browse for dlna devices, only mythtv shows up (on my computers, both mediatomb and mythtv show).  All of the media that I want to play is stored in media tomb,  what do I need to do to resolve this.  Do I need to copy my mediatomb media over to mythtv?

43
Users / repeating ir
« on: February 09, 2013, 03:54:34 pm »
Is it possible to have a repeating code?  For example, the volume.  This way you can hold down the button and have it keep sending it.

44
Users / virtual devices
« on: December 25, 2012, 09:56:51 pm »
I was working on creating a few custom remotes as I need the color buttons and a few others.  I have watched the screen casts and have noticed that there are several virtual devices that are referenced (ex. -106).  Is there a way that I can reference what these virtual devices are?  My 106 device is my screen saver so I know this is incorrect.  Just trying to learn the ins and outs better.

45
Users / Re: directv remote
« on: December 25, 2012, 09:12:32 pm »
I have a copy of the odbc provider if anybody needs it.  MDAC is not the same thing and I was unable to find it on Microsoft's website.  Let me know if anybody needs it and I can send it to them,  also might be worth posting it somewhere that we can get to if possible.

Pages: 1 2 [3] 4 5 6