Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Rhythmbox unable to detect iPhone

  1. #1
    Join Date
    Aug 2020
    Beans
    14

    Rhythmbox unable to detect iPhone

    Hello,

    i need help, Rhythmbox is unable to detect iPhone music files,

    Steps checked
    1. iPhone charging
    2. iPhone Trusted

    OS: Ubuntu 20.04.1

    Screenshot of Rhythmbox
    https://snipboard.io/tKm5Fi.jpg

  2. #2
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: Rhythmbox unable to detect iPhone

    ok xmod personally got not much love/time for or knowledge of Rhythmbox so no pointers from me on this one
    but here is what i do for music on iPhone currently SE:

    I use VLC mobile which allows you to play movies too and all lossy/lossless formats

    This is a howto i knocked up a while back

    Also explained maybe more clearly here

    These are shots of how it all looks [this is on LXDE will look tad different on other DEs]:







    Sincerely hope it helps: VLC is way more elegant on iPhone than other software but this is a personal view
    Last edited by shantiq; August 21st, 2020 at 10:09 AM.
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  3. #3
    Join Date
    Aug 2020
    Beans
    14

    Re: Rhythmbox unable to detect iPhone

    Thanks so much shantiq, using VLC as alternative im cool with the idea

    i did try to run
    Code:
    sudo apt install ideviceinstaller python-imobiledevice libimobiledevice-utils python-plist:i386 usbmuxd libimobiledevice6 libplist3 ifuse
    but i got this error
    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package python-plist is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    However the following packages replace it:
      python3-plist:i386 python3-plist
    
    E: Unable to locate package python-imobiledevice
    E: Package 'python-plist' has no installation candidate
    im using
    Code:
    Distributor ID:    Ubuntu
    Description:    Ubuntu 20.04.1 LTS
    Release:    20.04
    Codename:    foca

  4. #4
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: Rhythmbox unable to detect iPhone

    simple fix look what it sez in the message [20.04 uses python3 not python my howto was from 2 years ago :]

    to replace


    so run:

    Code:
    sudo apt install ideviceinstaller python-imobiledevice libimobiledevice-utils  usbmuxd libimobiledevice6 libplist3 ifuse python3-plist:i386
    if you are on a 32-bit install

    OR

    Code:
    sudo apt install ideviceinstaller python-imobiledevice libimobiledevice-utils  usbmuxd libimobiledevice6 libplist3 ifuse python3-plist
    if you are on a 64-bit install


    and then carry on with howto here below copied out in full and updated
    Best of luck you should be fine now ...


    ================
    ================
    ================


    Tested on iPhone 4S on 16.04 and now SE on 18.04; no reason to believe it will be different on 6 or later versions ... asking others it works all the way to iPhone 7 and probably up to latest


    Fairly simple route:


    ➊ INSTALL:


    Code:
    sudo apt install ideviceinstaller python-imobiledevice libimobiledevice-utils  usbmuxd libimobiledevice6 libplist3 ifuse python3-plist
    if on a 64-bit install.


    Code:
    sudo apt install ideviceinstaller python-imobiledevice libimobiledevice-utils  usbmuxd libimobiledevice6 libplist3 ifuse python3-plist:i386
    if on a 32-bit install.

    ===

    ➋ you may need to do this too [one line at a time]:
    Code:
    sudo mkdir /var/lib/lockdown
    sudo chmod 777 /var/lib/lockdown

    ➌ in Terminal to see your iphone address:

    Code:
    lsusb -v 2> /dev/null | grep -e "Apple Inc" -A 2
    You will see something thus:

    Code:
    iManufacturer           1 Apple Inc.  
    iProduct                2 iPhone  
    iSerial                 3 ca00d62380d42746b8ff8280....d1fd7b7119ca

    ➍ Open Nautilus

    enter the iSerial from above:

    add: afc://


    Code:
    afc://ca00d62380d4274....f8280a91ed1fd7b7119ca/
    NOW you see your files. Photos are in DCIM folder


    ➎ As an embellishment you could install VLC Mobile
    from App Store FREE of course which will let you play formats itunes cannot handle Flac Wavpack etc


    you will see/place the music files in *Documents on iPhone* next to *iPhone* on left of page [This is on LXDE; must look similar in other Desktop Environments]


    === TIP ===


    If iphone VLC files at any point are not visible on your PC; I found this brings them back:unplug phone run command below then replug


    Code:
    sudo usbmuxd --verbose -f
    Last edited by shantiq; August 21st, 2020 at 11:33 AM. Reason: tidying up
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  5. #5
    Join Date
    Aug 2020
    Beans
    14

    Re: Rhythmbox unable to detect iPhone

    thank you i was able to install this, and i need further help on the later step

    ➍ Open Nautilus

    enter the iSerial from above:

    add: afc://

    it seems im abit lost looking for nautilus and where could i add this afc://

    PS: system detected my phone and showing serial on command lsusb -v 2> /dev/null | grep -e "Apple Inc" -A 2

  6. #6
    Join Date
    Aug 2020
    Beans
    14

    Re: Rhythmbox unable to detect iPhone

    thanks shantiq this is all sorted out. this alternative works for me, im going to use VLC for now

    Question:
    1. if i am to mass delete those music already on my phone to save space how? as i cant see them on VLC browser only on iphone music app
    2. do i have to manually add those music or manage playlist on phone? is there a way to do it on computer? and sync the settings just like on iTunes?
    Last edited by xmodx2; August 25th, 2020 at 01:45 AM.

  7. #7
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: Rhythmbox unable to detect iPhone

    hi there xmodx2

    I do not have iTunes anywhere so not much I know about this but if you look in original folder and check the iTunes folder your regular music files might be there then you can cut them out and put them in the VLC folder. Have a go and please tell us if it works. Thanx



    from ➊ to ➋
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  8. #8
    Join Date
    Aug 2020
    Beans
    14

    Re: Rhythmbox unable to detect iPhone

    i could see Music added on VLC but i could not see music added on iTunes

    68a54d693f71b81255290ae7d62cee57.jpg
    Last edited by xmodx2; August 25th, 2020 at 11:08 AM. Reason: changed image as its too big

  9. #9
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: Rhythmbox unable to detect iPhone

    I meant go into the folders as shown in previous post and see if you can shift the Music files from iTunes if they are visible and place them in your VLC files
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  10. #10
    Join Date
    Aug 2020
    Beans
    14

    Re: Rhythmbox unable to detect iPhone

    thanks for the patience on helping me on this,

    here only picture files are visible on DCIM folder
    screenshot-snipboard.io-2020.08.25-19_45_20.png

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •