Search found 8 matches

by ReubenS
Thu Nov 10, 2011 6:59 am
Forum: Revue Development
Topic: Where is /dev/graphics/fb0 ?
Replies: 1
Views: 4364

Where is /dev/graphics/fb0 ?

Hi,

I need to get access to the framebuffer on the Revue. I have root (via latest HC3.1 ROM) but looking under /dev shows no 'graphics' node underneath it.

Is it renamed or accessible some other way?

Thanks,


Reuben
by ReubenS
Thu Sep 01, 2011 3:40 am
Forum: Revue Releases
Topic: Honeycomb 3.1 released for Logitech Revue
Replies: 195
Views: 770007

Re: Honeycomb 3.1 released for Logitech Revue

One workaround might be HTTP proxying to filter out that particular 404 and replace it with either a harmless 200 response or redirect through an alternative URL, assuming one exists. It'd be interesting to see what this Harmony traffic looked like pre-beta... maybe there's an older server that will...
by ReubenS
Wed Aug 31, 2011 7:52 am
Forum: Revue Releases
Topic: Honeycomb 3.1 released for Logitech Revue
Replies: 195
Views: 770007

Re: Honeycomb 3.1 released for Logitech Revue

Having looked closely at the ADB output around the fault, this might well be a transient bug with Logitech's Harmony service that will hopefully get fixed server-side in time. The specific 404 message that causes setup to go wrong is "Endpoint not found", and this occurs halfway through se...
by ReubenS
Wed Aug 31, 2011 5:27 am
Forum: Revue Releases
Topic: Honeycomb 3.1 released for Logitech Revue
Replies: 195
Views: 770007

Re: Honeycomb 3.1 released for Logitech Revue

Something fishy is going on with Logitech's Harmony servers... Whenever you do the config dance to set up an AV receiver it does a lot of talking to https://svcs-beta2.myharmony.com/HarmonyPlatform/. This service is now HTTP 404'ing my Revue, yet I was able to set it up to see my set top box with no...
by ReubenS
Wed Aug 17, 2011 9:33 am
Forum: Revue Releases
Topic: GTV Android APIs
Replies: 13
Views: 25495

Re: GTV Android APIs

parrotheadmjb : Thanks! elsewhat : they're in /system/framework. You can fish them out with 'adb pull /system/framework/com.google.tv.mediadevices', for example. Some excitement... I have today managed to get broadcast TV into my own app! I dexdump'd com.google.tv.mediadevices.MediaDeviceView and f...
by ReubenS
Tue Aug 16, 2011 8:07 am
Forum: Revue Releases
Topic: GTV Android APIs
Replies: 13
Views: 25495

Re: GTV Android APIs

Maybe the EPG service is checking user agent strings... don't suppose anyone would know the User-Agent for the original Revue ROM? The current Honeycomb 3.1's user agent is Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Large Screen Safari/534.24 GoogleTV/b55...
by ReubenS
Mon Aug 15, 2011 8:47 am
Forum: Revue Releases
Topic: GTV Android APIs
Replies: 13
Views: 25495

Re: GTV Android APIs

Hey, thanks for trying... are you in the US? I just setting up a VPN here to fake presence in the US and i still get HTTP 400. Lord knows what's going on, I really wish Google would ship the SDK. That URL is being accessed by a service in the ROM. I got it by simply examining logcat output once my t...
by ReubenS
Mon Aug 15, 2011 5:20 am
Forum: Revue Releases
Topic: GTV Android APIs
Replies: 13
Views: 25495

GTV Android APIs

Is anyone else messing around with the GTV-specific Java libraries? There's no SDK yet, so no documentation, but they seem pretty straightforward. I'm particularly interested in program guides so I'm looking primarily at the packages com.google.tv.epg and com.google.tv.epg.domain . One of these cont...