Change Default choice of Elimentary search help in Collective Search Help

Hi All,
This might be very odd one but i am faced with such a requirement.
In collective search help for eg in MM02 for material we click on a F4 for material master and it gives the list of various search help.   By default the last selected elimentary search help will be selected.
My requirement is that by default only the first search help has to be displayed. 
Any idea on how this can be achieved.
Regards,
G

Hi NabheetMadan,
I am aware of the concept of search help exit.  What i am looking for is how to influence the choice of default search help in the exit.
Regards,
Shankar

Similar Messages

  • Change default value "Number of Search Results" - Component PPM_DYNSEARCH

    Hi Gurus,
    I am new to SAP CRM WebUI development and hope you can help me on following problem.
    In Pipeline & Performance Management we want to change the default value for the search results from 100 to 1000.
    SAP CRM 7.0
    Component: PPM_DYNSEARCH
    View: PPM_DYNSEARCH/Filter
    I have already tried to solve this via following solution:
    1) Assign parameter SEARCH_MAX_HITS to a parameter profile in the following IMG and set his value to 1000:
    CRM >> UI Framework >> Technical role definition >> Define parameters.
    2) Then, assign your parameter profile to your business role:
    CRM >> UI Framework >> Business role >> Define business role.
    However this works for all initial search screens but not for Pipeline and Performance Management.
    Can anyone give me a short hint how I can set the max number of search results from 100 to 1000 in the PPM Screen.
    Many Thanks
    Michael

    Hi Michael,
    Seems like this is a normal edit page, not a search page.
    Keep a break point at this code in the HTML page.
    <thtmlb:inputField id        = "maxHitsInput"
                               width     = "80%"
                               value     = "<%= lv_display_max_hits %>"
                               maxlength = "8"
                               design    = "DEFAULT"
                               type      = "INTEGER" />\
    Change lv_display_max_hits in debugging and see if that brings in the value on the UI.
    Normally for a search page there will be a THTMLB attribute maxHits where we pass the value. But in your case it is a normal view.
    Regards,
    Masood Imrani S.

  • How can I get software developers to stop changing default options (like my search engine) and then telling me that it is better for me?

    It isn't better for me. It is annoying and intrusive for you change my stuff.

    When it was '''userset''' it was not changed to Yahoo, only the "default" setting was changed.
    Sorry you are unhappy with that change, but if you change it now it will become '''userset''' and it won't be changed again.
    Options > Search at the top to change it.

  • I have changed default language in the program & have set Language & region in system preferences. My Word (Mac2011) keeps on changing the default language to US english every time I check. Please help!

    I have changed default language in the program & have set Language & region in system preferences. My Word (Mac2011) keeps on changing the default language to US english every time I check. Please help!

    If you're having trouble making changes to files that are inside your home folder (represented by a house icon in the sidebar of a Finder window), or if you can't get changes to the settings of an application to stick, then please see below.
    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    I've tested these instructions only with the Safari web browser. If you use another browser, they may not work as described.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR..; sudo chown -R $UID:staff ~ $_; sudo chmod -R u+rwX ~ $_; chmod -R -N ~ $_; } 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take a few minutes to run, or perhaps longer if you have literally millions of files in your home folder. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password dialog will open. You’re not going to reset a password.
    In the dialog, select the startup volume ("Macintosh HD," unless you gave it a different name) if it's not already selected.
    Select your username from the menu labeled Select the user account if it's not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • How do I change the default "date range" when searching in the forums?

    Hi all,
    New to the SAP forums...  How do I change the default date range when searching in the forums?  I am getting a 90 day search by default.  Then I have to change it and search again.  Argh!
    Thanks,
    --Amy Smith

    Hi Amy,
    the default date range cannot be changed by users. It is defined system-wide.
    Regards,
    Michael

  • Change default setting for search highlight?

    Is it possible to keep the highlight feature in the search (RH 7) enabled, but change the default for the Highlight search results box to be unchecked?

    If you enable highlighting, the box the end user has is selected by default and you cannot change that. If you want that option added in a future version, submit a feature request.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips

  • Default selection of dropdown value help in bp search for custom field

    Hi guys,
    i've problem setting a default selection of the value help. I appended a structure containing a field of type CRMT_BOOLEAN to the crmt_bupa_il_header_search and show it at the bp search page.
    The default order of the value help is
    [ ] false
    [x] true
    which means that the first entry (false) is selected by default. I want the second entry to become the default entry. I tried to sort the ddlb_table of this field in the get_v_xxx but this didn't had any effect to the value help.
    DATA:  lt_ddlb TYPE  bsp_wd_dropdown_table,
    lr_ddlb TYPE REF TO cl_crm_uiu_ddlb.
    lt_ddlb = cl_crm_uiu_bt_tools=>get_strcmp_ddlb(
    iv_structure = [structure]
    iv_component = [my_zfield])
    IF NOT lr_ddlb IS BOUND.
    CREATE OBJECT lr_ddlb
    TYPE
    cl_crm_uiu_ddlb
    EXPORTING
    iv_source_type = 'T'.
    ENDIF.
    SORT lt_ddlb DESCENDING BY key.
    lr_ddlb->set_selection_table( it_selection_table = lt_ddlb ).
    rv_valuehelp_descriptor = lr_ddlb.
    Is this approach not working at all? After sorting lt_bblb contains the values in correct sequence, the webui is showing the value help as before.
    Is it possible to set a selected value in any way?
    Thanks and BR,
    Sven

    Hi Sven Wagener,
    what i understand is you want to set the default entry is second value right?
    if this is your requirement then go for this procedure.
    In redefine do_init_context method and fetch the collection in that collection get your field name and value.
    make a condition like this if the value = 'first value of your drop down' then set to second value.
    this method will execute only in the initial stage means when ever you login into your business role this method will execute.
    example:
    lr_col ?= me->typed_context->yournode->collection_wrapper->get_current( ).
    check lr_col is bound.
    lr_col->get_property_as_string( EXPORTING iv_attr_name = 'DROPDONWFIELD' RECEIVING rv_result = lv_dropdownfield ).
    if lv_dropdownfield EQ 'FIRSTFIELDKEY'.
    lv_dropdownfield = 'SECONDFIELDKEY'.
    lr_col->set_property( EXPORTING iv_attr_name = 'DROPDONWFIELD' iv_value = lv_dropdownfield ).
    IF this is not your requirement then give me some screen shorts.
    Thanks & Regards,
    Srinivas.

  • This web side "starwebsearch" always change default home page and go to "apype search" ,what i do?

    this web side "starwebsearch" always change default home page and go to "apype search" ,what i do?

    Do a malware check with some malware scan programs. You need to scan with all programs because each program detects different malware. Make sure that you update each program to get the latest version of the database before doing a scan.
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and Searches are redirected to another site

  • Package group - change default/saved choice

    Hello,
    While setting up a new system I installed chromium. As a dependency I had to make a choice from a package group called 'ttf-font'. I didn't think much and chose the first in the list (default 1) which was 'ttf-dejavu'.
    I removed chromium with its dependencies, including 'ttf-dejavu'. I explicitly installed 'ttf-bitstream-vera', then chromium again without being prompt for 'ttf-font' dependency, all fine. But then I installed mplayer and pacman pulled 'ttf-dejavu' again, no prompt, I don't understand why.
    Since I made that choice it has been somehow stored as my default ttf-font with pacman. Whenever I install another package which depends on a member of 'ttf-font', pacman automatically pulls 'ttf-dejavu' again, even if I am using another font package already.
    How can I change my default choice for 'ttf font'? Where does pacman store the choice I made earlier? If I re-install the package the prompt for 'ttf-font' just wont show up again.
    Can someone explain to me what is happening here?

    mplayer depends on ttf-dejavu directly, while chromium depends on the ttf-font group.  The old way was to simply depend on ttf-dejavu as it satisfied the need for a font in X.  But after a while it was realized that the number of choices to satisfy that font dependency had grown, and there were quite a few.  As such, the ttf-font group was created instead, and all the ttf fonts are put into that group.
    I would imagine that the mplayer package either hasn't been updated since then, or the maintainer simply forgot to change that dep.  This is probably something you might want to install a bug report for.
    I don't think that people really need a whole hell of a lot of fonts, but do you really want to have just a single ttf font package on your system?  I mean, do you really have issues with having more than one font package, or is this simply a curiousity?

  • Why did recent update change my dafault browser to yahoo instead of google? when i type at home page beneath icon my default SE is Yahoo.please help restore to google

    why did recent update change my dafault browser to yahoo instead of google? when i type at home page beneath icon my default SE is Yahoo.please help restore to google

    What you are experiencing is 100% related to Malware.
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • How to change default Ovi Player store ...

    Hi, 
    I need help from you people.  
    I had installed Ovi Player. Whenever I try to open Ovi Player, the default store gets’ open is "India". I change the store location to "Germany". When I do the search for particular music, it will again take me to "India" store instead of "Germany" store. In addition, most annoying is that I have to re-login but my user id and password will not work as its different store. Also when I go via music.nokia.de and try to login, it open Ovi player and since default location is "India", it takes me to India store and my login credentials do not work.  
    I ask Nokia care on how to change default Ovi Player Store location but they are unable to provide any good answer.  
    I already un-install / re-installed but won't work. Do any of you have answer to my problem? I want my default Ovi Player location to be "Germany" instead of "India".  
    More information, my regional settings have location as “Germany” and language as “English”.  
    Please help. 
    Thanks for your response.
    Regards,
    Subhendra
    Nokia N97 Black
    RM-505
    V12.0.026
    0586701
    Solved!
    Go to Solution.

    I had got message from Nokia on how to correct this issue. This had solved the problem. Below is the mail from them ...
    Dear Chakraborty,
     Thank you for your response.
     This error is sometimes caused by a corrupted MDataStore.db3 file used by the Ovi Player.  This file will need to be deleted with the Ovi Player closed.  Then open the player and the datastore file will be rewritten by the application:
     Close Ovi Music Player and delete the MDataStore.db3 file:
     Vista C:\Users\<user>\AppData\Local\Nokia\Nokia Data Store\DataBase\MDataStore.db3
     XP C:\Documents and Settings\<user>\Local Settings\Application Data\Nokia\Nokia Data Store\DataBase\MDataStore.db3
     Both of these locations are in hidden folders.  So, to view them users will need to: 
     Open Windows Explorer > Tools > Folder Options > View > Show Hidden Files and Folders
    Once Ovi Music is opened again the MDataStore.db3 file will be rewritten to this folder.
      After that manipulation try to install the Ovi Player once again:
     http://europe.nokia.com/explore-services/music/nokia-music
      Best regards
     Nokia Care Team

  • How to change default value of a parameter and LOV attached to a parameter

    Hi All
    I am new to discoverer reports and I need to accomplish the following tasks:
    1. Need to change the SQL query of a discoverer report
    2. Need to change the default value of parameter ( from constant to current month). In the discoverer plus responsibility when I open the report and go to tools>>parameter>>edit
    I can see the constant default value given there. On the right hand side there is a drop down which says 'Value'. I guess if i need to put a SQL as defaul value I need to change the drop down to sql or something and then put the SQL. Problem is the drop down is froezen and I cannot change it.
    Even if I try to create a new parameter/report.
    3. Need to change the LOV associated to the item on which the parameter is based.
    I have the discoverer plus responsibility attached to myself and do not have the discoverer administrator tool (desktop developer tool like forms 6i). My questions are:
    1. Can I change the SQL query by using discoverer plus responsibility or do I need discoverer administrator tool?
    2. Any help on how to get the default value from an SQL query? currently it is a constant value.
    3. Is there any way to figure out is the LOV is madeup of fixed constant values (like independednt value set) or they are fetched from some sql query(table validated value sets)?
    Any pointers/solutions will be highly appriciated!!!
    Thanks in advance.
    Thanks and Regards,
    Shashank

    HI,
    Need to change the SQL query of a discoverer reportThe discoverer generate the SQL according to the item, calculation and conditions designed in the worksheet.
    You cannot edit a specific worksheet SQL.
    In order to change the SQL you need to change the worksheet using the "Edit-> worksheet" from the menu.
    To change the SQL generated inside the folders you need to do that using the administrator.
    Need to change the default value of parameterYou cannot use SQL statements for the parameter default value. it is not supported. if you need default you can use only constant (as it was). otherwise you can set the parameter to be optional and then add to this condition an OR saying that <item>= NVL(:Parameter,<your default>)
    as <your default> you can use calculations so that if for example you want the current date you will create a calculation containing: SYSDATE.
    Is there any way to figure out is the LOV is madeup of fixed constant values (like independednt value set) or they are fetched from some sql query(table validated value sets)?They are based on SQL, even they are const then you will see it as
    select 'a','b'... from dual
    you can find the LOV (called item classes) in the administrator.
    Go to the item your condition is based on and see its properties.
    In the properties you should see the item class it uses.
    Close the properties and go to the item classes tab, search for this item class and figure the folder it came from.
    This is the folder you need to change in order to change the LOV.
    Hope it helped a bit, you sure asked several big questions...
    Tamir

  • Change default layout in 0ANALYSIS_PATTERN

    Hi,
    I'm using the 0ANALYSIS_PATTERN as a template for my reports. When I run the report it opens up the "table" view by default. Now I would like to change this so that the report will start by showing the Chart instead. How can I do this?
    There is a "drop_down_display" object in the template from where you can choose if you want to view the report as a table, a chart or a table and a chart. The default view is "table". When I look at the properties of the "drop_down_display" there is no obvious setting I can change to make the report open up the chart by default.
    I looked at the XHTML code for this object. The orderlist says that index 1 have the "analysis_item" VISIBLE and the CHART_ITEM HIDDEN. I've tried to change this so that index 1 is having the analysis_item HIDDEN and hte chart_item VISIBLE. The only thing that happens then is that when I run the report the drop down is saying that it is showing the Chart but it is still the table that is showing.
    So I'm guessing I need to change this somewere els? Any help would be much appreciated!
                                            <bi:DROPDOWN_ITEM name="DROPDOWN_DISPLAY" designheight="130" designwidth="400" >
                                                <bi:DATA_BINDING_TYPE type="CHOICE" value="STATIC_OPTION_LIST" >
                                                    <bi:STATIC_OPTION_LIST type="ORDEREDLIST" >
                                                        <bi:STATIC_OPTION type="COMPOSITE" index="1" >
                                                            <bi:SELECTION_TEXT >
                                                                <bi:text program="SAPLRRSV" key="622" />
                                                            </bi:SELECTION_TEXT>
                                                            <bi:ACTION type="CHOICE" value="INSTRUCTION" >
                                                                <bi:INSTRUCTION >
                                                                    <bi:SET_ITEM_PARAMETERS >
                                                                        <bi:cmd_item_parameters type="ANALYSIS_ITEM" >
                                                                            <bi:VISIBILITY value="VISIBLE" />
                                                                        </bi:cmd_item_parameters>
                                                                        <bi:TARGET_ITEM_REF value="ANALYSIS" />
                                                                    </bi:SET_ITEM_PARAMETERS>
                                                                    <bi:SET_ITEM_PARAMETERS >
                                                                        <bi:cmd_item_parameters type="CHART_ITEM" >
                                                                            <bi:VISIBILITY value="HIDDEN" />
                                                                        </bi:cmd_item_parameters>
                                                                        <bi:TARGET_ITEM_REF value="CHART" />
                                                                    </bi:SET_ITEM_PARAMETERS>
                                                                </bi:INSTRUCTION>
                                                            </bi:ACTION>
                                                        </bi:STATIC_OPTION>
                                                        <bi:STATIC_OPTION type="COMPOSITE" index="2" >
                                                            <bi:SELECTION_TEXT >
                                                                <bi:text program="SAPLRRSV" key="626" />
                                                            </bi:SELECTION_TEXT>
                                                            <bi:ACTION type="CHOICE" value="INSTRUCTION" >
                                                                <bi:INSTRUCTION >
                                                                    <bi:SET_ITEM_PARAMETERS >
                                                                        <bi:cmd_item_parameters type="ANALYSIS_ITEM" >
                                                                            <bi:VISIBILITY value="HIDDEN" />
                                                                        </bi:cmd_item_parameters>
                                                                        <bi:TARGET_ITEM_REF value="ANALYSIS" />
                                                                    </bi:SET_ITEM_PARAMETERS>
                                                                    <bi:SET_ITEM_PARAMETERS >
                                                                        <bi:cmd_item_parameters type="CHART_ITEM" >
                                                                            <bi:VISIBILITY value="VISIBLE" />
                                                                        </bi:cmd_item_parameters>
                                                                        <bi:TARGET_ITEM_REF value="CHART" />
    Best regards
    Anders

    Hi Martin,
    Yes of course. I have coped the standard template before I did any change.
    Anyway, I think I now have an acceptable solution.
    I changed the properties in ANALYSIS_ITEM to "HIDDEN" and the CHART_ITEM to VISIBLE. Then I changed the order in the drop_down_item so that the first option in the drop down list is now saying CHART. So now when I run the report it starts with the Chart, which is exactly what I'm looking for. I can also switch to Table and it works fine. Also when I choose the Table and Chart view it shows both the chart and the table. The only problem now is when I go back to only show the chart it shows both table and chart.
    But I think this is ok with the customer.
    Br

  • Changing default database and application passwords

    Hi,
    We have default passwords for our newly configured Oracle ERP (R12).
    I have a concern regarding the changing of default password. Does changing the default passwords will have any effect on normal working of ERP and database.
    I know that we shouldn't change default APPLSYSPUB password. What about the following default passwords?
    a) Default accounts having default password in database (DBA_USERS):
    CTX SYS
    OLAPSYS
    DBSNMP
    DMSYS
    GL (oracle users .e.g AP, GL, AR)
    APPLSYSPUB
    OUTLN
    PERFSTAT
    SYS
    b) Default accounts present in Oracle Application (FND_USERS) :
    IBE_GUEST
    OP_CUST_CARE_ADMIN
    ASGADM
    MOBILEADM
    APPSMGR
    IBEGUEST
    OP_SYSADMIN
    AUTOINSTALL
    WIZARD
    IEXADMIN
    ASGUEST
    IBE_ADMIN
    ERP version : 12.1.2
    Database Version: 11.2.0.1
    Thanks in advance.
    Regards,
    Gaurav

    Hi Gaurav,
    Yes as stated by Srini, It's highly recommended that you change tyhe default password in order to safeguard your instance by outside threats.
    But please be cautious as you cant change these accounts as "alter user <username> identified by <new password>", but rather use FNDCPASS utility. I advice you to check on the TEST system before implementing on the PROD instance if you dont have prior experience using FNDCPSAS.
    Please also refer notes:
    How to Change Applications Passwords using Applications Schema Password Change Utility (FNDCPASS or AFPASSWD) (Doc ID 437260.1)
    FNDCPASS Troubleshooting Guide For Login and Changing Applications Passwords (Doc ID 1306938.1)
    How to change passwords to include special characters using FNDCPASS (Doc ID 1336479.1)
    FNDCPASS Utility New Feature: Enhance Security With Non-Reversible Hash Password (Doc ID 457166.1)
    Also see forum search:
    Forum Search: FNDCPASS
    Hope this helps!
    Best Regards

  • I run v6.0.2, and cannot change default browser yahoo to Google

    I have tried using the method suggested i.e about:config and Keyword change, but although the data is changed to www.google.com/search?q= I still get Yahoo as my search engine.
    I run win 7 64 bit.
    I would appreciate any help I can get.

    Type '''about:config''' in the Location (address) bar and press the "Enter" key. When you see a warning, click '''I'll be careful, I promise!''' button.
    * Preferences that have been modified are shown as '''bold (user set)'''.
    * Preferences can be '''Reset to the default''' or changed via the right-click context menu.
    -> In the '''Filter bar''', type '''keyword.URL'''
    * Right click the preference '''keyword.URL''' and click '''Reset'''
    -> In the '''Filter bar''', type '''browser.startup.homepage'''
    * right-click the preference '''browser.startup.homepage''' and choose '''Reset''' from the menu
    -> In the '''Filter bar''', type '''browser.search.defaultenginename'''
    * right-click the preference '''browser.search.defaultenginename''' and choose '''Reset''' from the menu
    -> In the '''Filter bar''', type '''browser.search.selectedEngine'''
    * right-click the preference '''browser.search.selectedEngine''' and choose '''Reset''' from the menu
    -> Close the '''about:config''' tab and then Restart Firefox.
    Check and tell if its working.

Maybe you are looking for

  • Error '' Unit IN2 is not created in language EN"

    Hi all, I have created new material using UoM as "2 (square Inch), when i am doing excise Invoice for the same material it is ginving me error that '' Unit IN2 is not created in language EN"  while it is allowing me to do GRN without Exc Invoice. i h

  • IBooks Author for iPad, ePub for iPhone?

    I understand iBooks Author creates books ONLY for iPad. So what happens If i want the book I am working on for iPhone as well? ... Do I create 2 versions: iPad - iBooks Author Multi-Touch edition iBooks - Standard ePub version Is there a way for me t

  • 2-way handshake fails / "hanskake failure"

    I'am trying to set up a 2-way hanshake with a server (Nortel Alteon SSL Accelerator). I have the client certificate on my keystore as well as the CA Root certificate in the signers. My java client works just fine if no client authentication is requir

  • Non Stock Item in Component MO to plan costs

    Dear all, Currently we have a problem regarding the display of plan costs in Maintenance Orders (MO). We will be using the non stock item in the component part of the MO. These non stock items will be maintained with standard setting. The problem is

  • How come I can't access Wi-fi anymore?

    I have no data plan but I use to could go to star bucks and use wifi. But recently for some reason it says I am connected to the hot spot but I can't use the the internet at all and it's really bugging me so I am hoping someone could really help me o