Reinstallation of the Setting Wizard Application v...

Due to a complete formatting of my Nokia N72 Memoery Card,the Setting Wizard Application got uninstalled.Will the Setting Wizard Application reinstall itself if I upgrade my Nokia N72 Firmware?

Hi,
  You can try something like this
data: l_cmp_api type ref to if_wd_Component,
      l_window type ref to if_wd_window,
      l_view_ctlr type ref to if_wd_View_controller,
      l_window_ctlr type ref to if_wd_window_controller.
l_cmp_api       = wd_comp_controller->wd_get_api( ).
l_view_ctlr     = wd_this->wd_get_api().
l_window_ctlr     = l_view_ctlr->get_embedding_window_ctlr().
if l_window_ctlr is bound.
   l_window = l_window_ctlr->get_window( ).
      if l_window is bound.
         l_window->set_window_title(
            "please look up the parameter name and set it here.
      endif.
endif.
Regards,
Satyajit.

Similar Messages

  • After i changed the setting in application tab in options : open pdf doc by adobe by default, the "Ask" window still pop up every time. How to fix this ?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/913026]]</blockquote>
    after i changed the setting in application tab in options : open pdf doc by adobe by default, the "Ask" window still pop up every time. How to fix this ?

    How do I fix this problem ...javascript (cid) applications.

  • N82: issue with sett. wizard

    Hi All,
    I'm using a black N82 with the latest FW (V20.0.062) and whenever I try to open the Sett. wizard the phone is freezing (only the wallpaper is displayed). Only a restart (by removing the battery) recovers the phone. I tried also a reset to the factory settings but the problem remains...
    Anyone knows a solution to this problem?

    Thanks again for your prompt response.
    I've never installed additional applications on my phone.
    The following 'items' have gone 'into' the phone since purchase:
    1. Mp3 songs.
    2. Contacts via the sim directory.
    3. a Powerpoint presentation via data transfer mode (nearly a month ago, but my issues with the phone surfaced a week ago....so no problem with the ppt i guess)
    4. camera pics, MS outlook calender, to-do and Text messages routinely syncd between my phone and laptop.
    5. Bluetooth transfer out of my phone to another phone for a transfer of pics taken.
    Again many weeks ago not followed by adverse effects...
    Thanks, it'll take me a while to understand SYNCML. Ill read and try to understand soon.
    But then wont PC suite take care of contacts backup n restore,etc?
    If so, where can i find the contacts stored in my computer and in what format?
    For instance, the photos and text msgs - synced - are stored in Lifeblog folder under my documents folder and can be easily accessed via the LifeBlo application both on the phone and the computer/laptop.
    PS: I also managed to update the software today, with the help of Nokia Software updater app on my laptop.
    Keeping this all in mind:
    I reckon, the m-card and perhaps phone memory are affected. Maybe the camera application as well.
    If this is proved, i think, then i m-card format and hard reset is the way forward.
    Thanks again.

  • Nokia setting wizard version 2.6.6

    Dear expert of software kindly advice me to solve my problem.In my handset nokia 6630 there is setting wizard version 2.6.6 by the setting wizard i can configure email and service provider settings of wap/internet and MMS.Im from Bangladesh there is only service provider name has been star marked in the wizard but now there are 5 service provider in Bangladesh and as par instruction of help page, when i try to change service provider name i failed cause the name remain unchanged.I need to configure other provider settings by the wizard.Please help me with your expert advice.Regards,peter

    Hi Adrian,
    Thank you for your reply and suggestions.
    I installed version 3.6.36 but the problem still occurs. I have narrowed it down though. It happens when it synchronizes the Gallery, It says "Adding 64 files to the Gallery". After it stalls for a few moments it crashes. 
    I have now removed the folders that where monitored under the Galery in Nokia Suite and I hope this will solve the problem.

  • N73 Setting Wizard Bug

    i have the latest version of the software version (4.) on the N73 vanilla one.........
    have just notice that there is a bug in the Setting Wizard software when i choose Operator it will detect the operator then it will close down without creat the Access Point that's odd one but if i choose to Cinfigure E.mails in the Setting Wizard it will creat the Access Point but it doesn't have the the old list it has just the gmail i guess and other............. does anybody have the same poroblem too.
    Thanks.

    Hey even I've that exact same problem!
    the moment I installed new firmware in that process it already gave me all the required Settings for my SAUDI ARABIA mobile operator, mobily. And I deleted those settings and tried getting them from the Settings Wizard.. just closes without creating
    Anyways for now you can request the settings online and get it on your N73
    http://europe.nokia.com/link?cid=PLAIN_TEXT_228512
    Nokia 5800 XpressMusic (11) [Product ID: 0559416]
    V 21.0.025 (date: 02-04-2009)
    network: mobily (etihad etisalat)

  • Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it drops a message again and again, preventing me to do anything about the setting.

    Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it dropps the message again and again, preventing me to do anything about the setting.

    A Fix for "Your network preferences have been changed by another application" Error 
    In the Library/Preferences/SystemConfiguration/ folder delete the following:
    com.apple.airport.preferences.plist
    NetworkInterfaces.plist
    preferences.plist
    com.apple.nat.plist
    You will have to re-configure all your network settings since deleting.
    (10.4.10)
    Use Software Update to update your OS to last version of Tiger.  Install all the other updates that goes along w/it.

  • Set up says firefox is still open and wont proceed in the set up wizard, what do I do?

    In downloading firefox 4, the setup wizard will not get past "please close firefox" to proceed with set up. Firefox is closed on my laptop with Xp what do I do?

    If it's registered with Apple, no problem. Go to
    <http://www.apple.com/support/contact/>
    and enter your computer's serial number. Check your coverage status. If there is no indication of the AppleCare plan, call Apple (the number is indicated on the same page) and they'll tell what you need to do.

  • How to set the value of application item using pl/sql in application process

    Hi guys,
    I want a global variable (application item) whose value will be set at the start when a user logs in to the application. The value will be retrieved from database using a sql query. I do not know the exact syntax to set the value of application item in application process. Also i want to know in which type of application process should i use to set the value of application item when a user starts a session. The value of application item varies from user to user.
    Please help.
    I am using apex 4.2
    Regards,
    Waqas

    You can use the application item as bind-variable with its name. ie. your application item is named G_MY_APPLICATION_ITEM, then you can access/set it using :G_MY_APPLICATION_ITEM.
    For example
    BEGIN
        -- assign like a variable
        :G_MY_APPLICATION_ITEM := 'LARRY';
        -- use in a SQL statement
        SELECT WHATEVER_COLUMN
          INTO :G_MY_APPLICATION_ITEM
          FROM MY_TABLE
         WHERE USERNAME = :APP_USER
    END;
    Peter

  • Can't install the second DVD applications - no set up icon

    I have Creative Suites CS4 for Mac. First DVD installed perfectly. But the second DVD only has two folders, Extensions and Payloads, and no set up icon/function. I have contacted technical support and their solution was to send me a whole new set of DVDs, but it's still the same problem. Their other solutions did not work either. Help! How do I install my second set of applications on the Mac without the set-up icon?

    I have a MacBook MacOSX 10.5.8  - 2 GB memory.
    I put in the first DVD and clicked setup for easy install. The applications that were listed on that DVD (Dreamweaver, Fireworks, Acrobat) installed. When it finished installing, it said Thanks and ejected the disk. But I was still missing InDesign, Photoshop, Illustrator, and Flash. I then put in the second DVD. Nothing happened.
    I called technical suppoirt and they were no help both times.
    Thanks for any help.

  • Windows 8, set default application for example adobe reader, customize the start screen

    I have two questions, Im going to deploy Windows 8 to our company, but have 2 big issues.
    1) I need to customize the start screen, but cant find anywhere in the gpo´s? How can I do this without sysprepping etc (deploying with SCCM2012 SP1)
    2) I need to set the default programs for adobe reader, mspaint etc, how can I do this? It doesnt work with the GPP and folder options, anyone have done this?
    Thanks in advance

    Hi,
    Thanks for posting your question in the forum. First of all, if you want to deploy customized Windows 8 Start Screen for domain users, I suggest we could refer to the following similar threads
    and article.
    Group Policy for Windows 8 Start
    http://social.technet.microsoft.com/Forums/en-us/winserver8gen/thread/13a13c25-a1b2-4665-ab67-a2f9bc3b9bba
    GPO Management for Windows 8 Start Screen?
    http://social.technet.microsoft.com/Forums/en-US/W8ITProPreRel/thread/2d4bdcc6-3733-470e-939f-8b6eb0ef4492/
    Windows 8 Start Screen Customization with MDT
    http://blogs.technet.com/b/deploymentguys/archive/2012/10/26/start-screen-customization-with-mdt.aspx
    Regarding the second question, since you want to set the default programs via Group Policy but it didn’t work. Would you please let me know how did you configure the setting? Please refer to
    the following steps to configure the GPO setting.
    To create a new Open With preference item
    Open the
    Group Policy Management Console. Right-click the Group Policy object (GPO) that should contain the new preference item, and then click
    Edit.
    In the console tree under
    User Configuration, expand the Preferences folder, and then expand the
    Control Panel Settings folder.
    Right-click the
    Folder Options node, point to New, and select
    Open With.
    In the
    New Open With Properties dialog box, select an Action for  Group Policy to perform.
    Enter Open With settings for Group Policy to configure or remove.
    Click the
    Common tab, configure any options, and then type your comments in the
    Description box.
    Click
    OK. The new preference item appears in the details pane.
    For details, please refer to the following article.
    Configure an Open With Item
    http://technet.microsoft.com/en-us/library/cc732272.aspx
    In addition, I suggest we could collect the following information to narrow down the cause of the issue.
    GPMC.log
    ==================
    a. On domain controller, click Start ->Run, type GPMC.MSC, it will load the GPMC console.
    b. Right click on "Group Policy Result" and choose wizard to generate a report for the problematic computer and user account (please place appropriately). (Choose computer and select
    the proper user in the wizard)
    c. Right click 
    the resulting group policy result and click the "Save Report…" => save report to save the report to a HTML file.
    Hope this helps.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback
    on our support quality, please send your feedback here.
    Andy Qi
    TechNet Community Support

  • Where is the set up wizard?

    I uninstalled firefox in order to download a clean version but don't get to the set up wizard. I recently encountered a trojan horse that caused me to quarantine certain archive functions. What do I look for and how do I fix this?
    == Firefox was "not responding" so I rebooted in safe mode to scan for viruses. I found that I couldn't install. I downloaded a service pack from MS for an installer and now I can download firefox (apparently) but can't see it on the control panel or in icon form, and can't access the set up wizard. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

    My problem was that the set up wizard never showed up, though I downloaded several times to replicate the problem. Though downloaded, firefox never showed up as a download or as an icon, and neither did the wizard.

  • I just bought macbook pro with 10.8.3 os. When i start the system, all applications automatically start up as well! How can I turn them off. I checked the user settings and no application is set tom open automatically!

    I just bought macbook pro with 10.8.3 os. When i start the system, all applications automatically start up as well! How can I turn them off. I checked the user settings and no application is set tom open automatically!

    You have 14 days to return the computer w/no questions asked.  Plus you have 90 days of FREE phone tech support on top of your standard 1 year warranty unless you also purchased AppleCare which gives you an additional 2 years of coverage plus FREE phone support.
    Strongly suggest that you take FULL advantage of the above before it runs out.  Let Apple deal w/the problems.

  • My ipod 5th gen crashed unexpectedly while i was using my facebook app and then i turned it off thinking it would restart and be alright but when i turned it on like ***?! some of the applications were gone and the setting and appstore and photos are gone

    my ipod 5th gen crashed unexpectedly while i was using my facebook app and then i turned it off thinking it would restart and be alright but when i turned it on like ***?! some of the applications were gone and the setting and appstore and photos and camera are gone like everything that is on it already .. please help me

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                                     
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      

  • "Saved Result Sets" message when using the raplace wizard in the Admin Tool

    Hi,
    I'm just trying to replace an existing Essbase source with a new one in my Business Model using the replace wizard. )It's a cube with > 1.5k account members so I'm really not looking forward to doing that manually).
    So far all migrations have worked fine, but somehow this time after specifying which tables to use for the replace, instead of showing me a list of columns which will be changed, the wizard throws a "Saved Result Sets" message and just hangs. Every time I hit "Finish" the message appears again.
    Here's a screenshot .
    Anyone ever came across this?
    PS: what's up with the links these days? Jive acting up again?
    Edited by: Christian Berg on Feb 10, 2010 2:57 PM

    Update: looks like the wizard is really overwhelmed with big cubes (1.5k accounts, 20 dims @ approx 10 generations each) and just breaks.
    I haven't figured out the exact limit, but I'm able to migrate pack of about 8 dims at a time as long as I leave the accounts dim out and do that on itself.
    Cheers,
    C.

  • HT4623 i don't have software in the setting in my iphone so i can't download any applications from store or itunes what i do ?!

    hi
    i have promblem in my iphone
    idon't have any software update in the setting in my iphone ,so i can't download any applications or anything
    How can i solve this problem
    please help me
    thanks

    No further iOS updates are available for an iPhone 3G; applications which require iOS 4.3 or newer can't be used on it.
    (83209)

Maybe you are looking for

  • How can I sync my calendar from microsoft outlook 2003 to my Ipad2

    Hi Just purchsed an Ipad 2 and would like to sync my desk top calendar Microwsoft Outlook 2003 to my Ipad 2 is there an easy way of doing it for some one with limited experience!!

  • How to use relative pathnames in a webb application?

    We have made a webb application with Netbeans. It was developed on Windows, but will be deployed on Linux. In the application, a file is created from the pathname C:/Documents and Settings/xeyvalm/CRMtester/res/parameters.txt. I want to avoid the har

  • Re: Satellite Pro C870 - No Wireless, Error code 43

    Have two new Satellite Pro C870's where the wireless was being disabled every second startup. Wireless NIC in device manager had an exclamation mark and was showing "Windows has stopped this device because it has reported problems. (Code 43)" After p

  • CONVERSION TYPE

    Hi All Could you help me with conversion type. I have 2 IO IO_PRC (price ) and IO_QUANT( Quantity). I have selected fixed currency and unit in the IO definataion. When I creating transformation i get the message conversion type missing. why is this.

  • Notes/ To Do for iPhone

    I know many of you are wanting notes and to-dos for iPhone so I found this Webapp on the Apple site. http://dbelement.com/noter/# Pretty cool since you can use it offline.