Problem with file transfer via Bluetooth

I have been trying to receive some large files (43Mb) via bluetooth from another device but always get transfer fail message. But i could receive smaller flies...
-Does this have anything to do with the device memory limit of 15MB?
-How can i receive larger video files from other devices using bluetooth?
-Does the BOLD have the same problem?
Please help.
Thanks

What type of errors is being generated? Are you trying to save that file on device memory or media card? try moving that file on media card.
tanzim                                                                                  
If your query is resolved then please click on “Accept as Solution”
Click on the LIKE on the bottom right if the post deserves credit

Similar Messages

  • Problem with file transfer via wi-fi!

    Hi, folks,
    Please, could someone help me to get a music file I made using Groovemaker app?
    After finish the mix, I built a song. Then, I saved it in the "mix browser".
    In the end of the exporting process, I typed the URL address displayed in the browser (http://192.168.0.188:5555/, on Firefox, Chrome and IE), but something gone wrong and, every time I export the same song - it's my first exporting action - I got a message such "The page hasn't loaded... limit time reached".
    What's the problem with my wi-fi connection? Should I set something in my router? According to the company website (http://www.groovemaker.com/gmiphone/features/) this kind of wi-fi file transfer is easy, but not to me...
    Thanks in advance!
    Alex

    What type of errors is being generated? Are you trying to save that file on device memory or media card? try moving that file on media card.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Problems with itunes sound via bluetooth in windows 8

    itunes installed in computer windows 8.1 stopped working the audio via bluetooth, only itunes, the Bluetooth speakers work in the other programs and applications, music, movies, internet, even the regular windows sounds, it works, with itunes no sound, only sometimes, strange noise when you change tracks

    I had that problem too. Maybe it works when you change your Bitrate in Itunes. My Bluetooth speakers run at 48 Khz and after the Itunes update, Itunes changed his settings to 44.1 kHz (before the update it was also 48kHz). I hope i could help you. Sorry for bad english i'm from Germany

  • Toshiba AT300-101 file transfer via Bluetooth

    I am trying to transfer files from my AT300-101 tablet to my PC via Bluetooth but have been unable to.
    I have managed to pair and connect it
    on another note anyone know when the TOSHIBA AT300 Stand Case might be available to buy.
    Thanks

    >on another note anyone know when the TOSHIBA AT300 Stand Case might be available to buy.
    I googled around and already found one online shop who provides the TOSHIBA AT300 Stand Case
    >I am trying to transfer files from my AT300-101 tablet to my PC via Bluetooth but have been unable to.
    Did you try the Android App called: "Bluetooth File Transfer
    This allows you to send the files via Bluetooth directly to another smartphone or tabled without transferring this files to PC firstly.

  • Automatically accepting file transfer via Bluetooth?

    I'm often sending files from my cellphone to the Mac.
    Alas, for each file I must again click "accept" in the Bluetooth File Exchange dialog. It is especially annoying since sometimes I do not even sit in front of the computer and just want to clear my phone's memory from afar.
    Is there any way to have the files accepted to be received automatically?
    Thanks!

    What you need to do is the following:
    On your blackberry:  Browse to Media, and select, pictures (for example), now press the menu button while in pictures and select "receive using Bluetooth"  Now send a file from your mac using the bluetooth file transfer.  This will work - if it doesn't then there may be an issue with either your mac or bb.  Let me know if you need further instructions.  Good luck.

  • Problem with file transfer over the net

    Hi!I'm trying to make a program that allows to send/receive files and I'm almost done,except for a little problem:the file received has some bytes missing at the end!
    For example if I send a text the last 2-3 lines are missing,same thing for an image,an html document,etc.,although the file opens without any problem.As transport-level protocol I'm using TCP so it's not a networking problem,I think the problem is in the application layer so I post here the code,hoping someone helps me out(in this example I'm trying to send an image .jpg):
    Sender:
    Socket connectionSocket=new Socket("ipadress",port);
    FileInputStream source=new FileInputStream(System.getProperty("user.home")+"\\Documents\\image.jpg");
    BufferedOutputStream send=new BufferedOutputStream(connectionSocket.getOutputStream());
    int c;
    while ((c = source.read()) !=-1)
                    send.write(c1);
    Receiver
    ServerSocket receiverSocket=new ServerSocket(port);
    Socket  connection=receiverSocket.accept();
    BufferedInputStream rec=new BufferedInputStream(connection.getInputStream());
    FileOutputStream receivedFile=new FileOutputStream(System.getProperty("user.dir")+"\\received.jpg");
    int c;
    while ((c = rec.read()) != -1)
                    receivedFile.write(c);I think the problem is in this code:somehow the sender stops sending bytes before the end of the file is actually reached...what do u think?

    Thank you so much!At the end it was a very stupid mistake!:D
    Btw now that the main problem is solved I continue posting asking for your opinion:is this program for you efficient enough?Or there's a better way to do file transfer?

  • Problem with file transfer

    When i try to transfer a non zipped file or a pages file i've got this error, it's recent but can't tell you when. But I can transfer image (jpg, png...)
    I've Chax version 1.4.8 for Mac OS X 10.4.3.
    Impossible d’envoyer le fichier “Sans titre.pages” à XXXXX xxxxxx <[email protected]> :
    Une erreur est survenue.
    Your buddy cannot receive transfers of directories (folders). You could create and send a zip archive of the directory before sharing, or share each file in the directory individually.
    Thx for your answer

    No problem.
    Unsubtle hint time.
    New Discussions ReponsesThe new system for discussions asks that after you mark your question as Solved. You should take the time to mark any posts that have aided you with the tag and the post that provided your answer with the tag. This not only gives points to the posters, but points anyone searching for answers to similar problems to the proper posts.
    Alternatively, you can change the status to Answered.
    If we use the forums properly they will work well...
    7:36 PM Friday; April 13, 2007

  • Iphoto problem with file transfer

    hello i have a problem, i transfer my iphoto library from my brother account to my account, and when i try to open them i can't because my mac tell me that i don't have license and power to do that. I've tried to change sharing settings from my brother account and also from mine, but in my accounts files don't open,help me please.

    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Use the option to check and repair Library permissions.

  • Problems with file transfer to application server

    Hi Experts,
        am using sap 4.0 version. Now i want to transfer data to application sever in csv format.
    I have doubt, since 4.0 is not a unicode check then how can we handle text while transferring to application server.
    how we find the text is double bit or single bit? how can i convert this and download to al11.

    Hi
    If you want to transfer the file to App Server through a custom Program, then you need to use
    V_FILENAME = Complete path with filename.
    Open dataset V_FILENAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    if sy-subrc EQ 0.
    loop at itab into watab.
    move watab to V_String.
    transfer V_String to V_FILENAME
    endloop.
    endif.
    If you want to transfer the file to App Server manually then use the transaction.
    CG3Z
    If you want to get the file from App Server through a custom Program, then you need to use
    Open dataset V_FILENAME FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    if SY-SUBRC EQ 0.
    DO.
    Read dataset V_FILENAME INTO V_STRING.
    if sy-subrc ne 0.
    exit.
    endif.
    Move this V_string to Wa
    append wa to itab
    enddo.
    endif.
    If you want to Copy the file from App Server manually then use the transaction.
    CG3Y
    If you want to append the file , then first find out if the file is present in the asked location or not.
    Call the FM to List all the Files in the directory - 'RZL_READ_DIR_LOCAL' and store the data in an internal table
    Search this internal table to see if the file already exists.
    if it is present use
    OPEN dataset V_FILENAME in text mode for appending.
    if sy-subrc EQ 0.
    loop at itab into watab.
    move watab to V_String.
    transfer V_String to V_FILENAME
    endloop.
    endif.
    Do not forget to CLOSE DATEST after opening it.
    Cheers

  • Problem with file transfer - Zen To

    Hi,
    For no apparent reason, I can no longer transfer files to my Zen Touch (20GB). Last night I was putting a few albums on no problem, and then all of a sudden it wouldn't work. I tried again just now but the same thing keeps happening. Here is the error message I am gettting:
    "Unable to create file
    Restart player and try again"
    I am certain that the player is connected correctly and it displays the usual "docked" message on screen. Can anyone tell me what is wrong and how to fix it's
    Much appreciated,
    Ross

    <FONT face=Century>I've experienced this a few times and the only conclusion I've been able to come to is that the connection of some sort goes after a while if you are doing other things on the computer (whether you are doing stuff online or otherwise).
    <FONT face=Century>Whenever this happens, I have to actually switch off the computer and reboot again and this 99% of the time resolves it.
    <FONT face=Century>If I just use the programme/computer to 'rip' songs and nothing else, I never have had any problems which is why I think the programme doesn't like the computer doing too many other things at the same time.
    <FONT face=Century>This works for me anyway. Hope it does for you.

  • File transfer via bluetooth on iPad

    So I have an iPhone 3GS and an iPad 2, both have iOS 5.0.1 installed.
    I was wondering if it were possible to transfer pictures from my iPhone to my iPad through the bluetooth connection.
    Or is there some other quick way to this?

    If you are just doing pictures, there are some apps availalbe, but as meg says, they are slow and i have found at least one to be unreliable to the point of uselessness.  So if you decide that you want one, read thr reviews carefully.
    If you are commonly within a wifi area, consider an app called photosync, which works very well between devices and the computer.    Pictures only. But almost idiot proof.

  • Problems with data transfer to CEN via SAPCCM4X agent

    Hello!
    We are facing with the the following problem with data transfer since we installed SAPCCM4X agent:
    - new alerts can only be seen within alert history
    - old alerts cannot be deleted
    We checked the agents via RZ21 and also the appropriate log files do not get further information.
    When we stop the SACCM4X agents and the monitoring data is representing via RFC connection everything is ok.
    Can some one help to solve this problem?
    Thank you!

    As Woodmeister50 told, direct connect between two iMacs via Ethernet cable is much faster than via adaptor, I suppose.
    OS X: How to migrate data from another Mac using Mountain Lion and earlier
    OS X: How to migrate data from another Mac using Mavericks

  • Purpose: to create photo galleries to insert or not items: 1) with phocagalery, it works 2) with the transfer via lightroom, I do not see the downloaded files but if I want to create a directory folder with the same name, he said he is already, I see noth

    purpose: to create photo galleries to insert or not items:
    1) with phocagalery, it works
    2) with the transfer via lightroom, I do not see the downloaded files but if I want to create a directory folder with the same name, he said he is already, I see nothing in the media in content management
    Can you help me

    Mahsa21,
    We are glad that we were able to resolve the international calling plan issue for you.  If you need assistance,please  reach out to us.
    thanks,
    Tonya D.

  • Problem with FIle Adapter

    Hi
    We r facing typical problem with file adapter.
    Lets say there are 30 files to be processed  by placing an copy in arichive folder by file adapter  based on pooling 
    parameters.
    All the 30  files are picked up and we can see the copies in archive folder.
    But when we go to RWB and check the audit log,
    there we could see only 25 files , the 5 files are missing.
    no trace found therre about the 5 files.
    This is happening only some times and not to all the files placed in the FTP. Later when the same file is placed back from the Archive folder to the Source folder, the file is being picked and processed succesfully.
    unfortunately this is happening on Production server
    Any pointers which could trouble shoot this issue.
    Regards
    shekar chandra

    Hi,
    Couple of thing which you can try....
    1. Use EOIO QoS and check if you still face the issue.
    Is some program or application writing files to the directory? If yes I would recommend the use of a temporary name to write the files and then rename them.
    Sometimes when an external application connects via FTP and transfers the files...
    The file could be picked up by the adapter poll even before the transfer of data is done.
    Which is why you will find that the file is archived but there is no xml message created for the same in the Integration engine.
    Try increasing the poll interval. This helps sometimes.
    Regards,
    Sidharth

  • Problems with File Transfers Over Firewire 800

    Problems with File Transfers Over Firewire 800.
    Over the past month, I have had problems when transfering files from my harddrive, over Firewire 800 to a portable drive. I usually transfer very large files (20gb or more) to the portable drives for moving files around. When I drag a file over to copy onto a drive, the transfer starts normally. If I drag more files to copy over, the computer screen goes darker and a large icon comes up that looks like a power button icon. It tells me to restart, so I have to do a hard shut down on my G5. Weird. I also get the dark screen of death sometimes when I am transfering those large files and open another application to do some work while it's copying. It's killing me. I am having to sit here and wait for the transfer to finish before I can do anything.
    Any thoughts...
    Dual 2.7 GHz PowerPC G5
    Mac OSX 10.4.3
    Dual 2.7 GHz PowerPC G5   Mac OS X (10.4.3)  

    Have you run the Apple Hardware Test? Sounds like it could be a RAM problem.

Maybe you are looking for

  • Digital signature on xml string

    Hello I'm trying to sign an xml string, but when I do so, I receive: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted.      at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.insertBefore(Unknown Source)  

  • SPRY accordion and tabs not displaying in IE6

    Hi everyone: Even after clearing up some validation errors in my HTML, I am experiencing issues with a SPRY accordion and another page with a Tabbed SPRY widget not appearing in IE6. The pages all work fine in IE7, Firefox and Safari. I would greatly

  • Outlook Delegate via Powershell (Exchange Online)

    I'm trying to set a delegate for a mailbox via powershell in Exchange Online (Office 365), but the delegated user does not receive the "Meeting Accepted" messages. I've tested it with my account, and I don't get the meeting accept messages. I've re

  • How to view logs of web application deployed in oc4j

    Hi, I have my oc4j server running, I have deployed a web application under instance DCG. Please let us know, where can I find the logs of my application. Thanks, Nagesh.

  • Document type change Effect & Affect

    Dear All , Experts. I am suppose to change the document type for Write Up depreciation for Asset form AO78 & Transaction Type 711 from AA to SA previously it was to AA and posting was not hitting GL A/C. I want to change it to SA if I change it to SA