Lumia services and application problem

Dear sir,
I am using nokia phones from last 10 years. I have lumia 820. Before lumia i have nokia n8 which is too good. Problem with lumia series is as under
Not enough applications like flash transfer, prper Maps, file manager and many more.
Size of the appilication is too big compare to android.
Application only save in phone memory not in SD card big problem.
Not have hdmi support which should be available in these kind of phones.
We can not tranfer selected contacts from lumia to other phone via bluooth.
Some time hidden services access processor and battery.
There are others  
Sir, if you lounch new series than old facility of the phone should be there and have some extra. After N series lumia can not gain big market because of these kind of limitation.
Please do needful in these matter.

lumiaproblem wrote:
If you launch new series than old facility of the phone should be there …
Instinctively, you are right. However, Nokia was never able to do that. When they introduced Symbian/S60, Series 40 was much more mature in many regards. When they introduced Maemo, Symbian was much more mature in many regards – and now with Windows Phone it is not even the fault of Nokia anymore. There you go …

Similar Messages

  • One of cloud doesn't work in failover with Event ID 1205 and 1069 and unable to move services and application another node

    Any one please respond.
    I've been working on creating a windows server 2008 R2 cluster for about a month now and I keep getting an error whenever I try to add a 2nd node. I keep
    getting The cluster node is not reachable. However, when I validate the configuration, everything goes through success. I created and destroyed the cluster a couple of times, but no luck. I even re-installed Windows Server 2008 R2 on both servers, re-configured
    the iSCSI, and the same warning keeps coming up. 
    I installed a new a new SQL Server 2008R2 Named Instance on an exisiting SQL Server cluster node (Node 1 &Node2). When I try to manually fail
    over 
    the Services and applications  to another node (Node1 to node2) using Failover Cluster Manager, I get the errors
    The cluster has these Events:
    Event ID
    1069: Cluster resource 'IP Address xx.xx.xx.xx' in clustered service or application 'ClusterDtc' failed.
    Event ID 1205:The Cluster service failed to bring clustered service or application 'ClusterDtc' completely online
    or offline. One or more resources may be in a failed state. This may impact the availability of the clustered service or application..
    Why the cloud server doesn’t move to node2? you can see screen shorts below.
    1.
    in system configuration-
    3. in
    system configuration---->warning--->Validate All Drivers Signed
    after creating cluster I got below errors.
    Any info you might know would be really helpful.

    Dear Ravikumar
    From clone support they given reply mail...
    mail from Ramu...
    That would be a typical work around in this situation. But what we intend to do cannot be accomplished through this work around as we need the validations to complete successfully.
     We are looking for an option either to get the driver signed or use a different signed adapter for the same. Could you please suggest us something on that line. 
    Mail from Support....
    Hello,
    Unfortunately this is not something that we would be able to do in a virtual environment; You are welcome to try different drivers however we would not be able to provide any support 
    for untrusted drivers. The only true solution would be to upgrade from a VM to a dedicated server where you would have control of all the drivers as there is no virtualization layer to
     contend with. Stepping into the territory of untested drivers for a custom configuration in a virtual environment will certainly prove to be an uphill battle.
     I would advise contacting Microsoft's support for additional assistance as they will be able to provide the most accurate information regarding this concern. 
    Regards
    Systems Administrator

  • In cluster Manager there are no services and application listed on a node.. what does this mean?

    In Cluster Manager I can see two nodes listed.
    When I click on the first it lists the two SQL Server instances.
    On the other node there are no services and application listed....what does this mean?
    Mr Shaw

    Yes Instance A and Instance B will also be installed in the second node.
    Just go to configuration manager in the other node, you will see those instances in stopped state.
    Assume I install Instance A in a 2 node cluster with node A and Node B, it installs instanceA binaries in both nodes, What it does when failover is shutdown Instance A in Node A, move the disks to node B and start the instance A in the node B. Its basically
    the same instance.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com
    Oh I get you.. 
    The missing bit on the puzzle is that the binaries are installed on both nodes at the same time.
    Thanks,
    Ben
    Mr Shaw

  • Change "Services and applications" names in failover cluster manager

    Hi. Id like to change "Services and applications" names in failover cluster manager for Windows Server 2008 R2.
    I right click on one and press rename, but when i change the name and press enter i get the message "To rename this service or application please rename the Client Access Point via its property page"
    It's important that we don't change the network name for the service

    Hi,
    Checkout this blog post
    PowerShell for Failover Clustering: Let’s Rename a Few Things
    But keep in mind if you rename the resources and you are using them in a script or backup you need to check this also with the new name.
    Greetings, Robert Smit Follow me @clustermvp http://robertsmit.wordpress.com/ “Please click "Vote As Helpful" if it is helpful for you and Proposed As Answer” Please remember to click “Mark as Answer” on the post that helps you

  • "Services and Applications" is missing from the Failover cluster manager menu

    Hi,
    I am not sure this is the right group for my question, but I couldn't find anything else more suitable.
    In my Hyper-V installation (Windows 2012 Data Center), I am missing "Services and Applications". I am using Windows 8 to manage the cluster and I need this menu to import an existing VM into the cluster. How can I get this option or is there a
    software that I need to install?
    Thanks

    Repost here: http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/threads
    in the Hyper-V forum.  You'll get a lot more help there.
    This forum is for Virtual Server 2005.

  • Business Objects, external services and application services in CAs

    Hi All,
    right now we are developing our first eSOA Composite Application with CE and I have some questions regarding Business Objects, the import of external services and the development of application services.
    As I understood there are two ways to provide business functionality for composite applications:
    a. Import backend functionality as an external service (e.g. BAPI, RFC) at the CAF, build the application service which can be used as a callable object for UIs or the GPs
    b. Develop a local Business Object (in CAF) providing the business logic, create the application service which again can be used as a callable object. Furthermore the application service can be exposed as a Web Service (external service).
    My questions:
    1. When is it appropriate to to import external services in stead of developing local BOs?
    2. Under what conditions is it advisable to (solely) develop local BOs?
    3. What are the advantages / disadvantages regarding the reusability of the services (in option a and b)?
    Note: We are developing on NetWeaver 2004s.
    Please let me know, if you need more information to answer the questions!
    Thanks for your advice in advance,
    Regards,
    Ivonne

    Hi Ivonne,
    first of all, the CAF Business Objects (BOs) itself don't contain any business logic, they're basically just local database tables (with some CRUD services on top).
    Business logic is implemented in Application Services (AS).
    Now, regarding local BO's vs. external services, it depends on your use case. If the data is already available somewhere in your backend system it makes sense to use external services. For instance you wouldn't want to store business partners all over different composites. For data that is specific to your composite (in particular configuration, customizing etc.) and not likely to be reused by other applications you should use local BOs.
    Accessing local BO's is also much faster than calling external services.
    You can do reuse in both scenarios, since the CAF services can be exposed as web services.
    Regards,
    Christian
    Edited by: Christian Loos  on Apr 8, 2008 6:11 PM

  • Distributing Workspace Services and Application

    Hi All,
    We are attempting to distribute the Workspace services and the workspace application on 2 linux servers. The application was deployed successfully and the services installed successfully on the separate boxes. Configuration was successful on both boxes as well except for registration with Shared Services. If anyone has any information on how to point the workspace services to Shared Services on a separate box it would be an enormous help.
    Server 1
    Shared Services
    Workspace app
    Server 2
    Workspace services
    BI services
    Thank you!!!

    Any information anyone has to share about installing workspace services (core services) and configuring them would be extremely helpful.

  • No service and signal problem on iPhone 4s

    I recently bought an iphone 4s and it was working fine for a while but then I noticed that there are times whenever I try to send SMS the progress bar (the one that will let you know if the SMS was sent successfully) gets stuck, and my phone just looses service and so i have to turn it off and then back on everytime. Also, when i leave my phone for a while when i try to use it to send sms it suddenly looses service again. and most of the displays "no service". I already tried asking my carrier regarding this service problem and I also chenged my sim, but it still poses the same problem. Is this a hardware problem?
    Please help. Thanks.

    MarcH4s wrote:
    My iPhone 4s keeps losing signal dropping calls and displaying no service when is apple goin to fix these issues what ever about a weak battery I think these other issues are far more important
    Since you said MY IPHONE the answer is that Apple is never going to fix it unless you call them or take it to a store for diagnosis. MY IPHONE has none of these problems. And it doesn't have a battery problem either.

  • Envy 100 410A Web Services and Ipod problems

    Hi,
    I purchased the Envy 410A and I'm having a few problems.  I have two Macbooks and a 4th gen Ipod Touch setup on a wireless network with a Linksys WRT100 router.  First, what's working:
    I successfully installed the printer on both computers through USB and I can print wirelessly from each without any difficulties.  (I set a fixed IP address for the printer to avoid having to 'find' it each time it got a new address by DHCP.)
    Here are my problems:
    1) On setup, the printer successfully connected to the HP web service and printed out a code for ePrinting.  I entered this code and was able to print via email.  However, sometime between last night and today (and after I installed 6 updates) the printer reported that it no longer had an email address.  I turned off Web Services to troubleshoot, but now when I try to enable it I get the "Problem Connecting to the Web Services Server" error.  Powercycling the router and/or printer does not fix this.  Nor does turning off the printer's wireless functions for 5 minutes.  I've tried restoring factory defaults, but it did not actually restore anything.  How can I fix this?  Is the server down, or is something screwed up?
    2) My iPod Touch is completely updated to iOS 4.2, bluetooth is turned off, and I've verified that it's on the same network as the printer, but I cannot detect the printer on my iPod either through Apple's AirPrint or through the HP iPhoto App 3.0.  Both just say "No printers found".  This is really frustrating since I bought this with printing from mobile devices in mind.  Any advice?
    Thanks for your help,
    Dave

    I am glad your first problem is resolved. When it comes to iPod having OS 4.2, the device supports AirPrint which is new from Apple.
    For more information on how to use the AirPrint on your iPod refer to below link:
    http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&dlc=en&cc=us&docname=c02623193
    If the iPod still does not find the printer, try unchecking the option "Enable Multicast Streams" in the router EWS page and see if it works or not. Contact your router support for more info.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • Lumia 720 and Skype problems

    Hello there,
    I keep on having problems with brand new 720 an Skype app. It does not happen everytime, but:
    - I'm able to freeze the device just by making few calls (ie. to test service).
    - sometimes also anwering a call breaks: voice is active but phone screen shows black screen with "Loading..." text.
    Anyone else experiencing similar problems ?

    Hi,
    Welcome to the forum!
    You can try the following tips:
    1. Close any running applications in the background that requires internet connection. This can also be one of the reasons why the phone freezes. 
    2. Make sure you have a stable connection to avoid disruption of calls and showing the black screen with "Loading..." text. 
    If the above mentioned tips didn't help, you can also try pressing and holding both the volume down button and the power key for 10 seconds to reset your phone. Note that your files are safe while doing this. 

  • Lumia 820 and applications with Skydrive

    Alright, I'm having a quite irrtating problem with my Lumia820.
    I'm using apps that have skydrive support, each of them worked flawlessly on lumia710 with wp7.5, now however they fail to work correctly on wp8. The problem is that I cannot access any contenct from skydrive:
    blue tomato and purple cherry refuse to connect with skydrive no matter if I'm on data plan or wifi
    vNES doesnt connect, and throws "Invalid numeric literal." error when I try to refresh it.
    Nokia reading throws "We weren't expecting that - Something's gone wrong. Please check your connection and try again" error, how informative
    I have contacted one of the devs and his answer was that "it works on my lumia 920". From what I googled up it might seem that me being from Poland mixes something out in language code or whatever (source) but obviously i would like to have some solid answer from phone's manufacturer. 
    Also it seems that not all applications are concerned with this error, for instance bookviser works OK.
    KR
    Mariusz
    Solved!
    Go to Solution.

    At this point I would guess it's app related. Keep jogging the developers on this, maybe get onto Nokia Betalabs or Nokia Developers site to get more information.
    Besides users having the same issue it seems there is not much you can find out about this here.
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • Web services and Application Integration in Netweaver

    I want to create Web services in Netweaver.
    Just something simple to begin with. But I need to be able to:
    Create the service
    Call the service
    Register the service [UDDI], and
    Expose the service the service using WSDL.
    And explain the whole thing in my research paper.
    Does the SAP Web AS 6.40 tutorial cover all this??
    Maybe the following book would be more useful.
    What do you think??
    "Web Programming with the SAP Web Application Server"
    by Frederic Heinemann, Christian Rau
    (Hardcover - August 2003)
    I would also like to Integrate 2 applications with different databases, does the SAP Web AS 6.40 tutorial cover this as well??
    When will it be possible for a company to buy mySAP (NetWeaver 04)and be able to use Netweaver to create
    e.g. a Portal system?
    Thanks for your time.
    Regards
    Sean

    Sean,
    Certainly you can do this in NetWeaver. Here's where to start: http://help.sap.com/saphelp_nw04/helpdata/en/d6/f9bc3d52f39d33e10000000a11405a/content.htm
    Try out the SDN downloads of Dev Studio with Web AS and EP6 with WebAS. The portal lets you show off the services yuou build quite easily. Dev studio lets you build them.
    Nick

  • Setting Users for my managed services and application pools

    I setup my SharePoint 2013 test environment and I developed an intranet site. Now inside my test environment I set all the application pool & managed services to use Farm user account for simplicity. Now I want to setup my UAT environment and I want
    to follow the best practice for managing users and service accounts.
    I have read the “Core Solutions Of MS SharePoint 2013” book, and it have listed the following table:-
    First question. What is the difference when saying that the user “Must be a member of the Farm Administrators group” Or must be “Domain user account”?
    Second question , when I first install SharePoint 2013 a lot of applications pools and managed services such as excel services , access services, Performance Point Service Application, business
    data connectivity and Machine Translation Service  will be automatically created , so which account they will be using and should I define separate accounts for each managed service ?
    Third question. What is the recommendation for SharePoint 2013 regarding service accounts?, to use separate account for each manage service, for example one user for excel services , second user
    for access services ,etc?
    Fourth question. For example the documentation mentioned that the Required roles for the excel services is “Domain user account.”, but what permissions this domain user need to have ?
    thanks for any help, and sorry so adding multiple questions inside the same post.

    Q #1: This means the user must be part of the Farm Admins group. Every user is a Domain User.
    Q #2: Generally those should be using a single Domain User account in a single Application Pool to minimize memory usage and reduce unnecessary complexity.
    Q #3: The less Application Pools the better. E.g. One account/App Pool for all Web Applications, one account/App Pool for all Service Applications, and then Central Administration is obviously separate.
    Q #4: You don't need to specifically give this type of user any sort of rights
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Lumia series and antenna problems - true?

    Hello
    Just found a very odd recently made study of mobile phones antenna performance. It seems to be serious science, but the results are most definitely not in Lumia's favor. Actually Lumia 925 is rated as the phone with the worst results - which seems ludicrous to me. It's the first I've heard of antenna problems with the series. Can anyone confirm or deny problems with the antenna on recent Lumia models? What are your experiences?
    http://erhvervsstyrelsen.dk/file/435579/Mobile_Phone_Antenna_Performance_2013.pdf    

    It is normal for the signal bars on the phone to fluctuate as it jumps between different cell towers, and both the cell towers and the phone adjust their transmit power all the time. Different phones have different behaviour of the signal indicator. The actual antenna performance can only be measured in a controlled environment, like the nerds from Aalborg University do in the PDF link in the first post.
    In real life the antenna performance of my Lumia 720 is on par with my N8. In poor coverage they both give up in the same places. The behaviour selecting 2G or 3G is different though, since the N8 favour 2G when talking while walking or driving, where the Lumia always want to hang on to 3G whenever possible.
    Regarding the Aalborg University antenna test, these people are independent and serious about what they do.
    Please read the whole PDF, so you'll see that the poor performance is only when held in a phantom hand towards a phantom head, in the right hand, as seen in the cover picture, and that it mainly affects the GSM900 (2G) frequency band, on the devices tested at the time.
    Hans

  • 'No service' and wifi problems...

    I have an iPhone 5 and when I am in certain places I find it difficult to gain signal from my carrier anywhere, especially in my house or even my street. I'm with EE and whenever I do get signal it's either one bar (or dot in the case of this iPhone) or very rarely I get two.
    I also have problems with connecting to my wifi. When I am downstairs (and in the same room as my broadband router) I can access the wifi fine but as soon as I go upstairs the connection disappears and says 'Not Connected'. When I search for any other connections it shows nothing. My iPhone is up to date and currently on iOS 8.1. I also have an iPod 4th Generation but I don't experience this at all with my iPod. In fact, when using my iPod upstairs I usually get 3 bars of wifi connectivity.
    I've had my iPhone 5 for nearly a year now and I've have this problem once before for about two weeks. This has been going on for about two months now. I have no clue how to solve this or even where to start. I don't know how this problem came about and nor can I relate it to anything I've accidentally turned off or on. I've tried resetting my phone and resetting all my network settings but nothing seems to have solved the problem.
    I hope someone will help me because my phone is becoming useless whenever I'm upstairs in my house.
    Thank you.

    Use this article: If you see No Service in the status bar of your iPhone or iPad
    And then use this article: iOS: Troubleshooting Wi-Fi networks and connections ...

Maybe you are looking for

  • Unable to load php file into native window..

    Hi Guys, Im using flash cs3 as my development environment. what i was trying to do is creating a small login application using Air. I must say im still a newbie to flash air. as far as my login system concern i have managed following tasks, 1. send u

  • Music videos don't play back to back

    Is there any method to get my music videos to play continuously.  Since upgrade to ios5, my iPad plays 1 video then stops.  Another video has to be selected before it will play.  I want it to play one after the other.  It used to work before the upgr

  • FW CS3 very slow to open on Vista

    FW CS3 opens sooooooooo slowly on Vista. I mean I'm talking about 30 secs to a minute or more. (I have a P4 and 2 gig of ram) . Being used to FW8 opening in a flash this is pretty dreary. Has anyone else experienced this?

  • Changing Icon Size

    Desktop icons are smaller than I prefer. I am sure that back in Panther I could use a slider to change icon size, change snap to grid options but cannot remember where it was. Does Leopard have user adjustable options for desktop icons?

  • Photoshop Elements 12 unter Windows 7 64 bit lässt keine Einstellung von "Fentster / Bilder / überlappend" zu.

    Der Menüpunkt wie auch die weiteren (schwebendes Fenster, nur schwebende Fenster) ist grau. Wie kann ich Bilder überlappend anordnen?