BlackBerry Smartphones connection between BB and MacBook

so, I downloaded pocketmac for BB 4.1 and was able to sync once. the second time I plugged my BB to my mac via the usb port, it would not yet show any connection. When I try to sync in any case, it tells me that no device is found. Help, please. I love my mac and my BB and I don't want to have to switch to the iphone or the at & t.

Thank you. in fact, what finally solved the problem was download (and, of course, to have bought for forty dollars) "missing sync" and use instead of pocketmac. work for now...

Tags: BlackBerry Smartphones

Similar Questions

  • BlackBerry Smartphones difference between EDGE and 3G with a BB symbol next to him? When do they appear?

    Hello

    I am new user of BB 9360. I activated a BIS plan. Now when I turn on 3G optional Mobile 3 G network on top with a BB symbol next to him get but when I turn on 2 G instead of 3 G Mobile network I get written EDGE the high right referring to the page.

    So, that means?

    Again, I am able to properly set up my e-mail account and getting the push-mail service but the App World, Facebook App BBM works not despite a BIS plan that supports the foregoing.

    Please give a solution.

    Hello and welcome to the community!

    sanjoyshaw wrote:

    I am new user of BB 9360. I activated a BIS plan. Now when I turn on 3G optional Mobile 3 G network on top with a BB symbol next to him get but when I turn on 2 G instead of 3 G Mobile network I get written EDGE the high right referring to the page.

    So, that means?

    KB02334 Indicators of State of network of networks GSM/GPRS/EDGE / 3G / 4G

    sanjoyshaw wrote:

    Again, I am able to properly set up my e-mail account and getting the push-mail service but the App World, Facebook App BBM works not despite a BIS plan that supports the foregoing.

    With a strong carrier network (for example, not WiFi), I suggest the following steps, in order, even if they seem redundant to what you have already tried (steps 1 and 2, each should result in a message from your BB... ( Please wait for this before moving on to the next step) :

    (1) registry HRT

    • KB00510 How to register a BlackBerry smartphone with wireless network
    • Please wait a 'registration' message reach your Messages application

    (2) Service reference books

    • KB02830 Send the directories for the BlackBerry Internet Service
    • Please wait "the Activation' Messages, one per already configured e-mail account, arrive in your Messages. If you have not already configured email accounts, please wait 1 hour.

    (3) restart to take batt

    • With power ON, remove the hood back and remove the battery. Wait a minute, then replace the battery and cover. Power on and wait patiently through the long reboot - about 5 minutes. See if things return to functioning. Like all computing devices, BB suffers from memory leaks and others... with a hard reboot is the best remedy.

    I hope that will move things again for you! If this isn't the case, then you should contact your mobile provider for formal support.

    Good luck!

  • BlackBerry Smartphones difference between SMS and MMS

    Maybe a stupid question, but what is the difference between them? I like just text, so I use the SMS. What is MMS? I must say that I am in love with my BB Bold 9650! I had a lot of cell phones, but this is my favorite!

    The only difference between SMS and MMS, it is that MMS messages have an attached data (picture, movie, another file) file.

    SMS = Service of short Message

    = Multimedia Messaging Service MMS

  • BlackBerry Smartphones difference between 9300 and 9330

    I read here somewhere that the works of 6.0 newly released on the 9300.  There was a post saying that the same download would not work on the 9330 because device-specific software.  Other than the built-in memory, 256 k 512 k vs, what are the differences between phones?  They are so different that the code must be written specifically for each phone when the applications will work on 10, 15 or 25 different phones?

    Hello

    Each unique package of BB OS is specific to a model number... not a model family, the precise number. They are not interchangeable. You can compare more differences here:

    Good luck!

  • BlackBerry smartphones synchronization between BB and MS Office - "Unable to open default folder in the group"

    Has been able to sync without problem before Christmas.  Copied personal records on memory stick, then to the laptop.  Return process, reverse, Overwrite original files.

    Now unable to complete sync process and do not know what is happening.  Believe the items entered in Schedule BB have been removed in the synchronization process, but no message appeared to support.

    Software problem?  Restart the computer?  Reload the software?  Others?

    If the software, please give a link to the current version of the software for BB 8800.

    Very welcome thoughts.

    Hi and welcome to the forums!

    Here is the info about your error message.

    Basically, you want to try remove the intellisync folder and reconfigure the configuration settings.

    If the problem persists, you may need to remove specific databases on your device.

    Thank you

    Bifocals

    http://www.BlackBerry.com/BTSC/search.do?cmd=displayKC&docType=kc&externalId=KB03093&sliceId=1&docTy...

  • Bluetooth connection between iPhone and iPad

    My iPhone 6 does not connect to my iPad via bluetooth.

    I previously used the bluetooth connection between my iphone and iPad to connect the iPad to the internet. Despite the two devices were among the recognized bluetooth devices and they were previously linked/partner, it was not possible to establish a connection.

    Perform the actions recommended for repair/reissue apple support - 1. Toggle bluetooth, 2. turn on/off the unit, 3. remove the iPhone/iPad bluetooth connections - 4. Reset network settings - 5. Reset all the settings-, nothing works.

    IPhone/iPad devices isn't even on the list of bluetooth devices available on the iPhone, or iPad. Everything that happens is the animated icon turns all the time.

    Deleting a connection to a device and bluetooth speaker/amp from the pairing of the speaker/amp system process made a new connection.

    iPhone 6:

    Model: MG4F2QN/A

    SN: C31NLG8KG5MR

    Version: 9.2 (13 c 75)

    iPad:

    Model: ME898LL/A

    SN: DLXM42LHFK13

    Version: 9.2 (13 c 75)

    Please give instructions for the previous maintenance work bluetooth connection between iPhone and iPad.

    Thanks in advance

    To use the Hotspot feature (that you described for the connection), you must use the instructions below.

    Share your Internet connection with Personal Hotspot - Apple Support

  • Localhost UDP connection between FCR and Matlab

    Hi all

    I have a question about the connection between Matlab and FCR UDP. My idea is to Exchange data between Matlab and Labview on the same computer.

    So I found the 'UDP Simple' of the FCR 2.0 sample project where periodically a datasample is generated randomly and sent to the remoteport 61557 local host. In the project a 'fractional number of string for transmission' is used for the transmission of data. The receiver of the sample project reads from the same port to receive the datasample.

    Now, I'm interested to read this simple stream from Matlab (just at first), however, it does not work and I'm not sure why. What I do in Matlab is the following (code Matlab)

    delete variables;
    u = udp ('127.0.0.1', 61557); % Of installation UDP Object
    fopen (u); open reading port %
    A = fread (u, 1);  % read an element
    fclose (u);

    With this code, however, I get a timeout by saying: "' WARNING: unsuccessful reading: the amount of data specified has not been returned within the time limit." "

    I'm not sure why this happens, maybe you could help me out here? I guess that the formet serving to VCF is not the same as in Matlab? Maybe the Terminators are not the same?

    See you soon,.

    Steve0

    Hey

    So, regarding the problem actually, I found the solution today. It was not the firewall, but a simple configuration in Matlab seting the UDP port. So the side of Matlab, to change the definition of udp object according to

    u = udp ('127.0.0.1', 'Thelocalport', 61557);

    If you have

    u = udp ('127.0.0.1', 'Thelocalport', 61557);
    fopen (u);

    A = fread (u)

    fclose (u);
    Delete (u);

    Who does the trick and you can read from the port. Then of course you say Matlab that you read from the "LocalPort" x, which I wasn't aware of.

    On the transmitter side, you simply:

    u = udp ('127.0.0.1', 61557);

    fopen (u);

    fwrite (u, '1');

    fclose (u);
    Delete (u);

    Here, you set just the port of transmiting.

    About the format of the data: I used the simple UDP protocol streaming Comms project where a random number is generated as a double, transformed into a string (ASCII values) and transmitted. At the level of the receiver, you get as much the UDP packet with the ASCII values that you must turn if you want to find the number.

    I hope this helps anyone having the same problem.

    See you soon

  • Establish a persistent connection between client and server

    My application must keep in touch with my servers, the HTTPConnection gives the ablitity to make one request per connection. Then the HttpConnection might not make persistent connections in the BB. I think I can use Socket connections. I am wonding if some body can confirm that and give some sugustions how persistent connections between clients and servers.

    Thank you RexDoug and Marchywka. Your suggestions are appreciated.

  • dblink oracle to postgres with dg4odbc. ORA-28500: connection between ORACLE and a non-Oracle system returned this message: ORA-02063: preceding line

    Hi, I am creating the database link from a database of Oracle 11 g PostgreSQL with DG4ODBC and unixODBC

    My configured for /etc/odbc.ini

    [PostgreSQL]

    Description = Test to Postgres

    Driver = psqlodbc

    Trace = Yes

    Trace file = /tmp/sql.log

    Database = danieldb

    ServerName =

    UserName = SA

    Password = password

    Port = 5432

    Protocol = 6.4

    ReadOnly = No

    RowVersioning = No

    ShowSystemTables = No

    ShowOidColumn = No

    FakeOidIndex = No

    My configured for /etc/odbcinst.ini

    [ODBC]

    CommLog = 1

    Debug = 1

    FileUsage = 1

    Layout common = No

    Trace = 1

    [psqlodbc]

    Description = PostgreSQL ODBC driver

    Driver=/usr/lib64/psqlodbcw.so

    CommLog = 1

    Debug = 0

    FileUsage = 1

    My configured for /u01/app/oracle/product/11.2.0/xe/hs/admin/initPostgreSQL.ora

    HS_FDS_CONNECT_INFO = PostgreSQL

    HS_FDS_TRACE_LEVEL = 0

    HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbcpsql.so

    Set ODBCINI=/etc/odbc.ini

    My configured for /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora

    Listener =

    (ADDRESS = (PROTOCOL = TCP) (HOST = oracle-poc)(PORT = 1521))

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = PostgreSQL)

    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe)

    (PROGRAM = dg4odbc)

    (ENVS="LD_LIBRARY_PATH=/usr/lib64:/u01/app/oracle/product/11.2.0/xe/lib')

    )

    )

    My configured for /u01/app/oracle/product/11.2.0/xe/network/admin/tnsname.ora

    PostgreSQL =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = oracle-poc)(PORT = 1521))

    (CONNECT_DATA =

    (SID = PostgreSQL)

    )

    (HS = OK)

    )

    I'm trying to created public database link:

    CREATE DATABASE LINK PUBLIC 'orapos' CONNECT to 'HIS' IDENTIFIED BY 'password' USING 'PostgreSQL ';

    When I used tnsping

    [root@oracle-poc admin] # tnsping PostgreSQL

    AMT Ping utility for Linux: Version 11.2.0.2.0 - Production on May 16, 2013 20:34:19

    Copyright (c) 1997, 2011, Oracle.  All rights reserved.

    Use settings files:

    /U01/app/Oracle/product/11.2.0/XE/network/admin/SQLNET.ora

    TNSNAMES adapter used to resolve the alias

    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = oracle-poc)(PORT = 1521)) (CONNECT_DATA = (SID = PostgreSQL)) (HS = OK))

    OK (0 msec)

    and finally, I try to use the database link:

    "SQL > select * from tabel2"@orapos ".

    2;

    Select * from 'tabel2"@orapos '.

    *

    ERROR on line 1:

    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:

    ORA-02063: preceding the line of ORAPOS

    What wrong with my setup?

    Thank you and best regards,

    Daniel

    Daniel,

    The problem is that you are using the ODBC Postgres driver for the HS_FDS_SHAREABLE_NAME parameter, but this must be an ODBC driver manager and not the driver ODBC Psotgres.
    Go to the.

    http://www.unixODBC.org/

    Click the 'Download' and follow the instructions to download the 2.3.1 pilot and make libraries and programs.

    Once this is done, then use the driver as parameter HS_FDS_SHAREABLE_NAME Manager, for example-

    HS_FDS_SHAREABLE_NAME =/home/odbc64/unixODBC/2.3.1/lib/libodbc.so

    Depending on where you install it.

    Kind regards

    Mike

  • Bluetooth between iPhone and Macbook Pro 6sPlus does not connect

    Hello

    Trying to get MacID works on my iPhone 6sPlus.

    My iPhone is running 9.3 (Beta)

    My Macbook Pro (late June 2013) is El Capitan 10.11.3 running

    I got a Fitbit watch and it connects and syncs with my phone without problem.

    Every time I try to pair the two devices, I get security code 6 digit flashing on my screen for a few seconds, then dies and my phone shows the connection has failed and will not pair.

    I tried to remove the fitbit to my phone and once again pairing and the same thing happens (I have no other BT devices to test).  BT-sharing on my mac is also activated.

    Any ideas?

    See the following instructions for MacID. Note that Bluetooth must be turned on in both devices but the 'twinning' they do is done in the soft, not in the settings > Bluetooth.

    http://MacID.co/help/?c=Setup&SC=pairing%20A%20device

  • BlackBerry smartphone app error 603 and BBDS does not recognize my device

    Here's the situation: the battery ran out on my unit earlier this week. When I started to charge, the unit will start automatically restart. Before restarting, the messages "error app 603' and 'reset' appeared. If I click "reset", the whole process starts again.

    The previous messages in the forum I read about 'error app 603' suggested I should restore the device settings or reinstall the operating system. I tried to connect my device to my laptop via USB cable, however the computer will only recognize the connected device with a chime at the beginning of the discount to zero, followed quickly by a chime of disconnection being rebooted. The computer or software Deskstop BlackBerry recognizes the device while it is stuck on the '603 error message' app.

    What else can I try?

    Hello and welcome to the community!

    Here's a knockout who deals with this error:

    For the charging of the OS, you can better use this method... on a PC (you can't do this on MAC):

    (1) make sure you have a current backup and your BB complete... you can find complete instructions via the link in my sig auto below. Sorry, already a moot point counts with the error.

    2) uninstall all the BB OS packages from your PC,

    (3) make sure you have the BB Desktop Software already installed

    (4) download and install on your computer, the BB OS package you want:

    • http://us.BlackBerry.com/support/downloads/download_sites.jsp
    • If all you want are the levels of BONE, it is first sorted by carrier - the carrier supports, your search will be fast. However, some carriers are much slower than others to release updates. To really get the package up-to-date OS for your BB, you need to dig through and find all businesses that support your specific model BB and then compare the BONE levels they support.

    5) remove all copies of the SELLER on your PC. XML... There will be at least one and maybe 2, and they will be located in the same way or to (it changes based on your version of Windows) these files:

    • C:\Program Files (x 86) \Common Files\Research In Motion\AppLoader
    • C:\Users\(your Windows username) \AppData\Roaming\Research In Motion\BlackBerry\Loader XML

    (6) work around the Desktop software and use the CHARGER. EXE directly, through step 2 in this process:

    If, during the process of step 6, your BB presents "507" error, simply unplug the power cord of the BB USB and reinsert it. do nothing else... This should allow the installation to continue.

    You can also study the use of BBSAK (bbsak.org) to perform the wipe what he is capable.

    You may also use these tips:

    If you are on a MAC, you are limited to only your sanctioned carriers OS packages... but can still use any level they currently have to sanction. See this procedure:

    • KB19915 How to perform a clean reload of the smartphone BlackBerry using BlackBerry Desktop Software application software

    Good luck and let us know!

  • BlackBerry Smartphones connected to internet but pages won't load! Help!

    Hey,.

    First time using this forum so ill try my best to explain my situation.

    I have a Blackbery curve 8520. Until recently he worked perfectly but it has since not load websites, even when connected to the internet. My BBM works perfectly however. I have saved, rebooted and ensured that data services are on. I contacted my network provider and they said it's a blackberry issue thean rathr a network one.

    Any help is greatly appreciated, I really want to listen to these automated messages on the hotline more.

    Thank you

    Hello and welcome to the community!

    I suggest the following, in order, even if they seem redundant to what you have already tried (steps 1 and 2, each should result in a message to your BB to come...) Please wait for this before moving on to the next step):

    (1) registry HRT

    • KB00510 How to register a BlackBerry smartphone with wireless network
    • Please wait a 'registration' message reach your Messages application

    (2) Service reference books

    • KB02830 Send the directories for the BlackBerry Internet Service
    • Please wait "the Activation' Messages, one per already configured e-mail account, arrive in your Messages. If you have not already configured email accounts, please wait 1 hour.

    (3) restart to take batt

    • Each time a random strange behavior or slow creeps, the first thing to do is a battery pop reboot. With power ON, remove the hood back and remove the battery. Wait a minute, then replace the battery and cover. Power on and wait patiently through the long reboot - about 5 minutes. See if things return to functioning. Like all computing devices, BB suffers from memory leaks and others... with a hard reboot is the best remedy.

    I hope that will move things again for you! If not, then you will need to contact your mobile service provider for formal support... for the last time, again they you brushed OFF... even if the problem is on the EDGE (btw... BB is a device, RIM is the company that manufactures the BBs), your support channel always starts with your carrier... they have the power to escalate your case in RIM free of charge for the user end... There is no other way by which you can receive free formal support from the RIM... actually, these forums are not similarly supported RIM , but rather to the users.

    Good luck!

  • BlackBerry Smartphones connect my device - but it seems connected

    I KNOW I'm doing something stupid, but I myself round have twisted in circles now and can not find my way.

    My BB on my pc can see all the apps I have on my phone and he can see my purchase history, but told me to connect my device. Do I need to connect it physically? Surely not!

    Why would he not see my camera - give me a hand please!

    Thanks for this info!

    I don't know what is the error you get on payment options, but if you share these error code or a specific error message that you get when you purchase then we can try to help you, you can also change your payment options if you need.

    I think you should read this knowledge, that can help:

    KB28715 : How to install apps from BlackBerry App World, with the help of a computer system

    KB26621 : How to change the method of payment in BlackBerry App World for BlackBerry smartphone or BlackBerry PlayBook

     

    Good luck.

     

  • BlackBerry smartphone email set up and old problems owner

    My brother gave me his old storm. I put my t mobile account chip and bought the data plan and most of the functionality seems to work (I think).

    Email my brother is still in the e-mail button and blackberry cannot connect to the mail server so that I can enjoy his email and put mine.

    Also when I make a call the "My number" shows the number of my brother.

    Is there a way to fix this. He needs to unregister somewhere. He needs to go to his carrier Version to change something?

    Hello and welcome to the community!

    Stop, go back and start over with this:

    • KB05099 Steps to take before selling or after the purchase of a used BlackBerry smartphone

    Make 100% sure that your brother has completed all its stages before trying one of yours.

    Good luck!

  • Ad hoc connection between XP and Android

    How can I set up a wireless ad-hoc, with shared Internet access, between a Windows XP computer (connected to Internet) and an Android device?

    Hello

    You can see the following link.

    How to create an Ad hoc network using Win XP

    http://Windows.Microsoft.com/en-us/Windows-Vista/set-up-a-computer-to-computer-ad-hoc-network?SignedIn=1

    Note: also applies to Windows XP as well.

    Please provide us with more information on the Android device and the version of operation.

Maybe you are looking for