How do I copy CD to my Android cellphone using lubuntu 18.10?












2














How do I copy audio CD to my Android 8.1.0 cellphone using lubuntu 18.10?










share|improve this question



























    2














    How do I copy audio CD to my Android 8.1.0 cellphone using lubuntu 18.10?










    share|improve this question

























      2












      2








      2







      How do I copy audio CD to my Android 8.1.0 cellphone using lubuntu 18.10?










      share|improve this question













      How do I copy audio CD to my Android 8.1.0 cellphone using lubuntu 18.10?







      lubuntu music 18.10 cd smartphone






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 3 hours ago









      Internet User

      88110




      88110






















          3 Answers
          3






          active

          oldest

          votes


















          2














          You need to extract files from your CD and copy them on your cellphone.
          For extracting, I personally use Asunder, which is available in Lubuntu repository and pretty simple to use.
          For copy, you'll need to connect your phone to your computer with Bluetooth or USB cable.






          share|improve this answer





















          • I connected the phone via USB but I do not have permission to write to the pcmanfm folder that opens for it. How do I copy files to it?
            – Internet User
            1 hour ago










          • When you connect the phone, you should have an option that pops up on your phone in the notification area. I don't have the exact wording in English, but basically you can choose between "Power supply only", "File transfer" and "Multimedia device". The "multimedia device" is the right one for you. Once done, you should be able to copy your music files :-)
            – FloT
            22 mins ago



















          2














          Here's what I did to get it working:




          1. connect the phone using the provided USB cable.

          2. verify it opens PCManfile and check it's listed via 'lsusb'.

          3. sudo apt install sound-juicer

          4. sudo apt install lubuntu-restricted-extras

          5. reboot computer (steps 3-5 are #ubuntu ioria's instruction)

          6. copy tracks from CD to computer with Sound Juicer, adding CD information to musicbrainz as needed.

          7. search 'USB' in phone settings, tap to open settings page, change option from 'charge' to 'transfer files' to enable write permissions.

          8. create a directory on your phone from within pcmanfile to store files (i chose the SD card)

          9. copy-paste files between pcmanfile folders to copy tracks to your phone.

          10. check to see if there's some 'safely remove' eject-external-drive feature on taskbar; disconnect cable from phone after all files have copied if not.

          11. Navigate to the 'Files' app on phone by default. Navigate to the folder, change the listing setting to see filenames, and tap on file to play.

          12. Consider installing better software to play files.






          share|improve this answer





















          • Good job! +1 for you.
            – heynnema
            15 mins ago










          • Thanks for your feedback, enjoy your music ;)
            – FloT
            2 mins ago



















          1














          You might look at GSConnect at https://extensions.gnome.org/extension/1319/gsconnect/
          and https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki



          GSConnect is a complete implementation of KDE Connect especially for GNOME Shell with Nautilus, Chrome and Firefox integration. It does not rely on the KDE Connect desktop application and will not work with it installed.



          KDE Connect allows devices to securely share content like notifications or files and other features like SMS messaging and remote control. The KDE Connect team has applications for Linux, BSD, Android, Sailfish and Windows.



          KDE Connect Indicator can support Gtk desktops other than GNOME Shell.






          share|improve this answer























          • Will this work in lubuntu 18.10? What packages must be installed? I thought lubuntu used LXQt whereas GNOME was for ubuntu, and that these are two different desktop environments.
            – Internet User
            1 hour ago










          • @InternetUser oh, I'm sorry, this only works with GNOME. I thought you were using Ubuntu 18.10.
            – heynnema
            49 mins ago










          • Installing gnome-shell-extension-gsconnect via Muon Package Manager added about 118 MB of packages to my laptop that were not automatically removed like I thought they'd be when I uninstalled that package. (I had tried to get it working before you added that comment.) Any advice on how to remove all the useless packages to free space back to what it was?
            – Internet User
            33 mins ago










          • In terminal, type "sudo apt autoremove". You'll see a list of "orphan" packages. You can safely allow apt to remove all of them. It is good to make this command from time to time for "maintenance" anyway (it removes old linux kernels and many other useless packages)
            – FloT
            19 mins ago












          • If autoremove doesn't solve it, look at /var/log/dpkg.log, and it should tell you what packages got installed for GSConnect. Make a good backup first, so if you remove something that causes a problem, you can restore. If you're not brave, just leave the 118 MB of packages where they are.
            – heynnema
            16 mins ago











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1106067%2fhow-do-i-copy-cd-to-my-android-cellphone-using-lubuntu-18-10%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          3 Answers
          3






          active

          oldest

          votes








          3 Answers
          3






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          You need to extract files from your CD and copy them on your cellphone.
          For extracting, I personally use Asunder, which is available in Lubuntu repository and pretty simple to use.
          For copy, you'll need to connect your phone to your computer with Bluetooth or USB cable.






          share|improve this answer





















          • I connected the phone via USB but I do not have permission to write to the pcmanfm folder that opens for it. How do I copy files to it?
            – Internet User
            1 hour ago










          • When you connect the phone, you should have an option that pops up on your phone in the notification area. I don't have the exact wording in English, but basically you can choose between "Power supply only", "File transfer" and "Multimedia device". The "multimedia device" is the right one for you. Once done, you should be able to copy your music files :-)
            – FloT
            22 mins ago
















          2














          You need to extract files from your CD and copy them on your cellphone.
          For extracting, I personally use Asunder, which is available in Lubuntu repository and pretty simple to use.
          For copy, you'll need to connect your phone to your computer with Bluetooth or USB cable.






          share|improve this answer





















          • I connected the phone via USB but I do not have permission to write to the pcmanfm folder that opens for it. How do I copy files to it?
            – Internet User
            1 hour ago










          • When you connect the phone, you should have an option that pops up on your phone in the notification area. I don't have the exact wording in English, but basically you can choose between "Power supply only", "File transfer" and "Multimedia device". The "multimedia device" is the right one for you. Once done, you should be able to copy your music files :-)
            – FloT
            22 mins ago














          2












          2








          2






          You need to extract files from your CD and copy them on your cellphone.
          For extracting, I personally use Asunder, which is available in Lubuntu repository and pretty simple to use.
          For copy, you'll need to connect your phone to your computer with Bluetooth or USB cable.






          share|improve this answer












          You need to extract files from your CD and copy them on your cellphone.
          For extracting, I personally use Asunder, which is available in Lubuntu repository and pretty simple to use.
          For copy, you'll need to connect your phone to your computer with Bluetooth or USB cable.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 3 hours ago









          FloT

          339113




          339113












          • I connected the phone via USB but I do not have permission to write to the pcmanfm folder that opens for it. How do I copy files to it?
            – Internet User
            1 hour ago










          • When you connect the phone, you should have an option that pops up on your phone in the notification area. I don't have the exact wording in English, but basically you can choose between "Power supply only", "File transfer" and "Multimedia device". The "multimedia device" is the right one for you. Once done, you should be able to copy your music files :-)
            – FloT
            22 mins ago


















          • I connected the phone via USB but I do not have permission to write to the pcmanfm folder that opens for it. How do I copy files to it?
            – Internet User
            1 hour ago










          • When you connect the phone, you should have an option that pops up on your phone in the notification area. I don't have the exact wording in English, but basically you can choose between "Power supply only", "File transfer" and "Multimedia device". The "multimedia device" is the right one for you. Once done, you should be able to copy your music files :-)
            – FloT
            22 mins ago
















          I connected the phone via USB but I do not have permission to write to the pcmanfm folder that opens for it. How do I copy files to it?
          – Internet User
          1 hour ago




          I connected the phone via USB but I do not have permission to write to the pcmanfm folder that opens for it. How do I copy files to it?
          – Internet User
          1 hour ago












          When you connect the phone, you should have an option that pops up on your phone in the notification area. I don't have the exact wording in English, but basically you can choose between "Power supply only", "File transfer" and "Multimedia device". The "multimedia device" is the right one for you. Once done, you should be able to copy your music files :-)
          – FloT
          22 mins ago




          When you connect the phone, you should have an option that pops up on your phone in the notification area. I don't have the exact wording in English, but basically you can choose between "Power supply only", "File transfer" and "Multimedia device". The "multimedia device" is the right one for you. Once done, you should be able to copy your music files :-)
          – FloT
          22 mins ago













          2














          Here's what I did to get it working:




          1. connect the phone using the provided USB cable.

          2. verify it opens PCManfile and check it's listed via 'lsusb'.

          3. sudo apt install sound-juicer

          4. sudo apt install lubuntu-restricted-extras

          5. reboot computer (steps 3-5 are #ubuntu ioria's instruction)

          6. copy tracks from CD to computer with Sound Juicer, adding CD information to musicbrainz as needed.

          7. search 'USB' in phone settings, tap to open settings page, change option from 'charge' to 'transfer files' to enable write permissions.

          8. create a directory on your phone from within pcmanfile to store files (i chose the SD card)

          9. copy-paste files between pcmanfile folders to copy tracks to your phone.

          10. check to see if there's some 'safely remove' eject-external-drive feature on taskbar; disconnect cable from phone after all files have copied if not.

          11. Navigate to the 'Files' app on phone by default. Navigate to the folder, change the listing setting to see filenames, and tap on file to play.

          12. Consider installing better software to play files.






          share|improve this answer





















          • Good job! +1 for you.
            – heynnema
            15 mins ago










          • Thanks for your feedback, enjoy your music ;)
            – FloT
            2 mins ago
















          2














          Here's what I did to get it working:




          1. connect the phone using the provided USB cable.

          2. verify it opens PCManfile and check it's listed via 'lsusb'.

          3. sudo apt install sound-juicer

          4. sudo apt install lubuntu-restricted-extras

          5. reboot computer (steps 3-5 are #ubuntu ioria's instruction)

          6. copy tracks from CD to computer with Sound Juicer, adding CD information to musicbrainz as needed.

          7. search 'USB' in phone settings, tap to open settings page, change option from 'charge' to 'transfer files' to enable write permissions.

          8. create a directory on your phone from within pcmanfile to store files (i chose the SD card)

          9. copy-paste files between pcmanfile folders to copy tracks to your phone.

          10. check to see if there's some 'safely remove' eject-external-drive feature on taskbar; disconnect cable from phone after all files have copied if not.

          11. Navigate to the 'Files' app on phone by default. Navigate to the folder, change the listing setting to see filenames, and tap on file to play.

          12. Consider installing better software to play files.






          share|improve this answer





















          • Good job! +1 for you.
            – heynnema
            15 mins ago










          • Thanks for your feedback, enjoy your music ;)
            – FloT
            2 mins ago














          2












          2








          2






          Here's what I did to get it working:




          1. connect the phone using the provided USB cable.

          2. verify it opens PCManfile and check it's listed via 'lsusb'.

          3. sudo apt install sound-juicer

          4. sudo apt install lubuntu-restricted-extras

          5. reboot computer (steps 3-5 are #ubuntu ioria's instruction)

          6. copy tracks from CD to computer with Sound Juicer, adding CD information to musicbrainz as needed.

          7. search 'USB' in phone settings, tap to open settings page, change option from 'charge' to 'transfer files' to enable write permissions.

          8. create a directory on your phone from within pcmanfile to store files (i chose the SD card)

          9. copy-paste files between pcmanfile folders to copy tracks to your phone.

          10. check to see if there's some 'safely remove' eject-external-drive feature on taskbar; disconnect cable from phone after all files have copied if not.

          11. Navigate to the 'Files' app on phone by default. Navigate to the folder, change the listing setting to see filenames, and tap on file to play.

          12. Consider installing better software to play files.






          share|improve this answer












          Here's what I did to get it working:




          1. connect the phone using the provided USB cable.

          2. verify it opens PCManfile and check it's listed via 'lsusb'.

          3. sudo apt install sound-juicer

          4. sudo apt install lubuntu-restricted-extras

          5. reboot computer (steps 3-5 are #ubuntu ioria's instruction)

          6. copy tracks from CD to computer with Sound Juicer, adding CD information to musicbrainz as needed.

          7. search 'USB' in phone settings, tap to open settings page, change option from 'charge' to 'transfer files' to enable write permissions.

          8. create a directory on your phone from within pcmanfile to store files (i chose the SD card)

          9. copy-paste files between pcmanfile folders to copy tracks to your phone.

          10. check to see if there's some 'safely remove' eject-external-drive feature on taskbar; disconnect cable from phone after all files have copied if not.

          11. Navigate to the 'Files' app on phone by default. Navigate to the folder, change the listing setting to see filenames, and tap on file to play.

          12. Consider installing better software to play files.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 16 mins ago









          Internet User

          88110




          88110












          • Good job! +1 for you.
            – heynnema
            15 mins ago










          • Thanks for your feedback, enjoy your music ;)
            – FloT
            2 mins ago


















          • Good job! +1 for you.
            – heynnema
            15 mins ago










          • Thanks for your feedback, enjoy your music ;)
            – FloT
            2 mins ago
















          Good job! +1 for you.
          – heynnema
          15 mins ago




          Good job! +1 for you.
          – heynnema
          15 mins ago












          Thanks for your feedback, enjoy your music ;)
          – FloT
          2 mins ago




          Thanks for your feedback, enjoy your music ;)
          – FloT
          2 mins ago











          1














          You might look at GSConnect at https://extensions.gnome.org/extension/1319/gsconnect/
          and https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki



          GSConnect is a complete implementation of KDE Connect especially for GNOME Shell with Nautilus, Chrome and Firefox integration. It does not rely on the KDE Connect desktop application and will not work with it installed.



          KDE Connect allows devices to securely share content like notifications or files and other features like SMS messaging and remote control. The KDE Connect team has applications for Linux, BSD, Android, Sailfish and Windows.



          KDE Connect Indicator can support Gtk desktops other than GNOME Shell.






          share|improve this answer























          • Will this work in lubuntu 18.10? What packages must be installed? I thought lubuntu used LXQt whereas GNOME was for ubuntu, and that these are two different desktop environments.
            – Internet User
            1 hour ago










          • @InternetUser oh, I'm sorry, this only works with GNOME. I thought you were using Ubuntu 18.10.
            – heynnema
            49 mins ago










          • Installing gnome-shell-extension-gsconnect via Muon Package Manager added about 118 MB of packages to my laptop that were not automatically removed like I thought they'd be when I uninstalled that package. (I had tried to get it working before you added that comment.) Any advice on how to remove all the useless packages to free space back to what it was?
            – Internet User
            33 mins ago










          • In terminal, type "sudo apt autoremove". You'll see a list of "orphan" packages. You can safely allow apt to remove all of them. It is good to make this command from time to time for "maintenance" anyway (it removes old linux kernels and many other useless packages)
            – FloT
            19 mins ago












          • If autoremove doesn't solve it, look at /var/log/dpkg.log, and it should tell you what packages got installed for GSConnect. Make a good backup first, so if you remove something that causes a problem, you can restore. If you're not brave, just leave the 118 MB of packages where they are.
            – heynnema
            16 mins ago
















          1














          You might look at GSConnect at https://extensions.gnome.org/extension/1319/gsconnect/
          and https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki



          GSConnect is a complete implementation of KDE Connect especially for GNOME Shell with Nautilus, Chrome and Firefox integration. It does not rely on the KDE Connect desktop application and will not work with it installed.



          KDE Connect allows devices to securely share content like notifications or files and other features like SMS messaging and remote control. The KDE Connect team has applications for Linux, BSD, Android, Sailfish and Windows.



          KDE Connect Indicator can support Gtk desktops other than GNOME Shell.






          share|improve this answer























          • Will this work in lubuntu 18.10? What packages must be installed? I thought lubuntu used LXQt whereas GNOME was for ubuntu, and that these are two different desktop environments.
            – Internet User
            1 hour ago










          • @InternetUser oh, I'm sorry, this only works with GNOME. I thought you were using Ubuntu 18.10.
            – heynnema
            49 mins ago










          • Installing gnome-shell-extension-gsconnect via Muon Package Manager added about 118 MB of packages to my laptop that were not automatically removed like I thought they'd be when I uninstalled that package. (I had tried to get it working before you added that comment.) Any advice on how to remove all the useless packages to free space back to what it was?
            – Internet User
            33 mins ago










          • In terminal, type "sudo apt autoremove". You'll see a list of "orphan" packages. You can safely allow apt to remove all of them. It is good to make this command from time to time for "maintenance" anyway (it removes old linux kernels and many other useless packages)
            – FloT
            19 mins ago












          • If autoremove doesn't solve it, look at /var/log/dpkg.log, and it should tell you what packages got installed for GSConnect. Make a good backup first, so if you remove something that causes a problem, you can restore. If you're not brave, just leave the 118 MB of packages where they are.
            – heynnema
            16 mins ago














          1












          1








          1






          You might look at GSConnect at https://extensions.gnome.org/extension/1319/gsconnect/
          and https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki



          GSConnect is a complete implementation of KDE Connect especially for GNOME Shell with Nautilus, Chrome and Firefox integration. It does not rely on the KDE Connect desktop application and will not work with it installed.



          KDE Connect allows devices to securely share content like notifications or files and other features like SMS messaging and remote control. The KDE Connect team has applications for Linux, BSD, Android, Sailfish and Windows.



          KDE Connect Indicator can support Gtk desktops other than GNOME Shell.






          share|improve this answer














          You might look at GSConnect at https://extensions.gnome.org/extension/1319/gsconnect/
          and https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki



          GSConnect is a complete implementation of KDE Connect especially for GNOME Shell with Nautilus, Chrome and Firefox integration. It does not rely on the KDE Connect desktop application and will not work with it installed.



          KDE Connect allows devices to securely share content like notifications or files and other features like SMS messaging and remote control. The KDE Connect team has applications for Linux, BSD, Android, Sailfish and Windows.



          KDE Connect Indicator can support Gtk desktops other than GNOME Shell.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 48 mins ago

























          answered 2 hours ago









          heynnema

          18.1k22054




          18.1k22054












          • Will this work in lubuntu 18.10? What packages must be installed? I thought lubuntu used LXQt whereas GNOME was for ubuntu, and that these are two different desktop environments.
            – Internet User
            1 hour ago










          • @InternetUser oh, I'm sorry, this only works with GNOME. I thought you were using Ubuntu 18.10.
            – heynnema
            49 mins ago










          • Installing gnome-shell-extension-gsconnect via Muon Package Manager added about 118 MB of packages to my laptop that were not automatically removed like I thought they'd be when I uninstalled that package. (I had tried to get it working before you added that comment.) Any advice on how to remove all the useless packages to free space back to what it was?
            – Internet User
            33 mins ago










          • In terminal, type "sudo apt autoremove". You'll see a list of "orphan" packages. You can safely allow apt to remove all of them. It is good to make this command from time to time for "maintenance" anyway (it removes old linux kernels and many other useless packages)
            – FloT
            19 mins ago












          • If autoremove doesn't solve it, look at /var/log/dpkg.log, and it should tell you what packages got installed for GSConnect. Make a good backup first, so if you remove something that causes a problem, you can restore. If you're not brave, just leave the 118 MB of packages where they are.
            – heynnema
            16 mins ago


















          • Will this work in lubuntu 18.10? What packages must be installed? I thought lubuntu used LXQt whereas GNOME was for ubuntu, and that these are two different desktop environments.
            – Internet User
            1 hour ago










          • @InternetUser oh, I'm sorry, this only works with GNOME. I thought you were using Ubuntu 18.10.
            – heynnema
            49 mins ago










          • Installing gnome-shell-extension-gsconnect via Muon Package Manager added about 118 MB of packages to my laptop that were not automatically removed like I thought they'd be when I uninstalled that package. (I had tried to get it working before you added that comment.) Any advice on how to remove all the useless packages to free space back to what it was?
            – Internet User
            33 mins ago










          • In terminal, type "sudo apt autoremove". You'll see a list of "orphan" packages. You can safely allow apt to remove all of them. It is good to make this command from time to time for "maintenance" anyway (it removes old linux kernels and many other useless packages)
            – FloT
            19 mins ago












          • If autoremove doesn't solve it, look at /var/log/dpkg.log, and it should tell you what packages got installed for GSConnect. Make a good backup first, so if you remove something that causes a problem, you can restore. If you're not brave, just leave the 118 MB of packages where they are.
            – heynnema
            16 mins ago
















          Will this work in lubuntu 18.10? What packages must be installed? I thought lubuntu used LXQt whereas GNOME was for ubuntu, and that these are two different desktop environments.
          – Internet User
          1 hour ago




          Will this work in lubuntu 18.10? What packages must be installed? I thought lubuntu used LXQt whereas GNOME was for ubuntu, and that these are two different desktop environments.
          – Internet User
          1 hour ago












          @InternetUser oh, I'm sorry, this only works with GNOME. I thought you were using Ubuntu 18.10.
          – heynnema
          49 mins ago




          @InternetUser oh, I'm sorry, this only works with GNOME. I thought you were using Ubuntu 18.10.
          – heynnema
          49 mins ago












          Installing gnome-shell-extension-gsconnect via Muon Package Manager added about 118 MB of packages to my laptop that were not automatically removed like I thought they'd be when I uninstalled that package. (I had tried to get it working before you added that comment.) Any advice on how to remove all the useless packages to free space back to what it was?
          – Internet User
          33 mins ago




          Installing gnome-shell-extension-gsconnect via Muon Package Manager added about 118 MB of packages to my laptop that were not automatically removed like I thought they'd be when I uninstalled that package. (I had tried to get it working before you added that comment.) Any advice on how to remove all the useless packages to free space back to what it was?
          – Internet User
          33 mins ago












          In terminal, type "sudo apt autoremove". You'll see a list of "orphan" packages. You can safely allow apt to remove all of them. It is good to make this command from time to time for "maintenance" anyway (it removes old linux kernels and many other useless packages)
          – FloT
          19 mins ago






          In terminal, type "sudo apt autoremove". You'll see a list of "orphan" packages. You can safely allow apt to remove all of them. It is good to make this command from time to time for "maintenance" anyway (it removes old linux kernels and many other useless packages)
          – FloT
          19 mins ago














          If autoremove doesn't solve it, look at /var/log/dpkg.log, and it should tell you what packages got installed for GSConnect. Make a good backup first, so if you remove something that causes a problem, you can restore. If you're not brave, just leave the 118 MB of packages where they are.
          – heynnema
          16 mins ago




          If autoremove doesn't solve it, look at /var/log/dpkg.log, and it should tell you what packages got installed for GSConnect. Make a good backup first, so if you remove something that causes a problem, you can restore. If you're not brave, just leave the 118 MB of packages where they are.
          – heynnema
          16 mins ago


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1106067%2fhow-do-i-copy-cd-to-my-android-cellphone-using-lubuntu-18-10%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Morgemoulin

          Scott Moir

          Souastre