Our Country Sites: Argentina|Brazil|Chile|Mexico|Peru

i465 certificate problem

Versão para impressãoVersão para impressãoSend by emailSend by email

I am currently developing a GPS app for the i465 motorola model, im having problems when using the bound certificate or temporary certificate from the SDK, also could you help guiding me in which would be the proper signing authority to use for this appliaction, the aplication has to be able to request a gps location including coords and send them via an http connection, the first part for the gps location request works just fine but im having problems with the certificate and i read in a motorola signing midlet pdf from the motorola developers that TTP motorola and TTP^Java verified may not work propertly in some branded handsets...

I'll appreciate any respond what so ever

i465 permissions

Hi Alex,

You do not need any special permissions for your GPS app to work on the i465. If you want to test digital signatures, you need to download the Motorola iDEN SDK, then use the JAD sign tool within it to sign your midlet for the appropraite permissions.

Note that this is not the Motodev Suite, but rather and specifically the Motorola iDEN SDK for Java ME.

Regards,

Juan Felipe

Please also note that in your

Please also note that in your jad you will need to set permission por the following librery.

javax.microedition.io.Connector.mposition

In my case I use net beans, right ckick on the project, Aplication Descriptor, on the Tab Api Permission I added the description above.