[MeeGo-dev] restoring bricked n900

2011-01-24 Thread Robison, Clayne B
I've got a bricked n900 that got messed up as I was trying to put meego on the 
device. There is a lot of documentation on how to fix bricked n900s, but the 
assumption is that when you press the 'u' key on power on, you will get to a 
Nokia screen with  a USB icon in the corner. That doesn't happen with my 
device. I briefly get a Nokia splash screen (no USB icon) and then a Linux 
penguin appears at the top left. The screen backlight is not lit so it is 
difficult to see. I've tried using the flasher tools, but I only get the 
message Suitable USB device not found, waiting.

Has anyone seen this problem and know how to get out of it?

I don't care if I revert to maemo, or move forward with Meego. Any help is 
appreciated.

Thanks.
 
Clayne Robison
Application Engineer
Intel Corporation
Phoenix, AZ
480.552.5309
 
Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples 
cry, laugh, eat, worry, and die, it can introduce the idea that if we try and 
understand each other, we may even become friends.    Maya Angelou


___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] Meego Sensor Permissions

2011-01-20 Thread Robison, Clayne B
I haven't seen anything in Meego about how sensor permissions are being 
managed. Will permissions be granted on an app by app basis? Will the 
permission granted at install time or at runtime? Is sensor security policy 
going to be something that is common across all Meego devices, or is this going 
to be left to downstream distributors discretion? 

Thanks.
 
Clayne Robison
Application Engineer
Intel Corporation
Phoenix, AZ
480.552.5309
 
Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples 
cry, laugh, eat, worry, and die, it can introduce the idea that if we try and 
understand each other, we may even become friends.    Maya Angelou

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] multi-boot win7 and meego netbook

2010-08-20 Thread Robison, Clayne B
I've got an HP 5102 that originally came with Win7 installed. I resized the 
Windows partition to make room for Meego on the hard drive, and installed Meego 
side-by-side. The installer recognized the windows OS installed on /dev/sda1. I 
can now boot to Meego, but the bootloader isn't giving me the option to boot 
into windows (yes, I have valid reasons to boot into windows)

How do I modify the boot loader to show me the prompt at boot time?

Thanks.
 
Clayne Robison
Application Engineer
Intel Corporation
Phoenix, AZ
480.552.5309
 
Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples 
cry, laugh, eat, worry, and die, it can introduce the idea that if we try and 
understand each other, we may even become friends.    Maya Angelou

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] meego netbook repo AWOL

2010-04-22 Thread Robison, Clayne B
Anyone know where the meego netbook yum repo went? In build 2010-04-20, it was 
supposed to be at 

http://repo.meego.com/MeeGo/devel/netbook/repo/ia32/os

there is no 'netbook' folder under 'devel'.

Thanks.
 
Clayne Robison
Application Engineer
Intel Corporation
Phoenix, AZ
480.552.5309
 
Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples 
cry, laugh, eat, worry, and die, it can introduce the idea that if we try and 
understand each other, we may even become friends.    Maya Angelou


___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] How to get screen active application in Meego

2010-03-29 Thread Robison, Clayne B
I think the default should be stop retrieving data when the app is in the 
background. An app should have to take the extra step if it is going to drain 
the battery.

Clayne
-Original Message-
From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On 
Behalf Of Zhang, Xing Z
Sent: Sunday, March 28, 2010 6:29 PM
To: Chris Pearson; meego-dev@meego.com
Subject: Re: [MeeGo-dev] How to get screen active application in Meego

Yes. Your concern is right.
Actually here would be API to application sets don't apply power management 
policy
to me.
For these who don't set such flag, daemon will stop polling data for them.
There already API for application stop polling when it wants. But I don't 
expect 
application will be designed to power awareness, for example, stop requiring 
data when switched to background. So I have to do as much as I can in my daemon
and library. 
However, one thing will be guarantee, that daemon will not decide application's 
behavior 
or force application do something.

 -Original Message-
 From: Chris Pearson [mailto:chriscpear...@acm.org]
 Sent: Monday, March 29, 2010 3:14 AM
 To: Zhang, Xing Z; Jussi Kukkonen; meego-dev@meego.com
 Subject: Re: [MeeGo-dev] How to get screen active application in Meego
 
 Hi Xing,
 
 Are you sure that all applications for your daemon would want polling to
 stop when they are in the background?  Can we not imagine an application
 that runs in background (e.g., as an icon) and displays a pop-up message
 when some sensor event is detected?  If so, instead of the daemon deciding
 how all application(s) must behave, why not allow each application to tell
 the daemon when to stop polling (or what polling rate is required)?  This
 seems possible since there is already a connection between the application
 and the daemon.
 
 -- Chris
 
 - Original Message -
 From: Zhang, Xing Z xing.z.zh...@intel.com
 To: Jussi Kukkonen j...@linux.intel.com; meego-dev@meego.com
 Sent: Saturday, March 27, 2010 3:40 AM
 Subject: Re: [MeeGo-dev] How to get screen active application in Meego
 
 
  My application is a sensor daemon supplying data to application, e.g.
  accelerometer data.
  If an application connects to my daemon, the daemon will poll driver in a
  high sample rate which obviously kills power.
  so if I could know which application is viewable to user, I could stop
  polling since sensor awareness application is running at background
  My thought is to write a context provider of window manager to provide
  such feature.
 
  Thank you your suggestion. I will take a look of Libwnck first.
 
  -Original Message-
  From: meego-dev-boun...@meego.com
  [mailto:meego-dev-boun...@meego.com] On Behalf Of Jussi Kukkonen
  Sent: Friday, March 26, 2010 5:00 PM
  To: meego-dev@meego.com
  Subject: Re: [MeeGo-dev] How to get screen active application in Meego
 
  Zhang, Xing Z wrote:
   Hi all: Do we have method to get known which application is active on
   screen now? I filter properties of contextkit,  Session.State makes
   sense to me. Is there a more detailed info tells me which application
   is in fullscreen mode (by pid or others)?
 
  Libwnck may be worth a look, but I don't know if it's available in all
  versions... If you explain what you want to achieve (and in what
  context), you might get better suggestions.
 
 
  HTH,
   Jussi
  ___
  MeeGo-dev mailing list
  MeeGo-dev@meego.com
  http://lists.meego.com/listinfo/meego-dev
  ___
  MeeGo-dev mailing list
  MeeGo-dev@meego.com
  http://lists.meego.com/listinfo/meego-dev

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev