Re: PR1.3 coming!

2010-10-26 Thread Cedric Cellier
-[ Mon, Oct 25, 2010 at 10:15:15PM +0100, Dawid Lorenz ]
 I still can't see PR1.3 in my App Manager. I have UK variant (.203), tough,
 so I reckon I'd need to wait another 4-6 weeks, agh. :| Anyone else with
 .203 variant already upgraded?

Cannot see PR1.3 from here neither, although I use the global variant.
So I'm going to download+flash instead.

___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


executing compiled programs outside /usr/bin (Go language on maemo N900?)

2010-10-26 Thread Francisco Diaz Trepat - gmail
Hi, some months ago I started playing with Go on my n900.

after compiling a simple HelloWorld.go file I have to move the 5.out
result file to /usr/bin and chmod +x to be able to execute it and have
it output Hello World !. (Details in forwarded message).

Can I avoid this? Is there any configurations?

This might be a very simple matter but I don't know what to do.

thanks
f(t)

-- Forwarded message --
From: Francisco Diaz Trepat - gmail francisco.diaztre...@gmail.com
Date: Mon, 21 Jun 2010 19:15:05 -0300
Subject: Re: [go-nuts] anyone trying Go language on maemo N900?
To: Mathieu Lonjaret mathieu.lonja...@gmail.com, chris dollin
ehog.he...@googlemail.com
Cc: golang-nuts golang-n...@googlegroups.com

Thanks your replies.

First of all, sorry I forgot to add ./5.out to the list of thing I tried out
tried as root also _. 5.out_ chmod +x, etc.

This is how I got it to work:
~/MyDocs/Workspace/Go/hello $ root

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# cd /home/user/MyDocs/Workspace/Go/hello/
Nokia-N900:/home/user/MyDocs/Workspace/Go/hello# ./5.out
-sh: ./5.out: Permission denied
Nokia-N900:/home/user/MyDocs/Workspace/Go/hello# chmod +x ./5.out
Nokia-N900:/home/user/MyDocs/Workspace/Go/hello# ./5.out
-sh: ./5.out: Permission denied
Nokia-N900:/home/user/MyDocs/Workspace/Go/hello# cp 5.out /usr/bin/
Nokia-N900:/home/user/MyDocs/Workspace/Go/hello# cd /usr/bin/
Nokia-N900:/usr/bin# chmod +x 5.out
Nokia-N900:/usr/bin# 5.out
Hellow World, my N900 kicks @#%$#, and I tell it with Go. Awesome!!!

Nokia-N900:/usr/bin# rm 5.out
Nokia-N900:/usr/bin# 5.out

-sh: 5.out: not found

Second should I build a make script or something of the sort that:
Compiles
Links
Copy to usr/bin/Gobuild (or something like that)


How are you guys handling this? Suggestions?

f(t)
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


app manager trouble

2010-10-26 Thread Brian Keck

Hello,

I seem to have broken the application manager (HAM) of my n900 within 2
days of buying it.  For example, when I tap 'update' or 'download', I
get 'no catalogues in use'  'no updates available'

Before it broke I successfully installed several packages with it, 
added devtools  installed several packages from there.

However after that I started using apt-get directly (command line), 
the same day I found HAM broken.  I wonder if I used apt-get while HAM
was running.

I've installed more packages with apt-get in the subsequent 2 weeks, so
am not too desperate.

Is there a way to fix it?  Would uninstalling  installing
hildon-application-manager be a bad idea?

Thanks for any help.  I've appended some possibly relevant contents.

Brian Keck



HAM log currently

  hildon-application-manager 2.2.65
  apt-worker exited.
  Password:
  apt-worker is not running
  apt-worker is not running
  connected to 240667af-08db-4c77-8af5-5b8a9b6b9221
  apt-worker is not running
  apt-worker is not running
  apt-worker is not running
  apt-worker is not running
  connected to 240667af-08db-4c77-8af5-5b8a9b6b9221
  apt-worker is not running
  apt-worker is not running
  apt-worker is not running
  apt-worker is not running
  connected to 240667af-08db-4c77-8af5-5b8a9b6b9221
  apt-worker is not running
  apt-worker is not running
  apt-worker is not running
  apt-worker is not running
  apt-worker is not running



/etc/apt/sources.list is empty



/etc/apt/sources.list.d/hildon-application-manager.list

  deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./
  deb https://downloads.maemo.nokia.com/fremantle/ssu/mr0 ./
  deb https://downloads.maemo.nokia.com/fremantle1.2/ovi/ ./
  deb http://repository.maemo.org/extras/ fremantle-1.2 free non-free
  deb http://repository.maemo.org fremantle/tools free non-free
  deb http://repository.maemo.org/extras-devel fremantle free non-free



/etc/hildon-application-manager/catalogues

  catalogues
   catalogue
filevariant-catalogues/file
idnokia-certified/id
   /catalogue
   catalogue
filevariant-catalogues/file
idnokia-system/id
   /catalogue
   catalogue
filevariant-catalogues/file
idovi/id
   /catalogue
   catalogue
filevariant-catalogues/file
idmaemo-extras/id
   /catalogue
   catalogue
urihttp://repository.maemo.org/uri
distfremantle/tools/dist
componentsfree non-free/components
nameDevtools/name
   /catalogue
   catalogue
urihttp://repository.maemo.org/extras-devel/uri
distfremantle/dist
componentsfree non-free/components
nameMaemo extras-devel/name
   /catalogue
  /catalogues

___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Installing MeeGo unto the SD Card (with NitDroid)

2010-10-26 Thread Francisco Diaz Trepat - gmail
Hi all I have installed the NitDroid port for N900 unto my 8gb SD card.

I partitioned a big 6gb vfat and a 2gb ext3 for the NitDroid as
suggested in the installation guide at the nitdroid project site.

Now whenever I boot my N900 I have to press 1 for Maemo and 2 for NitDroid.

Could I re-partition my free 6gb vfat partition and installed the
MeeGo 1.1 raw image into a this new partition, keeping Nitdroid?

My goal is to boot my N900 and have:
Press
1. for Maemo 5
2. for NitDroid
3. for MeeGo

is this possible?

f(t)
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: app manager trouble

2010-10-26 Thread Tanuva

Hello Brian,

I cannot really help you but want to warn you not to uninstall 
preinstalled applications from the N900. I did that with the media 
player once just to find it wasn't in the repositories so I had to 
reflash the device to have it again. Be careful! :)


Marcel

Am 26.10.2010 14:58, schrieb Brian Keck:


Hello,

I seem to have broken the application manager (HAM) of my n900 within 2
days of buying it.  For example, when I tap 'update' or 'download', I
get 'no catalogues in use'  'no updates available'

Before it broke I successfully installed several packages with it,
added devtools  installed several packages from there.

However after that I started using apt-get directly (command line),
the same day I found HAM broken.  I wonder if I used apt-get while HAM
was running.

I've installed more packages with apt-get in the subsequent 2 weeks, so
am not too desperate.

Is there a way to fix it?  Would uninstalling  installing
hildon-application-manager be a bad idea?

Thanks for any help.  I've appended some possibly relevant contents.

Brian Keck



HAM log currently

   hildon-application-manager 2.2.65
   apt-worker exited.
   Password:
   apt-worker is not running
   apt-worker is not running
   connected to 240667af-08db-4c77-8af5-5b8a9b6b9221
   apt-worker is not running
   apt-worker is not running
   apt-worker is not running
   apt-worker is not running
   connected to 240667af-08db-4c77-8af5-5b8a9b6b9221
   apt-worker is not running
   apt-worker is not running
   apt-worker is not running
   apt-worker is not running
   connected to 240667af-08db-4c77-8af5-5b8a9b6b9221
   apt-worker is not running
   apt-worker is not running
   apt-worker is not running
   apt-worker is not running
   apt-worker is not running



/etc/apt/sources.list is empty



/etc/apt/sources.list.d/hildon-application-manager.list

   deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./
   deb https://downloads.maemo.nokia.com/fremantle/ssu/mr0 ./
   deb https://downloads.maemo.nokia.com/fremantle1.2/ovi/ ./
   deb http://repository.maemo.org/extras/ fremantle-1.2 free non-free
   deb http://repository.maemo.org fremantle/tools free non-free
   deb http://repository.maemo.org/extras-devel fremantle free non-free



/etc/hildon-application-manager/catalogues

   catalogues
catalogue
 filevariant-catalogues/file
 idnokia-certified/id
/catalogue
catalogue
 filevariant-catalogues/file
 idnokia-system/id
/catalogue
catalogue
 filevariant-catalogues/file
 idovi/id
/catalogue
catalogue
 filevariant-catalogues/file
 idmaemo-extras/id
/catalogue
catalogue
 urihttp://repository.maemo.org/uri
 distfremantle/tools/dist
 componentsfree non-free/components
 nameDevtools/name
/catalogue
catalogue
 urihttp://repository.maemo.org/extras-devel/uri
 distfremantle/dist
 componentsfree non-free/components
 nameMaemo extras-devel/name
/catalogue
   /catalogues

___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users



___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Shortcut for XTerminal (SHIFT+CTRL+X)

2010-10-26 Thread Francisco Diaz Trepat - gmail
Hi all

I was wondering if there is a way to change the (SHIFT+CTRL+X)
shortcut to some other combination more easy for me.

f(t)
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: Shortcut for XTerminal (SHIFT+CTRL+X)

2010-10-26 Thread Igor Stoppa
On Tue, 2010-10-26 at 10:26 -0300, ext Francisco Diaz Trepat - gmail
wrote:
 Hi all
 
 I was wondering if there is a way to change the (SHIFT+CTRL+X)
 shortcut to some other combination more easy for me.

Sidenote: iirc it's not recommended to use that approach because some
resources are not claimed back once the terminal is closed.
It was mostly meant to be used in case of emergency.

hopefully someone with better memory than mine can confirm/dispute this

cheers, igor

___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


RE: Installing MeeGo unto the SD Card (with NitDroid)

2010-10-26 Thread Aldon Hynes
I've been kicking this around for a while and not managed to get this to
work yet.  From what I'm reading MeeGo just isn't working with MultiBoot
yet.

In may case, I have a 16 gb card.  I've partitioned it into

1 2 gb vfat (for Maemo data)
2 2 gb Swap (particularly for booting Fedora)
3 2 gb Fedora
4 10 gb Extended partition

The extented partition is then partitioned as
5 2 gb MeeGo
6 2 gb Mer
7 2 gb Nitroid
8 2 gb To be used later
9 2 gb To be used later

I go into details about this in my blog post
Configuring the Nokia #N900 Chameleon for Mer, MeeGo and Fedora
http://www.orient-lodge.com/node/4029

I've never had luck booting Fedora or MeeGo, although I have chrooted to
them and done minimal testing that way.  I did have some luck with booting
Mer using Bootmenu.

Later, I upgraded to Power Kernel and Bootmenu stopped working for me.

MeeGo 1.1, Partitions, Bootmenu, Kernel Power, Flasher and All That Stuff on
the #N900
http://www.orient-lodge.com/node/4202

This led to some good discussions about MeeGo which lead me to believe it is
not ready for dual booting and may not be ready until MeeGo 1.2.  I've
switched from Bootmenu to Multiboot and I have had great luck running
NitDroid.  See

My New Nokia #N900 #Android Phone
http://www.orient-lodge.com/node/4301

It is worth noting that I did not use the NitDroid autoinstaller.  That will
repartition your SD card.  Instead, I did the steps manually, and it has
worked nicely.

As a final note, I updated to PR 1.3 yesterday.

My Update Adventure #N900 PR 1.3 NitDroid, Titan and MeeGo
http://www.orient-lodge.com/node/4309

I tried doing an Over The Air (OTA) upgrade, but that failed miserably and I
had to reflash my device.  Once it was reflashed, I ran one small part of my
NitDroid installation, and I am now dual booting between Maemo and NitDroid.

I made a few more attempts at getting MeeGo running, but without any luck.

As a side note, I was told on the IRC channel that Titan refers to Power
Kernel, so I've used that name in this post.  Titan does work nicely with PR
1.3 and Multiboot.

One of the things particularly important to me about Titan is IPv6
capabilities.  I wrote about

Setting up a Nokia #N900 to be an #IPv6 Enabled Web Server
http://www.orient-lodge.com/node/4197

I had to reconfigure my web server after the latest flash, but it is up and
running nicely over IPv6.  Because of firewall issues, you can't access it
over IPv4, so unless you have IPv6, you can't get to the machine.  However,
if you do have IPv6 check out
http://n900.woodbridge.smartcampaigns.com

Also, check the link to my location using Python and my battery status using
PHP.

Hope this helps.

Aldon

 -Original Message-
 From: maemo-users-boun...@maemo.org
 [mailto:maemo-users-boun...@maemo.org]on Behalf Of Francisco Diaz Trepat
 - gmail
 Sent: Tuesday, October 26, 2010 9:21 AM
 To: maemo-users
 Subject: Installing MeeGo unto the SD Card (with NitDroid)


 Hi all I have installed the NitDroid port for N900 unto my 8gb SD card.

 I partitioned a big 6gb vfat and a 2gb ext3 for the NitDroid as
 suggested in the installation guide at the nitdroid project site.

 Now whenever I boot my N900 I have to press 1 for Maemo and 2 for
 NitDroid.

 Could I re-partition my free 6gb vfat partition and installed the
 MeeGo 1.1 raw image into a this new partition, keeping Nitdroid?

 My goal is to boot my N900 and have:
 Press
 1. for Maemo 5
 2. for NitDroid
 3. for MeeGo

 is this possible?

 f(t)
 ___
 maemo-users mailing list
 maemo-users@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-users


___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: PR1.3 coming!

2010-10-26 Thread Andre Klapper
Am Dienstag, den 26.10.2010, 15:00 +0100 schrieb Kiran:
 I am from UK, till today i have not received any OTA update, not able
 to find update from nokia software update, OVI application. Please
 help me, how to update new release.

There's not much to help except for waiting for Nokia to provide it
for .203.

andre
-- 
Andre Klapper (maemo.org bugmaster)

___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: PR1.3 coming!

2010-10-26 Thread Oliver Beck
Hi folks,

On Mon, 25 Oct 2010 10:45:54 -0400
Aldon Hynes aldon.hy...@orient-lodge.com wrote:

 Who has installed this?  Did you flash or go OTA?  

None of these methods.
I've use handy apt-get to upgrade. (apt-get dist-upgrade)

 Anyone using this with power-kernel?  Is power-kernel compatible with
 1.3?  

Could boot into power-kernel but don't have a use of it anymore because
the improvements of performance of the global system are immense.


The only thing what makes me a little bit perplex is the fact that the
system-info-tool still displays Version 10.2010.19-1.
But i couldn't care less ...

Greetings
Olli
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: app manager trouble

2010-10-26 Thread Oliver Beck
Hi Brain,

dit you have tryed to copy
  /etc/apt/sources.list.d/hildon-application-manager.list
to
  /etc/apt/sources.list 
and do an 'apt-get update' afterwards?

AFAIK apt-get only looking to /etc/apt/sources.list for his cataloges.
When this file is empty apt does'nt know what to install.

Why HAM is not working ... i don't know ... working whith apt since i
firstly turned on my N900. Sorry.

Greetings
Olli
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: executing compiled programs outside /usr/bin (Go language on maemo N900?)

2010-10-26 Thread Paul Hartman
On Tue, Oct 26, 2010 at 7:57 AM, Francisco Diaz Trepat - gmail
francisco.diaztre...@gmail.com wrote:
 Hi, some months ago I started playing with Go on my n900.

 after compiling a simple HelloWorld.go file I have to move the 5.out
 result file to /usr/bin and chmod +x to be able to execute it and have
 it output Hello World !. (Details in forwarded message).

 Can I avoid this? Is there any configurations?

 This might be a very simple matter but I don't know what to do.

MyDocs on N900 is a FAT32 partition and does not support proper linux
permissions (so your chmod +x is not having effect). If you move your
workspace directory to /home/user/Workspace instead of
/home/user/MyDocs/Workspace, then it should hopefully work.
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: PR1.3 coming!

2010-10-26 Thread Alejandro López


Oliver Beck wrote:
 The only thing what makes me a little bit perplex is the fact that the
 system-info-tool still displays Version 10.2010.19-1.
 But i couldn't care less ...

In my case it changed after rebooting the device.


___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: Shortcut for XTerminal (SHIFT+CTRL+X)

2010-10-26 Thread Matan Ziv-Av

On Tue, 26 Oct 2010, Igor Stoppa wrote:


On Tue, 2010-10-26 at 10:26 -0300, ext Francisco Diaz Trepat - gmail
wrote:

Hi all

I was wondering if there is a way to change the (SHIFT+CTRL+X)
shortcut to some other combination more easy for me.


It is hard coded in hildon-desktop, so the only way to change is to 
change the source code.


Modified-hildon-desktop package (see 
http://my.svgalib.org/repo/Modified_Hildon_Desktop.html ) is a modified 
version of hildon-desktop that allows arbitrary reconfiguring of 
keyboard shortcuts.



Sidenote: iirc it's not recommended to use that approach because some
resources are not claimed back once the terminal is closed.
It was mostly meant to be used in case of emergency.

hopefully someone with better memory than mine can confirm/dispute this


I don't see any obvious memory or resource leaks in the code that runs 
xterminal.



--
Matan.

___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: PR1.3 coming!

2010-10-26 Thread Kevin T. Neely
Just a quik FYI:  OTA worked perfectly for me. Based on an email from this 
list, I removed gltron prior to update. 
I performed a backup but didn't need it, everything appears like before the 
upgrade.  Mail does seem to be quicker now per the fixed bug, which is the 
biggest win for me.
K
-- 
Mobile on my Nokia N900
- Original message -
 
 
 Oliver Beck wrote:
  The only thing what makes me a little bit perplex is the fact that the
  system-info-tool still displays Version 10.2010.19-1.
  But i couldn't care less ...
 
 In my case it changed after rebooting the device.
 
 
 ___
 maemo-users mailing list
 maemo-users@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-users
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: executing compiled programs outside /usr/bin (Go language on maemo N900?)

2010-10-26 Thread Dave Neary
Hi,

Paul Hartman wrote:
 On Tue, Oct 26, 2010 at 7:57 AM, Francisco Diaz Trepat - gmail
 Can I avoid this? Is there any configurations?
 
 MyDocs on N900 is a FAT32 partition and does not support proper linux
 permissions (so your chmod +x is not having effect). If you move your
 workspace directory to /home/user/Workspace instead of
 /home/user/MyDocs/Workspace, then it should hopefully work.

It's also mounted noexec. Anywhere outside $HOME/MyDocs should work,
doesn't have to be Workspaces.

Cheers,
Dave.

-- 
maemo.org docsmaster
Email: dne...@maemo.org
Jabber: bo...@jabber.org

___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: Shortcut for XTerminal (SHIFT+CTRL+X)

2010-10-26 Thread Francisco Diaz Trepat - gmail
Awesome, thanks.

I'll look it up
f(t)

On 10/26/10, Matan Ziv-Av ma...@svgalib.org wrote:
 On Tue, 26 Oct 2010, Igor Stoppa wrote:

 On Tue, 2010-10-26 at 10:26 -0300, ext Francisco Diaz Trepat - gmail
 wrote:
 Hi all

 I was wondering if there is a way to change the (SHIFT+CTRL+X)
 shortcut to some other combination more easy for me.

 It is hard coded in hildon-desktop, so the only way to change is to
 change the source code.

 Modified-hildon-desktop package (see
 http://my.svgalib.org/repo/Modified_Hildon_Desktop.html ) is a modified
 version of hildon-desktop that allows arbitrary reconfiguring of
 keyboard shortcuts.

 Sidenote: iirc it's not recommended to use that approach because some
 resources are not claimed back once the terminal is closed.
 It was mostly meant to be used in case of emergency.

 hopefully someone with better memory than mine can confirm/dispute this

 I don't see any obvious memory or resource leaks in the code that runs
 xterminal.


 --
 Matan.


___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: executing compiled programs outside /usr/bin (Go language on maemo N900?)

2010-10-26 Thread Francisco Diaz Trepat - gmail
Just what I was looking for.

Thanks man.

Why is that though? the vfat? why not ext3?

f(t)

On 10/26/10, Paul Hartman paul.hartman+ma...@gmail.com wrote:
 On Tue, Oct 26, 2010 at 7:57 AM, Francisco Diaz Trepat - gmail
 francisco.diaztre...@gmail.com wrote:
 Hi, some months ago I started playing with Go on my n900.

 after compiling a simple HelloWorld.go file I have to move the 5.out
 result file to /usr/bin and chmod +x to be able to execute it and have
 it output Hello World !. (Details in forwarded message).

 Can I avoid this? Is there any configurations?

 This might be a very simple matter but I don't know what to do.

 MyDocs on N900 is a FAT32 partition and does not support proper linux
 permissions (so your chmod +x is not having effect). If you move your
 workspace directory to /home/user/Workspace instead of
 /home/user/MyDocs/Workspace, then it should hopefully work.
 ___
 maemo-users mailing list
 maemo-users@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-users

___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: executing compiled programs outside /usr/bin (Go language on maemo N900?)

2010-10-26 Thread Paul Hartman
On Tue, Oct 26, 2010 at 3:15 PM, Francisco Diaz Trepat - gmail
francisco.diaztre...@gmail.com wrote:
 On 10/26/10, Paul Hartman paul.hartman+ma...@gmail.com wrote:
 MyDocs on N900 is a FAT32 partition and does not support proper linux
 permissions (so your chmod +x is not having effect). If you move your
 workspace directory to /home/user/Workspace instead of
 /home/user/MyDocs/Workspace, then it should hopefully work.
 Just what I was looking for.

 Thanks man.

 Why is that though? the vfat? why not ext3?

Because MyDocs partition is what gets mounted when you plug your N900
into a computer, and the typical filesystem for USB-attached storage
is FAT32. For example, if you buy a USB hard drive or MicroSD card it
will almost always come formatted as FAT32...

Good news is that with N900 you are free to repartition that as you
like, see the wiki for more info:

http://wiki.maemo.org/Repartitioning_the_flash

Have fun :)
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Where to download WebOS games?

2010-10-26 Thread João Olavo Baião de Vasconcelos
Hi there!

I'd like to run WebOS games on my n900 [1], but I can't find any IPK file!

Can someone send me some link to download *free* WebOS games??

Cheers!

[1] http://www.nokian900applications.com/preenv-webos-games-on-nokia-n900/

-- 
João Olavo Baião de Vasconcelos
Analista de Sistemas - Infraestrutura
joaoolavo.wordpress.com
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users