Sync between Memory Drive and PC wihout using cloud service

I want to sync between Memory Drive (SD Card) and PC.
I do not want to use any cloud service.
i did not find blackberry link doing the job. It just copies files on either direction, depend where we invoked the command.
i am ok to manual sync only when connected to PC by cable. I do not expect any sync on WiFi or over internet.
Any idea, how can we do it.
Solved!
Go to Solution.

Another option i used is access SD card over WiFi, first we need to enable WiFi Access from media storate option.
Then map SD card as a drive on PC.
Default userid is \Blackberry and password is whatever we set.
Then right click and select make always available offline.

Similar Messages

  • I was able to use wi-fi sync between the ipad1 and my pc(windows 7), but not now.  Can you help me?

    I was able to use wi-fi sync between the ipad1 and my pc(windows 7), but not now.  Can you help me?

    Remove the iPhone from the list of devices in the car. Remove the car from the list of devices in the iPhone. Turn Bluetooth off on the phone and reset the phone. hodl the sleep/wake and home buttons together until you see the Apple logo and release. The phone will reboot. Turn the car on and put the radio into discovery/pairing mode. Turn Bluetooth on for the iPhone which puts it into discovery/pairing mode. The two should see each other.

  • How can I Sync a folder (which contains all types files, sub folders and weighs some gigs) through wifi or USB ( and not using cloud services) between my New Ipad and Win 7 PC? Any apps available? Kindly help

    How can I Sync a folder (which contains all types files, sub folders and weighs some gigs) through wifi or USB ( and not using cloud services) between my New Ipad and Win 7 PC? Any apps available?
    kindly suggest a solution.
    Thank you inadvance!

    You can only import photos/videos via USB and the camera connection kit.
    ITunes: Syncing media content to your iOS devices
    http://support.apple.com/kb/ht1351
     Cheers, Tom

  • Can you move files back and forth between an iPad and a PC using iTunes?

    If I read this article correctly, http://support.apple.com/kb/ht4094 I should be able to connect my iPad to my PC, fire up iTunes and then on the Apps tab in iTunes I should be able to click on an app, Pages for example and then just drag files onto the Pages Documents column from a Windows Explorer window.
    This is great.  I was hoping to use DropBox but it is such a hassle I don't know why people are so thrilled with DropBox on iPad.  If I can just move files back and forth using iTunes that should be fairly easy.  I wish there was a way to just upload my files to iCloud from my PC but the iCloud control panel app for Windows only seems to connect Outlook, Photostream and Bookmarks. I want to be able to just carry my iPad and not have to deal with a computer. 
    I thought that they said that you didn't need to have a computer to have an iPad.  I guess if you have a computer and then GET an iPad its a different story, unless you have a Mac of course.
    Anyway my question is: can you move files back and forth between a PC and an iPad using just iTunes?

    I still need to do some trial and error testing with DropBox and my iPad.  But can I link my iPad to my DropBox account so that I can always see the files on DropBox when I open Pages on my iPad?  I just want one place to store my documents, and iCloud doesn't seem to be up to the task when it comes to opening a fil;e, editing it and then saving it back to iCloud.  I just want a networked storage location that works like a networked drive on my LAN.
    I realize that hollywood and the music industry are up in arms about file sharing on the Cloud which is why so many things are made more difficult than they need to be. 

  • Communication between a driver and application.

    Communication between a driver and application.
    I am writing a driver for a PCI card. I have found very good examples of how the driver should be build.
    Where do I find the information about how the user mode application should be talking the driver.
    So If you have any idea that will help me, please let me know.

    Hi,Sir
    This for your reference.
    It will create pci adapter device node at /devices .
    You can use AP function call ioctl to Communicate with your device driver.
    static int
    xxattach(dev_info_t *dip, ddi_attach_cmd_t cmd)
    int instance = ddi_get_instance(dip);
    switch (cmd) {
    case DDI_ATTACH:
    allocate a state structure and initialize it.
    map the device�s registers.
    add the device driver�s interrupt handler(s).
    initialize any mutexes and condition variables.
    create power manageable components.
    * Create the device�s minor node. Note that the node_type
    * argument is set to DDI_NT_TAPE.
    if (ddi_create_minor_node(dip, "minor_name", S_IFCHR,
    instance, DDI_NT_TAPE, 0) == DDI_FAILURE) {
    free resources allocated so far.
    /* Remove any previously allocated minor nodes */
    ddi_remove_minor_node(dip, NULL);
    return (DDI_FAILURE);
    * Create driver properties like "Size." Use "Size"
    * instead of "size" to ensure the property works
    * for large bytecounts.
    xsp->Size = size of device in bytes;
    maj_number = ddi_driver_major(dip);
    if (ddi_prop_update_int64(makedevice(maj_number, instance),
    dip, "Size", xsp->Size) != DDI_PROP_SUCCESS) {
    cmn_err(CE_CONT, "%s: cannot create Size property\n",
    ddi_get_name(dip));
    free resources allocated so far
    return (DDI_FAILURE);

  • My Notes no longer sync between my mac and iPhone. I have tried everything.

    My notes used to sync between my phone and my mac until a week and a half ago when it all of a sudden stopped. I have done absolutely everything that I have seen given as rememdies to this and nothing is working. I am thinking it is an issue with the phone, not the laptop. What now?

    I have gone to setting and tried to unmark and remark Notes within iCloud and within gmail and any other accounts I can. I have tried relogging in to all accounts that have Notes marked on both the phone and the computer. I have tried resetting the network connection. I have tried moving the notes on the computer from one account to another to see if that changes anything. I have tried plugging the phone into the laptop and resolving things that way.
    I normally have synced through iCloud and also through gmail. My iCloud storage is nearly full but I didn't think that that would be one of the effecting factors?
    I am all out of ideas. It just stopped all of a sudden?

  • SSRS 2012 ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application

    I have a SSRS installation, I have deployed my connections to, but they fail with title message.  The drivers and ODBC on the box are setup and work fine with 32 bit ODBC conn manager. 
    When I run or configure my connections on the site, via the browser, I get errors connecting.
    I tried to find which app pool http://server/ReportServer application used, but I am not finding that, so my first ?
    How do I find in IIS what app pool SSRS application is using?
    I have 2008 server, running SQL 2012 V.S. 2010 and I think I need to enable my app pool to use 32 bit, but cannot figure out which one it uses?  I see default set to 32 bit = true, which I thought would be it.
    Can I set my SSRS project to use x86, platform? Like I did with SSIS? 
    If so, how?  SSRS and SQL 2012 somewhat new for me. Thanks
    Developer MS Reporting Services

    Hi DCady,
    To manage a data source that connects to a 32-bit driver under 64-bit platform, we use C:\Windows\SysWOW64\odbcad32.exe. To manage a data source that connects to a 64-bit driver, we use C:\Windows\System32\odbcad32.exe.
    Generally, if we use the 64-bit odbcad32.exe (C:\Windows\System32\odbcad32.exe) to configure or remove a DSN that connects to a 32-bit driver, for example, Driver do Microsoft Access (*.mdb), we will receive the following error message:
    The specified DSN contains an architecture mismatch between the Driver and Application
    To resolve this error, we need to use the 32-bit odbcad32.exe (C:\Windows\SysWOW64\odbacad32.exe) to configure or remove the DSN.
    Besides, please make sure there are no DSN using the same name in both 64-bit and 32-bit ODBC Data Source Administrator.
    Reference:
    Managing Data Sources
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • HT204053 I have set up i cloud but my calendars wont sync between MacBook, Ipad and iPhone. Is there a refresh style option or does anyone know what to do to make sure the calendar on my MacBook is the one that the other devices reads. Thanks everyone.

    I have set up i cloud but my calendars wont sync between MacBook, Ipad and iPhone. Is there a refresh style option or does anyone know what to do to make sure the calendar on my MacBook is the one that the other devices reads. Thanks everyone.

    Don't spend a lot of time trying to change it. It's an iCloud problem that's happened before, and when it happened in August it went back to the correct colors in a few days. Just be careful when you add new items to the calendar to use the right calendar (even if the color is wrong), otherwise you'll have things out of synch when the correct colors come back.

  • I can't get my iCal to sync between my iPhone and my MacBook Pro any suggestions?

    I can't get my iCal to sync between my iPhone and my MacBook Pro any suggestions?

    Check your Settings on both devices. Is iCloud's calender sync turned on (Settings > iCloud > Calendar)? Please make also sure that you are not only using local calendars.

  • How to recover photos from device that screen doesnt work, and didn't use cloud or a memory card. (chip)

    How to recover photos from device that screen doesnt work, and didn't use cloud or a memory card. (chip)

        I'm sorry to hear you no longer have access to your pictures ItzKB11. I know they're important, we'll do everything we can to help. However, since you did not back them up to any source and the screen does not work, we only have a couple options. Try using the USB cable to tranfer to PC:
    From the Device to a Computer
      • Launch Windows Explorer.
    Using the computer keyboard, press Windows E (  E) keys.
    Alternatively, right-click Start then click Explore.
      • Using Windows Explorer, navigate to:
      • SCH-I545 > Phone
      • Utilize the computer to copy video/picture files from the following folders into the desired folder(s) on the computer's hard drive:
      • DCIM
      • Download
      • Movies
      • Pictures
      • Disconnect the USB cable from the computer.
    If you're unable to retrieve them that way, use this http://vz.to/1zyIQwo.
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

  • My note has stopped syncing between my ipad and iphone

    Note has stopped syncing between my ipad and my iphone. Can anybody help please?

    Settings>icloud.  Assuming you have already set up the connection to icloud (ID, password), then turn on Calendars on that screen.
    If they don't appear, then log into icloud.com using a computer's browser and look at the calendars page.  If empty, then you are not syncing calendars from your device to icloud.  If there, then be sure Calendars is turned on in Settings>iCloud or System Preferences>iCloud.

  • Did Mountain Lion break calendar and note sync between the Mac and iPhone?

    When I was running Lion, my calendars and notes synced properly between my Mac and iPhone (with notes going into Mail.app). After upgrading to Mountain Lion, the notes on my Mac were moved into Notes.app and my calendars appeared to be unharmed. I've recently noticed that neither my calendars nor my notes are syncing between my Mac and iPhone.
    I use iTunes to sync my data (either via USB or WiFi) and have no interest in moving to iCloud. I have tried the suggestion of enabling iCloud sync on my iPhone, then disabling, as well as telling iTunes to overwrite the calendar data on my iPhone. Neither of these approaches has solved my sync problem.

    I found a solution to my problem. Hopefully it helps someone else too.
    I deleted the following file and folder:
         ~/Library/Calendars/Calendar Cache
         ~/Library/Calendars/Calendar Sync Changes/
    When I synced my iPhone, I was presented with several sync conflicts to resolve. I resolved them and applied the changes immediately. Now my Mac and iPhone are in sync and I've confirmed that changes are syncing from my Mac to my iPhone (I'll confirm that it works the other direction tomorrow when I can look at my calendar at work).
    This is the thread that helped me:
    https://discussions.apple.com/message/19121379#19121379

  • My icalendar is not syncing between my mac and iphone

    My icalendar is not syncing between my mac and iphone.  Everything for icalendar and icloud is turned on for all devices.  PLEASE HELP

    Settings>icloud.  Assuming you have already set up the connection to icloud (ID, password), then turn on Calendars on that screen.
    If they don't appear, then log into icloud.com using a computer's browser and look at the calendars page.  If empty, then you are not syncing calendars from your device to icloud.  If there, then be sure Calendars is turned on in Settings>iCloud or System Preferences>iCloud.

  • Architecture mismatch between ODBC driver and application

    Hi,
    I have Windows 2008 server R2 OS which is 64 bit OS. I have created an SQL Server ODBC connections for my CMC database. I am trying to install Crystal Reports Server 2008 V1 SP3 but I am getting this "architecture mismatch between ODBC driver and application" error while choosing the ODBC datasource for CMS.
    I thought CRS 2008 version would easly be installed on Windows 2008 server as it mentioned on the installation guide.
    How do I resolve this issue?

    Moved to BOE Admin forum.
    CRS 2008 is a 32 bit app so all attachments, Printers, DB clients, etc. must all be 32 bit or support 32 bit applications.
    Use the 32 ODBC administrator in \windows\syswow64 folder.
    Thank you
    Don

  • Does anyone know of a simple to do list app that syncs between an iPhone and a Mac?

    Does anyone know of a simple to do list app that syncs between an iPhone and a Mac?

    Not sure exactly what you are going for...
    You're aware you need to use iTunes to sync apps between your iPhone and Mac unless you are running V10.7.2 and have iCloud setup.
    BTW...  apps that are optimized for an iPhone will not run on the Mac OS X and vice versai, two different operating systems.
    It really helps to tell us which Mac OS X you have installed when you post for help. Thanks!

Maybe you are looking for

  • Keywords transferring to the filename in a folder

    I am exporting 140 photos from an album to 4 desktop folders to burn in sequential order in the album. I have entered "keywords" and would like those to show up as the file names in the folder rather than 001...002... Is there a way to do this withou

  • Spot chanel white not visible in ai when psd file is placed (CS6)

    TIA for the help. Hopefully somebody here can point me in the right direction. My appologies if this was covered already, but I've searched left and right without any luck. We use spot channels in PS and as of CS5 have to print out of Illustrator in

  • Is there any system table available to check no. of entries in the table?.

    Hi Is there any system table available to check the no of entries in the table. Note : the table may be whether SAP table or Z-table.(All tables) Regards Raja.

  • Help - can't verify itunes

    My e-mail address has been deactivated so I can't verify it. I have been using it for a year and purchased many songs. My old computer died and I am trying to set up itunes on my new laptop and am having trouble. I spoke on the phone to an apple supp

  • No picture on DVD

    Hi. When I play DVD's on my T61, I can watch the previews but when the actual movie starts, the screen goes dark except for a small green square in the upper left corner. Sound is fine so I can hear that the feature is playing. This same problem happ