Need help trying to figure out unusual browser behavior

Every couple of days the browser on my balckberry 9300 refuses to connect to the internet. When I type in an adress the loading bar will appear at the bottom but then it will just stop and the browser will go back to the start page.Facebool and bbm still work properly. I can solve the problem via a battery pull but the problem returns again after 2 days or so

Spotify has 2 different account types. You can see the difference between the two at the bottom of the homepage: http://spotify.com
1: Each Spotify account can only play on one device at a time. You can have the account logged into as many devices as you want, but you can only play on one device at a time.
2: With Spotify family, there are several Spotify accounts under one plan. Each account is able to play on one device at a time.
Check out the family help guide here:
https://support.spotify.com/learn-more/guides/#!/article/spotify-family
Also check out this thread for information:
https://community.spotify.com/t5/Help-Accounts-and-Subscriptions/Spotify-Family-Q-amp-A/td-p/988520
3: Yes, as stated above
4: You wouldn't necessarily have to have speakers hooked up to the laptop. If the laptop has speakers or you input headphones, that should work. Spotify doesn't work with MP3 players/iPods. To use Spotify you have to have the Spotify app.
You can find a list of compatible devices here:
https://support.spotify.com/learn-more/guides/#!/article/spotify-system-requirements
7: Yes you can search Spotify and add any song you want to a playlist. And you can also make lots of playlists. Each playlist has a limit of 10,000 songs. The 3,333 limit you saw is for the offline limit on premium accounts. Up to 3,333 songs can be downloaded for offline listening.
Hopefully this information helps. The family plan can have up to 5 accounts. It might end up being too expensive for what you need. The free plan has ads, but it still might be worth looking into.
 

Similar Messages

  • HT5622 I need help trying to figure out why I'm not able to purchase anythi iTunes. I changed my password, that didn't help. I changed my payment type, that didn't help. It initially started when my password got disabled. Any advice?

    I need help trying to figure out why I'm not able to purchase anything on iTunes. I changed my password, that didn't help. I changed my payment type, that didn't help. It initially started when my password got disabled. Any advice?

    I need help trying to figure out why I'm not able to purchase anything on iTunes. I changed my password, that didn't help. I changed my payment type, that didn't help. It initially started when my password got disabled. Any advice?

  • Need help- trying to figure out if Spotify would work for my senior living community

    We are a senior community that has activity programs running in like 7-10 areas in the building.  Music is a big part of our day.  CD's for all these areas is getting crazy.  There has got to be a better way.  We want to be able to pick music genre, a song even to hear and have playlists.  What we have currently:  We have some laptops and desktop computer using windows.  We also have a few MP3 players, boomboxes and IPODS.  We also have Wifi.  But sometimes of course we have Wifi issues.  We have access to usually a laptop or boombox.  We could use the MP3 players/ipods.    I like the idea of playlists that we share, pulling music that is alike.  These are my quesitons or issues below: Things are my questions:1.   Can we have 1 account be made for different appliances and be on spotify at the same time?  Premium said 3 but you can't be both logged in under each account.  Is this still true?  Postings were old. 2.  With even the Spotify family can you be on to the account at the same time?  3.  What would be our best solution for this for accounts- would we have to set up different account for each device if we want to play at the same time?  Any ideas - I just really need suggestions4.  If we did our laptops, we would need speakers?  Also for boomboxes- is this possible?  I am assuming using like an MP3 player or IPOD.  Spotify work through them?  Is it certain type of MP3 players and IPODS.  I believe a few of ours are older ones. 5.  If we have tons of accounts, can I start all accounts on same computer?    Would I set them up by each device we have?6.  Can you run ipod/mp3 through large TV speakers?  or laptop music through big screen tv speakers?7. For the music itself, can you pick what exact songs in playlist?  Can you make lots of playlist per account?  I saw 3,300 songs but can you name the playlist and stay forever?  Sorry for all the questions.  I am trying to figure out if this is even possible or worth doing.  If we have seperate accounts - how much monthly is that?  Is there a deal for that many devices?  Thanks  

    Spotify has 2 different account types. You can see the difference between the two at the bottom of the homepage: http://spotify.com
    1: Each Spotify account can only play on one device at a time. You can have the account logged into as many devices as you want, but you can only play on one device at a time.
    2: With Spotify family, there are several Spotify accounts under one plan. Each account is able to play on one device at a time.
    Check out the family help guide here:
    https://support.spotify.com/learn-more/guides/#!/article/spotify-family
    Also check out this thread for information:
    https://community.spotify.com/t5/Help-Accounts-and-Subscriptions/Spotify-Family-Q-amp-A/td-p/988520
    3: Yes, as stated above
    4: You wouldn't necessarily have to have speakers hooked up to the laptop. If the laptop has speakers or you input headphones, that should work. Spotify doesn't work with MP3 players/iPods. To use Spotify you have to have the Spotify app.
    You can find a list of compatible devices here:
    https://support.spotify.com/learn-more/guides/#!/article/spotify-system-requirements
    7: Yes you can search Spotify and add any song you want to a playlist. And you can also make lots of playlists. Each playlist has a limit of 10,000 songs. The 3,333 limit you saw is for the offline limit on premium accounts. Up to 3,333 songs can be downloaded for offline listening.
    Hopefully this information helps. The family plan can have up to 5 accounts. It might end up being too expensive for what you need. The free plan has ads, but it still might be worth looking into.
     

  • I need help trying to figure out how to get deleted texts back from icloud storage. can someone help me its really important?

    really important. need help.

    If they were on your phone when it was last backed up, restoring the backup to your phone should recover them.

  • Need help trying to figure this problem out.  Username validate on servlet.

    Hello.
    Here is my dilema. Almost everything works but the username check servlet.
    I have form that gathers information that sends to a bean to validate the forms fields. If the fields check out ok it than forwards to Vusername servlet which checks the username in the database to make sure there is not one of the same username in there. If there is the servlet redirects to a retry page notifying the user that the username is already taken. If successfull the servlet forwards to another servlet which processes all the registration information into the database.
    As i said everything works fine but the Vusername servlet. I dont think the problem is with my sql query which checks for an exsiting username with the one that was entered into the form.
    I think the problem is with my if statements. I think they are currently checking if the sql query has ran. If true do this if false do that. Which is not right.
    I need the if statments to check against the result of the sql query being true or false and than redirect depending on those variables.
    Anyway any insight would be greatly appreciated.
    Here is a copy of the Vusername servlet.
    Thanks.
    // Andy Janow
    // 03/01/05
    // Make sure the username is available.
    import java.io.*;
    import java.net.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.*;
    import java.sql.*;
    import Sql;
    public class Vusername extends Sql
    public void doPost( HttpServletRequest req, HttpServletResponse res )
    throws ServletException, IOException
         String user;
         String pass1;
         String pass2;
         String email;
         String sError = "/Error.jsp";
         String Failure = "You need to retry";
         String fUsername = "/usernameError.jsp";
         String fUserOb = "Username is in use already";
         // Get the username from the bean.
      user = req.getParameter("userName");
      pass1 = req.getParameter("password1");
      pass2 = req.getParameter("password2");
      email = req.getParameter("emailAddress");
      // Creating the string to check available username.  
      boolean isTaken = isUserNameTaken(user);
      // Creating the forward on error due to unavailable username selection.
       if (isTaken = true);
        req.setAttribute("fUserOb",fUserOb);
           RequestDispatcher rd = getServletContext().getRequestDispatcher(fUsername);
           rd.forward(req, res);
      // Creating the forward on Error page.
       if (isTaken = false);
        req.setAttribute("Failure", Failure);
           RequestDispatcher rd = getServletContext().getRequestDispatcher(sError);
           rd.include(req, res);
    // Sql QUERY for username.
    public boolean isUserNameTaken(String username)
        boolean isTaken = false;
        PreparedStatement ps = null;
        ResultSet rs = null;
        try
            ps = connection.prepareStatement("SELECT userName FROM Registration WHERE userName = ?");
            ps.setString(1,username);
            rs = ps.executeQuery();
            isTaken = rs.next(); // returns true if there is a row returned
        catch (SQLException e)
            e.printStackTrace();
        finally
        { // ALWAYS clean up your resources
            try
                if (rs != null) rs.close();
            } catch (SQLException e) { /* close quietly */ }
            try
                if (ps != null) ps.close();
            } catch (SQLException e) { /* close quietly */ }
        return isTaken;
    public void destroy()
      try
       connection.close(); // Closing the db connection (cleanup).
      catch( Exception e )
       System.err.println( "Problem closing the database" );
    }

    Thanks for the repli.
    I forgot to come back here and fix the topic to issue solved.
    In the past hour sience i posted i was able to work through and fix the problem.
    Was with my if statment... Just an error of typing to fast i suppose and not really going through my code very thouroughly.
    Think how i had the code posted i was using the
    if statment to check if the sql statement was true , than another if statment to check if was false..
    Thing is, is that i already was checking if the username was in the database or not in the actual sql statment block by assinging weather the it was (true) or it was not (false) to the resultset variable.
    So in my if statments higher up in the code i just needed to reformat them correctly, from if true do this, and if false do this... To if some variable is present do this, else do this.
    And now it works great.
    Just in case anyone was wondering.
    But thanks for the repli and interest :)

  • Need help trying to figure this out!!!! Angle gradient???

    Hi,
    I've been working in a project where i'm not sure if the terminology is correct. But as far as my research goes
    it is refer as an angle gradient similar to the one in Photoshop. See image for idea:
    http://forums.adobe.com/thread/432656
    I would like to use the same technique and create something for complex like this:
    I already have made the path and but gradient doesn't seem to go around the paths.
    Please help!!!!!!!!! Can someone provide me with a step by a step in how to create
    a path like this?
    I'm running CS4 Ai, Ps. Anything will help.
    Thanks!!!

    This thread is 3.5 years old but here is a solution to make angle gradients in Illustrator CS6 and CC, which now have the capability to apply gradients on strokes.
    1. Make a circle and give it a stroke equal to half its size and align stroke to center.
    Example: 100px circle with  a 50px stroke.
    2. Apply a linear gradient that has the same color on the starting and ending stops (if you want a seamless gradient) and apply gradient along stroke.
    3. Apply Path > Effect > Offset Path half the amount of the stroke size and make it a negative value  so the path offsets inward.
    4. Done!

  • I'd love some help trying to figure out why my 2008 MacBook no longer recognizes my external drive and now is not downloading photos from my iphone....?

    After many years of having no problems at all on my Macbook, I recently figured I should finally upgrade my OS. I did that about three weeks ago, updating to Snow Leopard (10.6.8). I used Time Machine at least once after the OS upgrade but now Time Machine no longer recognizes the external drive I have used for all these years to back up. The MacBook does not "see" it. (Disk Utility does however.) The computer then also stopped recognizing another La Cie back-up that I have and now... my iPhone cannot download photos? Yikes.
    I have, of course, shut down numerous times, used different cables (that worked for some) and the two USB drives. I even used a firewire. Nothing worked. I also tried to "Repair disk" on Disk Utility. It didn't work either, giving me an error (that I didn't save, sorry).
    I read many other discussions on the file format of the external drive and of course I'd be happy to reformat the external drives--however, it is obviously a tad nerve-wracking to reformat drives before having an accessible back-up. Suggestions? I do not remember what file format they have but am pretty sure it's not the Mac file system someone mentioned. The drives are a 2009 WD "My Passport Elite" and La Cie 2007 d2 Quadra,
    In terms of other hardware available, we do have another MacBook Air but it has  started rejecting both drives as well (without the Snow Leopard upgrade). We have an old Dell but it wouldn't have the disk space to help out much.
    Any thoughts on the process involved would be welcome.  Any ideas on the iPhone rejection would be helpful as well! It is a 30gig iPhone 4 that has 20 or so gigs free (not clear as iTunes says that there are abour 18 Gigs on the phone but 24 free gigs? I may be bad at math but that's 40 gigs...).
    I am checking out iCloud but apparently there are only 55 gigs available?
    Will be glad to hear any thoughts. Thanks!

    Good afternoon Lyssa,
    Phew. First of all, thanks in advance...these blogs are always comforting help!
    So, to answer your questions: For the age of the hard drive.Well, I added memory a couple of years ago (RAM and hard drive). Being a mom leads me to eat up a fair amount of gigs with photos of my kids and, in fact, I think I entirely replaced the original drive, so it is a couple years younger than 2008 since I did that in March 2010. If there is some way to verify that (whether or not I replaced the entire drive), I'm all ears. I have 311 Gigs free, so it is not a space issue. I verified the startup disk on Disk Utilityand nothing showed up.
    Question 1- What formats...
    The La Cie is format Windows NT Filesystem 3G ....At the time that I bought it I was still using a PC as well as a Mac and was told by afriend to use this format...
    The WD is Mac OS Extended (Journaled). I again tried to repair the WD last night and this is the error message: "Error: DiskUtility can’t repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files."
    Also, Time Machine tried again to back-up and gave  me this error: "Files can't becopied onto the backup disk because it appears to be 'read only'. You may needto repair or reformat the disk using Disk Utility. If the disk can't berepaired, you must use a different disk for backups. Open Time Machinepreferences to select a different backup disk."
    Question 2. Other cables...
    I used two other cables with the WD and that didn't change anything.  
    Question 3... Fire Wire from the La Cie
    Yes, I used the Firewire cable from the La Cie and it is indeed present, though still not visible in Finder. Since it is not Mac OSExtended I know that I can't use Time Machine with it.  
    So, in summary...
    I can plug in the La Cie and it is functional on the MacBook, visible on Disk Utility but not visible in Finder. The WD drive is not visible and not functional. So we can think it is indeed the WD that is not working.... Also, the iphone photos did, in the end, get downloaded, so it is not something more general.
    Causes...
    I forgot to mention that there is a "lost+found" file on the WD which apparently points to a UNIX /OS issue?   
    Some kind of "insurance"?....
    I'm curious about how people avoid this kind of issue. You just regularly replace back-up drives and hard drives before problems come up? Time Machine is great and saves many of us from disasters, however, knowing that your Time Machine back-ups are vulnerable makes the whole system insecure. No way to have alarms ring before the drive goes out?   
    As for ways ahead...
    It seems that I ought to be able to copy off of the WD to the MacBook then erase it and reformat it and start over again. However, I haven’t been able to see its contents except on random occasions. If you have any ideas on how to copy the Time Machineback-ups from the WD, again, I'm all ears!
    Good afternoon Lyssa,
    Phew. First of all, thanks in advance...
    So, to answer your questions:
    For the age of the hard drive. Well, I added memory a coupleof years ago (RAM and hard drive). Being a mom leads me to eat up a fair amountof gigs with photos of my kids ….and, in fact, I think I entirely replaced theoriginal drive, so it is a couple years younger than 2008 since I did that inMarch 2010. If there is some way to verify that, I'm all ears. I have 311 Gigfree, so it is not a space issue. I verified the startup disk on Disk Utilityand nothing showed up.
    Question 1- What formats...
    The La Cie is format Windows NT Filesystem 3G ....At thetime that I bought it I was still using a PC as well as a Mac and was told by afriend to use this format...
    The WD is Mac OS Extended (Journaled). I again tried torepair the WD last night and this is the error message: "Error: DiskUtility can’t repair this disk. Back up as many of your files as possible,reformat the disk, and restore your backed-up files."
    Also, Time Machine tried again to back-up and gave me thiserror: "Files can't be copied onto the backup disk because it appearsto be 'read only'. You may need to repair or reformat the disk using DiskUtility. If the disk can't be repaired, you must use a different disk forbackups. Open Time Machine preferences to select a different backup disk."
    Question 2. Other cables...
    I used two other cables with the WD and that didn't changeanything.
    Question 3... Fire Wire from the La Cie
    Yes, I used the Firewire cable from the La Cie and it isindeed accessible, though still not visible in Finder. Since it is not Mac OSExtended I know that I can't use Time Machine with it.
    FYI...
    So, in summary... I can plug in the La Cie and it is “functional” on theMacBook but not visible in Finder. The WD drive is not visible and notfunctional. So we can think it is indeed the WD that is not working.... ALSO,the iphone photos did, in the end get downloaded.
    As for ways ahead…
    It seems that I ought to be able to copy off of the WD tothe MacBook then erase it and reformat it and start over again. However, Ihaven’t been able to “see” its contents except on random occasions…
    Any further thoughts are welcome!

  • Help trying to figure out which devise to use

    have used tungsten for years. want a phone and pda combo for business app. the ones i tried in the sprint store will not open my quickbooks online web pages. is there somthing that needs to be added? i am not a teckie but would like the freedom of doing business in the field.
    Post relates to: Tungsten E2

    dwteam wrote:
    the ones i tried in the sprint store will not open my quickbooks online web pages. is there somthing that needs to be added?
    The QuickBooks online site says:
    You get anytime, anywhere access from any Internet-connected PC or Mac.1 And, you can even view your company data from an iPhone™ or Blackberry®.2
    1 Requires Internet Explorer 6 or higher, Firefox for Windows or Safari for Mac.
    2 Standard cell phone fees apply. 
    It sounds as though Intuit has created mobile apps for the iPhone and Blackberry OS, but nothing specific for PalmOS, Windows Mobile, or Palm's webOS. As far as browser access, which devices did you try? Did the site just fail to work correctly, or does it say the mobile browser was not supported?
    You could try the QuickBooks Online support options for advice on devices other than the iPhone and Blackberry if you prefer. If you find a Palm-friendly solution, please post back for future reference.

  • I really need someone to help me. I have been trying to figure out how to select a PDF document to convert to a Word doc. When I go to select a PDF file, all that shows up is the WORD docs. does not show ANY of my PDF files... Please help me figure out wh

    I really need someone to help me. I have been trying to figure out how to select a PDF document to convert to a Word doc. When I go to select a PDF file, all that shows up is the WORD docs. does not show ANY of my PDF files... Please help me figure out what is going on? We have it set on auto renewal so I know its not that we haven't renewed this subscription, because we pay automatically.

    Hi olivias,
    It sounds like there may be some confusion on your system about what application should be associated with PDF files. You can reset filename associations by following the steps in these articles (depending on your operating system):
    How to change the default application for a file type | Macworld
    http://windows.microsoft.com/en-us/windows/change-default-programs#1TC=windows-7
    Please let us know if you have additional questions.
    Best,
    Sara

  • Trying to figure out pricing and plan options to add multiple computers to current subscirption. We currently have a subscription that allows the programs on two computers, but now I need 5 computers to be updated with CC.

    Trying to figure out pricing and plan options to add multiple computers to current subscirption. We currently have a subscription that allows the programs on two computers, but now I need 5 computers to be updated with CC. Have looked in to Small Business teams, but do not understand how many computers that is good for and if there is a professor or previous customer discount. Any help would be great, thanks!

    Hi,
    I presume that the new configuration is missing some parts as you seem to have the IP address of the external interface configured staticly on the interface but you have not configured any default route on the firewall? (Original configuration got default route dynamically and added it to the routing table)
    You also mentioned that you were able to connect to the Internet which would indicate there was indeed a default route with the new configuration?
    I am a bit confused about the host mask on the external interface (/32 - 255.255.255.255) ? Does the ASA really let you configure a host address on the interface? It can't lead anywhere as there is no next hop with a host mask. I think the ASA even blocks using a /31 mask link network which works with Cisco Routers.
    I guess I would go through the basic troubleshooting step when the new configuration is in use
    Check logs for any blocked connections or error messages
    Check the Static PAT (Port Forward) configuration with the "packet-tracer" command
    Capture traffic on the ASAs external interface (with the ASA itself) and confirm that you are seeing the TCP SYN of any connection attempts, or perhaps capture ICMP
    - Jouni

  • HT201209 I need assistance with trying to figure out how to change my security code answer

    I need assistance with trying to figure out how to change my security code answer

    If you mean the answers to your security questions, then f
    rom http://support.apple.com/kb/HT5665 :
    If you have three security questions and a rescue email address
    sign in to My Apple ID and select the Password and Security tab to send an email to your rescue email address to reset your security questions and answers (the steps half-way down that page should give you a reset link)
    If you have one security question and you know your Apple ID passwordsign in to My Apple ID and select the Password and Security tab to reset your security question.
    If you have one security question, but don't remember your Apple ID passwordcontact Apple Support for assistance. Learn more about creating a temporary support PIN to help Apple confirm your identity when you contact Apple Support.
    If you can’t reset them via the above instructions (you won't be able to add a rescue email address until you can answer your questions) then you will need to contact iTunes Support / Apple in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    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 this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • Trying to scan photos from my photo album to a folder on my desktop.  Have been trying to figure out for over an hour.  Seems very complicated and cumbersome,  Can you help?

    Trying to scan photos from my photo album to a folder on my desktop.  Have been trying to figure out for hours.  Seems very complicated and cumbersome.  Can anyone help?  It's got to be much quicker (fewer key strokes) and simpler than what I've been able to discover.

    Open the file, parse it, populate an ArrayCollection or XMLListCollection, and make the collection the DataGrid dataProvider:
    http://livedocs.adobe.com/flex/3/html/help.html?content=Filesystem_08.html
    http://livedocs.adobe.com/flex/3/html/help.html?content=12_Using_Regular_Expressions_01.ht ml
    http://livedocs.adobe.com/flex/3/html/help.html?content=dpcontrols_6.html
    http://livedocs.adobe.com/flex/3/langref/mx/collections/ArrayCollection.html
    http://livedocs.adobe.com/flex/3/langref/mx/collections/XMLListCollection.html
    If this post answered your question or helped, please mark it as such.

  • Been sat here for the past 5 hours trying to figure out why itunes wont download, it says error and something to do with Microsoft? Help me please.. getting a bit bored?

    been sat here for the past 5 hours trying to figure out why itunes wont download, it says error and something to do with Microsoft version? Help me please.. getting a bit bored?

    i have this problem too
    my dad thinks its because itunes is getting overloaded

  • HT2931 I am trying to figure out how to get the pre made "beats" with my garage band for my MacBook Air can u help

    I am trying to figure out how to get the pre made "beats" with my garage band for my MacBook Air can u help

    Hello Mattxy2,
    Thank you for the question. It sounds like you would like to add some Apple Loops to your project.  I recommend reviewing the following sections in Garageband Help:
    GarageBand Help - Search for Apple Loops
    http://help.apple.com/garageband/mac/10.0/#gbnd3002ab64
    GarageBand Help - Add Apple Loops to your projects
    http://help.apple.com/garageband/mac/10.0/#gbndc1d3db81
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How can you tell how much space is being used up by your iTunes...I am trying to figure out how much space I will need to transfer my iTunes library to an iPod and which iPod to select?

    How can you tell how much space is being used up by your iTunes...I am trying to figure out how much space I will need to transfer my iTunes library to an iPod and which iPod to select?

    Start up iTunes, and select Music, then click Songs.
    Down at the bottom of the iTunes window, it will tell you how much space your library occupies.

Maybe you are looking for