I have a Viber question. Please..

I'm using Viber on a BlackBerry and I just got a new iPhone and I will keep using this App but my question is by the time I remove the SIM card and put it into my new phone, will the messages that are stored on the 4s will be deleted or will they remain storraged on the old phone?
I hope I'm making it a little clear for you to help me out. Thank you and have a great week.

@TheCPHguy -
Sometimes 3G reception could be low, and this is something we cannot control. Naturally this affects Viber's call quality and results in disruptions and broken sound.
We are continuously trying to improve our handling of 3G, so you can expect better performance as newer versions of Viber are released.
Please note that having full 3G reception doesn't mean your internet's bandwidth is at the maximum expected. When you see a "full reception bar", it merely means that physically, your phone is covered with the cellular signal.
When it comes to the bandwidth itself, your connection could still be slow due to various different reasons, such as being in an area with many other users from the same provider, thus congesting the network.
Meanwhile, WiFi- WiFi calls on Viber should generally be very clear and are free of such disruptions.
@yungkratic -
Please try removing Viber, wait 24 hours, reinstall and try again (make sure you try both the SMS and the automated call options).
In addition, you may try to register to Viber with a different number (for example - your home landline number, a friend's number, etc.), in order to determine whether the problem is specific with your number, or a general one.

Similar Messages

  • I have solved some questions, please check if my answers are correct

    Hi every Java aces,
    I have solved some programming questions, please check if my answers are correct. Thanks
    Here are the questions and the answers to each question
    (a) Write a method called add that takes three integers as parameters and returns an
    integer that is the sum of the three parameters.
    (b) Write a method called max that takes three integers as parameters and returns the
    largest of the three integers.
    (c) Write a method called printMax that takes three integers as parameters and prints
    the maximum value to the screen. The method should return nothing. The method
    should print the words \The maximum value is " followed by the maximum value,
    followed by a new-line character. You should try to use the max method that you
    wrote earlier.
    (d) Write a method called min that takes three integers as parameters and returns the
    smallest of the three integers.
    (f) Write a method called ticketPrice that takes one integer parameter representing
    the age of a person, and returns the price of a movie ticket in dollars (as a
    oating
    point value). Children under 6 get in for free (0.00), people that are 18 or under
    pay 8.50, senior citizens (65 or older) pay 6.50, and all other people pay 10.00.
    (g) Write a method called isDivisor that takes two integers as parameters and returns
    true if the rst parameter is a divisor of the second parameter or false otherwise.
    We say that m is a divisor of n, or that m divides n, if there is an integer k such
    that n = k m. Note that 1 divides every integer, and every integer divides i
    itself .
    here are my codes
    public class Methods
    // This is method (a)
    public static int add (int a, int b, int c)
    int sum = a + b + c;
    return sum;
    // This is method (b)
    public static int max (int a, int b, int c)
    int largest;
    if (a > b)
    if (a > c)
    { largest = a; }
    else
    { largest = c;}
    else
    if (b < c)
    { largest = c; }
    else
    { largest = b;}
    return largest;
    // This is method (c)
    public static void printMax (int d, int e, int f)
    int maxValue;
    maxValue = max (d, e, f);
    System.out.println ("The maximum value is " + maxValue);
    // This is method (d)
    public static int min (int a, int b, int c)
    int smallest;
    if ( a < b )
    if ( a < c )
    { smallest = a; }
    else
    { smallest = c; }
    else
    if ( b > c )
    { smallest = c; }
    else
    { smallest = b; }
    return smallest;
    // This is method (f)
    public static double ticketPrice (int age)
    double price;
    if ( age < 6 )
    { price = 0.00; }
    else
    if ( age <= 18 )
    { price = 8.50; }
    else
    if ( age < 65 )
    { price = 10.00; }
    else
    { price = 6.50; }
    return price;
    // This is method (g)
    public static boolean isDivisor ( int m, int n )
    boolean result;
    int check1;
    double check2;
    check1 = n / m;
    check2 = (double)n / m;
    if ( check2 == check1 )
    { result = true; }
    else
    { result = false; }
    return result;
    }

    Here are my codes
    // This is method (a)
      public static int add (int a, int b, int c)
        int sum = a + b + c;
        return sum;
      // This is method (b)
      public static int max (int a, int b, int c)
        int largest;
        if (a > b)
          if (a > c)
          { largest = a; }
          else
          { largest = c;}
        else
          if (b < c)
          { largest = c; }
          else
          { largest = b;}
        return largest;   
      // This is method (c) ?
      public static void printMax (int d, int e, int f)
        int maxValue;
        maxValue = max (d, e, f);
        System.out.println ("The maximum value is " + maxValue);
      // This is method (d)
      public static int min (int a, int b, int c)
        int smallest;
        if ( a < b )
           if ( a < c )
           { smallest = a; }
           else
           { smallest = c; }
        else
          if ( b > c )
          { smallest = c; }
          else
          { smallest = b; }
        return smallest;
    // This is method (f)
      public static double ticketPrice (int age)
        double price;
        if ( age < 6 )
        { price = 0.00; }
        else
          if ( age <= 18 )
          { price = 8.50; }
          else
            if ( age < 65 )
            { price = 10.00; }
            else
            { price = 6.50; }
        return price;
      // This is method (g)
      public static boolean isDivisor ( int m, int n )
        boolean result;
        int check1;
        double check2;
        check1 = n / m;
        check2 = (double)n / m;
        if ( check2 == check1 )
        { result = true; }
        else
        { result = false; }
        return result;
       // This is method (h)
      public static boolean isProduct ( double a, double b, double c )
        boolean result;
        if ( a == b*c )
        { result = true;}
        else
        { result = false;}
        return result;
         

  • I have a few questions please he

    hello,?i've lost my manual and maybe u can help me.i have a zen V (no Vplus)?. how do i change my background with a own chosen pic? i thought that that was possible?2. How can it be that in my menu it says movies but u can't put movies on it unless it's an Vplus?and if u can put movies on it or litlle films please tell me how u would help me very much. i really love this mp3-player because i don't need batteries and it's small and easy and a nice modelto be short it's greatxD?Please help me guys or ladies. ? every hint or problem solver is welcome (i know background isn't a big deal but i would really enjoy itxD)

    AutoCad will not run on a Mac. However, you can run Windows on an Intel Mac and then run AutoCad in Windows. There are several options for running Windows on an Intel Mac:
    1. Boot Camp - Apple's beta software for creating a dual-boot system that runs OS X or Windows natively. Speed, performance, and compatibility is equivalent to a "real" Windows PC. Boot Camp is pre-installed on new Intel Macs. You will need a legal and bootable copy of Windows XP with Service Pak 2. Vista may be installed but is currently unsupported.
    2. Parallels Desktop for Mac - virtual machine software that runs Windows concurrently with OS X. Compatibility is very good, speed is near-native, but currently there is no support for DirectX or 3D accelerated graphics. You can find out much about Parallels at their user forum. Requires a legal and bootable Windows installer. Supports most all extant versions of Windows.
    3. VM Fusion - another virtual machine product that runs Windows concurrently with OS X. It is presently beta software. Some support for DirectX and 3D graphics but software is still beta. Compatibility is very good. Requires a legal and bootable Windows installer. Supports all extant versions of Windows.
    4. CrossOver - Runs some Windows applications. Unlike Parallels and VM Fusion Crossover does not require installing Windows. However, only applications that have been specifically "modified" will work. Their web site provides a substantial list of currently supported Windows applications.
    Both Parallels and VM Fusion also support other operating systems besides Windows such as Linux, OS/2, and several others.

  • I have an important question PLEASE help

    I Have my iphone5 device loged in with an unknown apple ID and i dont know the password, but my device is running normaly. Can something happen to my iphone from this problem? Can something happen if the user log in with his account on another device? Please help

    kevinko14 wrote:
    Isn't there any way to delete that account? Couse i saw many videos on youtube but didnt work for ios7.1.2
    No. Not if you don't have the credentials for the account. See here: iCloud: Activation Lock

  • I want to use a domain name and I have alot of questions. please help!!!

    If i switch to a domain, will i be able to se all of the iwebs features?
    will i have to pay for a domain and .mac subscription?
    It says i used up 17mb of 25mb on my idisk, once i hit 25 what happens?

    ok well lets say i want to use a domain name such as
    www.mywebste.com. if i forward it then all u have ot
    do is type in www.mywebsite.com and it will bing u to
    web.mac.com/whatever?
    Yes.
    If i do it this way will i
    still be able to use all of the iwebs fatures such as
    blog comment, hit counter...?
    I think so, but since I don't do this I don't know for sure.
    also if i do it this way will i have to pay for the
    .mac subscription too?
    Yes, if you keep your site physically on .Mac you have to pay for it.
    can you send me a website where i can find lots of
    effects i can use in my iweb page because the effects
    on iweb are very limited.
    The best thing for you to do is search this forum using the term for the effect you are interested in.
    If you find iWeb too limited and don't find workarounds in this Forum for adding the effects you want, you can consider using another app. Here is one list:
    http://www.pure-mac.com/webed.html

  • I want to restore my ipod 4g to ios 6.1.2 but it said error code 3194 i updated itunes and i checked my host file and it won't work Thank you for choosing the Apple Store. If you have any additional questions, please chat us again. You are currently not i

    i want to restore my ipod 4g to ios 6.1.2 but it said error code 3194 i updated itunes and i checked my host file and it won't work and i am running 6.1.5 at the moment

    That's because downgrading is not supported.

  • OEM v.4 questions please

    We installed the beta version of OEM v.4
    For my project I have 3 important questions please:
    1) Can we monitor application servers other than Oracle 9iAS like BEA Weblogic ? ( if yes how ? )
    2) Can we monitor JSP applications deployed on other application servers ( BEA, Apache-Tomcat, ... )
    We always have an Oracle DB but not all of our app.servers are Oracle.
    3) Did Oracle announced an estimated date for production of OEM v.4 ?
    Many thanks for help/info. Cheers & kind regards. Mehmet

    Oracle Enterprise Manager 4.0 lets administrators manage from anywhere.
    End-to-end monitoring of a company's entire IT infrastructure—databases, Web and application servers, business applications, Web services, operating systems, hardware platforms, storage devices, and networks—is the biggest benefit Enterprise Manager 4.0 provides. With this updated unified management tool, administrators can diagnose and fix problems across the enterprise faster than ever before.
    "Being able to get a total snapshot of the entire stack lets us determine what the problem is faster for our customers and engage the proper group in Digex to resolve it," says Lee Harris, manager of database services at Digex, a managed-hosting provider in Laurel, Maryland, which beta tested Enterprise Manager 4.0. Once the tool is completely implemented at the company, Digex will support more than 550 databases.
    Managing from Anywhere
    Enterprise Manager 4.0, with its new HTML-based console, lets administrators manage from anywhere. Enterprise Manager's Web-based architecture consists of the HTML console, a management service with database repository, and agents on monitored targets.
    "The HTML interface lets us reduce the complexity of managing through firewalls," says Martin Peña, director of product management for Oracle's Enterprise Manager group. Because communication between each tier is via HTTP, any part of the framework can work through firewalls that allow HTTP communications to pass through them. Enterprise Manager employs Secure Socket Layers to ensure that communication with the infrastructure is secure.
    "In our environment, being able to get away from a lot of firewall configurations is a big benefit," says Chuck Wolfe, principal DBA at Digex, whose customers have multiple firewall levels. Administra-tors can also rely on Enterprise Manager-to-Go (EM2Go) to diagnose and fix problems remotely. With EM2Go, administrators can access the management console through a wireless device such as an HP iPAQ pocket PC.
    Built-in Metrics
    Oracle has made Enterprise Manager easier to install and configure, and ensured that it provides value right out of the box. In previous versions, administrators had to define performance metrics for the system to monitor and set threshold levels for alerts. The new version contains predefined metrics and thresholds defined by Oracle Consulting.
    Knowledge Center
    At the heart of the new version is a repository-based Knowledge Center that collects historical data and real-time metrics on availability, performance, and system configuration. Admini- strators can tap into the Knowledge Center to make informed decisions on capacity planning, system upgrades, and performance tuning. They can also get real-time information on patches and configuration recommendations.
    Another new feature is a configuration-management agent that tracks database metrics, Oracle and non-Oracle applications, hardware platforms, operating systems, and Oracle configuration parameters. This tool lets administrators compare configurations between two databases or hosts when problems occur. Administrators can also quickly tap into MetaLink to determine the patch they need and install it, says Oracle's Peña. Next Steps
    READ about Oracle Enterprise Manager
    oracle.com/ip/deploy/ias/em/enterprisemanager.html
    oracle.com/ip/deploy/ias/em/EM4_FO.html
    Digex's Chuck Wolfe is impressed with the ability to pull up complete host-configuration information and do a comparison across other hosts.
    Enterprise Manager 4.0 also enables administrators to monitor performance of Web-based applications from an end-user perspective. By tracking the performance of Web pages that are faster or slower for certain user groups, administrators can diagnose problems that may be related to network configuration, rather than the database. What's more, administrators can set up mock transactions that monitor real performance and send notifications when it is slow.
    http://otn.oracle.com/oramag/oracle/03-mar/o23oraclenews.html
    Joel Pérez

  • HT2968 I can not update several of my apps that i have purchased a while back in my Apps Store on my MacPro. Because it keeps using my old @me account for iTunes and i don't remember the password or security question, Please help?

    I can not update several of my apps that i have purchased a while back in my Apps Store on my MacPro. Because it keeps using my old @me account for iTunes and i don't remember the password or security question, Please help?

    Hi AlphaCentori,
    If you are having issues accessing the Apple ID that was used to originally purchase those apps, you may find the following article helpful:
    Apple Support: Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/ht5312
    Regards,
    - Brenden

  • HT1937 I want to ask you question please i have free apple id because i am still a college boy who doesn't have any of credit visa card and i just want to download beautiful apps on my phone including whats app but they require payment information to comp

    I want to ask you question please i have free apple id because i am still a college boy who doesn't have any of credit visa card and i just want to download beautiful apps on my phone including whats app but they require payment information to complete my request so please help me and please find a solution for this problem because not everyone have credit or master card .

    Buy an iTunes gift card.
    http://www.apple.com/support/itunes/cards-codes/

  • HT201317 dear, i have a question please.  if i want to keep a folder of pictures in my icloud account; then delete this folder off my phone would it be deleted from icloud account too?? cause im running out of memory on my iphone

    dear, i have a question please.  if i want to keep a folder of pictures in my icloud account; then delete this folder off my phone would it be deleted from icloud account too?? cause im running out of memory on my iphone
    thanks

    You can't use icloud to store photos.  There's a service called photo stream which is used to sync photos from one device to another, but this can't be used to store photos permanently.
    Always sync photos from a device to your computer,  Then you can delete them from the device.
    Read this...  import photos to your computer...
    http://support.apple.com/kb/HT4083

  • My apple id have been blocked an i do not remember the identity or security question please help what can i do?

    my apple id have been blocked an i do not remember the identity or security question please help what can i do?

    If your account is disabled you might be able to re-enable it via this page : http://appleid.apple.com, then 'reset your password'
    You might then need to log out of your account on your iPhone and iPad by tapping on your id in Settings > iTunes & App Storeand then log back in so as to 'refresh' the account on it.
    For your security questions, if you have a rescue email address (which is not the same thing as an alternate email address) on your account then the steps half-way down this page will give you a reset link on your account : http://support.apple.com/kb/HT5312
    If you don't have a rescue email address then you will need to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699 (you can also try this link if you can't get your account enabled via the above)
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down the HT5312 link above to add a rescue email address for potential future use

  • Hi, I have traveled the country and have forgotten my security questions please help me thank you

    Hi, I have traveled the country and have forgotten my security questions please help me thank you

    Call Apple to help reset your Security Question.
    http://support.apple.com/kb/HT5699

  • Please verify my account. I have an excel question I'm working on today. Thank you.

    Please verify my account. I have an excel question I'm working on today. Thank you.

    Should happen automatically or you can also add your request in this thread.
    https://social.msdn.microsoft.com/Forums/en-US/fb60847b-188f-4075-93d0-3438e06d9047/verify-your-account-22?forum=reportabug
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • HT5312 I need to reset my security questions, I have my alternate email address but I am unable to reset my sec questions, please help

    I need to reset my security questions, I have my alternate email address but I am unable to reset my sec questions, please help

    Australia ? surely !   

  • HT5312 i was unable to reset my security questions, and i do not have a rescue email   Please i need to reset them to be able to use my apple id again normally

    i was unable to reset my security questions, and i do not have a rescue email   Please i need to reset them to be able to use my apple id again normally

    halaalsalhi wrote:
    i was unable to reset my security questions, and i do not have a rescue email 
    See Here > Apple ID: Contacting Apple for help with Apple ID account security
              Ask to speak with the Account Security Team...
    Or Email Here  >  Apple  Support  iTunes Store  Contact

Maybe you are looking for

  • IPod Touch didn't work!

    When I today try to open a new apps, and the iPod Touch just stay at that place. Even I press the Home button and I press lock button. Whatever what button I press and there have no response at all. When I connect it to iTunes, the iTunes can detect

  • Cannot set class in form

    I have a form that has an embedded table. The contents of several cells are calculated by a script using viewer inputs from other cells. Each cell has a class defining the font, size, color, etc. Both the input and calculated cells display correctly

  • I get a blank word document opening every time i reboot my iMac after upgrading to OS Lion.

    I get a blank word document opening every time i reboot my iMac after upgrading to OS Lion. ANy ideas how to get rid of it? I have uncheked everything in mu users and groups and unchecked restore windows in the general file.

  • IBM I series and ESS/MSS

    I am at a client site where they have IBM I series installed and it being a small organization, do not have the resources to upgrade the hardware to something else. Is there a OSS note or any other document that explains of any limitations on specifi

  • Reference object installed base is inactive

    hi all! when I am trying to set up initial data I choose change managment- maintenance optimizer- create new maintanance trnsaction. then I choose product version SAP ERP my logical component that I have created before.  I click continue and I have a