I got a G1 today.
That deserves a post unto itself, but I wanted to share a solution an annoying issue regarding switching from Verizon to T-Mobile. Before I got the G1 I had a LG-VX9800 (yes, ancient, I know) with around 200 contacts. Obviously one of the first things I wanted to do when I got my G1 was transfer all my contacts from the LG to the G1. There are several ways to do this
There was no way I was going to pay $10 for what should be a simple “Export,” so #1 was crossed out. I’m impatient and didn’t want to wait for a cable to be delivered and neither did I want to pay the money for one. There goes #2. I didn’t even consider #3; I just listed it for completeness sake.
That leaves my somewhat difficult and unreliable method. Basically, what I do is use Verizon’s “Backup Assistant” tool to send my contacts to Verizon’s website. Then I save the source of the “Print Contacts” page - because there is no export feature. With a little ruby I parse the file into Gmail’s CSV format and import the file via the Gmail contacts page.
Here’s a quick howto.
IMPORTANT: My script only grabs the following information from the Verizon contact list: Name, Email, Work Phone, Mobile Phone, and Home Phone.
Comments
incredible
thanks for posting this, this saved my arse. unbelievable how you can’t export from the backup program.
thansk for the
thansk for the replu
insurance
Beijing Coach Tours
Beijing Tour Beijing Tours Tour In Beijing Tours In Beijing Travel In Beijing Beijing Coach Tours Beijing Bus Tour Beijing Bus Tours Beijing Coach Tour Beijing Day Tours Beijing Day Tour
This was imformative
This was imformative ingilizce çeviri.
Cheers, glad I researched
Im interested in buying a G1, and glad to find your post via Google. It is good to know that there are always workarounds!
台南清潔公司
Stella Lightshow
STELLA MCCARTNEY was joined by friends including Twiggy, Louise and Jamie Redknapp, Kelly Hoppen, Jools Holland, Fran Cutler and Dinos Chapman - as well as her sister Mary - to celebrate this year’s illumination of her Bruton Street boutique’s Christmas lights last night.
Google Ads
Abercrombie and Fitch Online Store,Ed Hardy,Miu Miu,UGG
“We’re going to give Christmas a Gothic slant,” Mighty Boosh star Noel Fielding announced as he and his co-stars prepared to perform before the switch-on, “I hope that’s alright? Think black snowmen and Santa with eyeliner.”
Google Ads
abercrombie and fitch,abercrombie outlet stores,Mandarin Chinese Online,Miu Miu
Guests drank Champagne and Guinness and tucked in to mini mince pies and chocolate Christmas puddings whilst McCartney mingled with typical laid back ease.
Google Ads
Mandarin Chinese Online,Ed Hardy,abercrombie outlet stores,UGG,abercrombie and fitch
“This is Stellas new collection,” Fielding announced of his signature exuberant look - modelled on “Nanatoo”, as fans of The Boosh will know - before unveiling McCartney’s annual storefront lights.
Google Ads
abercrombie and fitch,Miu Miu,UGG,abercrombie outlet stores
YOU SHOULD SEE: Who joined Stella for last night’s celebrations…
Rolex,Gucci-watch,abercrombie outlet stores,UGG
TODAY IN HISTORY: Gisele Bundchen offered a hefty reward for a missing family member…
国土交通省近畿運輸局は、大阪府内で「初乗り500円」の認可継続を申請した個人タクシー業者8人に対し、値上げを通知した。国交省によると、10月に施行されたタクシー適正化?活性化法で割安運賃の規制が強化されて以来、申請通りの運賃が認められなかったのは全国で初めて。
Google Ads
クリスチャンルブタン パンプス,ホリスター サイズ,ホリスター 店舗,ロレックス腕時計,Ed Hardy
今回審査されたのは、7~10月に申請した個人業者9人。近畿運輸局は今月20日付で、1人の継続を認めたが、8人については現状の収益で安全確保に必要な経費が工面できないと判断。550~660円の初乗り料金が妥当と結論付けた。
Google Ads
クリスチャンルブタン 靴,Abercrombie & Fitch,グッチ時計,腕時計,ルイヴィトン コピー,UGG
同法は規制緩和によるタクシーの供給過剰を解消するのが狙いで、近畿運輸局は施行後、初乗り運賃の下限を府内で50円引き上げ、小型車620円、中型車640円と決定。業者はこの額より低く営業する場合、認可が毎年必要になった。
Google Ads
IWC時計,Hollister Co.,マノロブラニク 靴,パネライ時計,Ruehl NO。925,ブランド,IWC時計
府内では現在、法人と個人で計約2000台が、初乗り500円のワンコインタクシーとして営業している。
【関連ニュース】
>クリスチャンルブタン パンプス|ホリスター 店舗|ウブロ時計|ロレックス腕時計
>腕時計|ブランド|UGG ブーツ|アバクロ コピー|ホリスター 通販|Ruehl NO。925
BAIDU廣告
台南清潔公司
高雄清潔公司
Hmnnn
Im still not 100% convinced that the G1 is right for me, but it is good to know these functions assist and workarounds are possible. Cheers
Blogs are best to save money.
To be very true, I find nothing useful more than blogs to save money. Since last month I have collected and complied hundred ways to save money and your post is one of those. I don’t know what is the price of the code in your post as it is free here but It will saves a lot of money altogether.
vz to g1
how do i run the script, its a text file
i’m new to this so please bare with me
also i know how to get the source but do i save it as text file as well?
Same problem — I
Same problem — I downloaded Ruby-186-27 but not sure how to run the vzwparser.rb script against the html source file. Please advise, thanks
Scratch that— just figured
Scratch that— just figured it out. Don’t know anything about programming and never heard of Ruby before so take this for what it’s worth, but it worked for me.
First, to save the source code, you just go to File > Save Page As, and save the raw .html file (you don’t need any other files from the page, like images or javascript). I saved it on my desktop, which is also where I saved the vzwparser.rb script. I called the html file contacts.html .
Then download the Ruby 1.8.6 one-click installer ( http://www.ruby-lang.org/en/downloads/ ) for Windows and install that package. Go to Start > Run and type cmd and hit enter to open up a DOS prompt.
Navigate to wherever the files are stored (by typing “cd desktop” in my case). Then type “vzwparser.rb contacts.html > contacts.csv” and it will automatically create a file on your desktop called contacts.csv with the contact details inside. Voila.
One thing I will mention is that the script is only programmed to save contacts where there is a MOBILE number stored. I’m not sure why this is the case, but it caused all of my contacts which lack a mobile number (e.g. businesses, home numbers, etc.) to be omitted entirely. I solved for this by opening vzwparser.rb in Notepad and removing the text towards the very bottom that reads ” and mobile != nil”. The programmer told the script not to save contacts where the mobile number is empty, so deleting that text removes that command.
Hope this helps, cheers
LG is a good product
When it comes to electronics LG makes a dang good product. I’d recommend them to anyone including my friends.
I would too, but have no
I would too, but have no friends
It did help
Thanks, this did help me.
very helpful
Good article Very helpful, thanks!!
——————
nike shoes on line
ruby for ubuntu
I use ubuntu, and do not know how to apply the script to my contacts.html file. I have installed the ruby program, and downloaded the script, however I’m not sure the command line code that I need to enter into Terminal in order to create my contacts.csv file. Please help!
Queen
Hi. Your instructions helped me a lot. Thank you very much.
watch out for commas
This script doesn’t escape out commas in any of the fields. I had some commas and it threw things off pretty fast:
# hack — replace commas in the name with nothing
name.gsub!(/,/, ”)
When G1 was just announced
When G1 was just announced it was supposed to be the iPhone killer… Well, I don’t know about that - I chose the iPhone. However, I faced the issue of transferring my contacts too. But my case is even worse - my old phone is Philipls T180)) Now THAT is something really ancient) It is next to impossible to find a data cable for this stone, and it doesn’t have GPRS as well… I’ve read about “manual” adaptation of Siemens data cable for this, and that’s what I’m working on right now.
Once I’ll cope with this, I’ll post the solution here too: I hope it’ll be helpful for some people - transferring data from ancient phones is a really tricky issue…
Movies
Not because it is expensive and I thought myself.
Great tip.
I like those kind of tips. They’re so easy to set up but so unknown at the same time. Thanks for sharing.
Thanks for your great tips.
Thanks for your great tips.
Ed Hardy
Thanks for the help! It is
Thanks for the help! It is always such a pain to make a switch to a new phone or anything else! The steps really helped a lot.
This was seriously a huge
This was seriously a huge help! Why do they try to make it as hard as possible every time you get a new phone!?
I’ve had endless problems
I’ve had endless problems along a similar line so thakns for this post! I agree with the poster above, why make it difficult to get a new phone? Surely it should be an esay task……
What a terrific article, it
What a terrific article, it is very helpful in transferring important data from phone to phone.
http://www.nike-star-shoes.net
Nike Zoom Kobe 1 Low
Nike Zoom Kobe 2K10 Low
Nike Zoom Kobe 2K8 Low
Nike Zoom Kobe 5.5
Nike Zoom Kobe II
Nike Zoom Kobe III
Nike Zoom Kobe IV
Nike Zoom Kobe IV All Star
Nike Zoom Kobe V