Re: [wikireader] Border interactions

2009-12-26 Thread Ron Hale-Evans
Tim,

This sounds awesome! I hope it becomes standard.

Could you please attach a complete kernel for those of us who are too
lazy to set up a toolchain right now? :)

Happy holidays and thanks,

Ron H-E

On Thu, Dec 24, 2009 at 4:13 AM, Tim Besard  wrote:
> Seems like patch didn't get through, reposting bzipped.
>
> -Tim
>
> Op woensdag 16-12-2009 om 22:28 uur [tijdzone +0100], schreef Tim
> Besard:
>> Hi all,
>>
>> Attached to this mail is a small patch I wrote a while ago, introducing
>> border interactions. It quite simply hacks in a 15px magical border
>> which when tapped induces certain actions:
>>   * upper border: page up;
>>   * lower border: page down;
>>   * left border: history back;
>>   * right border: history forward.
>>
>> I've added page up & down because it reads far faster and scrolling
>> (at least on my wikireader) turned out to be quite unreadable. History
>> back and forward are handy shortcuts while clicking through links of an
>> article.
>>
>> -Tim
>>
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
>



-- 
Ron Hale-Evans ... r...@ludism.org ... http://ron.ludism.org/ ... (206) 201-1768
Mind Performance Hacks book: http://oreilly.com/catalog/9780596101534/
 The proteiform graph itself is a polyhedron of scripture. (Finnegans
Wake 107:08)

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


Re: QtMoko v16

2009-12-26 Thread Dan Staley
I am unfortunately still having the problem with the SMS not getting
received until I reboot the Freerunner.
Is there an easier way to get the SMS to come through other than rebooting?

-Dan Staley

2009/12/25 radek polak 

> Christian Weßel wrote
>
> > I want to install QtMoko, but don't know howto reset the boot sequence,
> > because I have an old version of debian installed (the first debian for
> > OM). Since this I didn't work anymore with Freerunner due to less time.
> > But now I want to return to my Freerunner and want to check QtMoko.
> >
> > As I remember well Debian needed a modificated boot menu. Can I use it
> > with QtMoko?
> > Howto reset the boot menu?
> > Howto manage the boot menu?
> > Is a HowTo available?
>
> If i understood correctly, you have to power-off freerunner. Now
> press and hold AUX and press POWER. The uboot menu in NOR
> will show and you can use dfu-util to flash QtMoko jffs2 and kernel.
>
> Regards
>
> Radek
>
> [1] http://qtmoko.org/wiki/Installation
> [2] http://wiki.openmoko.org/wiki/Bootloader
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[QtMoko/Debian] Python2.6 / AGTL

2009-12-26 Thread Dan Staley
Hi all,  Happy Holidays / New Year!

I recently decided to try out QtMoko, and so far I like it!  However, I
really miss the great AGTL (http://www.opkg.org/package_268.html) geocaching
package that was available on the SHR distros.
I tried to unpack the ipk and install it myself (as it's just a python
app...so should work)  However, it requires python2.6, and all I could find
in the repos was python2.5.

I couldn't seem to find an armv4 python2.6 package anywherehas anyone
else tried to get this working?  Are there some other armv4 debian repos
that I am missing?

Thanks,
-Dan Staley
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Pingus ported

2009-12-26 Thread Dina0312



giovanni-4 wrote:
> 
> On Sun, Oct 26, 2008 at 10:09 PM, Johny Tenfinger
> wrote:
> 
>> > Does Pingus work also on 2007.2?
>>
>> Why not? Try, instead of asking stupid questions ;)
>>
>> PS. On my 2007.2 it works nice.
>>
> 
> Yes, you are rigth. It works!
> 
> I had only to change from bash to sh on the pingus script, because my Neo
> has no bash (yet).
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
> 
> 


I know this is old but i can't work this out and am getting frustrated. Im
on SHR testing and have installed pingus. 
When i try to run it i get a similar message as above but it says 
unable to set video mode: No video mode large enough for 640x480

Which i think is strange because it rotates the screen before it fails and
its the correct resolution that it has no video mode for. 

Any help would be greatly appreciated. 


-- 
View this message in context: 
http://n2.nabble.com/Pingus-ported-tp1349075p4219154.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

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


Re: UBI success story

2009-12-26 Thread Michael 'Mickey' Lauer
Thanks for sharing. How's speed and reliability for ubifs? I wonder
whether it's worth the hassle to switch, given that SD access should be
even faster and much more convenient.

Cheers,

-- 
:M:


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


UBI success story

2009-12-26 Thread Christoph Mair
Hello,

I tried to use SHR the ubi images on my freerunner, but they did not work. 
Does someone know the parameters which are passed to mkfs.ubifs? I think that 
the ubi fileystem is created for NAND flashes with subpage support, but this 
feature does not work on the freerunner. Passing -s 2048 should create a 
working image (but I did not verify this yet).

Using the ubi filesystem on the freerunner is not an easy task. A ubi image 
can't be flashed using nandwrite. I'm not sure about dfu-util, but probably it 
uses the same technique as nandwrite and therefore won't work too. I did a 
manual installation (untar SHR into a mounted ubifs) using archmobile 
installed on SD. If the SHR ubi image is created with the right parameters 
ubiformat or ubiupdatevol could be used to install the image. For a easy 
installation with dfu-util, u-boot would need support for ubi images.

I used the newest kernel (om-gta02-2.6.32), but a older one should work too.


Step-by-step, I did:
- Prepare a SD card with archmobile. Any distro should work as long as it 
provides the mtd-utils package (ubiattach, ubimkvol, ..)
- Copy the kernel to the SD-Card. I used the same kernel to create the ubi 
filesystem which will be used to run shr. This should not be necessary, but 
YMMV.
- Boot from SD
- ubiattach /dev/ubi_ctrl -m 6 -O 2048
If this does not work, try to run ubiformat /dev/mtd6 -s 2048 -O 2048 first.
If this fails too, erase the flash with flash_eraseall /dev/mtd6. Now ubiattach 
should succeed.
- ubimkvol /dev/ubi0 -N rootfs -m
- mount -t ubifs ubi0:rootfs /mnt
- tar -xzf  -C /mnt
- umount /mnt
- ubidetach /dev/ubi_ctrl -m6

If everything worked you end up with a ubifs containing SHR, but it won't 
boot. ;)

To fix this, we need to tell the kernel that the mtd partition 6 contains a ubi 
volume which contains the ubifs rootfs: rootfstype=ubifs ubi.mtd=6,2048 
root=ubi0:rootfs.
For a "normal" boot qi passes rootfstype=jffs2 root=/dev/mtdblock6 to the 
kernel. Just changing the boot params within the kernel configuration does not 
work. Therefore I patched qi :)
- Download a git snapshot and modify src/cpu/s3c2442/gta02.c. The interesting 
lines are at the bottom of the file.
- Compile: make CPU=s3c2442
- Flash: dfu-util -a u-boot -R -D image/qi-s3c2442-master_*.udfu

Do not forget to flash the kernel, if needed.

Reboot.

Good luck!
  Christoph

P.S. My SHR is not working yet. There are some issues with kernel 2.6.32, but 
that's a different story.

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


Re: [Shr-User] Swap [ works ]

2009-12-26 Thread Glenn
At 5:40 +0100 23/12/09, Glenn wrote:
>At 23:19 +0100 22/12/09, Sebastian Spaeth wrote:
>>On 12/22/09 21:14, Vaudano Luca wrote:
>>>  Thanks for the new testing image!
>>>
>>>  I tried to follow the suggested steps for enabling my swap
>>>  http://trac.shr-project.org/trac/wiki/swap#Createaswapfile
>>>  but I had some blocking problem.
>>>
>>>  The first time I arrived at the point 3 then the console freezed and
>>>  my fr went to the kernel panic (red light on the aux button)
>>>  So I restarted my phone and I made the point 4 and 5. I rebooted and
>>>  the phone was stuck in the console.
>>>  Therefore I decided to reflash the new image. With the fresh image I
>>>  remade the process from 1 to 5, except 3,
>>>  then I rebooted and again the phone stucks in the console.
>>
>>Sorry no. I created my swap file using these steps, and it worked like a
>>charm. (Actually I haven't modified my /etc/fstab, and only turn on swap
>>when I opkg upgrade, so I can't guarantee that this is the absolutely
>>correct thing)
>>But steps 1-3 should work without a glitch. I would be interested in
>>other users feedback if it worked for them.
>>Anyway a kernel oops is bad in any case and should be debugged. However
>>that is beyond my capabilities.
>>
>>spaetz
>>___
>>Shr-User mailing list
>>shr-u...@lists.shr-project.org
>>http://lists.shr-project.org/mailman/listinfo/shr-user

Forgot some words:

>Hi!
>
>For your information, I have used swap-file (384MB):
>* 2 times with booting [and upgrading] from microSDHC partition.
>* 2 times with booting [and upgrading] from NAND-flash partition.
>
>The first upgrade failed, because I forgot to use GNU screen in the 
>upgrade proces, I did tap the FR screen to prevent sleep every time 
>it went dark.
>
>Glenn

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


Re: More Questions about Encrypting, Internet Access and Games

2009-12-26 Thread Paul Fertser
Rashid  writes:
> Is there an easy way to encrypt the whole disk (except /boot)? 
> Like in Ubuntu Alternate the install option "install to encrypted LVM"?
> Or will you have to do it manualy by many complicated console
> commands?

No FR distro comes with something like that. OTOH it's all regular
GNU/Linux systems so you can setup it any way you like.

> I think too the typing of the password is a problem. Can you load the 
> touchscreen software with /boot or isnt it possible. Is it possible to 
> enter the Password with an USB keyboard? 

Both are possible. USB keyboard is an easier solution.

> Can I use EDGE with the Freerunner? 

Nope, hardware limitation of an ancient GSM chip :(

> Can you just compile the games on your open moko or is there more work to 
> then just type make && install? Have I to change small parts of the code
> like the resolution in a c file? Or have I to do some serious port
> work?

Same as with any ARM board. Most of the stuff can be compiled natively
on FR itself (and distcc can help with compile speed
issues). Something machine-specific should be altered of course.

> I read (article from 2008) the Glamo Drivers causing lots of troubles but 
> with some hacks you can at least use the glamo for viewing MPEG4 videos. 
> Is it activated in the standard video player when you open a movie or have 
> you to type mplayer -vx ... everytime? Can the glamo now normaly used (for 
> games or videos) isn't it still possible due driver problems?

Hardware acceleration in a proper way is not implemented (probably
yet, the work to get all the needed pieces like KMS/DRI2/Gallium3D...)
and never was. The hacked version of mplayer worked for some people
for some time, probably you can reproduce that state using some
particular mplayer and X driver versions.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

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


Re: Bluetooth PBAP support for FSO

2009-12-26 Thread Thomas Zimmermann
Am Freitag 25 Dezember 2009 17:53:43 schrieb Thomas Franck:
> I am very interested in this, too.. I've wanted to get my FR to connect to
>  my bmw car system ever since I got it.. and it always played up, didn't
>  want to talk to the car at all.. FR was happy with the BT connect but my
>  radio was still asking for data (IIRC, the error codes that the FR BT
>  stack gave was that it got a PBAP request which it just simply dropped due
>  to lack of support).. So a connection never ever got properly
>  established.. :(
> 
> I'll be back home and able to test things on the 3rd of January..
> 
> Cheers,

That's great. The first test resulted in a crash of the PBAP plugin, so i've to 
look at this.
Will tell you if i have an new version, but i will wait till the new year 
before i do some more on this.

Greets
Thomas

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


Re: More Questions about Encrypting, Internet Access and Games

2009-12-26 Thread Fox Mulder
Rashid wrote:
> Hi thank you for you answers. 
> 
> May I ask some more questions:
> 
> Encryption:
> 
> Is there an easy way to encrypt the whole disk (except /boot)? 
> Like in Ubuntu Alternate the install option "install to encrypted LVM"?
> Or will you have to do it manualy by many complicated console commands?
> 
> I think too the typing of the password is a problem. Can you load the 
> touchscreen software with /boot or isnt it possible. Is it possible to 
> enter the Password with an USB keyboard? 

Why don't you use an unencrypted partition for the distribution and use
an encrypted partition on the sd-card (maybe luks or anythign else) for
your sensitive data?
If you encrypt the whole distribution i think it will be unusable slow
because of lack of cpu power. So only encrypt the sensitive data. But
even this could lead to a very high cpu load.

> Games:
> 
> Can you just compile the games on your open moko or is there more work to 
> then just type make && install? Have I to change small parts of the code
> like the resolution in a c file? Or have I to do some serious port work?

You could just compile the games but you have to use games which runs
without keyboard on a touchscreen or only by mouse. In debian you could
use many precompiled games from the repository.

Ciao,
 Rainer

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


More Questions about Encrypting, Internet Access and Games

2009-12-26 Thread Rashid
Hi thank you for you answers. 

May I ask some more questions:

Encryption:

Is there an easy way to encrypt the whole disk (except /boot)? 
Like in Ubuntu Alternate the install option "install to encrypted LVM"?
Or will you have to do it manualy by many complicated console commands?

I think too the typing of the password is a problem. Can you load the 
touchscreen software with /boot or isnt it possible. Is it possible to 
enter the Password with an USB keyboard? 


Internet: 

Can I use EDGE with the Freerunner? 
What is the maximum upload and download the Freerunner can use?
http://en.wikipedia.org/wiki/GPRS


Games:

Can you just compile the games on your open moko or is there more work to 
then just type make && install? Have I to change small parts of the code
like the resolution in a c file? Or have I to do some serious port work?


Videos:

I read (article from 2008) the Glamo Drivers causing lots of troubles but 
with some hacks you can at least use the glamo for viewing MPEG4 videos. 
Is it activated in the standard video player when you open a movie or have 
you to type mplayer -vx ... everytime? Can the glamo now normaly used (for 
games or videos) isn't it still possible due driver problems?


Thank you for your time :)

Greets
Rashid




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


Re: literki update

2009-12-26 Thread Michal Brzozowski
2009/12/24 William Kenworthy 

>
> Hi Michal, does this version co-exist nicely with e? - no more fighting
> with the built in keyboard on full screen apps?
>
> BillK
>
>
>
This is the ticket on this bug:
http://trac.enlightenment.org/e/ticket/398

I don't know if this will ever get fixed. If you want to get rid of it,
switch to a different wm.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community