wap.howardforums.com | FAQs | Reviews | About | Rules | Advertise | Contact  
HowardForums: Your Mobile Phone Community & Resource

Go Back   HowardForums: Your Mobile Phone Community & Resource > Manufacturer Discussion > LG.HowardForums.com
User Name
Password
Marketplace Register FAQ Premium Mark Forums Read



Reply
Welcome to the HowardForums: Your Mobile Phone Community & Resource.
HowardForums is discussion board dedicated to mobile phones with over 1,000,000 members and growing!

For your convenience HowardForums is divided into 7 main sections; marketplace, phone manufacturers, carriers, smartphones/PDAs, general phone discussion, buy sell trade and general discussions. Just scroll down to see them!

Only registered members may post questions, contact other members or search our database of over 8 million posts. Why don't you join us today!

CLICK HERE TO REGISTER

If you have time check out our sister sites:
HowardChui.com - Where you can find the latest mobile phone news and reviews.
HowardChui.com phone gallery - See interesting pictures of phones that we've taken.
HowardForums Wiki - Our Mobile Phone Encylopedia.
Niknon.com - Our sister site about Digital Photography.
SlowFo.com - General Discussion.
 
Thread Tools Display Modes
  #1  
thelegend_16's Avatar
thelegend_16 thelegend_16 is offline

Mobile Pro
Phone(s):
1: BlackBerry 8800
2: lg cu500
3: t637
Provider(s):
AT&T
Joined: Jul 2004
Posts: 36
LG CU500 Gmail Contact Importer

I wrote a small Java ME application for the LG CU500 that can import contacts from a gmail.csv file that is transferred to the phone. By default it looks on the root of the miniSD card. You can change this (although it doesn't save this configuration after you close the application).

http://contactimporter.sourceforge.net/

You will also need to modify your java permissions as noted in this thread as this is not a signed application.

Please feel free to comment on this below.
Reply With Quote
  #2  
player911's Avatar
player911 player911 is offline

I've got more phones than fingers
Phone(s):
1: Samsung EPIX - WM6.1
2: Blackjack - Bogart WM6.1
3: Retired V300/v635/V3xx, LG CU500, Nokia N75 :(
Provider(s):
AT&T
Joined: Jan 2004
From: Cincinnati
Posts: 2,646
Send a message via AIM to player911 Send a message via Yahoo to player911
I'll be the first to try it out. So you can essentially have all your contacts in one CSV file, and import them all at once?

Also when I download the file... all I get is the .jad file. I guess this is good if you were to download it from your phone. Honestly the jad file isn't even needed in that case. You should only have linked the JAR file since it can be downloaded both directly on either the PC or LG Phone. I got the JAR file by reading the location in the JAD file. No biggie, just FYI.
__________________


http://www.youtube.com/watch?v=HKBKqm7v6n4

Free Dedicated Chat on your Nintendo Wii. Instantly find gamers to play with online.

You can find it here.
Search

Last edited by player911 : 10-06-2006 at 22:14.
Reply With Quote
  #3  
player911's Avatar
player911 player911 is offline

I've got more phones than fingers
Phone(s):
1: Samsung EPIX - WM6.1
2: Blackjack - Bogart WM6.1
3: Retired V300/v635/V3xx, LG CU500, Nokia N75 :(
Provider(s):
AT&T
Joined: Jan 2004
From: Cincinnati
Posts: 2,646
Send a message via AIM to player911 Send a message via Yahoo to player911
Works like a champ. Saved my life. Instead of gmail.csv being the default... you should make it "contacts.csv".

So that people can just have a backup of "Contacts.csv" on their PC, and copy it over. It doesn't matter, just a suggestion. This program is great, but it shouldn't be limited to gmail (basically what I'm saying).

Using "Contacts.csv" is more generic.

THAT OR when you click import it would automatically display the URL information which could be changed before fully importing it.

So the Menu Structure would be:

Import
--Verify Location
--Ok
--Cancel
Test
Log
Reply With Quote
  #4  
thelegend_16's Avatar
thelegend_16 thelegend_16 is offline

Mobile Pro
Phone(s):
1: BlackBerry 8800
2: lg cu500
3: t637
Provider(s):
AT&T
Joined: Jul 2004
Posts: 36
Thanks for the feedback. My goal is to make it save your settings so it only have to change it once. By default I point it at file:///TFlash/gmail.csv. Also I would like to add a "find" feature to it, so it could be more user friendly then someone having to know the path to the file.

Not sure if you noticed but there are some small hiccups (due to the way the phone wants to save things). For example: my wife has a home phone, mobile phone, work phone, other phone (second work line). Even though the app puts them into the phone this way, the phone (on saving them) changes the "other" phone to fax. 2nd issue is that since I need to clear a contacts email and phone number information before setting it (or the phone really starts moving numbers around) sometimes you have to double check your speed dials (they should still be for the same contact but not always the correct number.

I'll set up a link to the jar file as well, just in case anyone wants to download it that way.

Thanks again for the feedback.
Reply With Quote
  #5  
CrystalSet CrystalSet is offline

Mobile Pro
Phone(s):
1:
2:
3:
Provider(s):

Joined: Sep 2006
Posts: 37
Have you considered importing calendar entries? I have a script that creates individual vcs files from entries in a comma separated file. I can batch transfer the vcs files (even with Bluetooth) but I still have to go through the view/save/save for each file on the phone.

I’d be willing to look at your source code but the it would be my first with JAVA. The last time I was paid as a programmer, assembly language and Fortran were the languages of choice.
Reply With Quote
  #6  
thelegend_16's Avatar
thelegend_16 thelegend_16 is offline

Mobile Pro
Phone(s):
1: BlackBerry 8800
2: lg cu500
3: t637
Provider(s):
AT&T
Joined: Jul 2004
Posts: 36
There is a application for doing Calendar sync with Google Calendar. http://www.gcalsync.com

Are you trying to sync with GCal or something else?
Reply With Quote
  #7  
player911's Avatar
player911 player911 is offline

I've got more phones than fingers
Phone(s):
1: Samsung EPIX - WM6.1
2: Blackjack - Bogart WM6.1
3: Retired V300/v635/V3xx, LG CU500, Nokia N75 :(
Provider(s):
AT&T
Joined: Jan 2004
From: Cincinnati
Posts: 2,646
Send a message via AIM to player911 Send a message via Yahoo to player911
I think the goal is to IMPORT settings. So we're saving information TO the phone.

GCal sync your phone info to Google Calendar. I'm not sure it will save changes TO the phone.
Reply With Quote
  #8  
thelegend_16's Avatar
thelegend_16 thelegend_16 is offline

Mobile Pro
Phone(s):
1: BlackBerry 8800
2: lg cu500
3: t637
Provider(s):
AT&T
Joined: Jul 2004
Posts: 36
We can definitely look to expand the functionality of this program if GCalSync isn't working properly on the LG CU500. I would like to add the saving of the config information and the "find my file" setting as well before working on this.
Reply With Quote
  #9  
CrystalSet CrystalSet is offline

Mobile Pro
Phone(s):
1:
2:
3:
Provider(s):

Joined: Sep 2006
Posts: 37
Which phone folder has the contact or calendar data? I looked around a little with QPST for file dates that corresponded to the dates of my changes but that didn’t work.

I have written some scripts to convert comma separated file entries (from an old version of Lotus Organizer the my wife won’t give up) to multiple vcs files. I might be able to go directly to the phone’s internal calendar file structure. That would also avoid the orphan file problem when you import vcs or vcf files.
Reply With Quote
  #10  
thelegend_16's Avatar
thelegend_16 thelegend_16 is offline

Mobile Pro
Phone(s):
1: BlackBerry 8800
2: lg cu500
3: t637
Provider(s):
AT&T
Joined: Jul 2004
Posts: 36
Not sure. This program uses the Java ME APIs to work with the Address book. GCalSync uses the Java ME APIs to work with the Calendar.
Reply With Quote
  #11  
a_ringer a_ringer is offline

Where's the power button?
Phone(s):
1:
2:
3:
Provider(s):

Joined: Jul 2006
Posts: 1
I really like this program. Just have a few suggestions. Anyway to add the "Notes" field in the google.csv file into the Memo field in the cu500 address book? Also it doesn't seem to be picking up the Fax and Pager fields from the file for me.

If you need any help coding/testing I would be glad to help.
Reply With Quote
  #12  
iamtb77 iamtb77 is offline

I can dial without looking
Phone(s):
1:
2:
3:
Provider(s):

Joined: Oct 2006
Posts: 9
Gmail has a mobile service now, just do a search for gmail mobile. all your contacts are available when you run the program
Reply With Quote
  #13  
thelegend_16's Avatar
thelegend_16 thelegend_16 is offline

Mobile Pro
Phone(s):
1: BlackBerry 8800
2: lg cu500
3: t637
Provider(s):
AT&T
Joined: Jul 2004
Posts: 36
I have posted a version that imports the notes into the "memo" field of the phone. Unfortunately, I have not had the time to test the length of this field, so if you run into an error please let me know. I will try to research and put an update out there (so that it simply trims the note field).

Fax and Pagers. You would think this would be simple, but the LG CU500's Java PIM implementation is actually annoying. Number types have a precedence, so no matter what is input the same fields get updated. For example: the code tells the phone to update (MOBILE, FAX). For an unknown reason the phone will change this when it saves to (MOBILE, MOBILE). The precedence seems to be:
MOBILE
MOBILE2
HOME
WORK
FAX

The phone only supports 5 values. So you can see they are all taken up. You have to pass in a blank number for a "non-set" number to make sure it doesn't move a value up to a different field. So if your contacts have both a FAX and a PAGER, there is no way to import both. For now I have set the PAGER as more important, but this does mean it will be in the FAX field.

This is very frustrating when working with this phone.
Reply With Quote
  #14  
pfraterdeus pfraterdeus is offline

Where's the dialtone?
Phone(s):
1: LG CU515
2:
3:
Provider(s):
ATT
Joined: Apr 2008
From: Dubuque
Posts: 3
Will it work with the CU515??

Still trying to figure out how to get my contacts from OS X address book to this phone.
I exported the address book, which creates a single huge vcf file, and the phone only shows the first entry.
I wrote a little python script which parses the big file into single entry vcf files in a new directory. When I drag these across to the phone, each single one puts up a challenge : "do you want to add this to Contacts"
Yes, of course.
But then the entry is jumbled because the parser is apparently extremely fussy about spaces etc.
Reply With Quote
  #15  
thelegend_16's Avatar
thelegend_16 thelegend_16 is offline

Mobile Pro
Phone(s):
1: BlackBerry 8800
2: lg cu500
3: t637
Provider(s):
AT&T
Joined: Jul 2004
Posts: 36
Quote:
Originally Posted by pfraterdeus
Still trying to figure out how to get my contacts from OS X address book to this phone.
I exported the address book, which creates a single huge vcf file, and the phone only shows the first entry.
I wrote a little python script which parses the big file into single entry vcf files in a new directory. When I drag these across to the phone, each single one puts up a challenge : "do you want to add this to Contacts"
Yes, of course.
But then the entry is jumbled because the parser is apparently extremely fussy about spaces etc.

This contact importer that I wrote only handles the gmail import file, so it won't be too helpful with the vcf files. I only had (I recently got a blackberry from my company, so no longer use the cu500) a cu500 and I had to do some massaging to try and get the basic import working - so I am not sure if it will work on the cu515. If you have your contacts in gmail it might work, give it a try and let me know.

To be honest I am a little upset, I don't use my cu500 anymore and then google finally releases a Contacts API - which is what I wanted when I wrote the importer. Maybe I should update to use the contacts API and to work with the BlackBerry...
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



Current time is 16:25 GMT.


Niknon.com | HowardChui.com | wap.HowardForums.com | wiki.HowardForums.com | SlowFo.com