Pages

Thursday, December 29, 2011

[solved] sync iphone in ubuntu linux

Add a Repository

sudo add-apt-repository ppa:pmcenery/ppa
and Update the Apt source list
sudo apt-get update

Install following required packages:


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

Edit fuse.conf file




gksudo gedit /etc/fuse.conf


Change   

#user_allow_other


to

user_allow_other

Save and exit.

Modify user for Fuse so that it can Auto-mount iPhone/iPod Touch

go to “System” -> “Administration” -> “Users and Groups”,  unlock it for making changes. Then, select your username and click on “Manage Groups”.
check out for “fuse” group, double-click  it. Tick the checkbox next to your name in the new popup window. Click on OK and close all dialogs. You’re now in the “fuse” group.

Now reboot

When you are back into the session, mount the phone as:

$ ifuse /mnt/ipod/

We can also unmount using the following command

$ fusermount -u /mnt/ipod/

 Let’s prepare ipod itunes directory:

$ mkdir /mnt/ipod/iTunes_Control/Device/

Fetch your UUID (The first number, 40 characters long)

$ lsusb -v | grep -i iSerial

Then, run:
$ ipod-read-sysinfo-extended
[mountpoint here is /mnt/ipod/]

This should generate a file named iTunes_Control/Device/SysInfoExtended.
Make sure it’s not empty and should be a big plist (XML file) with a lot of information.

$ fusermount -u /mnt/ipod/
Reboot again.

Step 7.  Plug the iPod/iPhone, you should see it appear on the desktop and it should now be
  • Mounted as-is in Rhythmbox and you can add music files. (it can be slow)
  • Mounted in gtkpod but you’ll have to launch the “ifuse /mnt/ipod”.

thanks to: Geeknizer




[SOLVED] DBus error :ipad WITH UBUNTU

While plug in iPad via USB, an error window pop up with “DBus error org.freedesktop.DBus.Error.NoReply: Message did not receive a reply…”


you can fix this isue by geting iPad to sync with gtkpod(Rhythmbox works too) by upgrading “libimobiledevice” to the latest.



Check libimobiledevice version in System -> Administration -> Synaptic Package Manager, it’s recommended to uninstall libimobiledevice0 if installed.


Add ppa:pmcenery/ppa and install the latest libimobiledevice1 package. 

Use the following commands:

sudo add-apt-repository ppa:pmcenery/ppa
sudo apt-get update
sudo apt-get install libimobiledevice1

Now, plug-in your iTouch or iPad device and it should appear in gtkpod(Rhythmbox):

source: ubuntuforums.org

Tuesday, December 27, 2011

[SOLVED] ipod - Unhandled Lockdown error(mounting issue)

Solution: Many of the ipod users cannot mount their device in ubuntu 11.10. it usually throws an error ubuntu 10.10 unhandled lockdown error -4, to fix this, execute the following line one by one in a terminal window

sudo apt-get install ifuse libimobiledevice-utilsCode:
idevicepair unpair && idevicepair pair

[SOLVED] Unity 3D not working after upgrading the system

Solution: Make sure the additional drivers for your graphics card are installed (if not install them through More Apps => Customization => Additional Drivers) then run in the terminal:
Code:
gedit /home/[Your Home Directory]/.config/compiz-1/compizconfig/config
And replace its content with:
Code:
[general_ubuntu]
profile =
integration = true

[gnome_session]
profile =
Log out and in again.

[SOLVED]Ubuntu 11.10 ignores the user set default applications in Settings

Solution: You can change the default application in one command. in the terminal change the default application for every extension the current app is default for. First create a backup for the file we are going to change :
Code:
sudo cp /etc/gnome/defaults.list /etc/gnome/defaults.list0

Then run:
Code:
sudo sed -i s/[current-default-app-name]/[new-default-app-name]/g /etc/gnome/defaults.list
Example:
Code:
sudo sed -i s/banshee/audacious2/g /etc/gnome/defaults.list
This will change the default music app from banshee to Audacious.

If anything goes wrong you can always switch back to the old settings using the backup we created earlier with this command:
Code:
sudo cp /etc/gnome/defaults.list0 /etc/gnome/defaults.list

Sunday, December 25, 2011

Slow wireless internet connection in ubuntu 11.10 [SOLVED]

Solution: This solution sounds to work for many people.. Give a try.. Open the terminal and run:
sudo gedit /etc/modprobe.d/iwlagn.conf
And change:
options iwlagn 11n_disable=1 11n_disable50=1
to:
options iwlagn 11n_disable=1
And then reboot.. If the above file does not exists just create one and enter the line above, and then reboot..
Many people got this problem fixed after upgrading the ubuntu 11.10

Unity crahses after working with Compiz.[SOLVED]

Cause of problem: Activating some plugins in Compiz could automatically disable essential plugins that unity uses, leading to disabling it.. Resetting Unity's settiings should solve this problem.
Solution: once log out (using CTRL+ALT+DEL) and try to log in again with Unity 2D or as a guest. Get access to the terminal.. In the terminal window run:

gconftool-2 --recursive-unset /apps/compiz-1

and then re-enable the Unity plug-in in CCSM. Or run the following code in the terminal:

unity --reset

and log out and in again (using Unity). Unity should start normally now. If it still doesn't start, go through the same steps and run this command in the terminal instead:

unity --replace