Social and Browser

Social and nokia browser not working on my Asha 200 plz some one help.
Solved!
Go to Solution.

have you checked via Nokia Suite on your PC if there are any firmware updates available for your device? If there aren't any, try re-installing your current firmware through Nokia suite. If that doesn't work either, then try Restoring your phone to factory settings.
Failing that, you will need to take your phone to your local Nokia Care point for them to inspect: http://nokia.com/support

Similar Messages

  • N8 double spaces in social app and browser text wi...

    I experience double spaces for every space typed when entering text in Nokia Social and browser text entry windows. It never happens when texting or using e-mail.
    Anyone have a solution?

    On my N8, I also get the same thing (double spaces using the Ovi Social app, and I think in the Nokia browser too).
    It is really annoying. I have not (yet) contacted Nokia regarding this issue.

  • OVI Store and Browser On my E72 Treat my Device as...

    After reinstalling my E72-1 v 051.018, Ovi Store and Browser treat my mobile as N73. So I could not see/install some application. Missing lot of stuff
    Attachments:
    Ovi store E72 as N73.jpg ‏44 KB

    same goes here,no matter what i do its always N73.from nokia they email me the directions for changing device,like if i don't know how to do that,great help.....thank you so much nokia customer support........from my  previous experience with my email problem it took them 2 months to give me a solution.....the only path is to keep on email them and keep on calling them every day maybe more than once a day....and i dont have an option to change my device model from the phone,i have to do it on computer,is this high tech or what?
    i really regret for choosing a nokia,i paid 400 euros and i always face up problems,and the customer support is really  soooo slow on replying and solving problems.monday to friday 9-17?
    anybody wants to buy my e72-1?

  • My iPod touch 4th gen. Keeps giving me the error message "cannot connect to the app store when I sign in. I can open the app store and browse it but I can't download anything. I have full signal strength with my wi-fi and safari is working perfect.

    My iPod touch 4th gen. Keeps giving me the error message "cannot connect to the app store when I sign in. I can open the app store and browse it but I can't download anything. I have full signal strength with my wi-fi and safari is working perfect. I turned it off and restarted it 3 times now. I have an iPad 2 and the app store works flawlessly with it. What is going on?

    Same here on my lpad2. Can access the web just fine from browsers but cannot install new apps or updates in appl store.  Seeing a few others reporting same issue tonight so likely an apple server issue and staff will notice it in network monitors and fix it...sometime this weekend.
    Rob

  • Design view and browser view in DW are different than when I view from local folder

    I'm brand new to Dreamweaver CS5.5 and here is my problem:
    I've made an html page in dreamweaver with a banner, with an additional graphic and some text on top of the banner.  It displays just fine in every browser when I view from the local folder, but when I open DW and view, it displays incorrectly in all three design, live and browser views within DW.  If I make changes to the css file until it views correctly in design view, it no longer displays correctly from the local folder and it still doesn't view correctly in live or browser view within DW.  If what I'm doing isnt going to display accurately in any of the views provided by Dreamweaver as compared to the live server, whats the point in having this software?  I could just keep building webpages in notepad and uploading with CoreFTP.
    Any suggestions?  Is it some setting that I dont know about that I need to change within DW?   Please help.

    align="center" is deprecated (obsolete) code in XHTML & HTML5 doc types.  Instead of styling markup with HTML, you should be using CSS. 
    CSS
    .center {text-align:center}
    HTML
    <p class="center">some centered text here</p>
    With respect to break tags, in XHTML doc types the correct syntax is <br /> not <br>.  However your usage of line breaks is inconsistent with good symantic markup.  Use headings <h1> <h2> <h3> <h4> for important keywords.  Use <p> for descriptive paragraphs.  Use <ul> <li> or <ol> <li> for lists.  Line breaks should be used minimally if ever.
    XHTML doc types require all tags to be lowercase.  Uppercase tags will throw errors.
    Your design is too rigid.  When text size is increased in browsers, your content is unreadable.  See screenshot.
    SOLUTIONS:
    1) DO NOT USE POSITION ABSOLUTE.  You don't need it.  Absolute positioning removes content from the normal document flow resulting in a jumbled mess.  Use default CSS positioning (none) with margins, padding & floats to align elements.
    2) Remove HEIGHT values from all CSS containers.  Height limits a container's capacity to hold more content when needed.  Container height should always be determined by the amount of content it holds; not explicit values.  If required to reveal a background image, for example, use CSS min-height instead of height.
    CSS Box Model
    http://www.w3schools.com/css/css_boxmodel.asp
    CSS Floats
    http://www.w3schools.com/cssref/pr_class_float.asp
    CSS min-height
    http://www.w3schools.com/cssref/pr_dim_min-height.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Email and Browser

    It have noticed by watching some of the competitors software that the email and browser currently written by RIM is getting very antiquated.
    There are other browsers out for competitors products that have greatly surpassed the capabilities of the Blackberry Internet browser. 
    Also I have noticed a bunch of truncated messages in email that the competitors are able to download complete.
    This is not to flame Blackberry, but more to find out what blackberry is planning to continue to be a leader in this industry and in what time frame we can expect this.
    Apple is now pursuing the enterprise level security that has held them back from being a business class device. If this happens then RIM will have some major competition on their hands. That combined with their web browser will make them a leading device and open up avenues for them to take over in the business arena.
    I personally will never move to an Apple product just because I've been there done that and wasn't very pleased. That was years ago with Apple computers. Also, as long as Apple uses a built in battery I will consider then an inferior product. But with the other innovations in their operating system, web browser and other abilities they are quickly becoming a major threat that has put RIM in the position of catch up.
    This is a much talked about issue in other enthusiast's forum's and something that RIM needs to address, so I would like to find out what RIM has in mind as I consider my next device which is due for replacement now.

    Was reading this article before. I think RIM is aware of other competing browser's features, so they're taking steps to get the BlackBerry Browser up to date
    http://www.internetnews.com/mobility/article.php/3836386/BlackBerry+May+Have+New+Mobile+Browser+by+2...
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • How to share the same session between JNLP Application and browser session

    How to share the same session between JNLP Application and browser session using BasicService.showDocument(url) method? It appears whenever i launch any URL from within a JNLP application using BasicService.showDocument(url) , it creates new instance of browser and session even after i used cooke handlers to restore JSESSIONID and Ltpa token etc.
    public static int showDocument(String urlToOpen)
    BasicService obj = (BasicService) ServiceManager.lookup("javax.jnlp.BasicService");
    obj.showDocument(urlToOpen);
    }

    Try using Reflection

  • Remote app and Browsing Albums

    So, I installed the Remote app directly onto the iPod Touch and set it up with no problems. Within a minute I was able to download, install, browse, and actually control my iTunes library!
    I found one snag. I would like to use the Album browse feature, but I see problems with it. One good specific example is the album "Genius Loves Company" (GREAT ALBUM). when I'm browsing my library through this app, the album shows up 12 times and each instance only has one track in it. So, I can only play one song at a time and then the player stops. Very annoying.
    Has anyone else seen this? If so, anyone know a fix/workaround?
    Album link: http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?i=219987585&id=12316 7557

    Hmm odd one. My first thought here is there's possibly some glitch in the way that Album's files are tagged.
    Try this:
    Fire up iTunes. Click on 'music' under the Library. Highlight all the tracks in that album in the main window. Go to File -> Get info (answer 'yes' to the pop-up question about editing multiple items). Under the 'info' tab, re-type the name of the album into the 'album' field, and Hit 'OK'. This will resolve any discrepancies re the tagging of the album name.
    Fire up remote again and browse to that album, see if it's fixed the issue.

  • Hi someone, I went to muse theme and browse widgets to find the toolbox 024 of google language translator, i saw the video explaining how to manage the widgets but now where can i found it to include it in my website because the french version of muse don

    Hi someone, I went to muse theme and browse widgets to find the toolbox 024 of google language translator, i saw the video explaining how to manage the widgets but now, where can i found it to include it in my website because the french version of muse don't have several free widgets for people like me who pay every month the application.Thanks

    I'm not aware of a free translator widget.
    I found these...
    Website Translator 
    Translator Widget  $6.99 for the widget
    Adobe Muse TB024 Widget | MuseThemes.com  $69/year Includes everything | I signed up for this and it's been well worth it, they have new themes & widgets every month.

  • Can't download game and browse web at same time

    I'm hoping someone can help me with this problem.  For about a month now, I'm unable to download a game from Big Fish Games and browse the web at the same time.  I've contacted BFG, but so far their only suggestion was to upgrade from i.e. 6 to i.e. 7, & re-install their game manager, which I did.  I don't know if this is a problem with BFG or my internet connection (too slow?).
    Occasionally, I seem to be unable to open 2 web pages at the same time, getting a no internet connection error...
    I have Belkin router connecting a laptop.  The problem is happening on my desktop.  I'll be glad to provide any information needed.....please help!

    Ok.
    #1 If your copy of Norton has a software firewall in it enabled, disable the firewall in XP.
    See as need be: portforward.com -> Other guides -> Firewall Guides -> Windows XP Firewall -> Default Method. Then se...
    #2 Please post the modem status from your Westell 6100.
    b) If you do not know what I mean by that, since I do not know how old or new your Westell 6100 is...
    go to All DSLR (dslreports.com) FAQs » Verizon Online DSL FAQ » 4. Hardware » How do I use a router with the Westell 6100?
    And please tell me if this router is using the white and blue Westell firmware or the red and black Verizon firmware.
    #3 After logging in the Belkin F5D8236-4 v3, Go to Channel and SSID.
    Does it have Wireless enabled?
    #4 Go to Security
    Is Any Security enabled?
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • Why is my mac book pro slower to boot up and browse since upgrading to OS Yosemite

    Help a new Apple user,
    I purchased a new mac pro from Best Buy and learn how to use it pretty quickly and actually started to believe it was a great decision to switch from windows.  Then the mac pro gave the upgrade to the OS Yosemite, I upgraded it,  and its slow booting up and browsing like windows.  What happened to the quick reboot and speed when first started to use the Mac.  I have had this  Mac Pro for about a month now but not happy at this point.  Please help fix this problem, it past my return date now if it continues to be slow like my previous window laptop.
    Thank you,

       Reset PRAM.   http://support.apple.com/kb/PH18761
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
       Start up in Safe Mode.  http://support.apple.com/en-us/HT1564
    Best.

  • How to copy a playlist from iTunes to a USB (keeping artist song name etc) and the files to listen and browse in a jeep hard drive

    I made a music playlist on my iTunes, perfectly ordered. I get a car with a USB input to get the songs in the car hard drive, My question is: How can I copy the playlist (with artist, song etc) with the music file (but with the name and artist instead  of the file name) in the usb so I can copy it and browse it in my car?
    Thanks

    This would require renaming the files on the computer.
    iTunes is not going to do this magically when copying files to the flash drive, iTunes does not even copy/sync files to a flash drive.

  • Can I watch videos on my iPad and browse at the same time?

    I want to watch a Ted talk that I downloaded and browse the internet, but everytime I try to leave iTunes it automatically shuts off what I'm watching. Can this thing seriously not do more than one thing at once? It seems odd. Same thing happens, if I'm watching somethign on YouTube and try to browse the internet in a new window whatever is on YouTube always shuts off.

    Yes, that's the way it works. Multi-tasking doesn't extend to separate windows, there is no Desktop for them to be displayed on, no file handling system to keep track of them, etc., etc.
    TED has their own app, by the way .... no need to download via iTunes. Still just one thing at a time, so just sayin ....

  • Itunes is not working on my mac. I'm trying to redeem a gift card and everytime I enter my password it does not work.  Also, when I try and browse songs, everything is blank

    HELP!
    Itunes is not working on my mac. I'm trying to redeem a gift card and everytime I enter my password it does not work.  Also, when I try and browse songs, everything is blank

    It's been a while but it should work on a Mac because Macs can read Windows formatted devices. Otherwise, you can perform a restore operation to return it to the Mac format. If you go to support.apple.com/manuals/ you can find a copy of the user manual for the model you have in which this is all explained.

  • Font in Design View different from font in Live View and browser preview

    My external style sheet has the body set for a sans-serif font and there is nothing to contradict it in the HTML documents. But while I get sans-serif in the Design View (as you would expect), I get a serif font in Live View and Browser Preview, not to mention on the Web itself.
    How is this possible (and what should I do about it)?
    --Paul

    Murray and David: it worked! It is a rare and joyous experience to have a straightforward solution to the sorts of problems I come up with (including other realms). But I have to say that with HTML and CSS (and hence with Dreamweaver), solutions to difficulties have seemed within easier reach than in other parts of the computer world.
    By the way, I wanted to choose "correct answer" for both your posts, but after making the first click it was no longer available for the remaining post--so I typed "helpful" even though that one was correct too.
    Thanks again.
    --Paul

Maybe you are looking for

  • How to connect my loptop to my tv using hdmi

    how do i connect my loptop to my tv using hdmi i have it hooked up but how do i get tv to identify my computer 

  • Date format issue in Web Analysis...

    Hi, I am creating a report by connecting to a couple of relational tables. I'm using SQL Spreadsheet and SQL Subscription objects. I'm creating a Date filter using SQL Subscription object (list box) using the data source created by the SQL Spreadshee

  • How to use TAX books in FA

    Hi, We are using Oracle Asset and we have the setup of corporate book, in few Asset we required run depreciation in different rate and similarly we want to take GL impact also. Beside this we also identify the Asset depreciation ( which we change the

  • [Solved] Xorg update from testing: display corruption.

    Hello! Today I did a update in my system, pacman updated 3 packs: [2008-09-08 09:05] upgraded libx11 (1.1.4-3 -> 1.1.5-1) [2008-09-08 09:05] upgraded pixman (0.11.8-1 -> 0.11.10-1) [2008-09-08 09:05] upgraded xorg-server (1.4.99.906-3 -> 1.5.0-1) My

  • The new altogether BT web page

    Trying to login to the new altogether BT'S new web page. Can't get passed the enter mobile phone bit, left it blank because I don't have a mobile phone. Does that mean I can never access my online details?!!