Re: Not enough memory

2010-02-17 Thread Jason
Craig Woodward wrote:
> I swear I've never heard so much whining about a trivial topic in my
> life.  You'd think Nokia was pushing a completely closed release from
> the yelping going on. You installed 80 apps from unstable or random
> repositories and sources, each time with a pop-up from the OS saying
> that what you're doing is unsupported and could cause device
> instability.  And now you're complaining because an update is asking
> you to fix some of the damage you've done so it can do an upgrade?
> It's called being an adult.  If you can't handle it, stick to the
> toys for 12 and under from now on.
> 

Amen.  

On a more technical, get-it-done approach, my problem with OOM was
too much crap in /var/cache/apt/archive/ .  There are two ways to
handle this in a more user friendly manner.  Instead of the OOM
error message, offer to run 'apt-get clean', and/or symlink
/var/cache/apt out to /home/.var.cache.apt .  Which I just tried,
and seems to wfm.

$ sudo gainroot
# cd /var/cache/
# mv apt /home/.var.cache.apt
# ln -sf ../../home/.var.cache.apt apt
#


hth,

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


Re: WiFi usage issues.

2010-02-08 Thread Jason

Bernard Tyers wrote:

My issue is I can browse the web, stream radio perfectly, using WiFi,
but:

* I cannot however download IMAP mail, send SMTP mail, or use
app-manager.



If those are internal hosts, it could be a DNS issue.  If they are 
external, your provider could be blocking these.  From the commandline 
on the N900, install telnet and try 'telnet smtp.mymailserver.tld 25' 
and see if you get a version string from the server.



* I have tried turning off power management on the wifi interface,
assigning a static IP address (with assigning the DNS servers also).

* I have just tried sniffing the network with Wireshark for my static
IP (in thjis case, 192.168.1.145), and also sniffing for the MAC
address "00:bd:3a:88:45:71".



Was the wifi card in monitor mode?  Was it set to the correct channel? 
With WEP and WPA you won't be able to see IP addresses unless you give 
WS the info needed to decrypt the traffic.


It may be easier to install tcpdump on the N900 and sniff wlan0, 
transfer the file to a machine with WS and analyze there.



Most curiously there is no mention of either IP OR MAC in the
tracefile...

I could use a few suggestions, while I go for a coffee to do some
thinking...:(



That's the best part of the troubleshooting process, coffee.  ;-)

hth,

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


Firefox and NoScript on N900

2010-02-07 Thread Jason
All,

I'm doing something stupid.  :-)  I got the maemo update installed this 
morning.  I installed the newest firefox, and then added the noscript plugin.  

This is where I feel dumb.  I can't for the life of me get to configure 
noscript.  There _has_ to be some way to configure it other than about:config.  
If I press options, the button will sit there, depressed, and nothing happens.  
If I'm on a web page and click the noscript icon in the upper right corner, 
nothing happens.  I've tried long-press, double-click, stylus, finger press, 
everything I can think of.  

Has anyone else seen this?  How did you fix it?

thx,

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


Re: Firefox/Fennec - YouTube Videos Enabler

2010-02-03 Thread Jason

Paul Hartman wrote:

On Wed, Feb 3, 2010 at 5:19 AM, Aniello Del Sorbo  wrote:

On 2 February 2010 21:56, R. A. Bilonick  wrote:

On Tue, 2010-02-02 at 11:11 +, Aniello Del Sorbo wrote:

On 2 February 2010 10:43, Andre Klapper  wrote:

Hi,

Am Montag, den 01.02.2010, 23:53 -0500 schrieb R. A. Bilonick:

I installed Fennec on my N810 and followed the directions for installing
flash for YouTube videos.

Which are described where exactly...?

andre
--
Andre Klapper (maemo.org bugmaster)


Here they stronly recommend to install the Youtube Enabler add-on:

<http://blog.mozilla.com/blog/2010/01/29/firefox-for-maemo-now-available/>

and they point to this site for instructions:

<http://madhava.com/egotism/archive/005041.html>


Thanks for showing this. These are the instructions I followed yet the
YouTube site always reports missing plugin or java script not enabled.
I've restarted Fennec and I've re-booted when that didn't work. Still
flash does not work in Fennec/YouTube.

Rick B.


Indeed.. it doesn't work on mine as well..

It worked once.. weird.


I also have no Flash at all in Firefox Mobile, even with config
settings changed. Even with Youtube Enabler add-on, I don't see flash
on Youtube.com.



Hmm, doesn't work for me either, and it did before I ran the updates. 
However, default browser still plays flash video.


This seems to work for me, go to 'about:config', search for 'plugin', 
select 'plugin.default_plugin_disabled' and press Enter.  Then, select 
'plugin.disable' and press Enter again.  They should both be bold and false.


I had to restart my browser a few times, but it seems to work.

hth,

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


Re: accessing N900 internal gps for console apps

2009-12-23 Thread Jason
Jason wrote:
> Craig Woodward wrote:
>>>  Jason  wrote:
>>> = Aldon Hynes wrote:
>>>> For a good starting point, I would recommend 
>>>> http://wiki.maemo.org/PyMaemo/Using_Location_API
>>>>
>>> Okay, that's a good start.  I found the raw C api here [1].  Does
>>> this generate a tcp listener socket on 2947?  It doesn't look like
>>> it.  :-( I'm shooting for a gpsd equivalent so existing gpsd aware
>>> apps don't need to be modified.
>>>
>>> [1] - 
>>> http://maemo.org/api_refs/5.0/beta/liblocation/LocationGPSDControl.html
>>>
>> A better idea may be to write a mini-gpsd specifically for the N900
>> that translates between the location API and the port.  This would
>> allow the best of both worlds, since we save power when not used and
>> apps talking gpsd can run without major changes.
>>
> 
> I saw that app (minigpsd [2]) in one of the maemo repos, but apt-get
> install failed with unmet dependencies.  As it was in -testing I figured
> it was a work-in-progress and looked to other things...
> 
> The unmet dependencies were:
>  begin #
> The following packages have unmet dependencies:
>   minigpsd: Depends: bluez-utils-test but it is not installable
> Depends: python2.5-gnome but it is not installable
> E: Broken packages
>  end ###
> 
> As for a proposed project, it may be easiest to gin up a patch against
> gpsd, adding support for liblocation.  I'd be curious which NMEA
> sentences liblocation spits out.  If it just passes along what it
> receives, that would be great.
> 
> [2] - http://maemo.org/packages/view/minigpsd/

G.  I took a closer look at the Python API, since it spells out what
is returned...  I could do GLL, maybe RMC, but I'm not sure I can create
a proper GSV from it.  :-(

It would probably be better to write a small daemon that accesses
liblocation and emulates a dumb serial gps, writing raw NMEA sentences
to the psuedo serial port device.  gpsd could then listen on that.
Since 'sb2 apt-get source liblocation' failed, I presume liblocation
isn't open source.  What a pity.

I'll take a closer look tomorrow.

thx,

Jason.

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


Re: accessing N900 internal gps for console apps

2009-12-23 Thread Jason
Craig Woodward wrote:
>>  Jason  wrote:
>> = Aldon Hynes wrote:
>>> For a good starting point, I would recommend 
>>> http://wiki.maemo.org/PyMaemo/Using_Location_API
>>> 
>> 
>> Okay, that's a good start.  I found the raw C api here [1].  Does
>> this generate a tcp listener socket on 2947?  It doesn't look like
>> it.  :-( I'm shooting for a gpsd equivalent so existing gpsd aware
>> apps don't need to be modified.
>> 
>> [1] - 
>> http://maemo.org/api_refs/5.0/beta/liblocation/LocationGPSDControl.html
>> 
>
> A better idea may be to write a mini-gpsd specifically for the N900
> that translates between the location API and the port.  This would
> allow the best of both worlds, since we save power when not used and
> apps talking gpsd can run without major changes.
>

I saw that app (minigpsd [2]) in one of the maemo repos, but apt-get
install failed with unmet dependencies.  As it was in -testing I figured
it was a work-in-progress and looked to other things...

The unmet dependencies were:
 begin #
The following packages have unmet dependencies:
  minigpsd: Depends: bluez-utils-test but it is not installable
Depends: python2.5-gnome but it is not installable
E: Broken packages
 end ###

As for a proposed project, it may be easiest to gin up a patch against
gpsd, adding support for liblocation.  I'd be curious which NMEA
sentences liblocation spits out.  If it just passes along what it
receives, that would be great.

thx,

Jason.

[2] - http://maemo.org/packages/view/minigpsd/
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: accessing N900 internal gps for console apps

2009-12-23 Thread Jason
Aldon Hynes wrote:
> For a good starting point, I would recommend 
> http://wiki.maemo.org/PyMaemo/Using_Location_API
> 

Okay, that's a good start.  I found the raw C api here [1].  Does this
generate a tcp listener socket on 2947?  It doesn't look like it.  :-(
I'm shooting for a gpsd equivalent so existing gpsd aware apps don't
need to be modified.

thx,

Jason.

[1] -
http://maemo.org/api_refs/5.0/beta/liblocation/LocationGPSDControl.html

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


accessing N900 internal gps for console apps

2009-12-23 Thread Jason
All,

I've been digging around in circles for a few days trying to get this to
work.  I've found the howto for the sysfs interface to 3D accelerometer,
so one down.  Now, I'm working on the GPS.

With all of my previous work, I cross-compiled gpsd and had it listen to
/dev/ttyS{0,1}.  Cross-compiling the debian way, while promising,
doesn't look like something I'll be picking up in a few hours.  So what
are folks using to access the internal gps?

I've tried catting /dev/ttyS[0-3], without any indication that these are
hooked to a gps.

How is everyone else hitting this?

Once that's solved, any chance of finding the PPS?

thx,

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


Re: N900/Maemo 5 review

2009-08-30 Thread Jason Edgecombe
Peter Flynn wrote:
> [David]
>   
>> Maybe holding the unjustified vitriol until you read the reply that came *3
>> minutes* after the post? (and well over an hour before you posted).
>> 
>
> My apologies for the crossed wires: I'm away from base so my access is 
> sporadic, and messages don't always arrive as promptly as one might wish.
>
> And if it came over as vitriol my apologies for that also; frustration 
> sometimes leads to this when things which seem obvious and apparent to the 
> dumb user (me) look radically different to the developers.
>
>   
>> Especially since one of the best bits of community marketing from Quim was:
>>
>> $ jailbreak
>> jailbreak: not found
>> $ sudo gainroot
>> #
>> 
>
> That message doesn't appear to have made my mailbox, but it's excellent news, 
> thanks very much.
>
>   
>> Which incidentally means you can build and install your own java 
>> interpreter. I
>> look forward to seeing your java4maemo package; since Nokia gave you exactly
>> what you asked for.
>>
>> You *do* intend to do that for the community don't you?
>> 
>
> I think this is more crossed wires, I'm afraid. I'm a user of Java 
> applications, not a Java developer. I develop stuff that uses Java 
> applications, among others, but I don't write Java (it's on the list to learn 
> next year). All I was looking for was to know whether there would be an 
> implementation of Java available that would let me run a commandline Java 
> application like Saxon. I'm not looking for graphics, embeddability, APIs, or 
> libraries, so I'm in a specialist minority, and it's sometimes frustratingly 
> difficult to explain to developers the apparent simplicity of my needs, when 
> they are justifiably much more concerned with more complex demands.
>   
Everyone starts as a user, then slowly becomes a developer. Given your 
small requirements of only needing command-line Java, you have a good 
chance of compiling Java for Maemo and having it work for your needs. 
Report your success or failure to the maemo-devel list, where you might 
get some help from other developers. It might snowball.

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


Re: N900/Maemo 5 review

2009-08-20 Thread Jason Edgecombe
Erik Hovland wrote:
>> Dr. Nicholas Shaw wrote:
>> 
>>> Now, if AT&T has the N900 when it comes out I'll be set.  If not, I'll keep
>>> using my N810. :-)
>>>
>>>   
>> My guess is that -- like their other mobile phone products -- if you buy
>> direct from Nokia it won't be carrier locked.
>> 
>
> That is all well and good. But T-Mobile is listed as the carrier in the FCC
> docs for the US. One may not be able to buy it direct from Nokia in the US
> when it first comes out. But I have my fingers crossed. I am not quite ready
> to change away from AT&T.
>   
I'm hoping there are options other than GSM. Does anyone know if GSM is 
the only option?

I prefer Verizon's coverage area, but they don't do GSM, :(

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


slow N800

2008-10-25 Thread Jason Edgecombe
Hi all,

I watched the fennec demo and tried out the program, but my N800 was
about 3-5 times slower than the demo. My N800 is running diablo with all
of the updates. What should I do to speed up my tablet? I thought the
N810 has the same memory and CPU as the N810, so how can I make my
tablet as fast as the N810 in the fennec demo video?

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


transfer map from desktop to tablet for maemo mapper

2008-10-23 Thread jason zhang
Hi, guys
what I want to do is download the map to desktop and transfer them to 
tablet. I managed to install maemo-mapper to SDK and run it inside a 
scratchbox:http://www.gossamer-threads.com/lists/maemo/developers/42562.
I successfully download about 700M map around Vancouver city(level 
3,5,7,910). Theoretically, this should work. However, when I transfer 
them the tablet, it seems internet connection is still required to 
access some area.  Is there any trick to let maemo-mapper be aware that 
the map is already downloaded?

thanks

-jason

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


Re: I just got n810 I have some ?

2008-09-21 Thread Jason Edgecombe
Jeff Treague wrote:
> I finally got my n810 a lot nicer then the n770.
>
> The user guide on my n810 is in a different lanage. 
>
> n810
>
> 1.Were do I go to get the user guide it in English?
>   
http://www.nokiausa.com/A4686322
> 2.Do I need to be on the internet to use the GPS? Any Tips on how to use it? 
> Dose it just do streets or can I use it in the woulds to and boating?
>
> 3.Is there a way to use the n810 as a planer? Date, phone #, and apointments.
>   
I recommend the GPE calendar as a planner.
> 4. Is there a program to take notes that works with windows and what is it?
>
> 5. Is there more thing to download on maeme that are not on the download 
> page? Rapier I did not see there but I heard about so I typed it in to search 
> and got it. Is there a way to get a list of other tings that are not on the 
> download page?
>   
check out http://garage.maemo.org
> 6. Can I use highter than a 2gb sd card and is there any I need to do to do 
> this besides putting in a higher sd card?
>
> 7. What is the best way to use the web cam? Is there a way to take video with 
> it?
>
>   
Jason
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: IRC for OS2008

2008-07-13 Thread Jason Edgecombe
Steve Yelvington wrote:
> Faheem Pervez wrote:
>   
>> It's in extras-devel.
>> 
>
> Aha ... yet another repository! Figured out how to get it enabled, and 
> now I have not only Xchat, but Abiword. Thanks, it'll help me outgeek my 
> iPhone friends.
>
>   
Extras-devel is a necessary repository that is a testing ground for 
stuff that goes into extras. If you find that it works well, then it 
should be promoted into extras.

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


Re: Time aware daemons

2008-07-09 Thread Jason Edgecombe
GROG! (Jeff Howie) wrote:
> On Wed, Jul 9, 2008 at 1:10 PM, Jason Edgecombe <[EMAIL PROTECTED]>
> wrote:
>
>   
>> google for alarmtool. it's command-line front-end for alarmd. It's in
>> the chinook extras repo. Using alarmtool, you can run a command, play a
>> sound or send a dbus event at a certain time with repeating events. It
>> would be great if it was integrated with more things, like GPE.
>> 
>
>
> Looks interesting. I googled but can't find a homepage or README. Any
> pointers? TX
>
>   
this might help:
http://maemo.org/development/documentation/how-tos/3-x/howto_alarm_interface_bora/


I had to install the alarmtool dpkg in my maemo development VM
 to find the man page which is the only documentation that I have found 
for the alarmtool command itself. All other docs talk about the C interface.

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


Re: Time aware daemons

2008-07-09 Thread Jason Edgecombe
David Greaves wrote:
> Kahlil Johnson wrote:
>   
>> I also wonder if alarmd can be used for more than the alarm
>> functionality in N800.
>>
>> On Tue, Jul 8, 2008 at 5:58 PM, Jason Edgecombe <[EMAIL PROTECTED]> wrote:
>> 
>>> Kahlil Johnson wrote:
>>>   
>>>> So i asked a while ago about tasks and scheduling features of maemo,
>>>> they told me that there was some missing component that was impossible
>>>> for crond or at.
>>>>
>>>> 
>>> There is a program called alarmd which provides scheduled events. Is that
>>> what you want?
>>>   
>
> If I go to the clock and set an alarm it plays a sound at a certain time.
> It does this even if the N800 is powered off. In fact, IIRC, it pops up a 
> little
> window asking whether it should turn on.
>
> So it's do-able.
>
> Maybe someone should investigate and create a wiki page?
>
> If it is alarmd doing this then it would be nice if it could be integrated 
> into
> something like cron/at and into the qpe calendar app.
>
>   
google for alarmtool. it's command-line front-end for alarmd. It's in
the chinook extras repo. Using alarmtool, you can run a command, play a
sound or send a dbus event at a certain time with repeating events. It
would be great if it was integrated with more things, like GPE.

Jason

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


Re: Time aware daemons

2008-07-08 Thread Jason Edgecombe
Kahlil Johnson wrote:
> So i asked a while ago about tasks and scheduling features of maemo,
> they told me that there was some missing component that was impossible
> for crond or at.
>
> i wonder if this still the same problem now that Diablo is out and
> might had fix that.
>
>   
There is a program called alarmd which provides scheduled events. Is 
that what you want?

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


Re: Planning the future

2008-05-07 Thread Jason Edgecombe
Quim Gil wrote:
> Hi,
>
> ext Jason Edgecombe wrote:
>   
>> To all of those who have complained about the tablets in this thread and 
>> elsewhere, I direct you to a recent post on the maemo developers list:
>> http://lists.maemo.org/pipermail/maemo-developers/2008-May/017624.html
>> 
>
> There is only one reason why I posted that email in the developers list
> and not here: focus on the things we can change easier.
>
> Look at this list:
>
> 1. maemo.org features
> 2. developer relevant stuff
> 3. open source platform components
> 4. Nokia closed source platform components
> 5. Nokia developed applications
> 6. 3rd party apps officially supported
> 7. Drivers depending on 3rd party hardware
> 8. Hardware choices and design
>
> It's quite improvised so don't look at it like carved on stone.
>
> 1 is where the community has more chances to decide on things. In fact,
> specially after funding time from community people like Niels (web
> apps), Dave (web content) and Andre/Karsten (to be announced soon as
> bugmasters) the initiative and possibility of improving relies more and
> more on your side. maemo.org is for you and if you are happy with
> feature X or change Y Nokia is probably happy too. The website is for
> the community and the community knows what they need and want.
>
> 8 is where the community has little to no chances for any direct change.
> Not even the average Nokia software developer and *** manager like
> myself has much to say. It's just a different game. Of course
> suggestions and complaints are appreciated and followed but, really, the
> average commenter has little knowledge on the process and the factors
> that involve hardware design and manufacturing. Besides, changes happen
> in very different time frames and all the information is really
> sensitive in multiple ways. It's good to keep providing feedback and we
> are happing organizing the right placeholder in maemo.org to be followed
> by the right people at Nokia (they do listen customers, and a lot). But
> don't expect them to come here and discuss.
>
> 2-7 are the intermediate levels of possibility to discuss openly and
> make common decision in real time. The third party stuff depends mostly
> on, well, the third parties. They are also interested on feedback but
> each case differs. They use to have their own feedback channels so it is
> also up to you to use which one or both.
>
> Many (most?) debates in maemo-users and Internet Tablet Talk go around
> 5-8, while in maemo-developers the hottest potatoes tend to fit in 1-4.
> Understand this list and why it is like this, and your input and chances
> to get your feedback implemented in future official releases will increase.
>
> Please give a go to this list, suggest what is missing and criticize
> what you don't like. Once it's stable we can put it somewhere visible so
> people willing to provide feedback in maemo.org, ITT and elsewhere are
> aware of this basic (and hopefully understandable) rule of the game.
>
> Thank you!
>   
Quim,

I wanted to thank you for all of your hard work. I'm sorry if I was out
of line in posting that message to the users list. I just wanted to
focus the complaints in a more positive direction.
I would also like to apologize to Mark for quoting him when he wasn't
one of the complainers.

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


Re: English dictionary

2008-05-06 Thread jason zhang




Hi, All
I just installed stardict successfully.

Here is what I did.

clicked and installed stardict first
http://maemo.org/downloads/product/OS2008/stardict/

Then I downloaded and installed dictionaries: dictionaries can be found
at http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php.
I selected Oxford Advanced Learner's Dictionary, Longman Dictionary of
Contemporary English and xdict-ce-gb dictionary(a Chinese to English
dictionary). 
For each dictionary, you need to unzip the dictionary file to
/usr/share/stardict/dic manually. 
To pronounce the English word,
http://prdownloads.sourceforge.net/stardict/WyabdcRealPeopleTTS.tar.bz2?download
needs installing. I downloaded and uncompressed it under /media/mmc2. 
Then I started stardict. 
You may need to configure stardict where to search sound file by
refine: preference->sound->RealPeopleTTS search path

That is all.

-jason


Eugene Antimirov wrote:

  
 Date: Mon, 28 Apr 2008 15:35:48 +0800
 From: jason zhang <[EMAIL PROTECTED]>
 Subject: English dictionary
 To: maemo-users@maemo.org
 Message-ID: <[EMAIL PROTECTED]>
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed

 Hi, all
 Is there an English dictionary Application for OS2800? It will be great
 if the dictionary can pronounce the word.

  
  
Stardict( http://maemo.org/downloads/product/OS2008/stardict/ ) seems
to support this. Try visiting the original download page -
http://stardict.sourceforge.net/download.php
They have the description there:

"WyabdcRealPeopleTTS package make StarDict pronounce those English
words. It is just many .wav files.
In Linux, you can extract(tar -xjvf) the tarball at "/usr/share/". "

I suggest you to try and then let us know if it works for maemo.

  




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


Re: Planning the future (was Decent PIM for the N8x0)

2008-05-06 Thread Jason Edgecombe
Mark wrote:
> On Tue, May 6, 2008 at 8:04 AM, Kevin T. Neely
> <[EMAIL PROTECTED]> wrote:
>   
>>  Just look at how Nokia has it marketed:  it is an "N-series" device, which 
>> (apart from the tablet) is all smartphones.
>>
>> 
>
> That's really not true. First of all, every one of those smartphones
> has a decent PIM that works (not to mention a whole bunch of other
> non-phone-specific functionality), right out of the box. Second, the
> tablets are marketed as having a bunch of software available and
> easily installed. However, the majority of the apps available, while
> appreciated, don't really add any major capability. Those that do are
> things that should have been included out of the box (like USB Control
> - there's no excuse for there not being a built-in, easily accessible
> GUI applet for that).
>
> The bottom line is that regardless of how you perceive the tablets,
> they are not *consumer* devices. They are developer's toys, and not
> even very good for that because of so much of them being closed. They
> shouldn't be marketed as consumer devices.
>   
To all of those who have complained about the tablets in this thread and 
elsewhere, I direct you to a recent post on the maemo developers list:
http://lists.maemo.org/pipermail/maemo-developers/2008-May/017624.html

Quim Gil, the open source marketing manager for maemo & a Nokia 
employee, is asking for the community's help in planning for the next 
version of Nokia Internet Tablet OS. This is your chance to have your 
ideas and complaints heard by Nokia. Here is your chance. Either make 
your voice heard now, or stop complaining. In other words, "put up or 
shut up!"

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


English dictionary

2008-04-28 Thread jason zhang
Hi, all
Is there an English dictionary Application for OS2800? It will be great 
if the dictionary can pronounce the word.

Thanks

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


Re: Cross-compiling for the N800

2008-03-31 Thread Jason Edgecombe
Peter Flynn wrote:
> Jason Edgecombe wrote:
>   
>> Peter Flynn wrote:
>> 
>>> Jason Edgecombe wrote:
>>>  
>>>   
>>>> You need a specially compiled gcc that can cross-compile for arm 
>>>> along with the c library compiled for arm.
>>>> 
>>>> 
>>> All installed, but compiling the utility with cc -o foo foo.c bar.c
>>> produces a binary which executes perfectly inside the VMware dev img
>>> window, but whe uploaded to the N800 says
>>>
>>> Syntax error: "(" unexpected
>>>
>>> Is there a -m switch I need to use for the architecture?
>>>
>>>   
>>>   
>> Did you run the scratchbox icon on the desktop and do the compile in the 
>> new terminal that appeared?
>> 
>
> No, just opened a shell and typed cc -o foo foo.c bar.c
> Which is the scratchbox icon (excuse the ignorance :-)
>   
It should be the icon in the upper-left corner of the desktop.


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


Re: Cross-compiling for the N800

2008-03-31 Thread Jason Edgecombe
Peter Flynn wrote:
> Jason Edgecombe wrote:
>   
>> You need a specially compiled gcc that can cross-compile for arm along 
>> with the c library compiled for arm.
>> 
>
> All installed, but compiling the utility with cc -o foo foo.c bar.c
> produces a binary which executes perfectly inside the VMware dev img
> window, but whe uploaded to the N800 says
>
> Syntax error: "(" unexpected
>
> Is there a -m switch I need to use for the architecture?
>
>   
Did you run the scratchbox icon on the desktop and do the compile in the 
new terminal that appeared?

Thanks,
Jason

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


Re: Cross-compiling for the N800

2008-03-30 Thread Jason Edgecombe
Peter Flynn wrote:
> Jason Edgecombe wrote:
>   
>> Peter Flynn wrote:
>> 
>>> I have downloaded a small C console utility which I'd like to compile 
>>> for my N800. It doesn't have any dependencies outside itself. I have 
>>> gcc on my Ubunty Gutsy system...
>>>   
>> You need a specially compiled gcc that can cross-compile for arm along 
>> with the c library compiled for arm.
>> 
>
> Oh dear...shows how long ago it was that I used a 3rd-gen language :-(
>
>   
>> The easiest way to do this is to download the maemo development vmware 
>> image from http://maemovmware.garage.maemo.org/
>> 
>
> Perfect, many thanks...but which one do I need for an N800 running 
> OS2007? Chinook, Bora, or Gregale?
>   
Bora, I think. You can use Chinook if you upgrade your N800 to OS2008, 
the same OS as the N810. Most new development is targeted towards OS2008

Here is the code name breakdown with the OS that shipped with the 
device. OS upgrades are available depending on the device.
gregale = OS 2006, N770
bora = OS 2007, N800
chninook = OS2008, N810


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


Re: Cross-compiling for the N800

2008-03-29 Thread Jason Edgecombe
Peter Flynn wrote:
> I have downloaded a small C console utility which I'd like to compile 
> for my N800. It doesn't have any dependencies outside itself. I have gcc 
> on my Ubunty Gutsy system...but it's been a decade or more since I used 
> C in anger and I can't figure out the command to use to cross-compile 
> for the ARM. The obvious one doesn't work:
>
> gcc -marm -o foo foo.c bar.c
>   

You need a specially compiled gcc that can cross-compile for arm along 
with the c library compiled for arm.

The easiest way to do this is to download the maemo development vmware 
image from http://maemovmware.garage.maemo.org/

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


Re: Nokia N810 PIM

2008-02-08 Thread Jason Edgecombe
Peter Hickey wrote:
> Hi,
>
> A couple of quick question from someone who has just upgraded from a 
> Palm Tx to a N810.
>
> 1. I am hoping someone can point me to a good Personal information 
> manager and address book that I could use to get updates from google 
> calendar.
> 2. Can I install open office or similar Doc reader on my n810.
> 3. Is there anyway to make a template up that I can either email or 
> update a web page from my N810. I am looking and creating
> a template document for listing my jobs completed so they can be passed 
> onto Myob for the accounts people.
>
> If there is anyone out there who also has a palm background who is now 
> using a N810 I would love to chat. Maybe even a Skype call or two.
>   
1. The GPE tools are your best bet. You'll need to add the repository.
On your n810, go to
http://www.gronmayer.com/it/index.php?lang=en&system=maemo4 and click on
OS2008, then search for GPE. Click on the install icon for the
repository that has GPE. After that go into application manager, browse
installable apps and install all of the gpe apps.

For syncing with Google calendare, try this:
http://linuxuk.blogspot.com/2008/01/gpe-cal-to-windows-mobile-smart-phone.html

2. Not yet. There is a notes editor and a pdf viewer. OpenOffice is too big.
3. I think that the claws email client has templates. Search for claws
on the gronmayer site.

I've been using Palms for 5+ years. I am still trying to switch from my
Palm m130 to my N800, but I've hit the following road blocks:
1. Getting GPE calendar to sync with my MS Exchange calendar is a
challenge even for a linux veteran like myself.
2. GPE Calendar doesn't know how to use the built-in N800/810 wake-up
feature so it can only alert you for appointments if it's on. The
wake-up software is called "alarm" and can be used to wake-up the
N800/810 at a certain time, even if it's off, but few if any apps use
it. There is a command-line alarm program to set wakeup events that run
a command.

Don't get me wrong, I love my N800. It's just needs more software to
truly realize it's full potential and that software still needs to be
written. Thankfully, anyone with linux development experience can
develop for the device.

For now, I'm carrying my Palm, N800, and my Cellphone to work. I have a
good start on a batman-like utility belt. I'll ditch my Palm once I get
a decent Exchange calendar synchronization solution working.

You could also try the Garnet VM which is a Palm emulator for the
N800/N810, but it's a time-limited beta.

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


Re: swap

2008-02-07 Thread Jason Edgecombe
Jeffrey Mark Siskind wrote:
> Is it possible to setup a swap partition/file? (In the standard Linux way?)
>   

Yes, it's under the control panel. I think it's under the memory
section. A swap file can only be created on the internal SD card.

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


how to enable on-screen text input for N810

2008-02-02 Thread jason zhang
Hi, All
Just bought a N810. I read through the manual and can not use the on-screen
text input.
I checked my setting->control panel->text input setting->on-screen, Launch
keyboard with finger tap is checked.

When I do the input, for example, enter some text to search box, I tap ped
the input box with my finger and nothing happens.

Can anyone give me some suggestion what could be wrong?

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


Re: power button changed behaviour from Os2007 to OS2008 on N800

2008-01-21 Thread Jason Edgecombe
Eero Tamminen wrote:
> Hi,
>
> ext Jason Edgecombe wrote:
>> I upgraded my N800 from OS2007 to OS2008. Now the power button acts 
>> differently. I used to be able to hold down the power button to shut 
>> down, now holding the button dims the screen, but it undims after I 
>> release the power button. I can still shutdown my N800, but I have to 
>> pres the power button and then choose to "Power Off: or"Soft poweroff".
>>
>> Is this normal behavior in OS2008?
>>
>> BTW, what's the difference between the last two options when pressing 
>> the power button ("soft power off" and "switch off")?
>
> Have you installed some software that changes the power menu options?

That was it. Powerlaunch had changed the menus.

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


power button changed behaviour from Os2007 to OS2008 on N800

2008-01-20 Thread Jason Edgecombe
Hi there,

I upgraded my N800 from OS2007 to OS2008. Now the power button acts 
differently. I used to be able to hold down the power button to shut 
down, now holding the button dims the screen, but it undims after I 
release the power button. I can still shutdown my N800, but I have to 
pres the power button and then choose to "Power Off: or"Soft poweroff".

Is this normal behavior in OS2008?

BTW, what's the difference between the last two options when pressing 
the power button ("soft power off" and "switch off")?

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


Re: Garnet VM

2008-01-13 Thread Jason Edgecombe
sebastian maemo wrote:
> 2008/1/14, Andrew Barr <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>>:
>
>
> I was unable to find any indication that they intend to charge for the
> software. In fact, there are some press releases from November
> that use the
> language 'available as a /free/ download', and no indication that the
> download was a trial, time-limited or something of that nature.
>
>
> That would be great, then.
>
> It's a pity that I don't remember where did I read that warning message...
>
> Nevertheless it would be a good idea to get some feedback from Access 
> confirming that point before migrating apps...
It's in the license agreement.

It's a time-limited trial beta and the user may not continue to use the 
software after the period has expired.

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


Keyboard-based navigation on N800 OS2007?

2008-01-08 Thread Jason Edgecombe
Hi,

My bluetooth keyboard works well for taking notes for my N800 running
OS2007, but I find it cumbersome to switch between the keyboard and pen
input.

My workflow goes like this:
1. I'm creating a note and I want to start Xterminal
2. I start Xterminal using the pen input
3. I have to use the pen/finger input two switch between the two apps.

Are there keyboard accellerator keys for doing the following operations:
* opening and choosing from the main menu of applications
* switching between applications
* navigating within microb, notes, and xterminal

Is there improved keyboard navigation support in OS2008?

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


Re: Is the iGo Stowaway Ultra-Slim compatible with the n800?

2008-01-04 Thread Jason Edgecombe
Randall wrote:
> Steve Yelvington wrote:
>   
>> Mine arrived yesterday. There's a bit of keyboard lag that I'm 
>> attributing to the OS, not the keyboard. The unit is very sturdy and 
>> seems to be of high quality.
>>
>> Has anybody experimented with X11 key bindings to take advantage of the 
>> Stowaway's function keys?
>>
>> Also, does anybody have advice on getting the gummy adhesive off the 
>> keys and the sticker off the back? The moron at iGo who decided to glue 
>> the opening/closing instructions to the unit should be fired before 
>> he/she does further damage.
>>   
>> 
> GAWD! I thought I was the only one - was going to return it. I used 
> (ready...) paint thinner on/in a paper towel, squeezed out and it took 
> it right off and did NOT take anything else off.
>
> Looks like new.
No, you weren't the only one. I used my fingernail and a lot of rubbing
with my fingers. I was afraid to use any kind of solvent. It took a
while, but it wore off.

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


Re: Is the iGo Stowaway Ultra-Slim compatible with the n800?

2008-01-04 Thread Jason Edgecombe
Dr. Nicholas Shaw wrote:
> Here's a thought (not a quick solution) - there are a lot of us who use the
> iGo Stowaway.  I've written a couple of times to iGo to develop a map for
> the Stowaway.  If enough folks on this list write and pester them, maybe
> they'll consider it a market worthy of playing in for real and develop
> proper keyboard mappings.  I have even submitted service reports.
>
> Nick.
>  
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On Behalf Of Jason Edgecombe
> Sent: Friday, January 04, 2008 6:45 AM
> To: Aniruddha .
> Cc: maemo-users@maemo.org
> Subject: Re: Is the iGo Stowaway Ultra-Slim compatible with the n800?
>
> Aniruddha . wrote:
>   
>> On Jan 4, 2008 12:32 AM, James Taji <[EMAIL PROTECTED]
>> <mailto:[EMAIL PROTECTED]>> wrote:
>>
>> On Jan 3, 2008 6:25 PM, Aniruddha . <[EMAIL PROTECTED]
>> <mailto:[EMAIL PROTECTED]>> wrote:
>> > Hi,
>> >
>> > I wonder if anyone knows  if  the iGo Stowaway Ultra-Slim is
>> compatible with
>> > the n800?
>> >
>>
>> Yes it works perfectly, as it is a standard Bluetooth HID keyboard.
>>
>> --
>>
>> Great. Thanks for the info! I am going to order mine asap.
>>
>> Regards,
>>
>> Aniruddha
>>     
> I can confirm that my iGo Stowaway works very well, except for one or
> two keys that don't map correctly. When I press the key for '~', I get a
> '*'. how can I fix this. The iGo is the only bluetooth keyboard that I use.
>
> Thanks,
> Jason
>   
Ok, where do I complain to?

Is there a quick fix? Can I use something like xmodmap? Is the key
mapping something that I can write myself?

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


Re: Is the iGo Stowaway Ultra-Slim compatible with the n800?

2008-01-04 Thread Jason Edgecombe
Aniruddha . wrote:
>
> On Jan 4, 2008 12:32 AM, James Taji <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
> On Jan 3, 2008 6:25 PM, Aniruddha . <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
> > Hi,
> >
> > I wonder if anyone knows  if  the iGo Stowaway Ultra-Slim is
> compatible with
> > the n800?
> >
>
> Yes it works perfectly, as it is a standard Bluetooth HID keyboard.
>
> --
>
> Great. Thanks for the info! I am going to order mine asap.
>
> Regards,
>
> Aniruddha
I can confirm that my iGo Stowaway works very well, except for one or
two keys that don't map correctly. When I press the key for '~', I get a
'*'. how can I fix this. The iGo is the only bluetooth keyboard that I use.

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


Re: synchronization with MS exchange

2007-12-06 Thread Jason Edgecombe
Thanks,

I'll try that. No, I did not that it doesn't come with a PIM. I'm a
seasoned Linux system admin, but I'm an N800 noob ;) My N800 is supposed
to come tomorrow, so I haven't even touched one yet!

Jason

Jonathan Greene wrote:
> There's this -- http://www.cobb.uk.net/OWA/owasync.html
>
> Another option would be to get your Outlook to Sync with Google Cal
> and then sync that with GPE Suite.
>
> You know there's no PIM built in right?  You need to install GPE...
>
>
>
> On Dec 6, 2007 1:27 PM, Jason Edgecombe <[EMAIL PROTECTED]> wrote:
>   
>> Hi everyone,
>>
>> My new Nokia N800 should arrive tomorrow. I'm looking forward to it.
>> I've been using a Palm m130 for years now and the killer feature has
>> been synchronizing contacts and my calendar. I would miss meetings if my
>> PDA didn't beep and remind me of them. ;)
>>
>> Can I use the N800 to do repeatedly to manual one or two-way syncs from
>> MS Exchange to the N800 and have the meeting reminders cause the N800 to
>> sound an reminder alarm at the appropriate time?
>>
>> I can also code, so if there is some work in progress for this, then
>> please point me to it.
>>
>> Thanks,
>> Jason
>> ___
>> 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


synchronization with MS exchange

2007-12-06 Thread Jason Edgecombe
Hi everyone,

My new Nokia N800 should arrive tomorrow. I'm looking forward to it.
I've been using a Palm m130 for years now and the killer feature has
been synchronizing contacts and my calendar. I would miss meetings if my
PDA didn't beep and remind me of them. ;)

Can I use the N800 to do repeatedly to manual one or two-way syncs from
MS Exchange to the N800 and have the meeting reminders cause the N800 to
sound an reminder alarm at the appropriate time?

I can also code, so if there is some work in progress for this, then
please point me to it.

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


Re: OS2008 on n800 - Nice Job

2007-11-27 Thread Jason Whelan
its available here ->  http://thepiratebay.org/tor/3910524

Jonathan Jesse wrote:
> On Nov 27, 2007 4:26 PM, Michael Wiktowy <[EMAIL PROTECTED]> wrote:
>   
>> On Nov 27, 2007 10:18 AM, nick loeve <[EMAIL PROTECTED]> wrote:
>> 
>>> Hello,
>>>
>>> Been playing with the beta. Looks awesome!
>>>
>>> Great work... the changes to make the GUI fit the form factor are very
>>> very nice...
>>>
>>> The development of the GUI over the OS releases would be a good case
>>> study for some Interaction/UI students. :)
>>>   
>> There are a few quirks but I agree. With OS2008 it is like a whole new
>> (and better) device.
>> Everything is blazing fast compared to OS2007 and there doesn't seem
>> to be any glaring brokenness.
>> A little bit of overclocking goes a long way :]
>>
>> The new transparent UI looks great and dragging things around on the
>> desktop is a breeze.
>> Photo viewing (with automatic aspect portrait/landscape adjustment) is 
>> snappy.
>> Much smoother media/flash viewing.
>> Much more standard infrastructure so that you can cross-compile easier.
>> I love rtcomm and how it integrates all the IM/VoIP under one app.
>> The mozilla-based browser works very well.
>>
>> Pretty spectacular guys ... well worth the wait.
>> Two thumbs up!
>>
>> I'll keep digging and bugzilla things as I find them ... but it is not
>> easy work anymore ;]
>>
>> /Mike
>>
>> ___
>> maemo-users mailing list
>> maemo-users@maemo.org
>> https://lists.maemo.org/mailman/listinfo/maemo-users
>>
>> 
>
> So how do you get this great OS2008?
> ___
> 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: [maemo-users] Anyone tested bluetooth Frogpad yet?

2007-01-16 Thread Jason Mills
Yep, SouthPaw.


I can mouse with either hand, but figured the FrogPad keyboard -or- the
stylus would be functioning as the dominant-hand (left) source of input.


-JMills

-Original Message-
From: Simon Opelt [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 16, 2007 2:01 AM
To: Jason Mills
Cc: maemo-users@maemo.org
Subject: RE: [maemo-users] Anyone tested bluetooth Frogpad yet?

> I bought a FrogPad (BT, Leftie, white) in February of '06.
I am curious .. are you a leftie or just your FrogPad ..
I read about people who normally use their right hand but think of buying
a leftie frogpad and use the mouse/stylus with the right hand ..

This sounds rather cool but I don't know if it is really a good idea ..

> My '770 is still running IT/OS2006 first edition (slacker!), so my FrogPad
> has been rather lonely.
Thats sad ...

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


RE: [maemo-users] Anyone tested bluetooth Frogpad yet?

2007-01-15 Thread Jason Mills
I bought a FrogPad (BT, Leftie, white) in February of '06. It worked well on
IT/OS2005 with a reasonably stock Nokia 770, but was dangerously crashy on
IT/OS2006 first edition (anything using BT HID would do it).

My '770 is still running IT/OS2006 first edition (slacker!), so my FrogPad
has been rather lonely.


Last I checked, the founders of FrogPad still reply to emails personally, and
are always interested in reviews/feedback for devices they don't have listed
on their site already.


-JMills, back into the woodwork for now.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Anders Semb Hermansen
Sent: Monday, January 15, 2007 12:13 PM
To: Simon Opelt
Cc: maemo-users@maemo.org
Subject: Re: [maemo-users] Anyone tested bluetooth Frogpad yet?

Simon Opelt wrote:
> I was wondering if any 770/N800 user had a chance to verify if those sweet
> bluetooth frogpads [1] work out of the box (on the N800) or using the
> bluetooth keyboard applet (on the 770)?

I tried my frogpad today, for the first time with my 770. Latest OS2006 
and bluetooth-applet. It works :)

> Sure they seem to implement bluetooth HID but so does my apple wireless
> bluetooth keyboard and i never managed to get that one working ...

I borrowed one of those to try with my 770 and could not get it to work 
either. :(


Anders

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


RE: [maemo-users] Next revision of 770 hardware - any idea when it willbe available?

2006-07-13 Thread Jason Mills
Coming from the x86 virtualization perspective... I'm pretty sure they're
discussing ARM emulation on IA32/x86 (as in, during the development and
testing phase), not IA/x86 emulation on ARM in the Maemo 2.0 Roadmap. :-)


See here:

http://maemo.org/platform/docs/tutorials/Maemo_tutorial.html

  "Things not yet part of Maemo SDK"
and
  "Building for ARMEL"


They already have a partial Type-III VMM implementation (via QEMU) but need
to finish fleshing it out so you get a full runtime environment (like the
older Palm platform emulators, and the current Windows Mobile 5.0 emulator)
so you can mimic an entire device rather than specific app-run functionality.


-JMills
--
Jason Mills -- [EMAIL PROTECTED]
Portal Project Manager / Administrator
VMTN Turner of Knobs and Pusher of Buttons


-Original Message-
From: [EMAIL PROTECTED] on behalf of John B. Holmblad
Sent: Fri 30-Jun-06 07:44
To: maemo-users
Subject: [maemo-users] Next revision of 770 hardware - any idea when it
willbe available?
 
All,

I noticed in the Maemo software roadmap  on the www page whose url is

http://maemo.org/platform/docs/roadmap.html

a reference to x86 device emulation/virtualization but I wonder whether 
the performance of the current hardware would be anywhere near 
sufficient to allow anything useful to be accomplished in a vm environment.

-- 

Best Regards,

 

John Holmblad

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


RE: [maemo-users] Where is the news reader feeds file? (feedlist.opml file)

2006-03-01 Thread Jason Mills
Apologies in advance for the butchered email formatting.
 
/home/user/.osso_rss_feed_reade/feedlist.opml
 
should be the file that you want to look at.
 
-JMills



From: [EMAIL PROTECTED] on behalf of Bob Clay
Sent: Wed 01-Mar-06 14:53
To: maemo-users@maemo.org
Subject: [maemo-users] Where is the news reader feeds file?



I've been using an RSS reader on a PC for years and have a large list
of feeds that I monitor.   It is trivial to get them in a standard
opml format (Outline Processor Markup Language) for import into other
readers but I can't figure how to import them into the Nokia 770.  I
don't want to have to manually reenter several dozen sites.  Where is
the news reader feeds file stored?

Bob Clay

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


RE: [maemo-users] 2005.45 firmware image location (was RE: Display went dead after disabling rd mode)

2006-01-14 Thread Jason Mills
For the time being, the 2005.45 firmware image is still available here:

http://www.maemo.org/downloads/nokia_770.php


-Original Message-
From: [EMAIL PROTECTED] on behalf of booiiing
Sent: Sat 14-Jan-06 13:28
To: maemo-users@maemo.org
Subject: Re: [maemo-users] Display went dead after disabling rd mode
 
Hi,

If someone has an old firmware-image, I would also like to reflash
with that one to see if it is a bug in the firmware.

Kind regards,
Patric
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users