LinuxMCE Forums
June 19, 2013, 05:22:40 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: 1 2 3 [4] 5
  Print  
Author Topic: Touch Orbiter - a new approach to Touch Based Orbiters  (Read 7307 times)
uplink
Administrator
Guru
*****
Posts: 185

Linux and LinuxMCE witchdoctor


View Profile
« Reply #45 on: August 03, 2010, 04:26:37 pm »

I don't seem to have forgotten anything.
Logged
hermanvh
Regular Poster
**
Posts: 28


View Profile
« Reply #46 on: August 03, 2010, 08:33:31 pm »

No solution either, will continue to search......
Logged
daballiemo
Guru
****
Posts: 237


Full Blown Addict


View Profile
« Reply #47 on: September 18, 2010, 07:28:36 am »

So I had a go for my Eken M002 (http://wiki.linuxmce.org/index.php/Eken_m002) after I put WinCE6 on it. Ran into some minor errors when building Gecc (had to take the "use mirror bla bla" parts of for the script to work. So now I have the software on the Eken and wonder what to do now:

1) when using the orginal port number in the orbiter.ini file it says: Not Connected
2) when using the portnumber I defined in the proces to get my Eken running on weborbiter 2.0 it just sits there with the little waiting thingy in the middle of the screen. ("unable to load png")

did I miss something  Huh? Clearly I have to configure something on the core for the Touch Orbiter to talk to, ie create a TouchOrbiter child with an attached proxy_orbiter? There is no device category TouchOrbiter however.

btw can the UI1 shown on the wiki be implemented too  Grin?
« Last Edit: September 18, 2010, 08:42:31 am by daballiemo » Logged

HP N40L12.04 KVM with virt LCME8.10/10.04
MD: FoxConn NetBox 330I - Samsung LE 26 (1360* 768)
MD: M2NPV-VM dual core AMD 64/3800/2Gb/NV6150 - Samsung UE 55 C8700 (full hd, 3d)
MD: FoxConn NetBox 330I - LG 32ld350
uplink
Administrator
Guru
*****
Posts: 185

Linux and LinuxMCE witchdoctor


View Profile
« Reply #48 on: September 18, 2010, 05:14:58 pm »

2) when using the portnumber I defined in the proces to get my Eken running on weborbiter 2.0 it just sits there with the little waiting thingy in the middle of the screen. ("unable to load png")

Sounds like you missed the issue that the WinCE Touch Orbiter can't decode JPEG data, which is the default for the Web Orbiter. You'll have to set the Quality DeviceData to 100 to force PNG data to be generated, which the WinCE TabletOrbiter can decode. Don't forget to reload the router after you change the Quality value.
Logged
daballiemo
Guru
****
Posts: 237


Full Blown Addict


View Profile
« Reply #49 on: September 18, 2010, 05:22:37 pm »

Uplink,

thx for trying to help. Is the option you mention the "ImageQuality" in the generic proxy orbiter screen of webadmin?

rgds

Han
Logged

HP N40L12.04 KVM with virt LCME8.10/10.04
MD: FoxConn NetBox 330I - Samsung LE 26 (1360* 768)
MD: M2NPV-VM dual core AMD 64/3800/2Gb/NV6150 - Samsung UE 55 C8700 (full hd, 3d)
MD: FoxConn NetBox 330I - LG 32ld350
uplink
Administrator
Guru
*****
Posts: 185

Linux and LinuxMCE witchdoctor


View Profile
« Reply #50 on: September 18, 2010, 05:24:35 pm »

thx for trying to help. Is the option you mention the "ImageQuality" in the generic proxy orbiter screen of webadmin?
Yes, that's the one
Logged
daballiemo
Guru
****
Posts: 237


Full Blown Addict


View Profile
« Reply #51 on: September 18, 2010, 05:49:02 pm »

Uplink,

that did the job, not sure why I missed this. Didn't see it in the wiki or the thread

tx

Han
Logged

HP N40L12.04 KVM with virt LCME8.10/10.04
MD: FoxConn NetBox 330I - Samsung LE 26 (1360* 768)
MD: M2NPV-VM dual core AMD 64/3800/2Gb/NV6150 - Samsung UE 55 C8700 (full hd, 3d)
MD: FoxConn NetBox 330I - LG 32ld350
tschak909
LinuxMCE God
****
Posts: 5116

DOES work for LinuxMCE.


View Profile
« Reply #52 on: September 18, 2010, 05:57:05 pm »

Guys, here's a suggestion, (Uplink included)

Let's make some new orbiter device templates, that can be created with a CMD_New_Orbiter command, that could be sent from the unorbiter.

Why?

So that we can:

* Automatically set PNG as needed by OSes that can't read JPEG
* Resolution sizes, perhaps,
* etc.

Anything we can automatically determine, SO THAT WE DON'T HAVE TO MANUALLY GO IN AND SET DEVICE DATA!

Come on guys, we have this architecture. LET'S USE IT!

-Thom
Logged
uplink
Administrator
Guru
*****
Posts: 185

Linux and LinuxMCE witchdoctor


View Profile
« Reply #53 on: September 18, 2010, 06:03:51 pm »

Thom, I'm quite in a mood of slashing my wrists right now, for no good reason, and I get this mood each time I want to do something for this system, not sure why. I did this Touch Orbiter thing on a whim, for quick and dirty way of getting more devices with Orbiters on them in a snap, and get other people to write similar code for other platforms, for an instant explosion of supported devices.
Logged
tschak909
LinuxMCE God
****
Posts: 5116

DOES work for LinuxMCE.


View Profile
« Reply #54 on: September 18, 2010, 06:16:08 pm »

Dude, I wasn't trying to make you depressed, or anyone else for that matter.

I am trying to get people to try and make the process of using these proxy orbiters plug and play process.

we have:
is entirely text
* the ability to detect screen resolution
* the ability to select a skin
* the ability to select users to use this orbiter
* the ability to detect whether PNG or JPEG is supported

This can be funneled into a New Orbiter DCE command to the Orbiter PlugIn, which, when coupled with two new device templates:

* Proxy Orbiter - PNG Images
* Proxy Orbiter - JPEG Images

with the ImageQuality device data set appropriately,

This can all be made plug and play.

-Thom
Logged
daballiemo
Guru
****
Posts: 237


Full Blown Addict


View Profile
« Reply #55 on: September 23, 2010, 07:30:16 pm »

We'll I am not that good in the thing Thom is saying, but I am an "experienced" user so I put the application I build myself using the wiki on my cough, cough Windows mobile 6.5 phone and....

it works  Grin
Logged

HP N40L12.04 KVM with virt LCME8.10/10.04
MD: FoxConn NetBox 330I - Samsung LE 26 (1360* 768)
MD: M2NPV-VM dual core AMD 64/3800/2Gb/NV6150 - Samsung UE 55 C8700 (full hd, 3d)
MD: FoxConn NetBox 330I - LG 32ld350
totallymaxed
LinuxMCE God
****
Posts: 4316


View Profile WWW
« Reply #56 on: September 23, 2010, 08:15:21 pm »

We'll I am not that good in the thing Thom is saying, but I am an "experienced" user so I put the application I build myself using the wiki on my cough, cough Windows mobile 6.5 phone and....

it works  Grin

Hey thats great... Smiley let us know more about what you did etc

All the best


Andrew
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
daballiemo
Guru
****
Posts: 237


Full Blown Addict


View Profile
« Reply #57 on: September 23, 2010, 09:53:25 pm »

Andrew,

nothing special. Build the app according to the wiki. Put the arm directory on the SD and away I went. Make sure I had the right port and the image quality was set to 100. My phone is a HTC Touch2 to be exact.

The interface that shows on the wiki is it available for Linuxmce user and how do I get it?

rgds

Han
Logged

HP N40L12.04 KVM with virt LCME8.10/10.04
MD: FoxConn NetBox 330I - Samsung LE 26 (1360* 768)
MD: M2NPV-VM dual core AMD 64/3800/2Gb/NV6150 - Samsung UE 55 C8700 (full hd, 3d)
MD: FoxConn NetBox 330I - LG 32ld350
totallymaxed
LinuxMCE God
****
Posts: 4316


View Profile WWW
« Reply #58 on: September 23, 2010, 09:59:53 pm »

Andrew,

nothing special. Build the app according to the wiki. Put the arm directory on the SD and away I went. Make sure I had the right port and the image quality was set to 100. My phone is a HTC Touch2 to be exact.
Hi Han,

Re Above.
Would you mind just creating a quick wiki page to document for others the steps you took...even though simple & straight forward they will be of great value in the Wiki.
Quote

The interface that shows on the wiki is it available for Linuxmce user and how do I get it?
Unfortunately the Orbiter UI Skin you see in the Touch Orbiter & Web Orbiter 2.0 pages is only available as part of a Dianemo or Cascade system.
Quote
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
daballiemo
Guru
****
Posts: 237


Full Blown Addict


View Profile
« Reply #59 on: September 24, 2010, 06:01:19 am »

http://wiki.linuxmce.org/index.php/Touch_Orbiter_for_the_HTC_Touch2_mobile_phone

Will try to add some pics if I can find another camera ;-)

br

Han
Logged

HP N40L12.04 KVM with virt LCME8.10/10.04
MD: FoxConn NetBox 330I - Samsung LE 26 (1360* 768)
MD: M2NPV-VM dual core AMD 64/3800/2Gb/NV6150 - Samsung UE 55 C8700 (full hd, 3d)
MD: FoxConn NetBox 330I - LG 32ld350
Pages: 1 2 3 [4] 5
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!