BB app registration

I recorded a request from BB to BB app world and launched the appl. I made changes to the application, I would like to download the new version of the app. How can I do?

(1) click on "Manage products" in the provider Portal

(2) according to the versions section click on 'Add' (plus icon)

(3) the rest of the steps should be familiar to you to add your first version

Tags: BlackBerry Developers

Similar Questions

  • DROID: Search for images Google Maps App - registration

    is there a way to "clean up" addresses the application of the card?

    Yes, you can go to

    Settings > Applications > manage Applications

    Click menu, and then choose Filter > all

    Find the Maps app and click on, and then choose clear data.

    This erases all and basically reset to the default values.

  • Choose the version of the IDE and App registration problem

    Hola,

    I use JDE - 4.5.0.7 to develop an application targeting suite device simulators,.
    1 blackberry Curve 8310 - v4.5.0.55
    2. blackberry Bold 9000 - v4.6.0.190
    3 blackberry Curve 8900 - v4.6.1.109
    4. blackberry Storm 9530 - v4.7.0.41

    I have a few questions,
    1 taking into account the compatibility of the applications before blackberry Platform [ref.this], is my choice for a decent IDE?
    2. If the answer is Yes, then but is not the 4.5.0.7 version (JDE) is lower than the 4.5.0.55 version (device)? or we can ignore the minor version (4 digits in the version)?
    3. I have written a simple test application and try to run it on, Curve 8310 Simulator, but it is not listed under Options-> Ad.Option-> the list of Applications? I checked,
    -It is app CLDC
    -Module system and autorun feature is disabled

    Any help is appreciated.

    Thank you
    FG

    3 download application via OTA is listed under list of applications.

  • Web App registration process - release of press items by sub-category?

    This is the process of Listing of Web application - Press Articles by subcategory:

    1. click on the menu "category" list on the Home Page

    I chose computers and their devices.

    2 computers and their devices Category page with subcategory displayed in the inner column using the drop-down list:

    Interior - model category with the drop-down list of related subcategories

    Code:

    < select name = "CAT_Category" id = "CAT_Category" class = "cat_listbox" >

    {module_webapps, 29111, c, {{CategoryID}}, alphabetical}

    < / select >

    NOTE: 29111 is ID Web App - subcategories and the CategoryID is the ID for computers and peripherals category selected in the menu.

    In Web App - list subcategory template Layout is the following code:

    Code:

    < option value = "{#tag_name}" > {tag_name} - {module_webappscount, 29117, c, {tag_categoryid}} < / option >

    NOTE: 29117 is ID Web App - press release. Aims to list all the subcategories related to computers and devices category

    and to show that the number of press releases to the listed subcategory.

    It is the inner workings of code - above {module_webapps, 29111, c, {{CategoryID}}, alphabetical}

    How to select an item from the drop-down list and go immediately to the subcategory Page?

    On the category Page, there is once again a drop down list of subcategories of the category computers and devices at the top of the

    inner column but less is a list of press releases related to the selected subcategory above.

    Code:

    < select name = "CAT_Category" id = "CAT_Category" class = "cat_listbox" >

    {module_webapps, 29111, alphabetical c, {{parentID}},}

    < / select >

    < hr / >

    < h2 > press releases - {{categoryName}} < / h2 >

    {module_webapps, 29117, c, {{CategoryID}}, 10, 1, date}

    Previously, I used {module_webapps, 29111, c, {{CategoryID}}, 10, 2, alphabetical} without the < select > tag

    but it don't market not see well on an iPhone. The list is too cramped in width. Each element of the subcategory in the list is a link

    and if you click on the link with the fact that he goes to this category Page in the inner column press releases. It works but

    drop-down list work better for mobile devices, specifically phones.

    Hello

    If you use liquid you should really use the named modules now, not tags inherited old module.

    You can just style differently or simply to convert a list into a drop down list with javascript and CSS 100% better then even a drop-down list, thinking it's a menu.

  • HP Officejet 7500 E910 deletion of the web registration application

    I bought my HP Officejet 7500 E910in 2013 and have registered the product via the web application for registration that appeared on my desk.

    Despite this, the recording web application still appears after that, I was working for a while and the only way to close it is via the Task Manager.  Annoying as it is, it's more disruptive when using a powerpoint slide show, as the web application closes the powerpoint program.

    I would like advice on removing the record of web application from my laptop.

    Welcome to the Chris forums

    I understand that you want to remove the "web app registration" of your computer. Try looking in your control panel, add/remove programs or uninstall a program and find the app in there and uninstall it. Who should remove it completely. Then restart the computer.

    If you are still having the pop up happen, let me know what version of Windows you have:

    Operating system Windows am I running?

    Thank you

  • Can pre-populate us Web App via a URL field

    I'm looking to pre-populate a field for an entry in the Web App coding a customer must click on a URL.  They would be then directed to the page containing the Web App registration form and URL encoded data would be filled out on the Web App registration form. Thanks for the help.

    Make offer

    Use the name _nolink if your display to aid in a list layout. Fine for having tag_name just in the Details view. Good to give it an appropriate value as well as shown. Then, the module you have. It should work correctly.

  • BIS push registration for lack of client app

    Hi all

    I'm trying to implement the push BIS service in the client application.

    I got the Port number, appId, BPA URL & using that i'm trying to register using the code below

    public boolean registerBpas() {}

    Logger.info ("MyScreen.registerBpas ()");
    /**
    As the suffix of the connection is fixed I just use a Thread to call the code of connection
    *
    **/

    isValue Boolean = false;
           
    try {}
    Logger.info ("-step 1");
    String conparam = getConnParam();
    Logger.info ("---> conparam:" + conparam);
    final String registerUrl = formRegisterRequest (null, BPAS_URL, APP_ID), + conparam / * Conn.getConnectionParameters () * /;
    Logger.info ("\n\n\n msg registerBPAS URL is:" + registerUrl);
    HttpConnection httpConnection = (HttpConnection), Connector.open (registerUrl);
    InputStream is = httpConnection.openInputStream ();
    Response string = new String (IOUtilities.streamToBytes (is));
    Logger.info ("\n\n\n\n\n\n msg RESPOSE CODE:" + response);
    Close (httpConnection, is, null);
    String nextUrl = formRegisterRequest (BPAS_URL, APP_ID response) + conparam / * Conn.getConnectionParameters () * /;
    Logger.info ("\n\n\n\n\n\n msg nextUrl:" + nextUrl);
    HttpConnection nextHttpConnection = (HttpConnection), Connector.open (nextUrl);
    InputStream nextInputStream = nextHttpConnection.openInputStream ();
    response = new String (IOUtilities.streamToBytes (nextInputStream));
    Logger.info ("\n\n\n\n\n\n msg RESPOSE CODE 1:" + response);
    Close (nextHttpConnection, is, null);
    If (REGISTER_SUCCESSFUL.equals (response) |) {USER_ALREADY_SUBSCRIBED. Equals (Response))}
    Logger.info ("saved successfully to push BIS msg");
                            
    Returns true;
    } else {}
    Logger.info ("msg record BPA rejected");
    isValue = false;
    Returns false;
    }
    } catch (final IOException e) {}

    Logger.info ("IOException msg on register()" + e + "" + e.getMessage ());
    isValue = false;
    Returns false;
    }
                    
    Return isValue;
    }

    public static close Sub (conn connection, InputStream is, OutputStream os) {}
    If (OS! = null) {}
    try {}
    OS. Close();
    } catch (IOException e) {}
    }
    }
    If (is! = null) {}
    try {}
    is. Close();
    } catch (IOException e) {}
    }
    }
    If (conn! = null) {}
    try {}
    Conn.Close ();
    } catch (IOException e) {}
    }
    }
    }

    Public Shared Sub errorDialog (final String message)
    {
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run()
    {
    Dialog.Alert (message);
    }
    });
    }

    private static String formRegisterRequest (String bpasUrl, String appId, string token) {}
    StringBuffer sb = new StringBuffer (bpasUrl);
    SB. Append("/MSS/PD_subReg?");
    SB. Append ("ServiceId ="). Append (appid);
    SB. Append("&OSVersion="). Append (DeviceInfo.getSoftwareVersion ());
    SB. Append("&Model="). Append (DeviceInfo.getDeviceName ());
    If (token! = null & token.length () > 0) {}
    SB. Append("&"). Append (Token);
    }
    Return sb.toString ();
    }
        
        
        
    public static String getConnParam() {}
    String connectionParameters = "";
    If (WLANInfo.getWLANState () == WLANInfo.WLAN_STATE_CONNECTED) {}
    Connected to a WiFi access point
    connectionParameters = «;» deviceside = true; interface = wifi. "
    } else {}
    int coverageStatus = CoverageInfo.getCoverageStatus ();
    ServiceRecord record = getWAP2ServiceRecord();
    If (record! = null)
    & (coverageStatus & CoverageInfo.COVERAGE_DIRECT) ==
    CoverageInfo.COVERAGE_DIRECT) {}
    Having network coverage and a book of WAP 2.0 service record
    connectionParameters = «;» deviceside = true; ConnectionUID ="
    + record.getUid ();
    } else if ((coverageStatus & CoverageInfo.COVERAGE_MDS) ==)
    CoverageInfo.COVERAGE_MDS) {}
    Have a book cover and SDM service network
    connectionParameters = «;» deviceside = false;
    } else if ((coverageStatus & CoverageInfo.COVERAGE_DIRECT) ==)
    CoverageInfo.COVERAGE_DIRECT) {}
    Have the network coverage, but no trace of service WAP 2.0 book
    connectionParameters = «;» deviceside = true;
    }

    }
    Return connectionParameters;
    }
    private static {ServiceRecord getWAP2ServiceRecord()
    Full book sb = ServiceBook.getSB ();
    Reviews [] ServiceRecord = sb.getRecords ();
    for (int i = 0; i)< records.length;="" i++)="">
    String cid = records [i] .getCid () .toLowerCase ();
    String uid = records [i] .getUid () .toLowerCase ();

    If (cid.indexOf ("wptcp")! = - 1 &)
    uid.indexOf ("wifi") ==-1 &.
    uid.indexOf ("mms") ==-1) {}
    Returns records [i];
    }
    }
    Returns a null value.
    }

    But I m getting the error below

    Timeout occurred while processing the operation.

    Check the log of the unit below

    INFO: File created successfully
    INFO: MyScreen.registerBpas)
    INFO:-step 1
    NEWS :---> conparam:; deviceside = true; ConnectionUID = WAP2 trans
    INFO:

    registerBPAS MSG URL is: http://pushapi.eval.blackberry.com/mss/PD_subReg?serviceid=2350-7la145e5r36mi1n42M6037M9600e95a1155&... trans
    INFO:

    MSG RESPOSE CODE:

    Timeout occurred while processing the operation.

    INFO:

    MSG nextUrl: http://pushapi.eval.blackberry.com/mss/PD_subReg?serviceid=2350-7la145e5r36mi1n42M6037M9600e95a1155&...

    Timeout occurred while processing the operation.

    ; deviceside = true; ConnectionUID = WAP2 trans
    INFO:

    MSG RESPOSE CODE 1:

    Has received a bad request formed.

    INFO: msg BPA rejected registration
    INFO:-isSub: false

    Hi Simon

    His work... Register register & to work...

    Thank you very much for your answer...

    In fact, in connection suffix, I used [deleted inappropriate content]

    There must be a hyphen (-) between mds & public, its not allow me to type this text because it's in this forum.

    And tested device in...

    This connection suffix is transposition BIS & now I am able to register and de-register my app to push.

    But still, I need to test the receiver push message part, once my server implementation is made.

    Once again thanks a lot...

    Thank you

    Lauriane


  • Super App Developer registration and license Dynamics

    Hello world

    I have a question on the registration form course Super App Developer Challenge. I don't know if this is the right place for this request, but here goes:

    Two-thirds to the bottom of the screen, we are asked to provide the DIRECT download links to the App World app and provide 10 name of user and password for authenticated web service applications. The sidebar popup stipulates that:

    Please separate each user/pass combination or connection with a comma or a hard carriage return.
    Note: Only complete this field if your application is a PAID app in BlackBerry App World.
    Note 2: If your application authenticates web service, and you provide no 10 name of username/password combinations, your application will not be considered to meet the challenge.

    Well, our app uses the dynamic web-based licensing, but it is based on the PIN on the phone and NOT a name of user and password. Am I misunderstanding something here? Must I provide 10 MobiHand usernames which accounts have the PPA in them OTA links?

    Thanks for doing this,

    :-\

    B

    Just to confirm - the purpose of this section of the form must provide judges with the possibility to test your application without having to buy a copy of your application.  There are a variety of options - provide a version released via a URL as shown above, provide free licenses for the app or provide instructions on how best to access the app.

    The team of judgment can follow after obtaining a license as required.

  • We bought a license for adobe Photoshop cs5 and the machine, we have installed this app is having hardware problem then we moved this hard drive on another machine and now there are registration conflicts, and we couldn't save it please, help us to solve

    We bought a license for adobe Photoshop cs5 and the machine, we have installed this app is having hardware problem then we moved this hard drive on another machine and now there are registration conflicts, and we couldn't save it please help us solve this problem.

    Most likely, you will need to contact Adobe to reset your license.

    Contact the customer service

  • My finished test of Lightroom I paid my subscription, but when I open the app it asks a registration number?

    My finished test of Lightroom I paid my subscription, but when I open the app it requires a registration number that I seem to be?

    Hi I worked it out - the problem is in fact that I had to remove the trial version of the app, I downloaded and re - download through the creative application of cloud - then he does not have a serial number. Thank you very much.

  • Registration of client-sample-app Push received the error 403

    Hi guys.

    I work the pusk sdk demo.  When I run the client Simulator demo.

    first register the URL of content provider. I got a 200 response code. It is successfully

    then register at https://pushapi.eval.blackberry.com. this time, I got a 403 responsecode

    and the text of the response is

    Http: 403 error,
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" > ""
    http://www.w3.org/1999/xhtml"lang ="fr"XML: lang ="fr">

    Access forbidden!<br>BPA registration rejected<p class="help"> <p class="help">What's wrong?</p> <p class="help">My url is <a href="http://pushapi.eval.blackberry.com/mss/PD_subReg?serviceid=xxx-xxxxxxxxxxx&osversion=4.6.0.92&model=9000;deviceside=false">http://pushapi.eval.blackberry.com/mss/PD_subReg?serviceid=xxx-xxxxxxxxxxx&osversion=4.6.0.92&model=...</a></p> <p class="help">Note that I use mds to connect to the network</p> <p class="help">I don't know why I got a 403 forbidden response.</p> <p class="help">can I subscribe to <a href="http://pushapi.eval.blackberry.com" rel="external nofollow noreferrer">http://pushapi.eval.blackberry.com</a> with '; '. deviceside = false '?</p> <p class="help">or some settings wrong in my url?</p> <p class="help">Thank you. !</p> <p class="reply">Unfortuantely, as far as I know, you can subscribe to the BPA server using the Simulator.</p> <p class="reply">As long as these devices BES have BIS service book they should be able to receive push sent via BIS push server.</p>

  • BlackBerry App World my apps wrong registration

    I had a BB Torch9800 and upgraded to the Z10 - all fine.

    However, when I go to world of BB and select My World, it shows the TWO apps I * HAD * installed on the torch and applications that I installed in the Z10.  I want to remove them from the list of My World, but I can't. I also can not uninstall them because they are not installed in the Z10.

    How to remove these unwanted ads?

    Thank you

    VIC

    To remove apps from App World for BlackBerry on the Z10, select and tap the item and a menu should appear on the right. Select x cloud icon named "remove from my world.

  • Micro security: several apps at the same time registration?

    Anyone know if it is possible for multiple applications 3rd party capture audio from the microphone of the device at the same time? I want to assure you that my app is only the audio capture. Has anyone tried detect if other applications use the microphone?

    If multiple applications can register at the same time, this could be a pretty serious security concern. See more here:

    http://www.NET-security.org/secworld.php?id=13015

    Thank you.

    A second request to try to use the microphone would get an error message saying that it is not available.

  • HFM App will not open after the registration of newspapers to the managed server

    Hi all

    I have a HFM application on 11.1.2.3.500 version. We have ONLY native users and groups, when a user connects to the HFM application we can open the app intermittently. If we follow the sequence below

    1. open the application

    2. go in manage reviews

    3. add reviews

    4. change the members

    5. save it

    Now everything goes very well here. After that disconnect me, and then the connection, all I can see is loading of the Application screen. It remains like this for.

    It happens to all users except the admin account.

    We applied 11.1.2.3.502 patch in December.

    I suspect it is something to do with cache, but not sure what cache setting should look at dB, HFM?

    Newspapers

    UNKNOWN operation failed. Query execution error. Check the configuration and status of EPM system database.

    [2015 03-26 T 12: 16:47.092 + 02:00] [EPMCSS] [WARNING] [EPMCSS-10028] [oracle. EPMCSS. CSS] [tid: 25] [ecid: 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz, 0:1:4:4:3:3:8:6] [URI: / work/login area] [SRC_CLASS: com.hyperion.css.spi.impl.nvdb.NativeProvider] [SRC_METHOD: createCache] cache group failed for the native user directory. Query execution error. . Check the configuration of the EPM system registry.

    [2015 03-26 T 12: 16:47.077 + 02:00] [EPMCSS] [WARNING] [EPMCSS-10028] [oracle. EPMCSS. CSS] [tid: 25] [ecid: 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz, 0:1:4:4:3:3:8:6] [URI: / work/login area] [SRC_CLASS: com.hyperion.css.spi.impl.nvdb.NativeCacheBuilder] [SRC_METHOD: buildCache] cache group failed for the native user directory. Query execution error. Context of the same RID, already 0:1:4:4:3:3:8:5 in this family, 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz... Check the configuration of the EPM system registry.

    [2015 03-26 T 12: 16:47.092 + 02:00] [EPMCSS] [ERROR] [EPMCSS-05877] [oracle. EPMCSS. CSS] [tid: 25] [ecid: 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz, 0:1:4:4:3:3:8:6] [URI: / work/login area] [SRC_CLASS: com.hyperion.css.spi.impl.nvdb.NativeCacheBuilder] [SRC_METHOD: buildCache] failed operation UNKNOWN. Query execution error. Check the configuration and status of EPM system database.

    [2015 03-26 T 12: 16:47.092 + 02:00] [EPMCSS] [WARNING] [EPMCSS-10028] [oracle. EPMCSS. CSS] [tid: 25] [ecid: 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz, 0:1:4:4:3:3:8:6] [URI: / work/login area] [SRC_CLASS: com.hyperion.css.spi.impl.nvdb.NativeProvider] [SRC_METHOD: createCache] cache group failed for the native user directory. Query execution error. . Check the configuration of the EPM system registry.

    [2015 03-26 T 12: 16:47.092 + 02:00] [EPMCSS] [NOTIFICATION: 16] [EPMCSS-20007] [oracle. EPMCSS. CSS] [tid: 25] [ecid: 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz, 0:1:4:4:3:3:8:6] [URI: / work/login area] [SRC_CLASS: com.hyperion.css.cache.ProviderCacheThread] [SRC_METHOD: run] group cache filled to the user native Directory directory and the size of the cache of the group is 0. Status message. No action required.

    [2015 03-26 T 12: 16:47.092 + 02:00] [EPMCSS] [WARNING] [EPMCSS-10085] [oracle. EPMCSS. CSS] [tid: 24] [ecid: 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz, 0:1:4:4:3:3:8] [URI: / work/login area] [SRC_CLASS: com.hyperion.css.cache.CacheThread] [SRC_METHOD: buildCache] building abandoned cache group. The Group of one of the configured providers cache failed. No action required. Existing group cache is used.

    [2015 03-26 T 13: 34:25.159 + 02:00] [EPMCSS] [NOTIFICATION: 16] [EPMCSS-20330] [oracle. EPMCSS. CSS] [tid: 26] [ecid:]

    UNKNOWN operation failed. Query execution error. Check the configuration and status of EPM system database.

    [2015 03-26 T 12: 16:47.092 + 02:00] [EPMCSS] [WARNING] [EPMCSS-10028] [oracle. EPMCSS. CSS] [tid: 25] [ecid: 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz, 0:1:4:4:3:3:8:6] [URI: / work/login area] [SRC_CLASS: com.hyperion.css.spi.impl.nvdb.NativeProvider] [SRC_METHOD: createCache] cache group failed for the native user directory. Query execution error. . Check the configuration of the EPM system registry.

    [2015 03-26 T 12: 16:47.077 + 02:00] [EPMCSS] [WARNING] [EPMCSS-10028] [oracle. EPMCSS. CSS] [tid: 25] [ecid: 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz, 0:1:4:4:3:3:8:6] [URI: / work/login area] [SRC_CLASS: com.hyperion.css.spi.impl.nvdb.NativeCacheBuilder] [SRC_METHOD: buildCache] cache group failed for the native user directory. Query execution error. Context of the same RID, already 0:1:4:4:3:3:8:5 in this family, 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz... Check the configuration of the EPM system registry.

    [2015 03-26 T 12: 16:47.092 + 02:00] [EPMCSS] [ERROR] [EPMCSS-05877] [oracle. EPMCSS. CSS] [tid: 25] [ecid: 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz, 0:1:4:4:3:3:8:6] [URI: / work/login area] [SRC_CLASS: com.hyperion.css.spi.impl.nvdb.NativeCacheBuilder] [SRC_METHOD: buildCache] failed operation UNKNOWN. Query execution error. Check the configuration and status of EPM system database.

    [2015 03-26 T 12: 16:47.092 + 02:00] [EPMCSS] [WARNING] [EPMCSS-10028] [oracle. EPMCSS. CSS] [tid: 25] [ecid: 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz, 0:1:4:4:3:3:8:6] [URI: / work/login area] [SRC_CLASS: com.hyperion.css.spi.impl.nvdb.NativeProvider] [SRC_METHOD: createCache] cache group failed for the native user directory. Query execution error. . Check the configuration of the EPM system registry.

    [2015 03-26 T 12: 16:47.092 + 02:00] [EPMCSS] [NOTIFICATION: 16] [EPMCSS-20007] [oracle. EPMCSS. CSS] [tid: 25] [ecid: 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz, 0:1:4:4:3:3:8:6] [URI: / work/login area] [SRC_CLASS: com.hyperion.css.cache.ProviderCacheThread] [SRC_METHOD: run] group cache filled to the user native Directory directory and the size of the cache of the group is 0. Status message. No action required.

    [2015 03-26 T 12: 16:47.092 + 02:00] [EPMCSS] [WARNING] [EPMCSS-10085] [oracle. EPMCSS. CSS] [tid: 24] [ecid: 00iSC2zG8uK8pm0_zxx0iW0000ps0000Lz, 0:1:4:4:3:3:8] [URI: / work/login area] [SRC_CLASS: com.hyperion.css.cache.CacheThread] [SRC_METHOD: buildCache] cache group abandoned building. The Group of one of the configured providers cache failed. No action required. Existing group cache is used.

    [2015 03-26 T 13: 34:25.159 + 02:00] [EPMCSS] [NOTIFICATION: 16] [EPMCSS-20330] [oracle. EPMCSS. CSS] [tid: 26] [ecid:]

    Thank you

    Anjum

    Hello

    Yes, I did all those.

    Oracle has provided a fix apply us it and then check if the problem is resolved.

    Thank you

    Anjum

  • Registration by e-mail via XBox app?

    We are developing an application for XBox and you want to have an electronic entry form that connects to our CMS Eloqua. Because the XBox is not a web browser, we must create an API to collect the name. Anyone had any experience integrating e-mail subscription in a XBox Eloqua application?

    Michelle, I can't say I've seen an app for Xbox, but many creative applications have done similar things.  You'll want to just send a form by using the API: http://topliners.eloqua.com/community/code_it/blog/2011/08/18/eloqua-api-how-to-submit-a-form

    Hope this is useful, should be quite doable.

Maybe you are looking for