Re: [SHR] How to reset to SHR Illume theme

2009-01-15 Thread Bryan DeLuca
I would reset the theme with enlightenment_remote.  Here's how from an SSH 
connection as root:

# First set the variable for the E socket
export E_IPC_SOCKET=`ls /tmp/enlig*-root/disp*|cut -d\| -f1`
# Here is setting back to the SHR illume default theme
enlightenment_remote -theme-set theme 
/usr/share/enlightenment/data/themes/illume-shr.edj
# Now restart E
enlightenment_remote -restart

# You can also get a list of the current E theme with:

enlightenment_remote -theme-list

Hope that helps,

-Bryan
-- 
Bryan DeLuca openm...@bryandeluca.com

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: epdf evince full screen fail

2008-11-03 Thread Bryan DeLuca
On Mon, 3 Nov 2008 09:11:15 +0200
Risto H. Kurppa [EMAIL PROTECTED] wrote:

 On Sun, Nov 2, 2008 at 5:44 PM, Bryan DeLuca [EMAIL PROTECTED] wrote:
  I made a post a few days ago with a solution for this.  I posted a little 
  shell script that you can use to remap AUX when you launch an app.  Then 
  when the app is exited the old mapping of screen lock, or whatever it may 
  have been, will be restored.
 
  You can download my script here:
 
  http://www.bryandeluca.com/OM/functions/omkey_functions
 
 Great, this looks cool!
 
 But the link fails, can you check it?
 

Sorry about that.  That is what I get for just doing it from memory!  

http://www.bryandeluca.com/OM/omkey_functions

Hope this helps!

-- 
Bryan DeLuca [EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: epdf evince full screen fail

2008-11-03 Thread Bryan DeLuca
On Mon, 3 Nov 2008 20:29:15 +0200
Risto H. Kurppa [EMAIL PROTECTED] wrote:

 On Mon, Nov 3, 2008 at 4:32 PM, Bryan DeLuca [EMAIL PROTECTED] wrote:
  On Mon, 3 Nov 2008 09:11:15 +0200
  Risto H. Kurppa [EMAIL PROTECTED] wrote:
 
  On Sun, Nov 2, 2008 at 5:44 PM, Bryan DeLuca [EMAIL PROTECTED] wrote:
   I made a post a few days ago with a solution for this.  I posted a 
   little shell script that you can use to remap AUX when you launch an 
   app.  Then when the app is exited the old mapping of screen lock, or 
   whatever it may have been, will be restored.
  
   You can download my script here:
  
 
  http://www.bryandeluca.com/OM/omkey_functions
 
 
 I tried it and for some reason it didn't work: AUX still launches the
 lock, not fullscreen (changed f5-f11)
 
 see http://pastebin.com/m614715e

Hmm, from that output it looks like you might have been executing it from an 
SSH session.  If that is the case then the E_IPC_SOCKET environment variable is 
not set and the script does not know how to talk to Enlightenment. 

If it is not working when launched from within E then could you send me the 
output of:

sh -x evince.sh

That would be very helpful.

Thanks,

-- 
Bryan DeLuca [EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: epdf evince full screen fail

2008-11-02 Thread Bryan DeLuca
On Sun, 2 Nov 2008 11:44:33 +0200
Risto H. Kurppa [EMAIL PROTECTED] wrote:
 Is there anyone who could do something about this?
  - use aux to launch keyboard/home or close the running program ( I
 never lock the keyboard, I suspend..)

I made a post a few days ago with a solution for this.  I posted a little shell 
script that you can use to remap AUX when you launch an app.  Then when the app 
is exited the old mapping of screen lock, or whatever it may have been, will be 
restored.

You can download my script here:

http://www.bryandeluca.com/OM/functions/omkey_functions

Ideally this would be configured by the package maintainer.  Here is the exact 
procedure to implement it on your device after installing the evince package:

1.  Download my library and copy in to /home/root on your Freerunner.
2.  On your Freerunner create a textfile /usr/bin/evince.sh containing the 
following:

#!/bin/sh
. /home/root/omkey_functions
om_key_mod 177 F5

evince $@

om_key_ restore


3.   Set the execution bits:

chmod 755 /usr/bin/evince.sh

4.  Edit the .desktop file at /usr/share/applications/evince.desktop modify the 
line starting with Exec= to:

Exec=evince.sh %U

To make evince show up in the desktop menu edit the line beginning with 
Categories= and remove System; from the list.

Save your changes to /usr/share/applications/evince.desktop

Illume should update the icons on the desktop after you save.  Now you should 
be able to run evince from the desktop icon and use the AUX button to pop in 
and out of presentation mode.  When you exit evince the old xmodmap and 
enlightenment mappings for AUX will be restored.

You can do the same thing for any app that you wish to have this functionality.

Hope this helps,

-- 
Bryan DeLuca [EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Howto remap AUX and Power Button

2008-11-02 Thread Bryan DeLuca
On Sun, 2 Nov 2008 10:26:13 +1100
Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote:
 On Sat, 1 Nov 2008 18:56:45 +0100 Michael 'Mickey' Lauer
 [EMAIL PROTECTED] babbled:
 
  Am Monday 27 October 2008 17:25:37 schrieb Alexander Syring:
   Hi @ all
   I cannot find how to remap the AUX and the Powerbutton in ASU like in
   Om2007.2.
   Is that possible that the powerbutton closes a program an the AUX calls a
   menu?
  
  Unfortunately this is not possible in Om2008.x without programming. You can 
  try to adjust neod to do that on 2008.x.
 
 actually in 2008.x you need no programming - you simply need access to the
 keybindings for e. they are bound keys and configs. the bindings dialog is a
 bit unusable tho on the screen/theme :)

I have a shell script that uses enlightenment_remote and xmodmap to change AUX 
bindings.  It might help:

http://www.bryandeluca.com/OM/omkey_functions

As Raster says you don't have to program to make changes to the mappings.  From 
my observations it looks like Enlightenment saves the current keybindings on 
exit.  There is probably some other way to have E save its settings though.

-- 
Bryan DeLuca [EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


OM Keymap Shell Library

2008-10-29 Thread Bryan DeLuca
Perhaps OCDing a bit ( or being lazy ) I decided to make a little shell library 
that anyone can use to easily remap buttons for apps when they are launched.  
It is really simple to use.  If you used it to map the AUX button to F5 and run 
evince, the script would look something like this:

#!/bin/sh

. /path/to/omkey_functions

om_key_mod 177 F5

evince $@

om_key_restore

And that's it!  It detects if Enlightenment is being used and saves all the 
config info for those keys being changed.  It should work under the OM 2007.2 
image as well.

So, nobody has any legal concerns I define the same permissive licensing that 
is used for the Debian init scripts.  Basically, just give me credit and 
use/modify as you like.

Get it here at:

http://www.bryandeluca.com/OM/omkey_functions

Hope this helps,

-- 
Bryan DeLuca [EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: European Freerunner in USA?

2008-10-24 Thread Bryan DeLuca
On Fri, 24 Oct 2008 19:46:05 +0200
[EMAIL PROTECTED] wrote:

 I'm going to travel to the USA next month from Sweden. I will be in San
 Fransisco and Vegas.
 
 I would like to use my Freerunner as much as possible as a phone, so I
 have some questions:
 - Will gsm roaming with Telenor(Vodaphone) work well, or should I buy a
 temporary card in the states?
 - I have Huawei E220 and E270 3g (HSUPA) modems, do they work well in
 the states? How much will a temporary flat rate 3g card cost?
 
 
 -- 
 Joakim Verona
 

I'm not the best person to respond to this, but I think the most compatible 
network would be T-mobile.  Not sure on your roaming options.  There are 
several prepaid options from T-Mobile ($1/day, 10¢/minute, etc.) on their site 
http://www.t-mobile.com and they include t-zones (limited internet access).

Hope this helps,

-- 
Bryan DeLuca [EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: consider buying Neo Freerunner

2008-10-20 Thread Bryan DeLuca
On Mon, 20 Oct 2008 16:40:54 -0400
Warren Baird [EMAIL PROTECTED] wrote:

 On Mon, Oct 20, 2008 at 4:13 PM, Shawn prjktdtnt Thompson 
 [EMAIL PROTECTED] wrote:
 
  Not everyone has those problems, I experienced those problems only a
  couple times myself but not every call. I actually use mine daily and
  rarely switch back to my old phone. Only on days where battery life is
  crucial (such as long road trips without a car charger) although even
  that is rare for me.
 
 
 I'm actually quite surprised - are you always reliably able to make and
 receive calls?   My experience has been similar to Fredrik Wendt's - when it
 works, the audio quality is fine - but over a month or so of use as my daily
 phone (mostly 2008.8/9 and a bit of QTExtended), I had many occurances where
 I missed calls because the phone was too slow waking up, and I had at least
 3 times when the phone got into a strange mode where I couldn't make
 calls...
 
 I had assumed that this was what everyone was experiencing - but maybe I
 just got a bad unit...
 
 Warren
 

I don't think you have a bad unit.  There are poor configurations in the Om2008 
distro that cause problems.  Like qpe indexing everything on your SD Card 
slurping up CPU or having the Illume keyboard disabled.  

Then there are the bugs posted in Harold's blog:

http://laforge.gnumonks.org/weblog/linux/openmoko/index.html

I have the impression that there is still a LOT of low level work to be done 
that can improve the state of things.  Hopefully OM's new direction will yield 
a much better experience.

-- 
Bryan DeLuca [EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Om2008.9] Example of remapping AUX button for Scummvm

2008-10-19 Thread Bryan DeLuca
On Sun, 19 Oct 2008 15:05:48 +0200
Marco Trevisan (Treviño) [EMAIL PROTECTED] wrote:

 Bryan DeLuca wrote:
  I thought some folks might find this useful.  I have updated the scummvm 
  shell script in Om2008.9 stable, to remove the enlightenment keybind to 
  allow for the key to be remapped with xmodmap.  I simply followed Raster's 
  instructions on using enlightenment_remote.  Hope this helps someone.
 
 Nice example... Thanks!
 
 -- 
 Treviño's World - Life and Linux
 http://www.3v1n0.net/
 

Glad you like it.  Here is a better version that will capture whatever the 
previous Enlightenment settings for AUX were.  Instead of assuming like my 
first version did.   Should be good enough for most uses.

Enjoy!
-- 
Bryan DeLuca [EMAIL PROTECTED]


openmoko-scummvm.new
Description: Binary data
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[Om2008.9] Example of remapping AUX button for Scummvm

2008-10-18 Thread Bryan DeLuca
I thought some folks might find this useful.  I have updated the scummvm shell 
script in Om2008.9 stable, to remove the enlightenment keybind to allow for the 
key to be remapped with xmodmap.  I simply followed Raster's instructions on 
using enlightenment_remote.  Hope this helps someone.

-- 
Bryan DeLuca [EMAIL PROTECTED]


openmoko-scummvm
Description: Binary data
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [hiring] OpenGL Experts

2008-09-09 Thread Bryan DeLuca
On Mon, 8 Sep 2008 11:07:59 +0200
Jean-Eric Cuendet [EMAIL PROTECTED] wrote:

  Specifically what we need is help doing OpenGL ES over X. The SoC would
  be the Samsungs 6410. So part driver work and part X work. Openmoko
  would be willing to hire somebody full time, part-time, or even on a per
  project basis.
 
 
 Samsung 6410 is FreeRunner chip or GTA04 one?
 
 
 
 
  If you're interested, please send an email to [EMAIL PROTECTED] and CC
  myself.
 
  Thanks!
 
 -Sean
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 

Not used in any current OM phones.  

More info:  

http://www.samsung.com/global/business/semiconductor/productinfo.do?fmly_id=229partnum=S3C6410

Looks nice...
-- 
Bryan DeLuca [EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


RE: Wifi totally broken in Om2008.8?

2008-09-06 Thread Bryan DeLuca
On Sat, 6 Sep 2008 17:13:26 +0200
Daniel Hedblom [EMAIL PROTECTED] wrote:

 Im trying to get wifi going on my freerunner but i havent got any
 success yet at all. I have tried the various tips in the wiki but
 whatever i do packets seems to end up in the bit-bucket. Even as
 ifconfig shows packets going through eth0 both in and out nothing gets
 past the wireless driver when i check on the Wireless AP or on another
 computer with wireshark. Disabling usb0 and its default route havent
 helped. I regard myself as a pretty seasoned Linux user ( +10 years )
 but this phone has me beaten for now.
 
 I have also tried with Trolltechs Qtopia image and i have the same
 problem there. Am i fighting windmills, just plain thick or is my wifi
 nic in the phone perhaps broken?
 

I was having Wifi trouble under every distro until I remembered that I disabled 
802.11G on my AP.  I'm pretty anal about how tightly configured my AP is, which 
can shoot you in the foot if you forget all the fancy stuff you setup months 
ago.   Looks like the FreeRunner radio only supports G.  After that I had no 
problem connecting with WPA2.

Hope this helps.
-Bryan
-- 
Bryan DeLuca [EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Om2008 as a day phone

2008-08-25 Thread Bryan DeLuca
On Mon, 25 Aug 2008 10:49:24 -0700 (PDT)
yochaigal [EMAIL PROTECTED] wrote:
 
 Also, as you all know the phone sometimes doesn't wake from suspend mode. 
 This is very annoying, and I been able to find the fix yet.

It seems to go away if I disable the auto-suspend option.  Then I stick to 
manual suspends via the power button.  Haven't had the suspend problem since I 
did this.

-- 
Bryan DeLuca [EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Tmobile GPRS

2008-08-03 Thread Bryan DeLuca
On Sun, 3 Aug 2008 10:28:52 -0400 (EDT)
xaos x [EMAIL PROTECTED] wrote:

 First off, the phone I have is the gta02. I've tried using the various 
 settings I've found around the net to get pppd working with the T-mobile 
 total internet plan, but I'm having issues with the connection script failing.
 
 Using the settings from the T-mobile pppd scripts found on the Wiki, it will 
 get to different stages of dialing each time I try it, but will never 
 connect. If iIuse the gsm tool to send the AT commands manually, or if I echo 
 them out in the connection script, it will get to a point where it just 
 hangs. So, I hit CTRL+C to cancel it and run pppd again and it goes a little 
 further. Eventually I can get past setting the APN, then when it tries to 
 dial, it fails. I've tried both *99***1# and *99# to no avail (Tier level 3 
 support told me they use *99#).
 
 I did get it to connect once but it would disconnect again. I couldn't 
 troubleshoot those problems as I could never get it to connect again.
 
 So, for anyone who has gotten it to connect (internet2.voicestream.com), 
 which distribution are you using and which kernel image?
 
 Below are the settings I'm using:
 [EMAIL PROTECTED]:~# cat /etc/ppp/peers/gprs 
 #
 /dev/ttySAC0
 115200
 crtscts
 lock
 hide-password
 defaultroute # set the default route
 usepeerdns
 holdoff 3
 ipcp-accept-local
 lcp-echo-failure 12
 lcp-echo-interval 3
 noauth
 noipdefault
 novj
 novjccomp
 replacedefaultroute
 persist
 debug
 
 connect /usr/sbin/chat -v -f /etc/ppp/tmobile-connect
 disconnect /usr/sbin/chat -v -f /etc/ppp/tmobile-disconnect
 
 [EMAIL PROTECTED]:~# cat /etc/ppp/tmobile-connect 
 ECHO ON
 TIMEOUT 30
 ABORT 'BUSY'
 ABORT 'NO ANSWER'
 ABORT 'ERROR'
 SAY 'Starting GPRS connect script\n'
 
 'ATZ'
 SAY 'Setting APN\n'
 OK 'AT+CGDCONT=1,IP,internet2.voicestream.com'
 
 ABORT 'NO CARRIER'
 SAY 'Dialing...\n'
 OK 'ATD*99#'
 CONNECT ''
 
 -Tom
 

Here is the peers script from my Zaurus, which uses T-Mobile GPRS via 
bluetooth.  I think it might help:

/dev/rfcomm0
115200
connect '/usr/sbin/chat -s -v ABORT NO CARRIER ABORT NO DIALTONE ABORT 
BUSY  ATZ OK ATDT*99***2# CONNECT'
crtscts
noipdefault
modem
usepeerdns
defaultroute
connect-delay 6000
remotename GPRS

-- 
Bryan DeLuca [EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Has anyone tried the invisibleSHIELD on the freerunner?

2008-07-23 Thread Bryan DeLuca
I cannot comment on the product.  I placed my order on July 4th and aside from 
the charge to my card and the confirmation of sale email I haven't heard a 
thing from ZAGG.  I sent their customer service an email on Monday, no reply.  
I called them today and their phone line says they are having a company holiday 
and will be out all day and half of tomorrow.

Some of the people in my OM buyers group ordered just the screen protectors (I 
ordered the whole device protection) and received them within a week.  So, my 
experience hs not been very good thus far.

YMMV

-Bryan

On Wed, 23 Jul 2008 15:27:29 +0200
Cédric DUFOUIL [EMAIL PROTECTED] wrote:

 I ordered one too. I payed via MasterCard (I'm french to)
 
 Didn't receive it yet.
 
 
 (Did you made a report on the french forum http://openmoko-fr.org/forum/ ??
 )
 
 
 wrote:
 
  I checked before but I do not remember exactly... for something less
 
  There still is VAT that should be payed but how to do it... and for only
  7$...
 
  Anyway (till now) I had nothing more to pay. Custom might one day
  write me a bill to ask for the VAT. In this case I just hope I would
  have nothing more to pay (processing fee...).
 
  And I think the package was mailed from UK... so maybe even different
  rules (well even less to care for custom taxes I guess)
 
  (I payed via Paypal since my VISA credit card was refused on the order
  page)
 
 
  On Wed, Jul 23, 2008 at 14:28, Roland Mas [EMAIL PROTECTED] wrote:
  
   (I'm french... I just try not to use too wrong words to describe :-)
  
   I assume you got it from Zagg; were there any surprises such as
   customs/taxes surcharge?  I've been caught quite a few times by
   interesting prices that turned up not too interesting after the
   customs took their toll :-/
  
   Roland.
   --
   Roland Mas
  
   One... two... one, two, many, lots!
-- Lias, in Soul music (Terry Pratchett)
  
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
Bryan DeLuca [EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Group Sales: U.S. Midwest area

2008-05-01 Thread Bryan DeLuca
Here is one more from Fort Worth, TX to get your 10 midwest people.

On Thu, 1 May 2008 10:32:06 -0400
Geoff Ruscoe [EMAIL PROTECTED] wrote:

 Excellent.  I think that would get us up to 9.  If everyone is interested in
 joining together.
 
 I would like to get this figured out so we are ready when the neo is
 released!
 
 -Geoff
 
 
 
 On Thu, May 1, 2008 at 10:27 AM, Steven ** 
 [EMAIL PROTECTED][EMAIL PROTECTED]
 wrote:
 
  You could add in Iowa.  I think there's two interested from
  http://wiki.openmoko.org/wiki/OpenMoko_Local_Groups:_Iowa-Ames
 
  -Steven
 
  On Thu, May 1, 2008 at 9:01 AM, Geoff Ruscoe [EMAIL PROTECTED]
  wrote:
   Hey if we are going to get the discount for an order of ten, it looks
  like
   we are going to have to combine some groups.
  
   I noticed that Tennessee, Viriginia, Kentucky, and Indiana still don't
  get
   us to 10, but its closer.  Anythoughts?
  
  
  
   ___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
  
  
 
 
 
 
 -- 
 Geoff Ruscoe
 Sigma Visions Computer Consulting
 
-- 
Bryan DeLuca [EMAIL PROTECTED]

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community