This is a good article who wants to view and manipulate data on CDMA Phones. To achieve this we need BitPim software.
BitPim is a program that allows you to view and manipulate data on many CDMA phones from LG, Samsung, Sanyo and other manufacturers. This includes the PhoneBook, Calendar, WallPapers, RingTones (functionality varies by phone) and the Filesystem for most Qualcomm CDMA chipset based phones. To see when phones will be supported, which ones are already supported and which features are supported, see online help.

BitPim Screenshot
Installation Process
We will need to convert a RPM package to DEB package, so do this. To achieve this install alien package
sudo apt-get install alien
Now download BitPim from the original website, yes the RPM version. And convert the RPM to DEB, by entering the following:
sudo alien -d bitpim*.rpm
It will take a few seconds, to convert and it will notify when it finishes.
Now let’s install it:
sudo dpkg -i bitpim*.deb
Once installed run it by entering bitpim on the console.
If you get the you need to install some packages, Check here.
libstdc++.so.5 -> if you receive this kind of error, do the following:
sudo apt-get install libstdc++5
libtiff.so.3 -> if you receive this kind of error, do the following:
cd /usr/lib
sudo ln -s libtiff.so.4 libtiff.so.3
