BlackBerry Z10 organizing data transfer from my Z10 and Q10 to my curve 9220

Hi team,

I want to transfer my contacts from Z10 and Q10 on my device inherited from curve 9220. I have already backed up my data using the BlackBerry link and I know that my curve is not compatible with BlackBerry Link. Can you give me a step-by-step procedure on how to synchronize my contacts from my BlackBerry 10 devices to my Gmail account? I intend to add my Gmail account on my device of curve and I sync my data out there.  Thank you for the quick response on this subject.

See you soon!

Lucena

Even with an older BlackBerry which doesn't BB10 you can use the BB link to transfer information.

http://docs.BlackBerry.com/en/smartphone_users/deliverables/47561/mwa1354393789617.jsp#mwa1354393854...

Tags: BlackBerry Smartphones

Similar Questions

  • BlackBerry Q10 organizing data transfer from my Z10 and Q10 to my curve 9220


    You other thread replied.

    Please don't double post and cross post in the forum. Once is enough.

    http://supportforums.BlackBerry.com/T5/BlackBerry-Curve/transferring-Organizer-data-from-my-Z10-and-...

  • BlackBerry Smartphones Organizer data transfer from my Z10 and Q10 to my Curve 9220. Need help.


    Simply open your settings > accounts > your gmail account and turn on your synchronization comes into contact with the settings.

    Verify your Gmail account on the webmail of connection from a PC, and that all of your gmail contacts were synchronized to the server.

    Then, set up the Gmail account on your 9220 and in so doing, enable synchronization of gmail contacts.

  • window.requestAnimationFrame (-) on z10 and q10?

    window.requestAnimationFrame()
    

    It is available on smartphone z10 and q10?

    Of course: https://developer.blackberry.com/html5/documentation/requestanimationframe.html

    You can also find this sort of thing on caniuse.com:

    http://caniuse.com/#search=requestanimationframe

  • Record of disposal/folder drawable Android for BB Z10 and Q10

    Hello

    When porting Android to BB10 applications, what drawable/setting records on the page are selected when you run the application on the Z10 and Q10 devices?

    Thank you very much

    Jonathan

    Hi, thanks for the answers.  I did some experiments and can confirm the following:

    BB10 Dev Alpha B Simulator 10.0.10.261 (Z10) - xhdpi, in page-large

    BB10 Dev Alpha C Simulator Beta 10.1.X.338 (Q10) - xhdpi, put in page-small

    Kind regards

    Jonathan

  • different result in the emulator z10 and q10

    I've almost finished my application development, and I am running in the Z10 emulator everything is ok, but when I try to run in the emulator of Q10, the background is black and the text is white it's the reverse with the Z10 background is black and white text. No explanation and the solution?

    If you want the bright theme on the Z10 and Q10, use it in your bar - descriptor.xml

    bright
    

    for a dark theme on both devices, use

    dark
    
  • Monthly data of blackBerry Z10 and call usage limit check and alert

    Hi team,

    With BBZ10 we are missing to have alert and the limit control for the use of the data and the use of the phone call.

    This seems to be a fundamental characteristic for any smartphone to live and android already supports this.

    Most of smart phones is purchased with contracts that have limited the use of the data and phone call.

    Please update if no development or a solution on this.

    Thank you

    Ravindra Dolas

    Hello ravidolas,

    Thank you for your question. You're right, that's not a feature of the BlackBerry Z10. Your mobile service provider can offer that service, then I would say that contact you them for more information. I want to thank you for your comments. We value your feedback as we work constantly on improving our products.

    Nice day.

  • BlackBerry Smartphones BlackBerry 9900 sending does not BBM Z10 and Q10

    Most of my colleagues use Q10 BB or BB Z10 and I have BB bold 9900, but I can't send them BBM I can receive their BBM. Help, please!

    Hello

    Thanks for the confirmation!

    Regarding your question, there is already a Knowledge Base article that is associated with this error:

    KB34245 : A checkbox, and then a red x appears when a BlackBerry smartphone running BlackBerry Device Software 5.0 or BlackBerry 6 to 7 sends a message to a smartphone BlackBerry 10 via BlackBerry Messenger 7.0.1.23

     

    In my opinion # Workaround seems to be a little hard.  So I prefer you should first try to reinstall the BlackBerry Messenger application and see if it helps with your current problem.

    To make your homescreen go to Options > device > application > locate and delete BlackBerry Messenger from this list.

    KB10040 : How to view or delete the application installed on a blackberry smartphone

     

    Deleted once perform a battery pull reboot by removing the battery while your device is turned on, wait a min. and then reinsert this return.

    Finally, after the reboot, use your BlackBerry browser and go to www.blackberry.com/bbmdownload and download the most recent version available. After installation, restart your device once more, connecting with your BlackBerry ID and check if you are able to send BBM to one of these devices.

    Please try it and let us know of your progress.

  • Data transfer from FPGA to RT in cRio

    What is the best method to transfer a set of data in an fpga to a target of RT (using a sbrio).

    I have the FPGA generating fixed size datapackets (essentially a group of data), it generates these packets of a fixed size (128octets/package) sent My FPGA asynchronously to the RT code.  The packest are generated at a rate of 0-1000 per second.  In traditional labview, it would be a simple architecture of producer consumer with the cluster of queue type.  I have a few ideas for FPGA, but want to use the recommended architecture.

    Resources or ideas are welcome.

    Yes, you will need to send the items one by one to the host through the FIFO. You can configure the type of data FIFO to be long until 64-bit (and half of bits-pack to your package in this data type). Or, you can keep the long FIFO data type of 1 byte and send 128 elements by package. In this case, you could do something like that on the host computer:

    This would avoid host to pull elements of the FIFO, until the whole package is received.

  • Create a data streaming from C++ stream and read it in LabView

    Hi all.

    I'm working on a project that is to connect to a tracker of movement and reading data of position and orientation of this in real time. The code to get the data is in c ++, so I decided that the best way to do it would be to create a c++ DLL that contains all the functions necessary to first connect to the device and it reads the data and use the node to call a library function to power the Labview data.

    I have a problem, because, ideally, I would like a continuous flow of data from the code c ++ in Labview, and I don't know how to do this. Put the node function of library call for a while loop seems like an obvious solution, but if I do it this way I'd have to reconnect to the device whenever I get the data, which is quite a bit too slow.

    So my question is, if I created c ++ function that creates a data stream, could I read that in Labview without continually having to call a function? I would rather have only to call a function once, and then read the data stream until a stop command is given.

    I'm using Labview 2010, version 10.0.

    Apologies if the question is badly worded, thank you very much for your help.

    Dave

    dr8086 wrote:

    This method resembles an excellent suggestion, but I have a few questions where I don't think I understood fully.

    I understand the basic principle is to use a call library function node to access a DLL that creates an instance of the device object and passes a pointer too in labview. Then a separate call library function node would pass this pointer to another DLL that could access the device object, update and read the data. This part could be in a while loop, then continue on reading the data until a stop command is given.

    That's all. I'm including some skeleton for example code. I am also including the code because I don't know how you experience multi threading so I show how you can use critical sections to avoid interactions between threads so that they do not lead to questions.

    // exported function to access the devices
    extern "C"  __declspec(dllexport) int __stdcall init(uintptr_t *ptrOut)
    {
        *ptrOut= (uintptr_t)new CDevice();
        return 0;
    }
    
    extern "C"  __declspec(dllexport) int __stdcall get_data(uintptr_t ptr, double vals[], int size)
    {
        return ((CDevice*)ptr)->get_data(vals, size);
    }
    
    extern "C"  __declspec(dllexport) int __stdcall close(uintptr_t ptr, double last_vals[], int size)
    {
        int r= ((CDevice*)ptr)->close();
        ((CDevice*)ptr)->get_data(last_vals, size);
        delete (CDevice*)ptr;
        return r;
    }
    
    // h file
    // Represents a device
    class CDevice
    {
    public:
        virtual ~CDevice();
        int init();
        int get_data(double vals[], int size);
        int close();
    
        // only called by new thread
        int ThreadProc();
    
    private:
        CRITICAL_SECTION    rBufferSafe;    // Needed for thread saftey
        vhtTrackerEmulator *tracker;
        HANDLE              hThread;
        double              buffer[500];
        int                 buffer_used;
        bool                done;       // this HAS to be protected by critical section since 2 threads access it. Use a get/set method with critical sections inside
    }
    
    //cpp file
    
    DWORD WINAPI DeviceProc(LPVOID lpParam)
    {
        ((CDevice*)lpParam)->ThreadProc();      // Call the function to do the work
        return 0;
    }
    
    CDevice::~CDevice()
    {
        DeleteCriticalSection(&rBufferSafe);
    }
    
    int CDevice::init()
    {
        tracker = new vhtTrackerEmulator();
        InitializeCriticalSection(&rBufferSafe);
        buffer_used= 0;
        done= false;
        hThread = CreateThread(NULL, 0, DeviceProc, this, 0, NULL); // this thread will now be saving data to an internal buffer
        return 0;
    }
    
    int CDevice::get_data(double vals[], int size)
    {
        EnterCriticalSection(&rBufferSafe);
        if (vals)   // provides a way to get the current used buffer size
        {
            memcpy(vals, buffer, min(size, buffer_used));
            int len= min(size, buffer_used);
            buffer_used= 0;                 // Whatever wasn't read is erased
        } else  // just return the buffer size
            int len= buffer_used;
        LeaveCriticalSection(&rBufferSafe);
        return len;
    }
    
    int CDevice::close()
    {
        done= true;
        WaitForSingleObject(hThread, INFINITE); // handle timeouts etc.
        delete tracker;
        tracker= NULL;
        return 0;
    }
    
    int CDevice::ThreadProc()
    {
        while (!bdone)
        {
            tracker->update();
            EnterCriticalSection(&rBufferSafe);
            if (buffer_used<500)
                buffer[buffer_used++]= tracker->getRawData(0);
            LeaveCriticalSection(&rBufferSafe);
            Sleep(100);
        }
        return 0;
    }
    

    dr8086 wrote:

    My main concern is that the object can get out of memory or be deallocated since it would not take place to any namespace or whatever it is.

    As you create the object with the new, the object expire not until the dll is unloaded or the process (LabVIEW) closes. If the object will remain valid between condition LabVIEW dll calls not a not unload the dll (who does if the screws are closed). When that happens, I don't know exactly what happens to the active objects (that is, if you forgot to call close), I guess the system recovers the memory, but the device could still be opened.

    What to do to make sure that everything is closed when the dll before I could call unloads close and remove the object is whenever I create a new object in the dll that I add to a list when the dll is unloaded, if the object is still on the list, that I'm deleting it.

    dr8086 wrote:

    I also have a more general question of programming on the purpose of the buffer. The buffer would essentially be a large table of position values, which are stored until they can be read in the rest of the VI?

    Yes, see the code example.

    However, according to the frequency with which you need to collect data from the device you have this buffer at all. That is, if take you a sample on every 100ms, then you can remove all threads and buffer related functions and instead to read data from the read feature itself like this:

    double CDevice::get_data()
    {
        tracker->update();
        return tracker->getRawData(0);
    }
    

    Because you need only a buffer and a separate if thread you collect data at a high frequency and you can not lose any data.

    Matt

  • BlackBerry Z10 and thus, the trouble begins... bold 9900 backup restore to z10?

    Very happy that my z10 has arrived!

    The z10 uses the link instead of office.  I supported my bold 9900 before this happened.  How can I get that restored the z10, so I can get my contacts etc.?

    Of course, pre-order the tech is like... Oh no problem, simply switch your sim card & it will be there, but... It is not so.

    I had to call tech support & we are working on that.

    You can try if you have the "BOLD" phone... Download the Blackberry link (instead of the desktop computer)... to open the link, "BOLD", plug in bold. It should ask you to transfer data.  that & it invites to plug your z10 & then begins the transfer of data.

    I warn you this right now, mine is stuck at transfer 3.4 MB of 383.8 MB is yet to see if this work.  I have a slow computer, so I don't know if it's just the computer it slows down or is it really stuck.

  • Pls Help blackBerry smartphones! 9900 pings and bbm normal message do not produce Z10 and Q10.

    I need some serious help here as soon as possible, I can't reach all my friends with Q10 and Z10 by bbm normal message on my 9900... It will always bring X nothing I try to send them a message bbm nomal and Pings. I will receive their own message, but my own come deliver it to them, I will also see their updates of the pm and the will to see mine too.  Pls help me.

    Hello tooblackish

    Welcome to the Forums of the BlackBerry Support

    Sorry for the trouble, but I noticed this same problem with few other users, who could not send pings to any BlackBerry 10 there BlackBerry 7 devices.

    To solve your problem, I suggest to re-install BlackBerry Messenger!  To do this on your homescreen go to Options > device > application > locate and remove BlackBerry Messenger from there. After deleting to do a battery pull reboot as this device powered on remove the battery wait a min. then reinsert back.

    KB10040  : How to display or remove installed application on a blackberry smartphone   

     

    Finally, after the reboot, use your BlackBerry browser and go to www.blackberry.com/bbmdownload and download the latest available for your phone model. If device reboot prompt do then sign in with your ID BlackBerry even.

    Try it and tell us how it goes.

    _______________________________________________

    Please note:

    If you encounter BBM7 or higher then your BBM Contacts are integrated into your BlackBerry ID after installation when you log in with your BlackBerry ID Contacts is restored back, but if you experience any previous Kathy then first make a backup local, you can save on your press card, see this KB for additional assistance

    KB20554 How to back up and restore the BlackBerry Messenger contacts list 

  • Data transfer from XP to new computer running Windows 8

    What is the best method to transfer the data from my old computer with XP to my new computer Windows 8?

    What is the best method to transfer the data from my old computer with XP to my new computer Windows 8?

    Copy and paste the files files you need.
    To copy the profile data you can use, windows Easy Transfer Wizard

  • New phone of blackBerry Smartphones Have - data transfer

    I currently have a bb curve 9320.  I changed for sony xperiea and need to get the data across.

    Sony told me that I should contact Blackberry to find out how you can save the handset so that the file is not encrypted so it can then be forwarded to your mobile Xperia.  Didn't know that my backup of data have been encrypted.

    1. connect two devices via Bluetooth, go to bluetooth on 9320 settings > you will see sony xperia in paired devices > option and select transfer press contacts. (you will see the option 'Transfer of Contacts' If this Protocol is available on your phone too, its available on most devices then you should try it).

    2. you cannot transfer your sms, emails or other accounts...

    3. use a memory card to transfer media files.

  • Data transfer from matlab to labview

    I'm having a problem importing data I save with Matlab in Labview. From the Web site of NOR, I gathered these information:

    1. To record a vector or a format ASCII of Xin matrix with delimiter to the tab, enter the following in the command window, or m-script file in the MATLAB® environment:

      >>SAVE filename X   -ascii -double -tabs
      

      This creates a file whose name is the name of the file, and it contains the X data in ASCII format with a tab delimiter.

    2. ' Import the file in LabVIEW using reading of spreadsheet files VI located on the programming "file IO palette.

    However, when I have something like an m x n matrix import in labview, I get a m × (n + 1) matrix, with the additional column is all zeros. This should be a simple answer... I know that I can remodel matrices, etc., but it seems as if it could be avoided. I can't seem to understand and am pressed for time. Any help would be appreciated.

    How big are the files? Simply remove the last colum using "remove table" is probably the simplest solution.

Maybe you are looking for