Flush you iPod and show it on Utube

$100 to the first person that flushes their iPhone in the toilet and video tapes it and puts it on uTube!

cool.

Similar Messages

  • HT1459 what do when you are locked out of you ipod and it says to connect to itunes

    hi i what do i do when you get locked out of your ipod and it says to connect to itunes but you have no clue what to do an itune?

    http://support.apple.com/kb/HT1808

  • Can you unlock you iPod and change the security questions

    I was gonna download an album off iTunes and it asked me for my security questions but I didn't remember the answers so I got them wrong 2 times and now my account is locked is there a way to unlock it and change the security questions?????

    Click here for information. If the option to have the answers emailed to you isn't available or doesn't work(the email may take a few hours to arrive), contact the iTunes Store staff via the link in the 'Additional Information' section of that article.
    (90630)

  • Thunar without XFCE, can't eject iPod and other travails.. [solved]

    I'm trying to get my Thunar set up to where it automatically shows my ipod when plugged in, but I can right click the icon to unmount it as well.
    I used the udev wiki to add a set of rules for automounting usb devices, so my ipod now automatically loads, but there are two problems.
    1. There are two icons for the ipod in the Thunar shortcuts pane. One says Apple iPod and shows an error on left click of 'Failed to mount "Apple iPod Music Player" - Given device "/org/freedesktop/Hal/devices/ volume_part1_size_41094144" is not a volume or drive.'
    2. The second icon shows the name of my ipod and I can click it to view the drive, great, but on right clicking and choosing Unmount Volume, it shows an error of 'Failed to unmount "iPod" - The volume "iPod" was probably mounted manually on the command line.'
    And a seperate, but perhaps related problem is when I press the eject button on my CDROM drive, an error shows as 'Failed to eject "/org/freedesktop/Hal/devices/storage_mode_DVD_RW_ND_3540A". Right clicking the icon in Thunar and choosing eject does work for this, though I'd prefer to be able to use the eject button.
    Does anyone have any ideas on a way to fix these problems?
    Thanks!
    Last edited by oksana (2007-08-21 22:39:03)

    Nonono...there's a bug with thunar-volman and ipods that causes them to load twice and whinge about it.  Note that loading two devices is, as far as I know, the intended outcome, since ipods have a mysterious second partition for storing the hopes and dreams of steve jobs himself.  I don't really know what it's for, but you can use an hal policy file (fdi file) to prevent hal from loading it.
    The bug has to do with thunar-volman trying to load it and failing.  You can view the bug here:
    http://bugzilla.xfce.org/show_bug.cgi?id=2789
    Actually, that's a command.  You'll need the first two diffs for the fix: thunar-volman-mount-only-mountable.diff and thunar-vfs-add-is-mountable.diff
    First, we'll fix thunar with the following PKGBUILD:
    # $Id: PKGBUILD,v 1.8 2007/06/01 22:28:43 tobias Exp $
    # Contributor: Andrew Simmons <[email protected]>
    pkgname=thunar
    pkgver=0.8.0
    pkgrel=5
    pkgdesc="new modern file manager for Xfce"
    arch=(i686 x86_64)
    license=('GPL' 'LGPL')
    url="http://thunar.xfce.org"
    groups=('xfce4')
    depends=('exo>=0.3.2' 'shared-mime-info' 'pcre' \
    'desktop-file-utils' 'libexif' 'hal' 'fam' \
    'startup-notification')
    makedepends=('intltool' 'pkgconfig' 'gtk-doc')
    patchname=thunar-vfs-add-is-mountable
    options=('!LIBTOOL')
    install=${pkgname}.install
    source=(http://www.xfce.org/archive/xfce-4.4.1/src/Thunar-${pkgver}.tar.bz2
    thunar-vfs-add-is-mountable.diff )
    md5sums=('9f7b0945d6a235391049f6818fb4d188' 'e16532876e24ec10549b274baf262f73' )
    build() {
    cd ${startdir}/src/Thunar-${pkgver}
    cp $startdir/$patchname.diff $startdir/src/Thunar-${pkgver}
    patch -Np0 -i ${startdir}/src/Thunar-${pkgver}/${patchname}.diff || return 1
    ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
    --localstatedir=/var --disable-static \
    --disable-gnome-thumbnailers --enable-exif --enable-pcre
    make || return 1
    make DESTDIR=${startdir}/pkg install
    sed -i 's:x-directory/gnome-default-handler;::' ${startdir}/pkg/usr/share/applications/Thunar-folder-handler.desktop
    Stick thunar-vfs-add-is-mountable.diff in the same directory, and add the install file (call it thunar.install):
    post_install() {
    update-desktop-database -q
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    post_upgrade() {
    post_install $1
    post_remove() {
    update-desktop-database -q
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    op=$1
    shift
    $op $*
    and makepkg -i to install it.  Now let's tackle thunar-volman.
    First the PKGBUILD:
    # $Id: PKGBUILD,v 1.6 2007/04/16 18:41:24 tobias Exp $
    # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
    pkgname=thunar-volman
    pkgver=0.1.2
    pkgrel=4
    pkgdesc="automatic management for removeable devices in thunar"
    arch=(i686 x86_64)
    url="http://xfce-goodies.berlios.de/"
    license="GPL"
    groups=('xfce4-goodies')
    depends=('thunar>=0.8')
    makedepends=('intltool' 'pkgconfig')
    options=('NOLIBTOOL')
    patchname=thunar-volman-mount-only-mountable
    install=${pkgname}.install
    source=(http://download.berlios.de/xfce-goodies/${pkgname}-${pkgver}.tar.bz2 thunar-volman-mount-only-mountable.diff)
    md5sums=('910de35c398f70b66b38803bdfdd26f1' 'b7ee9150294f772ed08129fd08328b9d')
    build() {
    cd ${startdir}/src/${pkgname}-${pkgver}
    cp $startdir/$patchname.diff $startdir/src/${pkgname}-${pkgver}
    patch -Np0 -i $startdir/src/${pkgname}-${pkgver}/$patchname.diff
    ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
    --localstatedir=/var --disable-static
    make || return 1
    make DESTDIR=${startdir}/pkg install
    Then add the thunar-volman-mount-only-mountable.diff file, and the install file (call it thunar-volman.install):
    post_install() {
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    post_upgrade() {
    post_install $1
    post_remove() {
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    op=$1
    shift
    $op $*
    and makepkg -i again.
    They also provide an fdi in the bug report to prevent the extra piece from mounting, but I haven't gotten it to work.  At least the bugs are gone.
    BTW I found these trolling through the ubuntu gutsy launchpad.

  • My music has been wiped out of my Ipod and I can't re-sync.

    Music wiped out of IPod and showing "no music" and can't re-sync. 

    Hey Claudia, look around on the home page(s). May be on any one of them. If you don't see it, look inside each app button, it could be buried in anyone of them. Your looking for an app button with little app buttons inside it. When you find it, press and hold on any app button until they all start to wiggle, then drag the music app button back to your bar or where ever makes you happy. Then tap the home button to lock / return the app buttons to normal use mode. Hope this helps. Cheers.

  • I recently bought an Ipod touch 2nd gen, (Ebay). It's in great shape and seemed to be wiped clean.  When I connect (via windows computer) to Itunes with usb cord the Ipod icon shows, but the only function you can do is eject. When its in the upper right h

    I recently bought an Ipod touch 2nd gen, (Ebay). It's in great shape and seemed to be wiped clean.
    When I connect (via windows computer) to Itunes with usb cord the Ipod icon shows, but the only function you can do is eject. When its in the upper right hand corner and you click on it all you get is a done button, when it's in the side bar right click and your only option is eject, left click has no effect. If I go to "file">devices it's as if there are no devices connected.
    I purchased a song with Itunes on the Ipod itself, and it transferred to my library on the computer automatically .
    I have an Iphone 5 and a nano that are still functioning with Itunes thru computer so I'm thinking the issue is with the Ipod touch. I've reset it several times, rebooted it, with no change.
    nothing on the internet has helped, I called tech support and got disconnected. Should I take it to a retail store? I just don't know where to go next, I'm of course willing to pay for tech or repair. looking for suggestions.

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer          
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • My ipod touch shows up under devices, and it always used to sync right but all of a sudden one day it started saying "You're ipod could not be synced because the sync session failed to start" and now it's not syncing anymore. How do I fix this?

    My ipod touch shows up under devices, and it always used to sync right but all of a sudden one day it started saying "You're ipod could not be synced because the sync session failed to start" and now it's not syncing anymore. How do I fix this?

    See if this previous discussion helps.
    Sync Session Failed to Start iTouch iOS5: Apple Support Communities

  • HT1848 My children have ipods and now have iphones. When you download any itunes will the songs show up on both the ipod and iphone or just the one they purchase the itunes from

    My children have ipods and now also have iphones. When you download any music from itunes will it show up on both devices or will it only be one the device the itunes were put onto?

    It depends upon what country that you are in and what settings you've set on those devices. Music can't be redownloaded in all countries, but for those where it can be you will have an automatic downloads setting in Settings > iTunes & App Store for music, which if 'on' will mean that when a song is bought on that account on another computer/device then it will automatically download on that device as well - if you don't want that to happen then make sure that it's 'off'.
    With iOS 7 (and for countries where music can be redownloaded) there is also a Settings > iTunes & App Store > Music (under the 'Show all' heading) setting which means that music that is only in the cloud (i.e. it hasn't been downloaded onto that device) will show in the Music app - turn that 'off' if you don't want them to show.

  • My iPod keeps showing the apple logo + a blank screen and the lock screen keeps freezing when trying to unlock it.

    Last night I turned my iPod touch 4g off randomly and then when I went to turn it back on and went to unlock the screen it froze up right there and will not unlock to the home screen to where all my apps and all that are. Ever since that happened the iPod keeps showing the apple logo repeatedly, as well as a screen being completely blank when still turned on. Also when i plug in the iPod to the computer it recognizes it for a second but the iPod does nothing and shuts off and repeats in showing the apple logo and blank black screen. I can get it to the home screen where the slide to lock button is but every time i even attempt to slide it, it freezes up and doesn't do it.
    I also having been trying to restore it by plugging in the cord and pressing the home button to get the screen with the usb cord to pop up but no matter what i do, it will not let me turn the iPod off period because every time i keep trying to do that it just shows the apple logo and all of what i said up above again. I have also seen it get a white screen to show a few times , which i assume means the white screen of death. I have never seen that screen before this happened.
    I know this is not making any sense whatsoever but this is very hard to put into words in explaining. I have searched the internet but i can't find a single problem that sounds like this one in solving to fix it. The iPod is on right now as i'm typing this. I haven't attemtped to push the buttons down again to fix as i would assume maybe to just leave it alone as i sleep through the night in hopes of it maybe working or even dying. I've only had this iPod for 4 months now and i just don't understand why it won't let me turn it off completely or work properly for me to restore it.

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • New iPod + account not showing up on a computer that was previously used with a DIFFERENT iPod and account

    I'm very new to all things Apple, but not a computer/tech newbie...it's just that all my experience and knowledge has been aquired with Windows and Android. I received an iPod Touch 5th gen as a Xmas gift, and I'm (mostly) enjoying it...but I've hit the following problem:
    About a year ago, a friend used iTunes on my computer (WinXP Pro) using HIS account/Apple ID, and connected HIS iPod to my PC to "sync" (I'm not sure what he was trying to accomplish, but my computer and his iPod were definitely conected via cable). He no longer needs to use my computer to access iTunes.
    So, now I want to use MY iPod and iTunes account with the same computer that he used. My friend and I "authorized" my computer using my Apple ID, DE-authorized it using his, we signed him out, signed me in, (not necessarily n that order, heheh). BUT... in my iTunes library still show HIS apps, HIS books, and his iTunes-U courses. None of my apps/books/courses etc. appear in iTunes on my computer. (They ARE all on my iPod). I tried un-installing iTunes and re-installing the latest version, and that did not solve the problem.
    I have heard or read, somewhere, that if I connect my iPod to a compter that has someone else's iTunes account on it, my iPod could be un-intentionally "sync'd" to that persons account, and I would lose my apps/music/etc and wind up with the other persons "stuff" on my device (I'm sure there are some subtleties to that that I'm clueless about). My hunch is that the solution lies somewhere in connecting MY new iPod to my computer, but I'm afraid of losing what I've already put on my iPod and/or messing up my friend's devices.
    I appreciated you taking the time to read this; I'm hopeful the solution is simple...thanks!

    Hi lllaass, thanks for your reply. Here are my results, and related follow-up questions, so far:
    lllaass wrote:
    - Make sure your computer is authorized for your iTunes account.
    OK, done, AND DE-authorized for his account (tried this even before I posted).
    lllaass wrote:
    - You said your friend no longer uses your computer. Therefore just delete his media *apps, music etc) for the computer
    When I highlight one of his apps (for example) and select DELETE, a pop-up window opens, warning me that the app will ALSO be deleted from any device "which syncronizes with your iTunes library". How can I be certain that this is not affecting his stuff? Is that ONLY possible if he connects one of his devices to my computer via cable? Is there NO chance that it happens via wi-fi (we share the same wi-fi connection regularly), or even via the cloud?
    lllaass wrote:
    - Redownlod your media to your iTunes library.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    I followed the instructions in the link above (computer authorized, signed in under my account, & "Show iTunes in the Cloud Purchases" enabled in iTunes preferences by going to iTunes > Preferences under the Store tab).  However,  none of MY "purchases" (all free apps, books, etc, so far) show up in the library...only my friend's. For what it's worth, when I try to open any of his books, a pop-up opens telling me that the book "can't be viewed using this computer. You can view this book using iBooks on your iOS device".
    Illaass wrote:
    -Then just sync to as necessary to your iPod.
    - However, yo may have to backup the iPod to your computer and restore from that backup if the iPod sees the computer/library as a new iTunes library. The instructions are here:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities
    With iTunes 11 you may have to do a Control+B to show the Menu bar and a Control+S to show the Sidebar.
    I have not tried these steps, given the status of the situation being unchanged so far.
    Thanks again Illaass, hopefully there is another approach to try.

  • Video and audio not sync when i play all forms of video. from music videos, to tv shows. but they play perfect on my iPod. and tv shows display out of order on iPod, but in correct order on iTunes/computer. I even ran a virus check just to make sure.

    audio and video do not syncronize.  all forms of videos. music videos to tv shows.  what do i need to do the syncronize them again
    they are in sync on iPod, but not on computer.
    another issue that might be from the same cause is, the order of episodes of the tv shows i have downloaded,   they appear in order on computer, but on iPod they show out of order.
    any tips on how to fix this would very much help.
    thank you.

    Welcome to Apple Discussions!
    An old version of iTunes will cause this and mess up the videos on your iPod. Always make sure you always use an up-to-date version of iTunes.
    Make sure all the software on your computer is up to date...
    iTunes
    iPod Updater
    Updating iPod's Software
    You will then need to restore the iPod and then let iTunes update your iPod and put your music, videos, etc. back onto your iPod...
    Restore the iPod
    btabz

  • I transfered music from my ipod to a new itunes library (new PC).  The music plays in itunes but when I sync my ipod and try to drag songs from the itunes library to the ipod it wont load.  It shows a circle with aline through it.

    I transfered music from my ipod to a new itunes library (new PC).  The music plays in itunes but when I sync my ipod and try to drag songs from the itunes library to the ipod it wont load.  It shows a circle with aline through it.

    Have you selected manually manage music?

  • When i take a picture with my ipod it shows up and then it turns black then doesnt save

    every time i try to take a pic, screenshot a pic, or save i  go to my photos and its shows up BLACK! after that i go back to it its not there pleaseeee heelpp
    oh and i did try hard resting my ipod and it didint work plus when i restore back up nothing backs up if you know how to help with anything pleasee help meee

    Because the screen aspect ratio is different that the camera aspect ratio. The only way it could fill the screen vertically would be either to stretch/distort  the photos vertically or to cut off some of the photos on the sides.

  • My ipod touch is showing I am Connected to Wifi, yet when I attempt to visit a website It Says Not Connected to the internet. I have reset my settings and ipod and this still didn't fix the problem

    My ipod touch shows that I am connected to the internet but when I attempt to visit a webpage it says I am not connected to the internet. I have reset my settings &amp; wifi . And that has not helped the problem! PLEASE HELP ME!

    Your Wi-Fi seems to connect as a local network but not to the Internet.
    Since you can connect to the Internet using your neighbour's Wi-Fi, the problem is definitely your home router.
    Start here:
    Solutions for connecting to the Internet, setting up a small network, and troubleshooting - Apple Support

  • HT1373 So i bought music on a different computer but oAn the same itunes account and on the same ipod and when i get on my original computer and i sync my ipod my purchases that were on the other computer didnt show up. How can i put them on my computer/i

    So i bought music on a different computer but oAn the same itunes account and on the same ipod and when i get on my original computer and i sync my ipod my purchases that were on the other computer didnt show up. How can i put them on my computer/ipod

    Download them to the computer to which the iPod is synced, re-sync.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store - http://support.apple.com/kb/ht2519 - enabled with iTunes 10.3 and newer; not available in all countries; apps, books (not audiobooks), music, t.v. shows, and movies (some - not all studios have permitted this). Movies currently available in the USA only. Downloading previously purchased movies and TV shows requires iTunes 10.6 or later.  Discontinued items not available. For items not included in the iCloud list, or locations or computer systems where iCloud is not (yet?) available, you only get one download per fee paid.  Apple notes it is your responsibility to back up your purchases.
    Select the store on the left side of iTunes.
    Click on Purchased on the right side under Quick Links.
    You can re-download your available previous purchases.

Maybe you are looking for

  • Will I lose my sms and notes if I upgrade to 6.0.1

    I have an iPhone 4 which currently is running on iOS 6. Will I lose my sms and notes if I upgrade to iOS 6.0.1? Other things I am not worried about. SMS is a must. Please suggest a wayout.

  • How to find weblogic Server memory for particular user

    In a weblogic server how can i get the information for each user approximately it occupying "x" size of memory...is there any command..so that based on number of users i can increse my memory and harddisk space.

  • Skge_sign_fr could not be located in the dynamic link library orageneric11.

    Hi Guyz, I am using Oracle 11.1.0 on Windows 2003 R2 Server, there was no problem. I tried to install Oracle 10g Grid Control and after that tried to configure Oracle Gateway 11g on the same Oracle_home. But unfortunately both installations were fail

  • Error when trying to read the SOAP Response

    Hai, iam trying to access the web service of DUBAI international Airport GetFlightSchedulebyDateRange at http://dca.gov.ae/WebServices/Flights This is my program package MyClient3; import java.io.FileOutputStream; import java.net.URL; import java.uti

  • + 999 line items invoice posting in MM

    Hi, How can you manage +999 line items invoices in MM? Now those invoices are treated in FI, using a program developed that allows the system to split the document in smaller ones, but in the future we want to post them using MM. There is someone who