Re: [Shr-Devel] [PATCH 2/3] linux-openmoko: upgrade to 3.2 version for om-gta02

2013-11-05 Thread Jake Drexel
lean build and me not being very accustomed to OE. Thanks anyway Jake On 11/5/13, Martin Jansa wrote: > On Tue, Nov 05, 2013 at 04:18:48PM +0100, Jake Drexel wrote: >> Hi, >> >> I think we also need to lower the DEFAULT_PREFERENCE_om_gta02 in >> linux-openmoko_2.6.39.

Re: [Shr-Devel] [PATCH 2/3] linux-openmoko: upgrade to 3.2 version for om-gta02

2013-11-05 Thread Jake Drexel
Hi, I think we also need to lower the DEFAULT_PREFERENCE_om_gta02 in linux-openmoko_2.6.39.bb, as I got the following error when i tried to bitbake. It worked for me after deleting DEFAULT_PREFERENCE_om_gta02 line from linux-openmoko_2.6.39.bb. ERROR: Recipe linux-openmoko is trying to change PV

Re: [Shr-Devel] Phone does not wake up from suspend - how to debug?

2013-08-08 Thread Jake Drexel
On 8/8/13, Matth wrote: > Hi all, > > with the staging test 121 I had 4 times in 7 days the problem, that the > phone > does not wake up. The call to the phone goes normally, but the phone does > neither ring or doing something else. > > I hav a debug board (but not used up to now), so I could set

[Shr-Devel] [PATCH] Fix wpa_supplicant.conf generation for GTA02 and also recognize WPA2 networks. Signed-off-by: Jake Drexel

2012-04-01 Thread Jake Drexel
--- src/wifi.vala | 15 ++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/src/wifi.vala b/src/wifi.vala index 6431985..f62bbff 100644 --- a/src/wifi.vala +++ b/src/wifi.vala @@ -371,7 +371,7 @@ namespace iliwi { line_regex_strength = new Regex("""^\s+Qualit

[Shr-Devel] [PATCH] Fix wpa_supplicant.conf generation for GTA02 and also recognize WPA2 networks.

2012-03-31 Thread Jake Drexel
Signed-off-by: Jake Drexel --- src/wifi.vala | 18 +++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/wifi.vala b/src/wifi.vala index 6431985..faa983c 100644 --- a/src/wifi.vala +++ b/src/wifi.vala @@ -371,7 +371,7 @@ namespace iliwi