Transfering files from my HTC to my laptop fails via Bluetooth, Why?
I am trying to send some files from my HTC to my laptop having ubuntu 12.04 through a bluetooth; but while trying to send files i see the following error on my htc device:-
This transfer is forbidden by the target device
What does this error means, any permission issues? or something else. What settings do I need to make so that ubuntu can accept files easily.
I am able to send files from ubuntu to htc device via Bluetooth.
files android bluetooth devices transfer
add a comment |
I am trying to send some files from my HTC to my laptop having ubuntu 12.04 through a bluetooth; but while trying to send files i see the following error on my htc device:-
This transfer is forbidden by the target device
What does this error means, any permission issues? or something else. What settings do I need to make so that ubuntu can accept files easily.
I am able to send files from ubuntu to htc device via Bluetooth.
files android bluetooth devices transfer
Please don't change your question midway. An answer about regular MTP file transfer came in before you've edited your question to change it to a Bluetooth question.
– gertvdijk
Feb 6 '13 at 11:02
add a comment |
I am trying to send some files from my HTC to my laptop having ubuntu 12.04 through a bluetooth; but while trying to send files i see the following error on my htc device:-
This transfer is forbidden by the target device
What does this error means, any permission issues? or something else. What settings do I need to make so that ubuntu can accept files easily.
I am able to send files from ubuntu to htc device via Bluetooth.
files android bluetooth devices transfer
I am trying to send some files from my HTC to my laptop having ubuntu 12.04 through a bluetooth; but while trying to send files i see the following error on my htc device:-
This transfer is forbidden by the target device
What does this error means, any permission issues? or something else. What settings do I need to make so that ubuntu can accept files easily.
I am able to send files from ubuntu to htc device via Bluetooth.
files android bluetooth devices transfer
files android bluetooth devices transfer
edited Aug 14 '12 at 9:11
Ankit
asked Aug 12 '12 at 5:03
AnkitAnkit
2,390134374
2,390134374
Please don't change your question midway. An answer about regular MTP file transfer came in before you've edited your question to change it to a Bluetooth question.
– gertvdijk
Feb 6 '13 at 11:02
add a comment |
Please don't change your question midway. An answer about regular MTP file transfer came in before you've edited your question to change it to a Bluetooth question.
– gertvdijk
Feb 6 '13 at 11:02
Please don't change your question midway. An answer about regular MTP file transfer came in before you've edited your question to change it to a Bluetooth question.
– gertvdijk
Feb 6 '13 at 11:02
Please don't change your question midway. An answer about regular MTP file transfer came in before you've edited your question to change it to a Bluetooth question.
– gertvdijk
Feb 6 '13 at 11:02
add a comment |
4 Answers
4
active
oldest
votes
This might be happening because by default ubuntu doesn't recieve files over bluetooth. One possible solution might be to enable recieving files over bluetooth. Open the personal file sharing preferences window.
Then you'll see this window.
Just check the 'Recieve files in Downloads folder over bluetooth' and you're good to go.
For Ubuntu 18.04 and later:
File sharing can be changed in Settings -> Sharing,
which is turned OFF by default.
Also you might need to reconnect after changing this.
add a comment |
On the HTC device, go to Settings
-> Connect to PC
and look at Default connection type
. If this is set to 'Charge only', you can either select 'Disk drive', or check the 'Ask me' box.
This should allow you to mount the drives on the HTC device.
The question is about bluetooth file transfer, not direct USB connection.
– Javier Rivera
Feb 6 '13 at 9:50
1
@JavierRivera This was answered before the question was edited to "Bluetooth"! See revision 2 for example. This was certainly not clear at the time this answer came in.
– gertvdijk
Feb 6 '13 at 10:58
add a comment |
gnome-bluetooth (3.2.2-0ubuntu5) now has a working bi-directory I think. I used blueman before, I also had this bug occur on my HTC G4 G7 G11. bug can be found at https://bugs.launchpad.net/bugs/872044, etc.
1
Welcome to AskUbuntu! You may want to add where you got your information from as citing an up to date source of information is quite recommended for such answers.
– Oyibo
Feb 6 '13 at 10:45
add a comment |
Here is a workaround:
sudo apt-get install mtpfs
sudo mkdir /media/onex
sudo chmod 775 /media/onex
sudo mtpfs -o allow_other /media/onex
gksu gedit /etc/udev/rules.d/51-android.rules
and add the following line:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
and then:
sudo service udev restart
Didnt work for me but has for others.
1
The question is about bluetooth transfer, mtp is not relevant here.
– Javier Rivera
Feb 6 '13 at 9:49
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f174811%2ftransfering-files-from-my-htc-to-my-laptop-fails-via-bluetooth-why%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
This might be happening because by default ubuntu doesn't recieve files over bluetooth. One possible solution might be to enable recieving files over bluetooth. Open the personal file sharing preferences window.
Then you'll see this window.
Just check the 'Recieve files in Downloads folder over bluetooth' and you're good to go.
For Ubuntu 18.04 and later:
File sharing can be changed in Settings -> Sharing,
which is turned OFF by default.
Also you might need to reconnect after changing this.
add a comment |
This might be happening because by default ubuntu doesn't recieve files over bluetooth. One possible solution might be to enable recieving files over bluetooth. Open the personal file sharing preferences window.
Then you'll see this window.
Just check the 'Recieve files in Downloads folder over bluetooth' and you're good to go.
For Ubuntu 18.04 and later:
File sharing can be changed in Settings -> Sharing,
which is turned OFF by default.
Also you might need to reconnect after changing this.
add a comment |
This might be happening because by default ubuntu doesn't recieve files over bluetooth. One possible solution might be to enable recieving files over bluetooth. Open the personal file sharing preferences window.
Then you'll see this window.
Just check the 'Recieve files in Downloads folder over bluetooth' and you're good to go.
For Ubuntu 18.04 and later:
File sharing can be changed in Settings -> Sharing,
which is turned OFF by default.
Also you might need to reconnect after changing this.
This might be happening because by default ubuntu doesn't recieve files over bluetooth. One possible solution might be to enable recieving files over bluetooth. Open the personal file sharing preferences window.
Then you'll see this window.
Just check the 'Recieve files in Downloads folder over bluetooth' and you're good to go.
For Ubuntu 18.04 and later:
File sharing can be changed in Settings -> Sharing,
which is turned OFF by default.
Also you might need to reconnect after changing this.
edited Feb 5 at 8:15
Olorin
2,442924
2,442924
answered Feb 16 '13 at 14:11
sayantankhansayantankhan
1,16331126
1,16331126
add a comment |
add a comment |
On the HTC device, go to Settings
-> Connect to PC
and look at Default connection type
. If this is set to 'Charge only', you can either select 'Disk drive', or check the 'Ask me' box.
This should allow you to mount the drives on the HTC device.
The question is about bluetooth file transfer, not direct USB connection.
– Javier Rivera
Feb 6 '13 at 9:50
1
@JavierRivera This was answered before the question was edited to "Bluetooth"! See revision 2 for example. This was certainly not clear at the time this answer came in.
– gertvdijk
Feb 6 '13 at 10:58
add a comment |
On the HTC device, go to Settings
-> Connect to PC
and look at Default connection type
. If this is set to 'Charge only', you can either select 'Disk drive', or check the 'Ask me' box.
This should allow you to mount the drives on the HTC device.
The question is about bluetooth file transfer, not direct USB connection.
– Javier Rivera
Feb 6 '13 at 9:50
1
@JavierRivera This was answered before the question was edited to "Bluetooth"! See revision 2 for example. This was certainly not clear at the time this answer came in.
– gertvdijk
Feb 6 '13 at 10:58
add a comment |
On the HTC device, go to Settings
-> Connect to PC
and look at Default connection type
. If this is set to 'Charge only', you can either select 'Disk drive', or check the 'Ask me' box.
This should allow you to mount the drives on the HTC device.
On the HTC device, go to Settings
-> Connect to PC
and look at Default connection type
. If this is set to 'Charge only', you can either select 'Disk drive', or check the 'Ask me' box.
This should allow you to mount the drives on the HTC device.
edited Aug 12 '12 at 5:47
answered Aug 12 '12 at 5:40
Barton ChittendenBarton Chittenden
6771519
6771519
The question is about bluetooth file transfer, not direct USB connection.
– Javier Rivera
Feb 6 '13 at 9:50
1
@JavierRivera This was answered before the question was edited to "Bluetooth"! See revision 2 for example. This was certainly not clear at the time this answer came in.
– gertvdijk
Feb 6 '13 at 10:58
add a comment |
The question is about bluetooth file transfer, not direct USB connection.
– Javier Rivera
Feb 6 '13 at 9:50
1
@JavierRivera This was answered before the question was edited to "Bluetooth"! See revision 2 for example. This was certainly not clear at the time this answer came in.
– gertvdijk
Feb 6 '13 at 10:58
The question is about bluetooth file transfer, not direct USB connection.
– Javier Rivera
Feb 6 '13 at 9:50
The question is about bluetooth file transfer, not direct USB connection.
– Javier Rivera
Feb 6 '13 at 9:50
1
1
@JavierRivera This was answered before the question was edited to "Bluetooth"! See revision 2 for example. This was certainly not clear at the time this answer came in.
– gertvdijk
Feb 6 '13 at 10:58
@JavierRivera This was answered before the question was edited to "Bluetooth"! See revision 2 for example. This was certainly not clear at the time this answer came in.
– gertvdijk
Feb 6 '13 at 10:58
add a comment |
gnome-bluetooth (3.2.2-0ubuntu5) now has a working bi-directory I think. I used blueman before, I also had this bug occur on my HTC G4 G7 G11. bug can be found at https://bugs.launchpad.net/bugs/872044, etc.
1
Welcome to AskUbuntu! You may want to add where you got your information from as citing an up to date source of information is quite recommended for such answers.
– Oyibo
Feb 6 '13 at 10:45
add a comment |
gnome-bluetooth (3.2.2-0ubuntu5) now has a working bi-directory I think. I used blueman before, I also had this bug occur on my HTC G4 G7 G11. bug can be found at https://bugs.launchpad.net/bugs/872044, etc.
1
Welcome to AskUbuntu! You may want to add where you got your information from as citing an up to date source of information is quite recommended for such answers.
– Oyibo
Feb 6 '13 at 10:45
add a comment |
gnome-bluetooth (3.2.2-0ubuntu5) now has a working bi-directory I think. I used blueman before, I also had this bug occur on my HTC G4 G7 G11. bug can be found at https://bugs.launchpad.net/bugs/872044, etc.
gnome-bluetooth (3.2.2-0ubuntu5) now has a working bi-directory I think. I used blueman before, I also had this bug occur on my HTC G4 G7 G11. bug can be found at https://bugs.launchpad.net/bugs/872044, etc.
edited Feb 16 '13 at 13:41
answered Feb 6 '13 at 10:08
eexpresseexpress
366
366
1
Welcome to AskUbuntu! You may want to add where you got your information from as citing an up to date source of information is quite recommended for such answers.
– Oyibo
Feb 6 '13 at 10:45
add a comment |
1
Welcome to AskUbuntu! You may want to add where you got your information from as citing an up to date source of information is quite recommended for such answers.
– Oyibo
Feb 6 '13 at 10:45
1
1
Welcome to AskUbuntu! You may want to add where you got your information from as citing an up to date source of information is quite recommended for such answers.
– Oyibo
Feb 6 '13 at 10:45
Welcome to AskUbuntu! You may want to add where you got your information from as citing an up to date source of information is quite recommended for such answers.
– Oyibo
Feb 6 '13 at 10:45
add a comment |
Here is a workaround:
sudo apt-get install mtpfs
sudo mkdir /media/onex
sudo chmod 775 /media/onex
sudo mtpfs -o allow_other /media/onex
gksu gedit /etc/udev/rules.d/51-android.rules
and add the following line:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
and then:
sudo service udev restart
Didnt work for me but has for others.
1
The question is about bluetooth transfer, mtp is not relevant here.
– Javier Rivera
Feb 6 '13 at 9:49
add a comment |
Here is a workaround:
sudo apt-get install mtpfs
sudo mkdir /media/onex
sudo chmod 775 /media/onex
sudo mtpfs -o allow_other /media/onex
gksu gedit /etc/udev/rules.d/51-android.rules
and add the following line:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
and then:
sudo service udev restart
Didnt work for me but has for others.
1
The question is about bluetooth transfer, mtp is not relevant here.
– Javier Rivera
Feb 6 '13 at 9:49
add a comment |
Here is a workaround:
sudo apt-get install mtpfs
sudo mkdir /media/onex
sudo chmod 775 /media/onex
sudo mtpfs -o allow_other /media/onex
gksu gedit /etc/udev/rules.d/51-android.rules
and add the following line:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
and then:
sudo service udev restart
Didnt work for me but has for others.
Here is a workaround:
sudo apt-get install mtpfs
sudo mkdir /media/onex
sudo chmod 775 /media/onex
sudo mtpfs -o allow_other /media/onex
gksu gedit /etc/udev/rules.d/51-android.rules
and add the following line:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
and then:
sudo service udev restart
Didnt work for me but has for others.
edited Feb 6 '13 at 10:22
Eliah Kagan
82.4k22227368
82.4k22227368
answered Feb 6 '13 at 9:48
Bluedevil678Bluedevil678
1
1
1
The question is about bluetooth transfer, mtp is not relevant here.
– Javier Rivera
Feb 6 '13 at 9:49
add a comment |
1
The question is about bluetooth transfer, mtp is not relevant here.
– Javier Rivera
Feb 6 '13 at 9:49
1
1
The question is about bluetooth transfer, mtp is not relevant here.
– Javier Rivera
Feb 6 '13 at 9:49
The question is about bluetooth transfer, mtp is not relevant here.
– Javier Rivera
Feb 6 '13 at 9:49
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f174811%2ftransfering-files-from-my-htc-to-my-laptop-fails-via-bluetooth-why%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Please don't change your question midway. An answer about regular MTP file transfer came in before you've edited your question to change it to a Bluetooth question.
– gertvdijk
Feb 6 '13 at 11:02