Paroli

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
For more information please visit [http://www.paroli-project.org/ Paroli website]
 
For more information please visit [http://www.paroli-project.org/ Paroli website]
  
If you are  interested in helping out with paroli, contribute code or test or or or ... Let us know! Send a mail to [mailto:mirko@openmoko.com Mirko] (EMAIL-LINK IS DEAD) and/or visit #paroli IRC channel!
+
If you are  interested in helping out with paroli, contribute code or test or or or ... Let us know! Send a mail to [mailto:mirko@openmoko.org Mirko] and/or visit #paroli IRC channel!
  
 
== Important links ==
 
== Important links ==

Revision as of 15:32, 3 August 2009

Paroli Screenshot

Paroli is a new approach to application development on the Openmoko phones. It is actually able, in combination with Om2009 distribution to make Freerunner work as a simple phone. It's based on top of the FSO framework and enables the use of it via a core and several services.

For more information please visit Paroli website

If you are interested in helping out with paroli, contribute code or test or or or ... Let us know! Send a mail to Mirko and/or visit #paroli IRC channel!

Contents

Important links

Stuff that works

Paroli actually makes FR a simple, very working phone!!

  • ability to turn off PIN check & change pin! (The first distro that does it ?)
  • Connecting to WLAN (with WPA, WPA2, WEP)
  • suspend & resume
  • etc etc

Installation / download

Full distro

To install the Om2009 distribution download the uImage and fso-paroli-image from http://downloads.openmoko.org/distro/testing/NeoFreerunner/

Only the package

In order to get the package from unstable you'll need to adjust the configuration of opkg:

echo src/gz openmoko-unstable-armv4t http://downloads.openmoko.org/repository/unstable/armv4t > /etc/opkg/om-unstable.conf

Then do an opkg-update and opkg install paroli.

This should get you the newest version.

Download

Download paroli from http://downloads.freesmartphone.org/fso-milestone5/feeds//armv4t/paroli_0.2.1+gitr7a2...442-r0_armv4t.ipk

or from http://downloads.openmoko.org/distro/experimental/

Getting the sources

git clone http://git.paroli-project.org/paroli.git/

FAQ/Tips

What's in the main menu?

  • Call-Log is the phone log. It'll show your dialled, answered and missed calls.
    • To SMS a contact from Call-Log slide the number to the right to expose "Msg"; push this button to compose a new message.
  • SMS is the place to send & read messages
    • Slide existing SMS to the right to expose Re: to Reply.
  • Dialer is the dialer
  • People is the phone book
    • To call someone, enter the People list, click on the contact, and click on the number displayed
    • To SMS someone, enter the People list, and slide the contact's name to the right. A "Msg" button will be exposed, which you can press to start a text message.

What's beyond the main menu?

Check "how do I change the theme" below. By default, the display is set to 'paroli' which gives Paroli a full window, but you can change the theme so that you can access other applications outside Paroli using Illume.

How do I get to settings?

Go to the home-screen (the one with the big clock) and hold the AUX-button pressed for 2 seconds.


How do i get gprs to work?

Simpy click on Status in Settings - gprs, it toggles from unregistered to active.

How do I change the theme (Illume / Paroli / Paroli-serenity)?

Open settings, click on "display" and then hit "profile". This will change the profile to the next: after some rumbling on the screen you will have the new theme activated.

  • paroli = Paroli fullscreen
  • illume = Paroli windowed, Illume bar on top
  • paroli-serenity = Paroli windowed, black Illume bar on top

To change to paroli-serenity on command line, run:

DISPLAY=:0 mdbus org.enlightenment.wm.service /org/enlightenment/wm/RemoteObject org.enlightenment.wm.Profile.Set paroli-serenity

How do I shut it down?

To turn off Paroli, use the Illume top bar: click the bar when running Paroli and click on the red X to shut down Paroli.

To kill it from command line:

pkill paroli

To turn of the whole phone, hold the power button down for 10 seconds. It will not give you a visual feedback, it just starts shutting down.

How do I change the audio profile?

  • When not on call, short pressing of AUX changes between audio profiles (default / silent).
  • When on call, it changes the speaker volume (20-40-60-80-100%). Using level over 80 might cause some echo.

How do I close an application?

When illume or paroli-serenity theme is activated (see above), clicking the top bar will show you 3 icons. The one in the right (the big X) closes the current app.

How to I turn on the keyboards?

In the top up menu, there is is a "qwerty" icon. Some to close it.

Where are the messages folder? Drafts, sent etc.?

The messages will be saved to /home/root/.paroli

How do I lock the screen, without going to suspend?

Sorry, not implemented yet.

How do i set the alarm?

Sorry, not implemented yet.

How do I change the background image?

For a detailed (step-by-step) instruction with example images, please see this page: Change the background image

How do I contribute?

See Paroli section on Om2009 "get active" page.

Known issues

See wiki page paroli-issues for the list of known issues and vital feature requests.

Bug tracker is available at http://www.paroli-project.org/trac

Personal tools
Paroli Screenshot

Paroli is a new approach to application development on the Openmoko phones. It is actually able, in combination with Om2009 distribution to make Freerunner work as a simple phone. It's based on top of the FSO framework and enables the use of it via a core and several services.

For more information please visit Paroli website

If you are interested in helping out with paroli, contribute code or test or or or ... Let us know! Send a mail to Mirko and/or visit #paroli IRC channel!

Important links

Stuff that works

Paroli actually makes FR a simple, very working phone!!

  • ability to turn off PIN check & change pin! (The first distro that does it ?)
  • Connecting to WLAN (with WPA, WPA2, WEP)
  • suspend & resume
  • etc etc

Installation / download

Full distro

To install the Om2009 distribution download the uImage and fso-paroli-image from http://downloads.openmoko.org/distro/testing/NeoFreerunner/

Only the package

In order to get the package from unstable you'll need to adjust the configuration of opkg:

echo src/gz openmoko-unstable-armv4t http://downloads.openmoko.org/repository/unstable/armv4t > /etc/opkg/om-unstable.conf

Then do an opkg-update and opkg install paroli.

This should get you the newest version.

Download

Download paroli from http://downloads.freesmartphone.org/fso-milestone5/feeds//armv4t/paroli_0.2.1+gitr7a2...442-r0_armv4t.ipk

or from http://downloads.openmoko.org/distro/experimental/

Getting the sources

git clone http://git.paroli-project.org/paroli.git/

FAQ/Tips

What's in the main menu?

  • Call-Log is the phone log. It'll show your dialled, answered and missed calls.
    • To SMS a contact from Call-Log slide the number to the right to expose "Msg"; push this button to compose a new message.
  • SMS is the place to send & read messages
    • Slide existing SMS to the right to expose Re: to Reply.
  • Dialer is the dialer
  • People is the phone book
    • To call someone, enter the People list, click on the contact, and click on the number displayed
    • To SMS someone, enter the People list, and slide the contact's name to the right. A "Msg" button will be exposed, which you can press to start a text message.

What's beyond the main menu?

Check "how do I change the theme" below. By default, the display is set to 'paroli' which gives Paroli a full window, but you can change the theme so that you can access other applications outside Paroli using Illume.

How do I get to settings?

Go to the home-screen (the one with the big clock) and hold the AUX-button pressed for 2 seconds.


How do i get gprs to work?

Simpy click on Status in Settings - gprs, it toggles from unregistered to active.

How do I change the theme (Illume / Paroli / Paroli-serenity)?

Open settings, click on "display" and then hit "profile". This will change the profile to the next: after some rumbling on the screen you will have the new theme activated.

  • paroli = Paroli fullscreen
  • illume = Paroli windowed, Illume bar on top
  • paroli-serenity = Paroli windowed, black Illume bar on top

To change to paroli-serenity on command line, run:

DISPLAY=:0 mdbus org.enlightenment.wm.service /org/enlightenment/wm/RemoteObject org.enlightenment.wm.Profile.Set paroli-serenity

How do I shut it down?

To turn off Paroli, use the Illume top bar: click the bar when running Paroli and click on the red X to shut down Paroli.

To kill it from command line:

pkill paroli

To turn of the whole phone, hold the power button down for 10 seconds. It will not give you a visual feedback, it just starts shutting down.

How do I change the audio profile?

  • When not on call, short pressing of AUX changes between audio profiles (default / silent).
  • When on call, it changes the speaker volume (20-40-60-80-100%). Using level over 80 might cause some echo.

How do I close an application?

When illume or paroli-serenity theme is activated (see above), clicking the top bar will show you 3 icons. The one in the right (the big X) closes the current app.

How to I turn on the keyboards?

In the top up menu, there is is a "qwerty" icon. Some to close it.

Where are the messages folder? Drafts, sent etc.?

The messages will be saved to /home/root/.paroli

How do I lock the screen, without going to suspend?

Sorry, not implemented yet.

How do i set the alarm?

Sorry, not implemented yet.

How do I change the background image?

For a detailed (step-by-step) instruction with example images, please see this page: Change the background image

How do I contribute?

See Paroli section on Om2009 "get active" page.

Known issues

See wiki page paroli-issues for the list of known issues and vital feature requests.

Bug tracker is available at http://www.paroli-project.org/trac