Archive

Archive for the ‘iphone’ Category

How to tether iphone on Ubuntu via USB

July 13th, 2010 9 comments

First you must have tethering enabled in the iPhone, either via your carrier, or via a 3rd party app such as MyWi.

Simply add the corresponding PPA repository, either via your prefered GUI or with the command:

sudo apt-add-repository ppa:pmcenery/ppa

The update your sources with your GUI or with:

sudo apt-get update

And the install ipheth-utils via Syaptic, or with the command:

sudo apt-get install ipheth-utils

Ready, next time you connect your iPhone, Ubuntu Lucid will automatically connect.

SocialTwist Tell-a-Friend
Categories: iphone, linux Tags: , , ,

iphone works in ubuntu lucid lynx out of the box

April 8th, 2010 No comments

Well, I have installed ubuntu 10.4 beta 1 and updated until today.
And it’s true!
iPhone works out of the box in Ubunu 10.4 Lucid Lynx

SocialTwist Tell-a-Friend
Categories: iphone, linux Tags:

How to sync music between iPhone and ubuntu using new ifuse

March 25th, 2010 10 comments

iphone and ubuntu can be much more well integrated now.

If you used the previuose method described here some months ago, you must first remove those changes:

First remove the packages

sudo apt-get remove gvfs-backends ifuse libiphone-dev libplist0 libplist-dev libiphone0  libgpod4 libusbmux0 libusbmux-dev gtkpod

Now let’s remove the jonabeck PPA repo:

Either adding it as root to your /etc/apt/sources.list file

Or with the GUI “Software sources”

Now:  lets perform an update and upgrade:

sudo apt-get update && sudo apt-get upgrade

At this point it might be a good option to reboot the system.

New Mehod starts here

Let’s add a new PPA repository:

sudo add-apt-repository ppa:pmcenery/ppa

Let’s make a full update and upgrade:

sudo apt-get update && sudo apt-get dist-upgrade

Let’s install the new needed packages:

sudo apt-get install gvfs gvfs-backends gvfs-bin gvfs-fuse libgvfscommon0 ifuse libgpod-dev libgpod-common libimobiledevice-utils libimobiledevice0 libimobiledevice-dev python-libimobiledevice libplist++1 libplist-utils python-plist libusb-1.0-0 libusb-1.0-0-dev libusbmuxd1 usbmuxd

Now we have to add our own user to the fuse group:

sudo adduser $USER fuse

Let’s modify the fuse config file:

gksudo gedit /etc/fuse.conf

Uncoment the line that says

“#user_allow_other”

(uncoment means remove the “#”)

Ready: Now symply connect your iphone and it will be detected, you can see it in Rhythmbox and other media players.

Tip: iPhone should not be password protected when connected

You will notice that you have two iphone mounted devices, one as camera, and one as phone. Enjoy :-)

iphones

SocialTwist Tell-a-Friend
Categories: iphone, linux Tags: , , , ,

How to get an iPhone consolidated inbox

March 12th, 2010 No comments

One of the very laking features of the iphone is the inavility to have a consolidated inbox, or an easy witch betwwen several of them.

There is a very easy workaround for this:

Use gmail as your “email consolidator”, and set up only the gmail account in the iphone.

SocialTwist Tell-a-Friend
Categories: iphone Tags:

How to make iPhone Skype calls over 3g and not only over WiFi

December 27th, 2009 No comments

Because of Apple policies, the VoIP software can use WiFi connections only and not 3G.
In other words you can not make skype calls on the road.
In order to do it, this is what you need:

1-Your iPhone must be jailbroken, if it’s not, read this.
2-Install your Skype or Fing app from the App Store.
3-Install 3G Unrestrictor from Cydia.
4-Open 3G unrestrictor and add the desired applications (skype, fringe, whatever you want)


Ready

SocialTwist Tell-a-Friend
Categories: iphone Tags: , , ,

How to make skype video calls with your iPhone

December 27th, 2009 No comments

By defult the Skype iPone App does not support Video.
But there is simple workaround: Use Fringe.

First you must have a
account

Then from your iPhone go the App Store, search fring and install it.
Open the fring app to open a fring account.

Ready now you have skype with video.

SocialTwist Tell-a-Friend
Categories: iphone Tags: ,

How to make cheap international calls from iPhone

December 27th, 2009 No comments

Celular rates are expensive everywere and international fees too.
So, how to make cheap international calls from your iPhone?
Simple, use


Click this link and get Up to 10,000 calling minutes to landlines for one low monthly fee – the new Skype calling subscriptions.

SocialTwist Tell-a-Friend
Categories: iphone Tags:

How to sync music between iphone and Ubuntu

December 27th, 2009 22 comments

This method is deprecated
Use This other method instead to sync iphone and ubuntu

http://www.mexlinux.com/how-to-sync-music-between-iphone-and-ubuntu-using-new-ifuse/

OK, now is beginig to be possible to sync your music from Ubuntu to your iPhone, thanks to the work of marcan and many others.

Disclaimer: This is very Alfa software, I didn’t invented any of the things I’m writing about, I just adpated the marcan instructions in the way they worked for me, to my personal systems, wich I’m sure many are using: Ubuntu Karmic Koala 9.10 and iPhone 3G with OS 3.1.2, by the way you need to have some music synced by iTunes before you can start.
Don’t cry if your iPhone melts:

1- update your system, either via synaptic or with

sudo apt-get update

sudo apt-get upgrade

2- Add the PPA repository with the needed packages :

deb http://ppa.launchpad.net/jonabeck/ppa/ubuntu karmic main

Either adding it as root to your /etc/apt/sources.list file

Or with the GUI “Software sources”

Then add the key for the repo with this command:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com F0876AC9

And update again with:

sudo apt-get update


3- Install the packages required for compilation, and the already packaged libraries:

sudo apt-get install git-core cmake autoconf libtool libglib2.0-dev intltool gtk-doc-tools libsqlite3-dev libxml2-dev  libiphone-dev libplist1 libusb-1.0-0 libusb-1.0-0-dev libusbmux0 libusbmux-dev ifuse libiphone0 libplist0 libplist-dev

4-Get the libgpod code and compile it:

$ git clone git://gtkpod.git.sourceforge.net/gitroot/gtkpod/libgpod
$ cd libgpod
$ CFLAGS=”-g -O0″ sh autogen.sh –prefix=/usr
$ make
$ sudo make install

5-Create a folder to mount it, and mount it:

sudo mkdir /media/ipod

**connect your iPhone**

sudo ifuse /media/ipod

6-Create the needed directory and files:

cd /media/ipod/iTunes_Control
mkdir Device

Find your UUID with

lsusb -v | grep -i iSerial

grab your UUID wich is the 40 characters long text
and run the following command replaceing with yours:

ipod-read-sysinfo-extended /media/ipod

This has generated a needed file into the Device folder.

7-Thats it. Now you can open the gtkpod application and sync your iPhone.

Notes:
In order tu unmount your iphone first dissconect it via gtkpod and the you can use

sudo umount /media/ipod

And to mount it again just

sudo ifuse /media/ipod

SocialTwist Tell-a-Friend
Categories: iphone, linux Tags: , , , ,

How to sync files between ubuntu and iphone

December 11th, 2009 No comments

There is a way to sync your files in the iphone, and also shering not only with ubuntu, but also with Windows or Mac.

It’s a free service called dropbox that offers 2Gb of space for your files.

1-Click here to go the dropbox website and create a free account.

2-Click on the Install link to Download dropbox and install it on your PC, there are versions avilable for Ubuntu, Fedora, and Sources (there are also Windows and Mac versions).

3-On Your iPhone go to the Apple Store and search for dropbox and install it.

4-Now You have a Dropbox folder in your PC, and a Dropbox app in your iphone. Any file that you copy to your Dropbox folder will appear on your iphone, and viceversa.

Have fun!

SocialTwist Tell-a-Friend
Categories: iphone, linux Tags: ,

How to protect you iPhone from viruses

November 15th, 2009 No comments

The first iPhone virus has been created this month. It only affects jailbroken viruses, because it gains access via the default ssh password.

In order to protect your iPhone for this and maybe further viruses: read this how-to to change your default ssh iphone.

SocialTwist Tell-a-Friend
Categories: iphone Tags: