Questions tagged [jsr75]

JSR 75 is Java ME API - PDA Optional Packages for file connection and PIM

Definition:

According to the Official Documentation:

This JSR produces two separate optional packages for features commonly found on PDAs and other J2ME mobile devices: one for accessing PIM data and one for accessing file systems.

JSR 75 stands for Java Specification Request 75.

Important Links:

36 questions
0
votes
1 answer

How to get unique UID for contact in J2ME?

How do I get UID for contact which is saved by using PIM in J2ME so that I can use that UID for deleting the contact in future if required?
Niket
  • 1,105
  • 12
  • 15
0
votes
2 answers

JSR-75 specific code on non JSR-75 devices?

What I'm trying to do I'm coding a J2ME midlet, and I want to use JSR-75 to write files. I also want to be able to run my app on device that don't have support for JSR-75. How I'm doing it I found a website that explains how to do this (forgot the…
user299056
  • 23
  • 4
0
votes
0 answers

j2me ContactList.commit() error

I have an application which use to write contacts using ContactList.commit(). I am using this app on 2 different mobiles, one is Nokia X2-02 and other Samsung DUOS E2252. When I use this code in Samsung DUOS, it goes inside if statement that means…
Saqib
  • 1,120
  • 5
  • 22
  • 40
0
votes
0 answers

Unicode white space issue in j2me

I have made an app in j2me which uses unicode characters to display my language. i.e. Urdu. Everything works fine expect the issue that it adds some extra spaces at the start of the string, my language is Right to left, it works fine over Nokia…
Saqib
  • 1,120
  • 5
  • 22
  • 40
0
votes
1 answer

J2ME PIM EVENTS

I'm currently developing a J2ME application event manager. I'm using PIM but I don't have enough knowledge on this. Can someone help me or give me references on how to set in displaying, editing and deleting records? Here's what I've done so far. …
drayl
  • 261
  • 2
  • 8
  • 21
-1
votes
1 answer

PIM Event + j2me

How to make instance of PIM Event and set thsi attributes to it public String eventType; public Date eventFromDate; public Date eventToDate; public Date alarmFromDate; public Date alarmToDate; public Vector recepient; public String…
Amr Angry
  • 3,711
  • 1
  • 45
  • 37
1 2
3