Planet maemo: category "feed:c375eca130e9b3972cb48d0355b2980a"

Marcin Juszkiewicz

N900 — second day

2009-12-10 14:04 UTC  by  Marcin Juszkiewicz
0
0

I plan to write blog post on each working day about my experiences with N900 device. Today I planned to concentrate on PIM applications but decided to write about other things.

Brainstorm

Brainstorm — the person which invented that was genius. In normal projects if someone wants to request enhancement then bug tracker is used. Bugzilla even has such value in severity field. What is a result?

Bug like this, this or that got “moved” to brilliant Brainstorm area of Maemo website. Ok, you can add idea of solution there or vote for (or against) that. But you can not comment on solutions or ideas. For some entries in brainstorm there were comments with “discuss that idea in this forum thread” but seriously — how many developers likes to use forums? I do not like — prefer to get email notifications from bug trackers where I can comment on bug and vote for it. I can quickly search for all entries where I commented etc. Brainstorm does not give me that. But I do not know, maybe the idea was to make users shut up and be happy with software which they got.

UI

Maemo5 UI is slick, nice and finger friendly. Last thing also means that most of screen resolution is used for paddings, margins and frames. Basically do not expect more then 6 lines on list widgets.

Application manager

Kinetic scrolling of course is present but also scrollbars are hidden so most of time it is hard to notice how many entries are available. Problem is even bigger when layout object is scrollable — it took me some time to find out where I can change ringtones to the ones which I used on previous phones (I use same ones for over two years). The problem was this screen:

Settings/Profile

There are options under them… but no visible mark that user should scroll ;( It was discussed in bug 5750 and bug 5426 but for me it looks like it will not be fixed.

Portrait mode would improve things a lot but is not available and looks like will not done for Maemo5 (except few applications). Contacts list in phone dialer (the only one portrait enabled app) contains 10 entries. Kinetic scrolling works much better in that orientation and user got also alphanumeric shortcuts to scroll list even faster (due to lack of keyboard in portrait).

To summarize: UI is nice, but some work should be done to make it more useful.


All rights reserved © Marcin Juszkiewicz N900 — second day was originally posted on Marcin Juszkiewicz website

Related posts:

  1. Nokia N900 discount
  2. OpenMoko 2007.2
  3. N900 arrived
Categories: default
Marcin Juszkiewicz

N900 arrived

2009-12-09 14:43 UTC  by  Marcin Juszkiewicz
0
0

After 4 weeks from ordering Nokia N900 device arrived at my place. Now I have one week to check is everything working and if not then request RMA from Nokia.

First feelings? Heavy and bulky. It is bigger then each of phones which I owned and feels bigger then N810 tablet (due to thickness).

Nokia N900 with my other Nokia devices

OMAP3 processor which is in N900 has lot of power and it is nicely used — transitions are nice, normal DivX movies plays without problems. No lag noticed so far.

But how about software? This is other thing ;( Some things are just like they were in Maemo — more or less broken by design, some are missing, some things which were in previous releases are missing etc. For example application manager still does not allow to install more then one application at once and still does not scroll on keypress or limit entries on typing (which Contacts do).

Contacts application integrates also Instant Messaging. It looks like someone read my previous post about defining good contacts application — you have people and can add Jabber/Skype/ICQ/MSN/SIP/etc protocols to each of them. Looks really nice. But lacks any way to automatize merging of entries from different accounts so it took me a while to get most of them merged ;(

Contacts with IM statuses

Email application is a disaster. It looks like it does not cache any data so going into my inbox (with just 550 mails) require half minute to get it refreshed — Profimail on my E66 phone handle it much much better. And I still did not found a way to go into inbox->mailinglists->development->oe folder which currently has ~14000 (yes, fourteen thousands) emails. According to talk on #maemo channel Maemo5 email client do not have an option to subscribe IMAP folders yet.

Email application

Software launcher is changed — no longer editable menu with categories but just set of icons sorted randomly(?).

Launcher screenshot

Good thing is that PIM data got fetched from my Nokia E66 without any problems — I just had to pair them and everything got synced. Bad thing is that so far there is no way to sync with SyncML servers like ScheduleWorld ;(

I hope that some of problems will disappear after some use and/or in next software releases.

And one more thing — this is first Maemo device which has Polish language support out-of-box!


All rights reserved © Marcin Juszkiewicz N900 arrived was originally posted on Marcin Juszkiewicz website

Related posts:

  1. Nokia N900 discount
  2. Things to check with Nokia N900
  3. Syncing mobile devices
Categories: default
Marcin Juszkiewicz

When I was choosing my current phone (Nokia E66) one of things which I wanted was ability to make video calls. I did not know what for I will use them but why not having them? Especially when they are treated as normal calls by my GSM operator (except roaming).

Some time ago I discovered why video calls are good to have. I have small daughter (~20 months now). When my wife has to travel somewhere (or I have to) we use video calls to wave her on good morning or before going sleep etc. Mira’s reaction is always positive and we usually have to be careful as she wants to keep phone and look at caller’s face.

And so far Nokia failed to implement video calls on N900 device :( So people — fix it or my daughter will force me to take my phone as a backup :D


All rights reserved © Marcin Juszkiewicz Video calls are important feature of today phone was originally posted on Marcin Juszkiewicz website

Related posts:

  1. Things to check with Nokia N900
  2. Discounted Devices Program: N900
  3. ai_ap_application_installer roxx
Categories: default
Marcin Juszkiewicz

I wrote module player in Qt

2009-11-30 17:14 UTC  by  Marcin Juszkiewicz
0
0

It was over eight years ago when I wrote application last time. Since then I had my hands in countless programs, libraries etc. but never wrote something new from scratch. Until recently…

Some time ago Mickey Lauer presented his module player for iPhone. I like the idea and started thinking about creating such one for my devices. After some discussions about Modland music collection with him I started coding.

To make things as simple as possible I used Qt framework with Phonon for playing (GStreamer modplug plugin underneath). Current version maybe is not so beauty but it is usable and works fine. Application will be GPL — I used code from Qt demos, read random snippets of code from other programs etc.

Things already implemented:

  • playing local modules
  • fetching modules from modland archive
  • author/song selection
  • playing next song on song end (with looping on author)
  • seeking
  • volume change (will probably get removed from UI)

Things to do:

  • error handling (especially fetching related)
  • download progressbar
  • playing counters
  • favorites
  • playlists
  • small screen usability (stacked windows/tabs)
  • and others…

pic11

For readers: what is a real name of Lord Performer? :D


All rights reserved © Marcin Juszkiewicz I wrote module player in Qt was originally posted on Marcin Juszkiewicz website

Related posts:

  1. Released sources of my Protracker module player
  2. Very small test of Maemo media players
  3. BUG has arrived
Categories: default
Marcin Juszkiewicz

DDP — does it has any sense?

2009-11-23 20:07 UTC  by  Marcin Juszkiewicz
0
0

Some time ago Nokia offered discounts for their newest tablet: N900 for about two hundred people which were active in Maemo community. For European ones the price is more or less 250€ which looks nice compared to original price which is ~600€.

But there is one nasty part in it — devices have just one week of warranty. What can be checked during that time? Dead pixels?

Situation got more strange when I looked at Maemo forum where people lists misc discounts which they found on the Internet… For example Dell had one for $442 which makes it just a bit more expensive then DDP ones but gives you normal warranty.

This is weird — developers and active people from community gets worse offer then normal users. And additionally all DDP orders are marked as “Critical” which probably is other way of saying “ignore as long as possible” because tomorrow there will be two weeks since I ordered N900 in DDP and all I got was locking of 250€ on my credit card and nothing more.

Previous developer programs were better at handling users (at least that is what I hear from people which were part of it).


All rights reserved © Marcin Juszkiewicz DDP — does it has any sense? was originally posted on Marcin Juszkiewicz website

Related posts:

  1. Discounted Devices Program: N900
  2. Nokia N900 discount
  3. Things to check with Nokia N900
Categories: default
Marcin Juszkiewicz

Driving with Ovi Maps

2009-11-20 15:05 UTC  by  Marcin Juszkiewicz
0
0

My Symbian based Nokia E66 phone has Ovi Maps installed so one day I decided to make use of routing function in it when I was driving to the town (on a road where I did not needed to be guided). BT headset on ear, paired with phone and let’s drive.

At start road was selected quite properly, the problems started later. Many times it was recalculating route (the funniest was when I stopped at traffic lights it recalculated route and then made it again after driving for 5 meters). Directions changes information were also distracting: “on 200m go left” then “go right” when I reached point. Or “go left,right” when it was straight road or when I had to turn right at crossing.

I have to admit that after two tries I totally gave up on driving with it and switched back to TomTom device. But there is one good thing in Ovi Maps — it works quite good for walk navigation. I used it in many cities abroad and it handled. I hope that Maemo5 version will work at least that good as Symbian one.


All rights reserved © Marcin Juszkiewicz Driving with Ovi Maps was originally posted on Marcin Juszkiewicz website

Related posts:

  1. Online map services and routing
  2. Car navigation with N810
  3. Nokia N900 discount
Categories: default
Marcin Juszkiewicz

Played a bit with Maemo 5 SDK

2009-11-19 22:07 UTC  by  Marcin Juszkiewicz
0
0

Today I found some time and played with Maemo 5 SDK. As I am one of those who do not like Scratchbox I used official image for VirtualBox. After boot I landed in GNOME session of Ubuntu 8.10 and after few moments I got Maemo 5 started thanks to instructions from forum.

Ok, so let’s test it. As official release notes mentioned Polish translation I switched to it. What I saw was disaster… And the problem is that latest firmware has same version available. Examples:

Desktop (here we have wdgt_va_24h_time) Statusbar clock (wdgt_va_date_long this time) Calendar - new entry (wdgt_va forever!) Calendar - today view (today in Polish is wdgt_va_date_long) Calendar - week view (who will tell which day is today?) Calendar - settings (looks nice - except of wdgtbdsave) sfil_ap_name is good name for application World clock (but which cities is has?)

Note: I did system update by using “apt-get update;apt-get upgrade” followed by “fakeroot dpkg --configure -a” (because sbox root ‘emulation’ was too weak for “libosso-abook”). As a result translation “6.0+r7250+0m5″ were installed (”calendar-l10n-plpl” package). Scary, isn’t it?

Next thing which I looked at was instant messaging — which I was not able to use since there was no Jabber support. It has ICQ, Gadu-Gadu, MSN, Sametime, Salut, QQ, Groupwise, Google Talk, AIM, Yahoo but no Jabber. I even installed “telepathy-extras” but that added me yet another MSN and still no Jabber… Probably other package needs to be installed but why it has to be? OK, maybe SDK image does not contain same packages as device one but why it supports such poor thing like Gadu-Gadu out-of-box?

Contacts app is improved when compared to Maemo4 one — finally something closer to application which I described some time ago in other post. Has some bugs (I can not enter “+48123456789″ as number because only digits are available (and ‘p’ for internal numbers).

Looks like there will be a long list of things to report as bugs when/if I will get my N900 (so far it is somewhere in deep nowhere). Why not reporting them now? Simple — I want to be able to check them on device itself.

Other things I will check next time. Now it is time to sleep.


All rights reserved © Marcin Juszkiewicz Played a bit with Maemo 5 SDK was originally posted on Marcin Juszkiewicz website

Related posts:

  1. Nokia N800 emulation
  2. Nokia N900 discount
  3. Localizing Maemo
Categories: default
Marcin Juszkiewicz

Discounted Devices Program: N900

2009-11-10 15:49 UTC  by  Marcin Juszkiewicz
0
0

I just ordered N900 for 250€ directly from Nokia thanks to discount which I got recently.

Plan to write review after first days of use so stay tuned.


All rights reserved © Marcin Juszkiewicz Discounted Devices Program: N900 was originally posted on Marcin Juszkiewicz website

Related posts:

  1. DDP — does it has any sense?
  2. Nokia N900 discount
  3. N900 arrived
Categories: default
Marcin Juszkiewicz

Nokia N900 discount

2009-10-19 13:32 UTC  by  Marcin Juszkiewicz
0
0

On Friday evening I got email from Quim Gil (Nokia) with information that I was selected for [Nokia N900](http://europe.nokia.com/find-products/devices/nokia-n900) device discount. Yes, even I got it. Not decided yet will I apply for it or not (need to check cash state).

Click to read 936 more words
Categories: default
Marcin Juszkiewicz

NHK15 arrived

2009-08-04 08:50 UTC  by  Marcin Juszkiewicz
0
0

Some time ago Andrea Gallo from ST-Ericsson called me and proposed participation in their workshop during ELC Europe. It will be about NHK15 developer board which is based on STn8815 cpu (arm926 core + dsp). I will present Poky Linux and OpenEmbedded based environments on it.

Few days later board arrived at home in a big carton box filled with stuff.

IMG_2710

IMG_2750

As it is shown on picture above package contains everything needed to use board. From top-left:

  • tv out cable
  • board
  • debug board (serial + ethernet)
  • miniUSB cable
  • speakers + battery cable + wifi antenna
  • ribbon cables to connect debug board
  • PSU (5V)
  • UK/EU/US power plugs
  • headset
  • serial cable

By default board comes without operating system flashed. The only thing available is test picture which can be used to test does device works at all:

IMG_2716

NHK15 offers many connectors:

  • audio in/out
  • SD/MMC slot
  • battery connector (cable included, battery not)
  • speakers (separated left/right — both are included)
  • WiFi antenna (board uses same chip as Nokia tablets)
  • FM antenna
  • TV out (cable included)
  • miniAB USB device/host port
  • camera (daughterboard with image sensor included)
  • debug board (which provides serial + Ethernet ports)
  • ETM/Nexus ports
  • SIM socket

There is 128MB of memory and 128MB NAND + 256MB OneNAND for storage. Connection with world can be done over serial, Ethernet, WiFi or Bluetooth. Screen has WVGA resolution and touchscreen attached.

IMG_2715

Now I have Linux running on it but plan to switch to Poky Linux (supported) and OpenEmbedded based systems (Ångström for start) soon.


All rights reserved © Marcin Juszkiewicz NHK15 arrived was originally posted on Marcin Juszkiewicz website

Related posts:

  1. ST-Ericsson Community Workshop 2009
  2. Bug Labs and their BUG device
  3. ELC Europe 2009
Categories: default
Marcin Juszkiewicz

Defining good Contacts application

2009-07-17 21:16 UTC  by  Marcin Juszkiewicz
0
0

What defines good Contacts application? Some will say that it depends on device which runs it, but I think that it is not true.

I am using Nokia E66 phone. It is running Symbian S60 3rd Edition FP1 (what ever it means). As a phone it has phone book called “Contacts”. Simple application which allows to have unlimited amount of entries with quite big set of possible fields. But phone also has GPS unit and is able to connect to Internet via WiFi, Bluetooth and GSM. Why I mention it? Because default address book ignore those elements…

So what should good Contacts application do? Except standard fields like phone numbers, SIP “numbers”, email addresses, web addresses, home/work addresses, birthdays, anniversaries, pictures, notes… I think that things like GPS coordinates for each address would be nice — add “Drive/Walk to” functionality and you get phone which can really be named “Navigator” (IIRC there was PalmOS powered PDA with that function).

Next thing which would be nice (especially with flat rate for GPRS) would be integration of IM communicator. Why I have to launch separate application to check who from my friends is available on Jabber, Skype, ICQ, GaduGadu, AIM, MSN etc. Why not have device auto login into those networks to check who from entries in address book is available to chat/talk with. And then let me choose do I want to make GSM call or Skype, SIP or other VoIP call. This will also remove situation which is present in most multi-protocol communicators: few entries for one person just because it use 7 accounts on 5 protocols. And let integrate all chats in one application with SMS/MMS stuff — this is done on Palm Pre according to their promotion videos.

And all those things should sync with external servers of course. So if I have Facebook account then let it fetch my connections from there and merge into address book — this is done on Palm Pre already. But let it be also second way (if user choose to) — so phone will check who from my contacts have a Facebook account and send join request.

Next thing: groups… Symbian has groups support and this is working, user can even define conferences numbers for groups and few other things. Next step should be linking contacts — you know: wife, kids, secretary, co-worker who do your job when you are on vacations… PalmOS Agendus had something like that, Symbian has only imitation (it is possible to enter person name but thats all).

Will there be such application? Maybe one day…

Related posts:

  1. Calling on Maemo?
  2. Choosing next cellphone
  3. Syncing mobile devices
Categories: default
Marcin Juszkiewicz

I use Nokia E66 phone. It runs S60 3rd edition FP1 (aka Symbian 9.2). When I switched to it sending files over Bluetooth was easy: obexftp -b BD:AD:RR:EE:SS:00 -p FILE1 FILE2 and files landed as messages in phone Inbox. But for some time it is not working — all I got was “Sending FILE1…failed” like messages.

Hopefully obexftp tool has some options available so after some tests I got it working. And result is even better as files lands in file system instead of Inbox. The trick is to give path on phone to obexftp: obexftp -b BD:AD:RR:EE:SS:00 -c E:/folder/on/card -p FILE1 FILE2 and files will land there.

Simple, nice and the most important: working :D

Related posts:

  1. New phone: Sony Ericsson K750i
  2. Bluetooth + phone == remote control
  3. Converting ringtones (WMA -> MP3)
Categories: default