Saturday, April 30, 2011

Groupsms : send SMS to group of numbers !

Groupsms is an application to send SMS to group of numbers.



Create your groups, add numbers from contacts, send SMS.

Friday, April 22, 2011

[How To] Run Opera widgets as native n900 applications !

Since both opera widgets and "QT Web Runtime" uses open web technologies to make native applications, niloy was wondering if its possible to make opera widgets run natively on N900. It turned out to be surprisingly easy.



"QT Web Runtime" needs to be installed from extra-devel if you dont have it installed already.

As the experiment, he tried to run Pipe Mania.

Heres the steps he did to "port" pipe mania:

1) Download pipe mania.

2) It will have .wgt extension which is just a zipped archive renamed to .wgt. Extract the contents.

3) The extracted folder will have all the html, css, js files. The config.xml needs to be edited.

This was the original file:

Code:
<?xml version='1.0' encoding='UTF-8'?>

<widget height="688" version="1.0" viewmodes="floating" width="467">
  <name>Pipe mania</name>
  <description>Old school Pipe Mania game reactivated!</description>
  <icon>icons/icon-128.png</icon>
  <icon>icons/icon-64.png</icon>
  <icon>icons/icon-32.png</icon>
  <icon>icons/icon-16.png</icon>
  <width>413</width>
  <height>605</height>
  <author>
    <name>Opera widgets</name>
    <organization />
    <email />
    <link />
  </author>
  <widgetname>Pipe Mania</widgetname>
</widget>
I modified to this:

Code:

<?xml version='1.0' encoding='utf-8'?>
<widget xmlns="http://www.w3.org/ns/widgets" version="1.0" viewmodes="maximized">
  <name>Pipe mania</name>
  <description>Old school Pipe Mania game reactivated!</description>
  <content src="index.html" />
  <icon src="icons/icon-32.png" />
  <width>413</width>
  <height>605</height>
</widget>
4) Select all files & folders including the config.xml and compress to a zip archive. Do not archive the parent folder, it wont work. Change the extension from .zip to .wgt.

5) Copy the file to n900 and run using file manager. The application will be installed and a shortcut will be created in the application menu. Play the game!

More on the original thread !

Wednesday, April 20, 2011

SMSCounter : counts SMS and calls between given dates !


SMSCounter counts SMS and calls between given dates. It also plots the info in a bar chart.



Thursday, April 14, 2011

Alpha release of Open Media Player to replace N900 original media player !

MohammadAG has jut announced a release of an early development version of  Open Media Player that'll replace the default N900 media player !


All details about installation instructions can be found in the original thread !

Sunday, April 10, 2011

ConnLock : enable "secure device" lock based on wifi network

Inspired by the original idea : ConnLock opens your device without having to enter your password when you are connected to WLAN Access Point you trust.


Usage:

- Select WLAN Access Points you trust.
- Click Secure Device from power button menu.
- Your phone will unlock automaticly when you unlock the screen, if you are connected to one of the WLAN Access Points you trust.

mir-translator : Translate text from pictures to various languages !

mir-translator is an application for translating text in photos taken from the N900 camera (like PhotoTranslator). Supports novel interactive recognition techniques.



Leverages the FCam API, as well as custom-modified recognition web service based on Google Tesseract. Uses Google Translate for translation.

Ps : It takes a lot of time to tranlate a simple text, hope this will be adressed in future updates