Friday 30 September 2011

PC Suit for Linux


It is for nokia n80, n73, 6230(somethinsimilar..is a folder java phone), 7610, 6630 & 6680....

This is how to do it...

Connect your phone via datacable
open terminal & type 

lsusb

now u will get the following output

owais@owais-desktop:~$ lsusb
Bus 002 Device 001: ID 0000:0000 
Bus 001 Device 004: ID 0421:0445 Nokia Mobile Phones 
Bus 001 Device 002: ID 046d:092f Logitech, Inc. 
Bus 001 Device 001: ID 0000:0000 
owais@owais-desktop:~$ 


it is on my compter,ur will not be exactly the same...

Now note the line in which NOkia Mobile Phones is written...it has two number one is 0421 & other is 0445...we'll take these numbers as 0x421 & 0x445

0421 is the Vendor ID & 0445 is the Product ID

Now enter this comand.

sudo /sbin/modprobe usbserial vendor=0x(vid) product=0x(pid)

eg, in my case::: sudo /sbin/modprobe usbserial vendor=0×421 product=0×445

Now enter this command

wvdialconf create
u'll get a long output which will be like 

Scanning your serial ports for a modem.
Port Scan: S0 S1 S2 S3
WvModem: Cannot get information for serial port.
ttyACM0: ATQ0 V1 E1 — OK
ttyACM0: ATQ0 V1 E1 Z — OK
ttyACM0: ATQ0 V1 E1 S0=0 — OK
ttyACM0: ATQ0 V1 E1 S0=0 &C1 — OK
ttyACM0: ATQ0 V1 E1 S0=0 &C1 &D2 — OK
ttyACM0: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 — OK
ttyACM0: Modem Identifier: ATI — Nokia
ttyACM0: Speed 4800: AT — OK
ttyACM0: Speed 9600: AT — OK
ttyACM0: Speed 19200: AT — OK
ttyACM0: Speed 38400: AT — OK
ttyACM0: Speed 57600: AT — OK
ttyACM0: Speed 115200: AT — OK
ttyACM0: Speed 230400: AT — OK
ttyACM0: Speed 460800: AT — OK
ttyACM0: Max speed is 460800; that should be safe.
ttyACM0: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 — OK
Found an USB modem on /dev/ttyACM0.
Modem configuration written to create.
ttyACM0: Speed 460800; init “ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0″

NOw.. notice the output says that there is a modem at /dev/ttyACM0 & max speed is 460800

now enter this command

sudo gedit /etc/wvdial.conf

A file will open in text editor...now delete everything in that file & paste the following there

[Dialer Defaults]
Modem = Your Modem Name(eg, /dev/ttyACM0 in my case)
Baud = ur max speed(460800 in my case)
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Phone = *99#
Username = username
Password = password
Stupid Mode = 1

save the file & you are done


NOw whenevr u need to connect...open terminal & type wvdial,,wait till some sort of IP adress is displayed like

pppd:
[06][06][08]` [06][08]
primary DNS address 218.248.240.135
pppd:
[06][06][08]` [06][08]
secondary DNS address 218.248.240.79
pppd:
[06][06][08]` [06][08]

Now you are connected....hit cntrl+c to dissconnect...



U can also create a laucher on desktop(application in terminal) & keep the command as wvdial..now double click it & u r connected



first download and install Virtualbox, which is a free app.
now install win XP in it. (you will be using Win xp as a application in linux, but if you are not familiar with virtual machines, use wikipedia to familiarize yourself)
In that win XP install P C suit
you ll be able to use it.

Or

Just install an app called wine in your linux. And then try installing PC suit for windows using windows progtram loader(WINE)












Installing Software in Ubuntu
Introduction
Most Windows users who migrate to Ubuntu end up confused about software installation. They go to a website, download a .tar.gz file, double-click it, and don't see a Next-Next-Next-Finish wizard. This tutorial is intended to introduce you to the preferred methods of software installation in Ubuntu.
Rather than leaving it up to the user to track down installer files and keep applications updated, Ubuntu (like many other Linux distributions) has a software package management system that provides a searchable database of easily installable applications (like an online shopping cart but the software is cost-free), which it will download and install for you with a few clicks.
For those of you with smartphones, it's a very similar process to installing applications using the iTunes App Store or Android Market.
Installing 101: Ubuntu Software Center
The best place to start with this package management process is to use a simple interface for it called Ubuntu Software Center. (The Software Center is available as of Ubuntu 9.10; in Ubuntu 8.04, there was a similar interface called Add/Remove.)
http://www.psychocats.net/ubuntu/images/softwarecenterlucidthumb01.png
Go to Applications and select Ubuntu Software Center.
http://www.psychocats.net/ubuntu/images/softwarecenterlucidthumb02.png
If you already know what software you're looking for, you can begin typing the name of it in the top-right corner to begin the filtering process. If you don't know, you can also browse by category.
In this case, let's say you're looking for an audio recording and editing program called Audacity.
So after filtering it, click Install and get prompted to authenticate with your password.
http://www.psychocats.net/ubuntu/images/softwarecenterlucidthumb03.png
Then after a few seconds, Audacity is downloaded and installed.
http://www.psychocats.net/ubuntu/images/softwarecenterlucidthumb04.png
Once it's finished installing, it's ready for you to use.
Manual download: .deb
Most of the time, if you need software, you can use the Software Center to install it from the online repositories. Sometimes, software is not available in the repositories, and you have to go to a website to download it. If you are able to download a file with a .deb extension, this is the software package format Ubuntu prefers.
http://www.psychocats.net/ubuntu/images/manualdeblucidthumb01.png
For example, Skype is not in the default Ubuntu repositories, so you can go to the Skype website, and download the Ubuntu package.
Note: Skype doesn't always update their Ubuntu packages. So, for example, in this screenshot Skype lists the installer file as being for Ubuntu 8.10+, but I'm using Ubuntu 10.04. Opera, on the other hand, even if it hasn't changed its browser version numbers will have all the Ubuntu release versions to choose from. I don't even think Google Chrome has version numbers, just separate 32-bit and 64-bit .deb files for Ubuntu. Try to select whichever version seems most appropriate. If you have questions, post a thread on the Ubuntu Forums.
http://www.psychocats.net/ubuntu/images/manualdeblucidthumb02.png http://www.psychocats.net/ubuntu/images/manualdeblucidthumb03.png
Once the .deb file has finished downloading, double-click it to install it. You'll be prompted for your password. Go ahead and enter it if you trust the source you downloaded the file from.
http://www.psychocats.net/ubuntu/images/manualdeblucidthumb04.png http://www.psychocats.net/ubuntu/images/manualdeblucidthumb05.png
After GDebi (that's the name of the graphical tool that installs .deb files manually) finishes...
http://www.psychocats.net/ubuntu/images/manualdeblucidthumb06.png
... your application should be ready to use.
Note: as of Ubuntu 10.10 (Maverick Meerkat), double-clicking a .deb file now opens it in Ubuntu Software Center instead of GDebi. The process is still the same, though (just double-click the file).
Last resorts: .rpm and .tar.gz
The preferred way to install software in Ubuntu is to use the package manager, which you can access through Ubuntu Software Center. As we've seen with Skype, sometimes you can also find a .deb for software not in the repositories. But what if you can't find a .deb?
.rpm
If you can't find a .deb, you can try a .rpm. These files are packaged for other Linux distributions (usually Fedora or Mandriva), but there is an application called alien(which you can install using Synaptic) that allows you (most of the time) to convert .rpm files to .deb. 
Read more about this process.
.tar.gz
As a last resort, you can download a .tar.gz file. The .tar.gz file extension indicates the file is a compressed set of files and folders (the compressed files you see in Windows usually have a .zip extension). If you see the .tar.gz, it could be compressed files that have a precompiled binary file, or it could be compressed files that have the source code allowing you to 
compile the application from source.
If you have trouble installing a .tar.gz file, you can ask for help on the Ubuntu Forums.
Links
There are other guides out there that help you understand software installation a bit better.
  • Community Documentation on Installing: The wiki gives a thorough explanation of the process of installing software and also includes the Adept package manager available in Kubuntu.
  • Video tutorials: A collection of YouTube videos showing the installation process in real-time, often with spoken narration.
  • Old Psychocats Tutorial: A very text-heavy explanation of software installation that also includes examples with the command-line way to access the package manager.
Advanced interface: Synaptic Package Manager
I have removed instructions for Synaptic, because I think Ubuntu Software Center is better for beginners, and it's become robust and functional enough so that only those who actually prefer Synaptic really need to know about it. If you are curious about Synaptic, though, I have step-by-step instructions for how to use it on 
an older version of this page.

No comments:

Post a Comment