purchase phentermine online phentermine 37 5mg cheap c o d phentermine u p s phentermine dietpills phentermine overseas phentermine online cheap diet pills side effects of phentermine long term effects of phentermine phentermine online ordering phentermine discount is phentermine safe thin phetamine compare phentermine price online cheap phentermine phentermine cheap free shipping phentermine c o d free shipping on phentermine diet pills phentermine overnight fedex delivery free shipping phentermine phentermine that uses paypal cheap florida phentermine phentermine fast wholesale phentermine buy phentermine in canada best online deal for phentermine phentermine 8 mg buy phentermine cheap phentermine weight loss phentermine for weight loss phentermine success stories

New cells contributions

April 21st, 2008

Good news, OpenCellID is taking off in a great way. Nick Gering from Device54 contributed by providing some informations about some cells located in London and Barcelona! So thanks Nick for the contribution

Tutorial: loading a KML file using the J2memap library

April 16th, 2008

Ok, following some requests, here is another tutorial on how to use the J2memap library. First, note that if you just want to display a KML file on mobile, you can use 8Motions directly, no need to create your own application.

Anyway, here we are going to show you how to create a very simple app that display a KML file on a cell phone. First, download the J2memap library (you need to be registered to download it), and put thelibraryCLDC11.jar (or 10.jar) as a library of your project. In netbeans, you do Properties,add jar/zip,select the jar file.

Here I take a KML file, but it could be also a GPX file, LOC or GEORSS file….

Then, here is the code:

package com.eightmotions.LoadTrack;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import com.eightmotions.util.*;
import com.eightmotions.map.*;
/**
 *
 * @author tlandspurg
 * @version
 */
public class LoadTrack extends MIDlet implements TrackNotifier {

    MapCanvas m_map;
    Display m_display;
    public void startApp() {
        UtilMidp.checkMIDP(this); //Initialise the utility library…

        // Initialize the map, get the display, and put the map on it
        m_map=new MapCanvas();
        m_display=Display.getDisplay(this);
        m_display.setCurrent(m_map);     

        // Load a track, and display this track to a map
        Track track=Track.getTrack(m_display,“http://www.8motions.com/map/showKml/107″,“Loading Track”,m_map);
        // Listen for track loaded event…
        track.setNotifier(this);
    }

    public void pauseApp() { }

    public void destroyApp(boolean unconditional) {   }

    /* When the track has been loaded, display it… */
    public void onTrackLoaded(Track tr) {
        m_map.displayTrack(tr,true);
    }

    public void onTrackCreated(Track t) { };

    public void onTrackSaved(Track t) {};
}

Here is the result:

OpenCellID re-integrate GsmLoc data

April 4th, 2008

Jon Spinney from Maperture blog pointed on my previous post the effort of Christopher Schmidt from GSMLoc to create the same kind of database. So thanks to both of them, I’ve integrated the previous database of GPS cell, and we are now at 15301 cells covered with 541728 mesurements…

Introducing OpenCellId

April 3rd, 2008

Here is a project that I wanted to introduce to you: OpenCellID.The purpose of this project is to create an OpenSource database of GSM cells.

Why? Because this can be used as a “cheap” way to get your location. There is not a lot of phones that provides this access to JavaMe application (mostly SonyEricsson), but this may change in the near future.
The idea is do it in a transparent way for end user, thanks to 8Motions or other applications. This is not a new idea, as Google probably made the same for his GoogleMap mobile application. The only issue, is that the application needs to access to two informations:

  • the cellID
  • the GPS position

and for now, no handset provides this. N95 for instance, haves a GPS but does not provide CellID information in JavaME. Latest SonyEricsson phone, provides CellID, but not GPS position. I think that new GPS enabled handsets will provide both, but for new you need to use a SonyEricsson phone and an external bluetooth receiver….

You can check the result of collected data on the OpenCellID.org web site….

There were other initiatives like this, but the idea is to provide the Datas as an OpenSource information. The code of the project is hosted on Google Code.

Identificateurs Technorati : , , , ,

New design for j2memap dev website

March 31st, 2008

Just put in place a better design for the j2memap developer web site. Let me know if you have any issue….

New version of the J2memap SDK available

March 10th, 2008

Hello dear J2memap developer,

We’ve just put on line a new version of the SDK.

Beyon some small improvment, there is a major (but easy to handle) change:

  • Tha package name has changed, to follow our company organisation. It moved from net.landspurg to com.eightmotions. So just replace it in your source code
  • There was also  some cleanup on what is included and what what is not, to reduce library size

As a reminder, this SDK allows you to easily create mobile mapping application, and is freely available for non commercial application at http://j2memap.8motions.com

Let us now if you have any issue!

Navx launch his own platform

March 6th, 2008

Image_1Navx, a french company selling customized voices and POI for GPS, seems to go also in the UGC content. They just announced yesterday the opening in public beta of their platform.
This seems very similar to what 8Motions is doing, except that they are focused on  the GPS market. While GPS is a big market, I stilll doubt that GPS users will be big UGC contributors: the primary goal of a GPS is to help you to navigate but it will be far from being a perfect device to create UGC.

Our objective is to bring the ability to create user generated content related to geolocalisation with a clear focus on mobile, which is in our view the most interesting device for this. Export is possible for plenty of format, including GPS to consume some user generated content.

Anyway, good luck for NavX, and we will see how the platform will evolve!

Identificateurs Technorati : , , ,

Navizon now integrate J2memap library

January 14th, 2008

Navizon integrate the J2memap library from 8Motions…. Navizon, a well know provider of geolocation software uses the J2memap library to display on line maps… See more on the Navizon blog.

If you want to add easily maps in your j2me app, just contact us, or check directly the SDK .

Identificateurs Technorati : , , , ,

Great trip to Guadeloupe by Aurel…..

January 12th, 2008

Aurel, posted a great trip of his holidays in Guadeloupe on 8Motions….Look at this:

Thanks to 8Motions, you can follow Aurelien path, and get all these great places on your mobile, for your next trip in Guadeloupe

You can even check his trip on Google Earth:

8Motions on the N95

December 19th, 2007

8Motions just run perfectly well on my latest N95 8Gb. The screen orientation is supported, as well as taking picture and uploading them to the flickr directly.

Other very interesting info, is the fact that the landscape mode is well supported by 8Motions, like this:



TIP
: put the software in the internal memory, not the 7GB one. This one is extremely slow, and will slow done applications like 8Motions which use local storage for caching.

TIP2: if you want to upload directly to flickr, remember to put ask a flickr token on the mobile. It will be asked the first time that you try to do it, so you need to be close to your computer and type the required URL. I know that this could be better, and we will improve this later on.

Also thanks to nokia 95 user blog for linking the app…