I had been searching for a software that could enable me to access the contents of my Siemens M65. Today I came across Gammu that enabled me to do it all. Wammu is a gtk frontend that makes things easier.
This is how I installed and configured those two:
#apt-get install wammu gammu
Now I had to make a configuration file for my M65:
#vim ~/.gammurc
Now added these lines there:
[gammu]
port = /dev/ttyUSB0
connection=at115200
name=M65
model=at
Now I ran wammu and from the phone menu selected connect. Now I was able to do all the cool stuffs in linux that I was used to doing in windows from mobile phone manager sofware. The most important feature is the backup mode that enbles one to create backups of messages and contacts.
Here is a sreenshot from the message section:
Subscribe to:
Post Comments (Atom)
Back to Blogging
After a failed attempt last year to get back to blogging, I'm trying it again this year. I really wanted to get back, but got busy will...
-
For my Univ project, I need 2 use graphics.h. Everyone knows graphics.h is not in C's standard library. Only Turbo C supports it and for...
-
Make sure you have grub installed in the same partition as the Ubuntu, not in MBR. Now boot into any linux Live CD and do this: $sudo dd if=...
-
Normally, when we are coding java in Eclipse , we do not see any javadoc help when we hover over a keyword. This is because by default, ecli...
1 comment:
Great... I'll try it sometime.
Post a Comment