Questions tagged [pim]

personal information manager

  • find more details in Wikipedia article:
    http://en.wikipedia.org/wiki/Personal_information_manager

    ...a type of application software that functions as a personal organizer... As an information management tool, a PIM tool's purpose is to facilitate the recording, tracking, and management of certain types of "personal information"...

68 questions
0
votes
1 answer

How to get the contacts list in a sony ericsson in J2Me

I'm building a phone application in j2me. In it, I need to get the contacts from the phonebook. There is an API for that and the line I tried to use was contactList = (ContactList) PIM.getInstance().openPIMList(PIM.CONTACT_LIST, …
Alex
  • 737
  • 1
  • 9
  • 19
0
votes
0 answers

QtPIM fails to compile using qmake

I am currently trying to compile the qtpim library. I did so using the following commands: $ git clone git://code.qt.io/qt/qtpim.git Cloning into 'qtpim'... remote: Counting objects: 25257, done. remote: Compressing objects: 100% (8419/8419),…
msrd0
  • 7,816
  • 9
  • 47
  • 82
0
votes
1 answer

BlackBerry calendar event list returned by PIM sometimes is empty

This problem is related to PIM package on BlackBerry SDK. I need to update calendar events on the device after synchronization is done. To check if new event is really new I do this call: EventList eventList =…
Victor
  • 29
  • 2
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
1 answer

J2ME PIM get contacts number alone

Is there a way I can read a contacts number using the PIM API. I'm using the code below and it's just returning the name. I want the code to return the number only from a contact. pim = PIM.getInstance(); ContactsList.setModel(new…
sammyukavi
  • 1,501
  • 2
  • 23
  • 51
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
0
votes
1 answer

How to retrieve PIM contact's photo as Bitmap using RIM5.0?

I want to retrieve contacts' images and display them in BitmapFields. So I'm collecting Bitmap objects from contacts, using this code: Vector bitmaps = new Vector(); BlackBerryContactList contactList =…
Ashraf Bashir
  • 9,686
  • 15
  • 57
  • 82
-1
votes
1 answer

Sending Event date value from the phone Calendar to database

I am designing a j2me application prototype that requires reading the users phone calendar in order to retrieve the users schedule information. I use JSR 75 PIM API. I actually can read the date values but while sending the value to the database, it…
1 2 3 4
5