Back to the basics: improving user experience

100 messages Options
Embed this post
Permalink
1 2 3 4 5
Stefan Monnier

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
In reply to this post by Christ van Willegen
> Perhaps another idea to lighten the core developers' load...
> Invest a little time (a day or so?) to properly set up a VMWare image
> that can be downloaded by developers that want to help in any way.

I'd much rather that the various parts of the system can be built by
using tools available in distributions such as Debian testing.


        Stefan


_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
John Lee

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
In reply to this post by Feydreva
On Sun, Oct 19, 2008 at 10:36:38AM -0400, Feydreva wrote:

> I am not a developer, but i test the images and try to use the openmoko...
> My main issue with Openmoko are :
>
> 1) Battery life : only 4hrs, and when you charge it, it discharge itself
> after a while. I cannot use it as a daily phone.... :/
> 2) Basic telephony : the phone should wake up faster than it does now....
> the time the phone wakes up, rings, and you pick the call, there has been 6
> rings for the other party, and may already be on the voicemail
> 3)Basic text message should work flawlessly.
> 4) A way to set up the sound and rings ... There is actually no gui for that

Try install qtopia-phone-x11-ringprofile-app-data
You might also need illume-theme-illume and use illume in
/etc/enlightenment/default_profile to enable the wrench icon.


> 5) I haven;t find yet where to activate the PIN or not... I put 1 sim card
> that asked for a pin, it work.. I put a another sim card, where no pin is
> needed.. it was still asking for a pin... (I had to reflash to solve this
> one) but there is no Menu where I could choose, Pin on/off, if pin on, set
> up the pin....
>
>
> I do not care at all about any other application. I want a daily phone...
> where i can receive, make call, receive and send text message, and have the
> phone a day with me, wihotut having to cahrge it every 2 hrs... (8-10 hrs
> battery life would be better, with wifi on, gps off)
>
> Until we reach this point, I will continue tu use my dumb phone eeyday, and
> the FR will catch some dust on a shelve...
>
> Peace
> Philippe
>
>
> On Sun, Oct 19, 2008 at 9:21 AM, Stroller <[hidden email]>wrote:
>
> >
> > On 19 Oct 2008, at 13:46, Dale Maggee wrote:
> >
> > > arne anka wrote:
> > >>> ==Pim device==
> > >>>
> > >>
> > >>
> > >> imho that's exactly the kind of task openmoko did _not_ ask for.
> > >>
> > > I would respectfully disagree - Openmoko asked about "Improving user
> > > experience", and users are saying they want to experience PIM
> > > capabilities.
> > > ...
> > >> and it's doable by community!
> > >>
> > > Agreed, it could be done by the community, but I don't see anyone
> > > doing
> > > it, and I'm not smart enough, nor do I have the time at the moment.
> >
> >
> > It does not matter whether YOU could do it or not. it's a matter of
> > where Openmoko's resources are best spent.
> >
> > If you can't write a PIM app, then you CERTAINLY can't write kernel
> > drivers - THAT is where Openmoko's resources should be mist focussed,
> > IMO. As others have stated, there is some hardware-level stuff that
> > only Openmoko has NDA for. And without working hardware drivers to
> > ensure that phonecalls work flawlessly (and wifi, and bluetooth), a
> > PIM is irrelevant.
> >
> > >> there are a lot of posts lately completely ignoring the point of
> > >> "basics"
> > >> and "no eyecandy"
> > > I haven't seen anybody ask for pretty-looking PIM applications, people
> > > seem to be asking for *reliable* PIM applications. I'd call
> > > reliability
> > > and robustness "basic".
> >
> > Basic reliability and robustness resides in a program with which you
> > can enter a number and make a call. Once that prototype exists it is
> > much easier for the community to extend it to PIM functionality.
> > Openmoko can then move on to wifi drivers, Glamo hardware acceleration
> > and pairing of bluetooth headsets.
> >
> > >> pim frinst is at it's best part of a middle tier, but rather of a
> > >> particular distribution --
> > > This kind of comes into the "Should FSO merge be sped up?" debate,
> > > as I
> > > believe the framework has PIM stuff built into it.
> >
> > AIUI (and I would be delighted to be corrected if I'm wrong), the FSO
> > stuff is intended to provide functions which will allow you to make
> > simple DBUS calls  such as "get number $var from PIM manager" and
> > "make call to number $var". Once these are complete, writing your own
> > applications becomes easy. True the first of these example calls
> > requests you integrate the functionality in your own app, but the
> > latter makes problems with dealing with the dialler & the GSM chips &
> > whatever go away. It is FAR more important to provide the community
> > with these tools than it is to provide any kind of application that
> > utilises them (beyond a command-line version which gets numbers from a
> > text-file and operates as a test example). Once these calls are
> > available there will be dozens of PIM managers posted to this list and
> > being written by enthusiastic Python programmers.
> >
> > Stroller.
> >
> >
> > _______________________________________________
> > Openmoko community mailing list
> > [hidden email]
> > http://lists.openmoko.org/mailman/listinfo/community
> >

> _______________________________________________
> Openmoko community mailing list
> [hidden email]
> http://lists.openmoko.org/mailman/listinfo/community


_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Al Johnson-3

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
In reply to this post by Marco Trevisan (Treviño)
Marco Trevisan (Treviño) wrote:
> William Kenworthy wrote:
>> Did a quick google but couldnt figure out what it uses as storage.
>> Hopefully not a relational database - they have their uses and qtopia
>> has conclusively proven this is *NOT* it :)
>
> Well, I don't really know what Akonadi is using, but when I installed it
> in my ubuntu build it was depending in mysql-client and mysql-server.
> Now, if mysql (with a server always running) is really needed I think
> that we can't use in our phone.

 From the  tutorial below I get the impression that Akonadi can use more
or less anything as a storage backend if you write the resource handler
for it, and kdevelop has templates for these. Ubuntu, like most binary
distributions, tends to pull in all sorts of things as dependencies that
aren't strictly necessary.

http://techbase.kde.org/Development/Tutorials/Akonadi/Resources

_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Denis Johnson

Re: Virtualized developer system (was Re: Back to the basics:improving user experience)

Reply Threaded More More options
Print post
Permalink
In reply to this post by Jisakiel
On Sun, Oct 19, 2008 at 10:46 PM, Jisakiel <[hidden email]> wrote:
> ¿May I suggest the image being a virtualbox one instead of vmware? Virtualbox is quite fast as well, and there are free (as in speech) versions available for all major distros. Only problem is that the open source does not support usb (but the commercial version is freely downloadable and does).
>
> Only free vmware nowadays are the player (no snapshots ability) and the server (too heavyweight, based on tomcat + firefox plugin).

+1

I have been using VirtualBox to run a Ubuntu guest for over a year
now. Works very well, although I have not tried to connect neo
directly to this instance. I ssh to another laptop running ubuntu
natively to which I connect the FR.

cheers Denis

_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Warren Baird

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
In reply to this post by John Lee
I really welcome the 'back to basics' focus by OM. 

However, I'd echo what other people have said - for me, the 'basics', are ensuring that the phone works as a phone.   My FR is sitting in my backpack, with my SIM in another phone - I missed several calls and wasn't able to make calls on several occasions because the FR got into a strange state and refused to make or answer calls.   I missed other calls because the phone was suspended and didn't wake up quickly enough for me to answer the call before it went to voice mail.  Then I stopped suspending the phone, and missed calls because my battery had died.

I would *love* to go back to using my FR as my phone - but I can't do it until I'm confident that I'm not going to miss calls, and that I'll be able to make calls when I need to.

For me, there are 2 'basics' that need to be met before addressing any other issues:

1:  rock solid phone performance - making / receiving calls
2: enough battery life that I can make it through a working day without having to plug in the FR - this can be either through increasing the battery life, or by fixing suspend mode so that it's reliable and doesn't break #1.

Until I'm convinced those items are addressed, my $400 FR is going to remain turned off in my backpack, and my friends who bought iPhones will continue to laugh at me for 'wasting' my money on such a 'phone'.  *please* give me some ammunition to use against them!

Warren

On Thu, Oct 16, 2008 at 3:47 AM, John Lee <[hidden email]> wrote:
Hi,

Like Wolfgang said in
http://n2.nabble.com/Weekly-Engineering-News-41-2008-td1336450.html

We assembled a team to focus on improving the user experience.  Here
is our todo list at the moment:

* Reduce boot time.

* Optimize the touch screen driver on freerunner for finger usage.

* A generic python loader to enhance the start up time of python
 scripts.

* Work with system team to improve suspend/resume user experience.


I would like to ask the community:

What do you want us to work on?


The idea is

* We improve the current stack, not creating new features.

* Prefer stuffs which could be brought over to gta03 instead of
 gta02/om2008 specific.

* won't work on om2007 stack.


So, tell us what you want, then the coding monkeys will start working!
:)


Regards,
John

_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community


_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Sebastian Krzyszkowiak

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
On Mon, Oct 20, 2008 at 19:54, Warren Baird <[hidden email]> wrote:
> Until I'm convinced those items are addressed, my $400 FR is going to remain turned off in my backpack, and my friends who bought iPhones will > continue to laugh at me for 'wasting' my money on such a 'phone'.  *please* give me some ammunition to use against them!

Use the 2007.2, Luke!

_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Yogiz

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
On Mon, 20 Oct 2008 19:58:27 +0200
"Johny Tenfinger" <[hidden email]> wrote:

> On Mon, Oct 20, 2008 at 19:54, Warren Baird <[hidden email]>
> wrote:
> > Until I'm convinced those items are addressed, my $400 FR is going
> > to remain turned off in my backpack, and my friends who bought
> > iPhones will > continue to laugh at me for 'wasting' my money on
> > such a 'phone'.  *please* give me some ammunition to use against
> > them!
>
> Use the 2007.2, Luke!
Or if it's phone you want, try out the new QTextended. You'll like it.

_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Warren Baird

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink


On Mon, Oct 20, 2008 at 3:50 PM, Yogiz <[hidden email]> wrote:

Or if it's phone you want, try out the new QTextended. You'll like it.

I was using QTextended when I encountered the situations I described - it still doesn't seem to provide solid phone capabilities - the phone got in a mode where it wouldn't answer calls and I couldn't make outgoing calls.

 I agree that it's closer to provide a decent user experience, and the speed seems a lot better - but I really need to be able to reliably make and receive phone calls.

Warren



_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
t m

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink

The problem with some of the comments on images, are people not using the phone to the extend as others do. I need my phone, also for business reasons. I receive and send sms messages and also phone during driving a car and in crowded surroundings.
There are also people praising an image after a 2 hour testrun. I also praised Qtopia 4.2 before someone started complaining about echo and missing some sms messages and the phone went in coma once in a while.



_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
j newkirk

Re: Virtualized developer system (was Re: Back to thebasics:improving user experience)

Reply Threaded More More options
Print post
Permalink
In reply to this post by Denis Johnson
On Tue, 21 Oct 2008 03:24:11 +1000, "Denis Johnson"
<[hidden email]> wrote:

> On Sun, Oct 19, 2008 at 10:46 PM, Jisakiel <[hidden email]> wrote:
>> ¿May I suggest the image being a virtualbox one instead of vmware?
> Virtualbox is quite fast as well, and there are free (as in speech)
> versions available for all major distros. Only problem is that the open
> source does not support usb (but the commercial version is freely
> downloadable and does).
>>
>> Only free vmware nowadays are the player (no snapshots ability) and the
> server (too heavyweight, based on tomcat + firefox plugin).
>
> +1
>
> I have been using VirtualBox to run a Ubuntu guest for over a year
> now. Works very well, although I have not tried to connect neo
> directly to this instance. I ssh to another laptop running ubuntu
> natively to which I connect the FR.
>
> cheers Denis

I've not used VirtualBox before, will have to take a look at it.  I need to
work through the assembly once more anyway to document it better.

In the meantime I'll see about cleaning up a bit and figuring out how to
package the vmware image up as an appliance.  (I'm using the free vmware
server, BTW, running under Ubuntu Hardy)

j


_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Warren Baird

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
In reply to this post by Sebastian Krzyszkowiak
I must admit I never tried 2007.2 - but the things I read about it suggested that it also wasn't very stable - people recommended using Qtopia if you wanted a stable phone experience.

Does 2007.2 really provide a rock-solid phone/sms experience?

Warren

On Mon, Oct 20, 2008 at 1:58 PM, Johny Tenfinger <[hidden email]> wrote:
On Mon, Oct 20, 2008 at 19:54, Warren Baird <[hidden email]> wrote:
> Until I'm convinced those items are addressed, my $400 FR is going to remain turned off in my backpack, and my friends who bought iPhones will > continue to laugh at me for 'wasting' my money on such a 'phone'.  *please* give me some ammunition to use against them!

Use the 2007.2, Luke!


_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Shawn Sullivan-3

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
In reply to this post by Paul-8
Paul wrote:
  > I agree. Having a solid functional phone is the prime objective.
> Paul
>

I second this. Right now, I am frustrated because I miss probably half
my calls because the phone freezes coming out of suspend.
. . . shawn

_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Yogiz

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
In reply to this post by Warren Baird
> I must admit I never tried 2007.2 - but the things I read about it
> suggested that it also wasn't very stable - people recommended using
> Qtopia if you wanted a stable phone experience.
>
> Does 2007.2 really provide a rock-solid phone/sms experience?
No.

_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Sebastian Krzyszkowiak

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
On 10/21/08, Yogiz <[hidden email]> wrote:
>  > Does 2007.2 really provide a rock-solid phone/sms experience?
>
> No.

But it's more rock solid than ASU...

For now - use 2007.2 or Qtopia 4.3, and wait for addapt FSO by Openmoko.

_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Christ van Willegen

Re: Virtualized developer system (was Re: Back to thebasics:improving user experience)

Reply Threaded More More options
Print post
Permalink
In reply to this post by j newkirk
Folks,

On Mon, Oct 20, 2008 at 11:16 PM, Joel Newkirk <[hidden email]> wrote:

> On Tue, 21 Oct 2008 03:24:11 +1000, "Denis Johnson"
> <[hidden email]> wrote:
>> On Sun, Oct 19, 2008 at 10:46 PM, Jisakiel <[hidden email]> wrote:
>>> ¿May I suggest the image being a virtualbox one instead of vmware?
>> Virtualbox is quite fast as well, and there are free (as in speech)
>> versions available for all major distros. Only problem is that the open
>> source does not support usb (but the commercial version is freely
>> downloadable and does).
>>>
>>> Only free vmware nowadays are the player (no snapshots ability) and the
>> server (too heavyweight, based on tomcat + firefox plugin).
>>
>> +1
>>
>> I have been using VirtualBox to run a Ubuntu guest for over a year
>> now. Works very well, although I have not tried to connect neo
>> directly to this instance. I ssh to another laptop running ubuntu
>> natively to which I connect the FR.
>>
>> cheers Denis
>
> I've not used VirtualBox before, will have to take a look at it.  I need to
> work through the assembly once more anyway to document it better.
>
> In the meantime I'll see about cleaning up a bit and figuring out how to
> package the vmware image up as an appliance.  (I'm using the free vmware
> server, BTW, running under Ubuntu Hardy)

I applaud everything done here :-)

Ideally, I would like to see that I can run this on a PowerMac (G5) on
MacOS 10.5. If all else fails, I'll try to run it on the Ubuntu box I
have at home (but I need more RAM than the 128Mb it currently has), of
install stuff on it.

The reason I asked for this, was to have the 'one true dev.
environment', where 'we' could easily jump in and help the OM
developers! It would save tons of time if _one_ person did this,
instead of everyone on the mailing list...

Christ van Willegen

_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Dale Maggee

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
In reply to this post by Warren Baird
I'm still using 2007.2, because in my experience it does have the most
solid phone/sms functionality.

It's far from perfect, though:
- Suspend / resume is a dog, and since it's not being worked on any more
I'm doubtful that this will ever be fixed. I have suspend and resume
turned off, and use the 'dim only, don't lock' option, which turns off
and locks the screen (despite the label), but doesn't suspend it. This
gives reasonable reliability, but means you're limited to about 4-6
hours of battery life.

- hangs - after amassing quite a few SMS's and a large call history, it
takes a *long* time to open the dialler or the messaging application.
During this time it's sitting at 99% CPU utilization. It works, but you
need to be patient. Thankfully the dialler seems to pop up quickly when
you're recieving a call.

- Lockups - after using it for a while, it seems to require rebooting
about once every 2 days or so - it just seems to freeze for no apparent
reason. This may be due to something I've done.

I'm impressed by Qtopia and by FSO3, but both have caveats which for me
meant using 2007.2. I'm not a fan of ASU / 2008.x at all, although I am
about to give FDOM a try.

-Dale

Warren Baird wrote:

> I must admit I never tried 2007.2 - but the things I read about it suggested
> that it also wasn't very stable - people recommended using Qtopia if you
> wanted a stable phone experience.
>
> Does 2007.2 really provide a rock-solid phone/sms experience?
>
> Warren
>
> On Mon, Oct 20, 2008 at 1:58 PM, Johny Tenfinger <[hidden email]>wrote:
>
>  
>> On Mon, Oct 20, 2008 at 19:54, Warren Baird <[hidden email]>
>> wrote:
>>    
>>> Until I'm convinced those items are addressed, my $400 FR is going to
>>>      
>> remain turned off in my backpack, and my friends who bought iPhones will >
>> continue to laugh at me for 'wasting' my money on such a 'phone'.  *please*
>> give me some ammunition to use against them!
>>
>> Use the 2007.2, Luke!
>>
>>    
>
>  
> ------------------------------------------------------------------------
>
> _______________________________________________
> Openmoko community mailing list
> [hidden email]
> http://lists.openmoko.org/mailman/listinfo/community
>  


_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Levy Abinajm Melero Sant'Anna

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
In reply to this post by John Lee
Hi,

I think that you need to maintain the gta02, because a lot of people did buy this waiting for a usable FOS Phone.

The second point is, you need to move ASAP to a definitive stack, not change any time, or we will never have a stable one!


Thank you,
Levy 'Lewis' S.

Google Talk! [hidden email]
ICQ 12913566
MSN [hidden email]


On Thu, Oct 16, 2008 at 05:47, John Lee <[hidden email]> wrote:
Hi,

Like Wolfgang said in
http://n2.nabble.com/Weekly-Engineering-News-41-2008-td1336450.html

We assembled a team to focus on improving the user experience.  Here
is our todo list at the moment:

* Reduce boot time.

* Optimize the touch screen driver on freerunner for finger usage.

* A generic python loader to enhance the start up time of python
 scripts.

* Work with system team to improve suspend/resume user experience.


I would like to ask the community:

What do you want us to work on?


The idea is

* We improve the current stack, not creating new features.

* Prefer stuffs which could be brought over to gta03 instead of
 gta02/om2008 specific.

* won't work on om2007 stack.


So, tell us what you want, then the coding monkeys will start working!
:)


Regards,
John

_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community


_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
giovanni-4

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
In reply to this post by Dale Maggee
I'm also still using 2007.2, which is reasonably stable.

I have the same usage/behavior as Dale Maggee wrote.

I also hope that 2007.2 can be improved and maintained until there is a really stable distro.



On Wed, Oct 22, 2008 at 1:17 PM, Dale Maggee <[hidden email]> wrote:
I'm still using 2007.2, because in my experience it does have the most
solid phone/sms functionality.

It's far from perfect, though:
- Suspend / resume is a dog, and since it's not being worked on any more
I'm doubtful that this will ever be fixed. I have suspend and resume
turned off, and use the 'dim only, don't lock' option, which turns off
and locks the screen (despite the label), but doesn't suspend it. This
gives reasonable reliability, but means you're limited to about 4-6
hours of battery life.

- hangs - after amassing quite a few SMS's and a large call history, it
takes a *long* time to open the dialler or the messaging application.
During this time it's sitting at 99% CPU utilization. It works, but you
need to be patient. Thankfully the dialler seems to pop up quickly when
you're recieving a call.

- Lockups - after using it for a while, it seems to require rebooting
about once every 2 days or so - it just seems to freeze for no apparent
reason. This may be due to something I've done.

I'm impressed by Qtopia and by FSO3, but both have caveats which for me
meant using 2007.2. I'm not a fan of ASU / 2008.x at all, although I am
about to give FDOM a try.

-Dale

Warren Baird wrote:
> I must admit I never tried 2007.2 - but the things I read about it suggested
> that it also wasn't very stable - people recommended using Qtopia if you
> wanted a stable phone experience.
>
> Does 2007.2 really provide a rock-solid phone/sms experience?
>
> Warren
>
> On Mon, Oct 20, 2008 at 1:58 PM, Johny Tenfinger <[hidden email]>wrote:
>
>
>> On Mon, Oct 20, 2008 at 19:54, Warren Baird <[hidden email]>
>> wrote:
>>
>>> Until I'm convinced those items are addressed, my $400 FR is going to
>>>
>> remain turned off in my backpack, and my friends who bought iPhones will >
>> continue to laugh at me for 'wasting' my money on such a 'phone'.  *please*
>> give me some ammunition to use against them!
>>
>> Use the 2007.2, Luke!
>>
>>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Openmoko community mailing list
> [hidden email]
> http://lists.openmoko.org/mailman/listinfo/community
>


_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community


_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
Dale Maggee

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
One thing I forgot to mention about 2007.2: Accelerometers don't work,
which is kinda annoying.

In terms of 2007.2 being maintained, I wouldn't hold your breath. SHR
could be interesting, though...

-Dale


Giovanni wrote:

> I'm also still using 2007.2, which is reasonably stable.
>
> I have the same usage/behavior as Dale Maggee wrote.
>
> I also hope that 2007.2 can be improved and maintained until there is a
> really stable distro.
>
>
>
> On Wed, Oct 22, 2008 at 1:17 PM, Dale Maggee <[hidden email]>wrote:
>
>  
>> I'm still using 2007.2, because in my experience it does have the most
>> solid phone/sms functionality.
>>
>> It's far from perfect, though:
>> - Suspend / resume is a dog, and since it's not being worked on any more
>> I'm doubtful that this will ever be fixed. I have suspend and resume
>> turned off, and use the 'dim only, don't lock' option, which turns off
>> and locks the screen (despite the label), but doesn't suspend it. This
>> gives reasonable reliability, but means you're limited to about 4-6
>> hours of battery life.
>>
>> - hangs - after amassing quite a few SMS's and a large call history, it
>> takes a *long* time to open the dialler or the messaging application.
>> During this time it's sitting at 99% CPU utilization. It works, but you
>> need to be patient. Thankfully the dialler seems to pop up quickly when
>> you're recieving a call.
>>
>> - Lockups - after using it for a while, it seems to require rebooting
>> about once every 2 days or so - it just seems to freeze for no apparent
>> reason. This may be due to something I've done.
>>
>> I'm impressed by Qtopia and by FSO3, but both have caveats which for me
>> meant using 2007.2. I'm not a fan of ASU / 2008.x at all, although I am
>> about to give FDOM a try.
>>
>> -Dale
>>
>> Warren Baird wrote:
>>    
>>> I must admit I never tried 2007.2 - but the things I read about it
>>>      
>> suggested
>>    
>>> that it also wasn't very stable - people recommended using Qtopia if you
>>> wanted a stable phone experience.
>>>
>>> Does 2007.2 really provide a rock-solid phone/sms experience?
>>>
>>> Warren
>>>
>>> On Mon, Oct 20, 2008 at 1:58 PM, Johny Tenfinger <[hidden email]
>>> wrote:
>>>
>>>
>>>      
>>>> On Mon, Oct 20, 2008 at 19:54, Warren Baird <[hidden email]>
>>>> wrote:
>>>>
>>>>        
>>>>> Until I'm convinced those items are addressed, my $400 FR is going to
>>>>>
>>>>>          
>>>> remain turned off in my backpack, and my friends who bought iPhones will
>>>>        
>>>> continue to laugh at me for 'wasting' my money on such a 'phone'.
>>>>        
>>  *please*
>>    
>>>> give me some ammunition to use against them!
>>>>
>>>> Use the 2007.2, Luke!
>>>>
>>>>
>>>>        
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> Openmoko community mailing list
>>> [hidden email]
>>> http://lists.openmoko.org/mailman/listinfo/community
>>>
>>>      
>> _______________________________________________
>> Openmoko community mailing list
>> [hidden email]
>> http://lists.openmoko.org/mailman/listinfo/community
>>
>>    
>
>  
> ------------------------------------------------------------------------
>
> _______________________________________________
> Openmoko community mailing list
> [hidden email]
> http://lists.openmoko.org/mailman/listinfo/community
>  


_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
ßingen

Re: Back to the basics: improving user experience

Reply Threaded More More options
Print post
Permalink
In reply to this post by William Kenworthy
On Thursday 16 October 2008 11:15:59 W.Kenworthy wrote:
> A phone that works:
>         reliably make and receive calls
>         reliably make and receive sms's

I absolutely agree. I think this is the most important now.

Thanks,

   ßingen.

--

   ßingen.


_______________________________________________
Openmoko community mailing list
[hidden email]
http://lists.openmoko.org/mailman/listinfo/community
1 2 3 4 5