My Nokia app doesnot open at all

My Nokia (n) app doesnot open so dn't kno wat to do

Hi, sein. Welcome to the Nokia Support Discussions. Let's proceed with your concern. May we know the phone model that you are using? What particular app are you referring to? Would it be okay if you could provide us a screenshot of this app? BTW, have you already tried switching off/on your phone to check if there's any difference? 
We'll wait for your response so we can further help you. 

Similar Messages

  • Applescript works in Automator, but not when app is opened - running all if statements at once?

    Good evening,
    I am new to applescript and have a newbie question regarding the following code. I am making a simple automator program to pull songs from iTunes to practice dancing to. I've started the program with a script that lets the user choose which dances (s)he wants to be played. Then I use applescript to run if statements for each dance, checking whether the dance was selected (and is therefore in "danceList"). If so, I call a separate app to handle finding and playing that dance. The whole thing runs perfectly once opened in automator.
    The problem is when I try to open the app for the first time, whether in finder or in automator -- it calls every single one of the if-statement applications, all at once, before anything else has happened, and thus crashes itself. I have no idea why. I have searched various help sites, tried multiple variations of the if statement code (waltz is an example, below) and making the sub-applications into workflows, but that didn't help.
    Any advice or pointers in the right direction/to appropriate resources would be greatly appreciated.
    Here is a snippet from the relevant code: (didn't include it all, it's the same thing with more if statements)
    on run {danceList}
              if danceList is not null then
                        if danceList contains "Waltz" then
                                       tell application "waltz"
                                                      run
                                       end tell
                                       delay 110
                        else
                                       tell application "waltz"
                                                      quit
                                       end tell
                        end if
                        if danceList contains "Tango" then
                                       tell application "tango"
                                                      run
                                       end tell
                                       delay 110
                        end if
                        if danceList contains "Viennese Waltz" then
                                       tell application "viennese"
                                                      run
                                       end tell
                                       delay 110
                        end if
    ... and so forth ...
        end if
        return danceList
    end run

    Ok, let me try to do a better job explaining.
    I am making this app to simulate the rounds used in competitive ballroom dancing. It lets the user select the dances they will participate in, and then, for each dance, the program reads out the dance title, chooses all songs in iTunes with that genre, selects one at random, starts playing it, waits ninety seconds, and then stops the music. Then a twenty second pause before the next dance. I have made eleven apps for this; one is the main app that calls the others; the others are identical and handle the individual dances.
    Here is all the code I have:
    1. Ask for confirmation - dialogue box explaining app
    2. Get specified text - list of all dances, passed to first section of applescript
    3. First section of script - found on internet, altered for multiple selection; lets user choose multiple dances from a list (code is below pic)
    on run {input, parameters}
    choose item(s) from text
    input: text - items are delimited by paragraphs (returns/newlines)
    output: a list of paragraphs selected
              set output to {}
              set NameList to {}
              set NameList to paragraphs of (input as text)
      activate me
              set TheChoice to (choose from list NameList with title "Choose Dances" with empty selection allowed and multiple selections allowed)
              if TheChoice is false then
                        error number -128 -- cancel
              else
                        set output to TheChoice
              end if
              return the output -- pass the result to the next action
    end run
    4. Store value of variable as "danceList" - probably unnecessary but gave it a name
    5. Second section of applescript - what's been discussed previously, here's the full code:
    on run {danceList}
              if danceList is not "" then
                        if danceList contains "Waltz" then
                                  tell application "waltz"
                                            run
                                  end tell
                                  delay 110
                        end if
                        if danceList contains "Tango" then
                                  tell application "tango"
                                            run
                                  end tell
                                  delay 110
                        end if
                        if danceList contains "Viennese Waltz" then
                                  tell application "viennese"
                                            run
                                  end tell
                                  delay 110
                        end if
                        if danceList contains "Foxtrot" then
                                  tell application "foxtrot"
                                            run
                                  end tell
                                  delay 110
                        end if
                        if danceList contains "Quickstep" then
                                  tell application "quickstep"
                                            run
                                  end tell
                                  delay 110
                        end if
                        if danceList contains "Samba" then
                                  tell application "samba"
                                            run
                                  end tell
                                  delay 110
                        end if
                        if danceList contains "Cha cha" then
                                  tell application "chacha"
                                            run
                                  end tell
                                  delay 110
                        end if
                        if danceList contains "Rumba" then
                                  tell application "rumba"
                                            run
                                  end tell
                                  delay 110
                        end if
                        if danceList contains "Paso Doble" then
                                  tell application "paso"
                                            run
                                  end tell
                                  delay 110
                        end if
                        if danceList contains "Jive" then
                                  tell application "jive"
                                            run
                                  end tell
                                  delay 110
                        end if
              end if
              return danceList
    end run
    Here is the code for the waltz app. All the other dance apps are identical; they just search for different terms and have a different introduction spoken.
    1. Get specified text - "Next Round is the Waltz, etc."
    2. Speak text - reads text out loud so people know what's next
    3. Find iTunes tracks where genre is "Waltz" or "waltz"
    4. select these tracks
    5. store all these in variable "tracks"
    6. applescript to pick a random track from "tracks":
    on run {tracks}
              set maxNumber to count of tracks
              set randy to random number from 1 to maxNumber
              set chosenTrack to item randy of tracks
              return chosenTrack
    end run
    7. 3 second pause between speech and music
    8. Start playing the chosen track
    9. 90 second wait while track plays
    10. pause itunes (stop music)
    11. end app
    Again, my concern here is why the program runs fine once it has already been opened in automator (say second or third time running it there) but when run from finder, or first opened in automator, it calls all the dance apps at once. Then they give error messages because the speech section is first, and this can't be done simultaneously:
    Also, not sure if this is relevant, but I have a spinning gear in the corner of my mac that I believe is automator launcher, and it's showing all the apps as running even after I've ok'd their error messages and they have disappeared from the dock. I can exit waltz and danceApp, which are the two actually running, but the others won't stop until I've ended automator launcher in activity monitor.
    Hopefully this is more helpful. Thanks again.

  • Apps not opening at all

    I have about 5 or 6 different apps on my phone and they are not opening. I tried doing a system restore (which took about an hour) and the apps are still not opening. What do I do?

    I have the same problem as of tonight. I bought the iPhone3G on Friday and download/installed a few apps over the weekend. Everything worked fine after each install and everything worked fine earlier today. Now, as of the past few hours, none of the downloaded apps will run. Each one will open up to their opening screen, pause a couple seconds, then quit and return to the iPhone main menu. All of the preinstalled Apple apps continue to function normally. Only downloaded apps (including the Apple Remote app) no longer function.

  • After updating to Yosemite, following apps not opening. App Store, Mail, Contacts, Calendars... About the Mac

    After updating to Yosemite, following apps not opening.
    App Store
    Mail
    Contacts
    Calendars
    Reminders
    Maps
    Preview
    About the Mac
    I recently updated to Yosemite and now I am having problems with the above mentioned apps, not opening at all.
    I am unable to check to which version its update to, or even update to next version.

    You ran a defective third-party "utility" such as "CleanMyMac" or "MacCleanse" that purports to "clean up" "junk" files. What it really does is to corrupt the operating system and many applications.   
    The first thing you need to do is remove that software according to the developer's instructions. Never install it, or anything like it, again. Then see below. If you use any iWork applications, you may need to delete them and redownload them from the App Store.
    If you don't already have a current backup, back up all data, then reinstall the OS.* You don't need to erase the startup volume, and you won't need the backup unless something goes wrong. If the system was upgraded from an older version of OS X, you may need the Apple ID and password you used.
    If you use FileVault 2, then before running the Installer you must launch Disk Utility and select the icon of the FileVault startup volume ("Macintosh HD," unless you gave it a different name.) It will be nested below another icon, usually with the same name. Click the Unlock button in the toolbar and enter your login password when prompted. Then quit Disk Utility to be returned to the main Recovery screen.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    If you installed the Java runtime distributed by Apple and still need it, you'll have to reinstall it. The same goes for Xcode. All other data will be preserved.
    *The linked support article refers to OS X 10.10 ("Yosemite"), but the procedure is the same for OS X 10.7 ("Lion") and later.

  • Mail opens in all desk tops

    I am running 10.10.3 my issue is the app Mail opens on all desk tops, and it is the only app that does this. If i go to another desk top it is there taking up space, any ideas on how I can stop this from happening.

    I will ask the hosts to move your post to the Yosemite forum (you posted in the Mavericks forum); as well, I've asked them to remove your duplicate post so it doesn't get confusing.

  • "Best secret folder" App dont open up

    I downloaded the "best secret folder" app to my Iphone 4. I uploaded some files into the app. for a while the app worked fine until it stops open. it will open, but immediately close. I tried all the methods. I turned off my phone using every way, I downlodad a free up, I reset all settings, I dont know what alse can I do. I dont want to lose the data I saved on the App... I cant get hold of the developers, they are avoiding my mails....
    How can I save my data?????

    THE SOLUTION!!!
    For all of you that may read that in the future - there is a solution for an App that cointain data and is not working/open on your Iphone. In my case, "The Best Secret Folder" App that would open only for a seconed and then close.
    1. go to this link:
        http://www.macroplant.com/iexplorer/
    2. Download (dont buy) the IExplorer App for your Mac (or any other Mac that you can find)
    3. Open tha App and go to "continue with demo"
    4. plug you Iphone to the Mac
    5. find the relevan App
    6. open it, all the data should be there
    7. copy data to your computer
    Thats It. All data saved. Never again will I use this App! Nor should any of you!

  • Some of my apps wont open my phone has  been freezing my mail wont open i took pictures and tent coe up on m phon , and it all has happened after i installed os 7.1.1. what do i do???

    some of my apps wont open my phone has  been freezing my mail wont open i took pictures and tent coe up on m phon , and it all has happened after i installed os 7.1.1. what do i do???

    some of my apps wont open my phone has  been freezing my mail wont open i took pictures and tent coe up on m phon , and it all has happened after i installed os 7.1.1. what do i do???

  • Updated to iOS 7, when my phone came on for the first time I could see I had 2 new viber messages.  When I went to open viber it asked me to register my number, which I did. Once the app was open I noticed all my message history was gone.

    Hi,
    I have only just upgraded to iOS 7 on my iPhone 4 and am having a  problem with Viber. When my phone came on for the first time after the update I could see I had 2 new viber messages, when I went to open viber it asked me to register my number, which I did. Once the app was open I noticed all my message history was gone...
    I still have an itunes backup of my phone just before the update, I restored it to this backup, followed the same process and now viber will not even work (the access code wont sms to me and the phone call option for recieving this code also come up with some error about not being able to do this at this time).
    I have been able to access viber using another phone number (I have two sims which I use as I am currently overseas in south korea, my referenced australian sim has worked previously on viber overseas and I definently do have roaming on) but again I have no message history.
    So to questions:
    1) Why is my activation not working under my referenced australian number?
    2) Can I recover all my message history which should be saved in my itunes backup?  I am willing to revert to this backup state again if needed.
    Please help.
    Thanks.

    Look iTunes>Preferences>Devices...is a backup listed for your iPhone 5 dated BEFORE you restored your iPhone 4 backup to your iPhone 5? If not, your data is gone. If there is a backup, on your iPhone 5: Settings>General>Reset>Erase All Content & Settings. You should now be able to restore that backup, if it exists, to your iPhone 5.

  • Help i have updated my ipod touch to 4.3.3 and itunes to 10.3 and now it wont open on my pc  i can access apps but no music as it cant sync help! itunes wont open at all or reconise the ipod

    help i have updated my ipod touch to 4.3.3 and itunes to 10.3 and now it wont open on my pc  i can access apps but no music as it cant sync help! itunes wont open at all or reconise the ipod

    Try to remove all Apple related software and then reinstall iTunes Removing iTunes, QuickTime, and other software components for Windows Vista

  • I updated my phone but it will not restore so I have a bunch of apps that wont open and all my music and videos are gone.

    I updated my 3GS and it will not restore. All of my apps are ther but will not open and all of my music is gone. Everything is on my itunes but it will not let me sync. It just says to retore from backup or start as new iphone.

    Depending on what iPhone you have when you get to the connect to wifi you should be able to activate your device over cellular data. Try doing a hard reset by holding the home circle button an power button until an apple pops up and the  go through the setup again and when you get to the wifi part a option should be setup with cellular data iPhone 4 and above should give this option sometimes doesn't like showing up that's why u have to do a hard reset first

  • Email not opening This is a sudden thing, Email had been working fine for two months then today would not stay open now it will not open at all. after trying to open mail I receive a white screen for a nano second and the app closes

    Email not opening on my iPad2 This is a sudden thing, email had been working fine since purchasing the device then today would not stay open,  now it will not open at all. After trying to open mail I receive a white screen for a nano second and the app closes.

    Have you tried closing the Mail app completely ? From the home screen (i.e. not with Mail 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Mail app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • TS1702 i've an iphone 3.1.3. sometimes, i have problems opening all the apps i downloaded in the past 4 months. other apps would open but the recent ones will begin to boot and then close itself. once, it persisted for over a week. pls help as am frustrat

    i've an iphone 3.1.3. sometimes, i have problems opening all the apps i downloaded in the past 4 months. other apps would open but the recent ones will begin to boot and then close itself. once, it persisted for over a week. it staarted again this evening, pls help as am frustrated. NB- i checked for apps update but all my apps are up-to-date. CT

    Try the usual steps: restart, reset, restore.
    http://support.apple.com/kb/HT1430
    http://support.apple.com/kb/HT1414
    If restoring using a backup doesn't help, try restoring the iPhone to factory settings and try for a while with just the Apple-included apps, to make sure it's not an issue with a third-party app. If it still has problems, it may have a hardware problem and will need to be sent to Apple.
    Regards.

  • Since I updated my 4S iphone to the latest iOS7 version, I can no longer close any of my apps.  As a result, all my apps remain open on my phone.  Even powering down and restarting does not solve the problem.  Specifically, the icons don't wiggle anymore.

    Since I updated my 4S iphone to the latest iOS7 version, I can no longer close any of my apps.  As a result, all my apps remain open on my phone.  Even powering down and restarting does not solve the problem.  Specifically, when I double-click the start button, my open app icons display.  But when I hold my finger on an icon, the apps do not wiggle and display an "x" to close.  Any advice... thanks?!

    Double tap the Home button, then swop upwards on the App Preview (not the App Icon). Tap the Home button again when done to return to normal screen.

  • Every time i open an app it will close with in a few min and wont open at all if music is running in the backround. what can i do about this?

    every time i open an app it will close with in a few min and wont open at all if music is running in the backround. what can i do about this?

    See:
    iOS: Troubleshooting applications purchased from the App Store
    Contact the developer/go to their support site if only one app.
    Restore from backup. See:
    iOS: How to back up
    Restore to factory settings/new iPod

  • My games app in ipod touch version 4.2.1 (8C148) won't open at all!

    I have my ipod touch version 4.2.1(8C148). At first, I wanted to save more music in my ipod touch so I installed the latest version of itunes(10.6.1.7). I followed the rules on how to save music from forums in the internet. I made a playlist on itunes, and from my Music file I dragged my mp3's on my itune's playlist. I plugged my ipod touch and it appearred on the left side as Device. And from my playlist, I selected all and dragged them into my ipod touch.. and then click Sync below. (example: http://www.technipages.com/wp-content/uploads/2008/07/iTunes-Sync-button.png). After that, I also saved videos. The same procedures I did like on how to save musics. After Syncing all... when i opened a game app, it won't open. All of the game applications won't open! I don't know why. Help me!:)

    Update it from iTunes on a computer as described at the bottom of this article; there isn't a Software Update option in General on iOS versions prior to 5.0. It can only be updated directly to the newest iOS release supported by the device’s hardware.
    The maximum iOS version for the second generation iPod touch and the iPhone 3G is 4.2.1.
    The maximum iOS version for the third generation iPod touch and original iPad is 5.1.1.
    The maximum iOS version for the fourth generation iPod touch and iPhone 3GS is 6.1.6.
    If you don't know what device you have, append the last three characters of its serial number to http://www.everymac.com/ultimate-mac-lookup/?search_keywords= and load the page.
    (106622)

Maybe you are looking for

  • Installed windows 7 and now i can not use microphone

    How can i fix my micraphone it will not work after installing windows 7?

  • Back order entry

    hi friend!!!! I want to create sales order , delivery , billing for the date of 01.04.2008  this all transaction i want to do today's date i set period open for month of 01.04.2008 but when i create sales order  today ,system confirm schedule line on

  • How do I move from Mozilla Thunderbird to Apple Mail for email??

    Hi, I am currently using Thunderbird from Mozilla & I would like to use Apple's Mail application for sending and receiving my email. I tried to import Thunderbird but it did not work. I would also like to import the subfolders where I saved email mes

  • Nic Bonding in OVM Server

    Hi I am setting up a OVM environment where I want to implement NIC bonding. I want to bond eth1 and eth3, the IP address are showing against xenbr1 and xenbr3. Please let me know the steps of doing this. Thanks

  • I can't get this to print keeps telling me that my ip is not compatible with ip on pc

    hello,  I am running windows xp  Ijust bought a HP Officejet 4500 G510n All-in-one series printer and I can not get it hooked up with my wireless network   It is telling me that my IP 169.254.162.171 which is not compatiable with the IP address 74.75