There is an Android app that uses the new Google Cloud Print beta. More info on that can be found here:
http://forum.xda-developers.com/showthread.php?t=950312&highlight=cloudprint
I have found that someone made a script to get this working on Linux and Mac hosted printers. I have it installed on my Ubuntu PC:
https://github.com/armooo/cloudprint
http://groups.google.com/a/chromium...hread/74a73ee7d34a72c9/cb420a777ef82719?pli=1
You can download the source tarball, or use GIT to download the source. To use GIT, you first need it installed. You also need python and python-cups installed
Now pull the source code to your home folder:
After it downloads, I had to change permissions on the folder:
Now change directory to the cloudprint folder, and run the setup.py script:
Now install it:
This installed the script in this folder:
/usr/local/lib/python2.6/dist-packages/cloudprint/cloudprint.py
Run it and it should ask for your gmail address and password:
It also added my default printer. I it worked by logging into my gmail account, and going to this page:
http://www.google.com/cloudprint/manage.html
There I see my printer in the list.
When I open the Cloud Print Android app, it does not find the printer.
Any one else want to try it?
http://forum.xda-developers.com/showthread.php?t=950312&highlight=cloudprint
I have found that someone made a script to get this working on Linux and Mac hosted printers. I have it installed on my Ubuntu PC:
https://github.com/armooo/cloudprint
http://groups.google.com/a/chromium...hread/74a73ee7d34a72c9/cb420a777ef82719?pli=1
You can download the source tarball, or use GIT to download the source. To use GIT, you first need it installed. You also need python and python-cups installed
Code:
sudo apt-get install git-core python python-cups
Code:
git clone git://github.com/armoo.cloudprint.git
Code:
chmod -R 777 ~/cloudprint
Code:
cd ~/cloudprint
python setup.py build
Code:
sudo python setup.py install
/usr/local/lib/python2.6/dist-packages/cloudprint/cloudprint.py
Run it and it should ask for your gmail address and password:
Code:
python /usr/local/lib/python2.6/dist-packages/cloudprint/cloudprint.py
http://www.google.com/cloudprint/manage.html
There I see my printer in the list.
When I open the Cloud Print Android app, it does not find the printer.
Any one else want to try it?