Detached capture key

I dropped my phone (n85) and found out that my phone's capture key was detached and missing. Its so tiny and I can't find it anymore! THe capture key is only key that I could use to capture an image on my phone. Now I can't use the camera of my phone anymore. Is there any other key or way so I could still capture an image on my phone?or do i have to buy that tiny spare part just so i can still use the camera of my phone???  pls help!

You can find information about your nearest nokia care point here: http://europe.nokia.com/support/repair-and-recycle/repair/care-points
Hope you get this fixed really easy!

Similar Messages

  • Capture Key Event - Feature Request

    Hello,
    We are using Forms 9.0.4 to build applications to be viewed over our intranet using Jinitiator. I am new to the development team and this is my first time using Forms. I am trying to find a way to capture key press events on a given field (we want to automatically search within a field each time the user enters a letter). I have seen nothing inherent in Forms to do this. There has been lots of metion of a PJC.
    1. Is there a plan to include such a trigger by default?
    2. If not, can someone please dumb-down PJCs for me?
    Thanks,
    ~Rob Lundeen

    yesterday in how to find which key the user presses we had a solution :
    http://www.oracle.com/technology/sample_code/products/forms/distributions/keyfilter.zip
    thx to indusvalley

  • Can't capture key event in applet

    Hi,
    Currently i'm developing an applet. However, i fail to capture the key event in the applet. The key that i fail to capture is VK_TAB. Any idea to handle this?
    Thanks in advance!

    to capture key event, u need to
    1. addKeyListener
    2. focus on that component (yourApplet must focusable)

  • Capture key and mouse event

    Hi,
    What I want to do is..
    when users click on a item such as text item and press the 'Ctrl' key, a message will
    appear.
    How can I capture the event ?
    Thanks.
    Ivan

    Duplicate thread. Please see the other one at:
    <p>capture key and mouse event

  • N86 camera capture key

    Hi to All, Why does capture key require so much pressure at some times and at others seems much more sensitive?

    its not a point of applying so much pressure its just getting the feel of the phone you will get used to it
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Capture Key events

    I am trying to create a program to capture key events, regardless of where the focus is. For example, any time the user presses ctrl-t, I would like to call a particular method, if the user is in Microsoft Word, Internet Explorer, Halo, or any other application. However, a glass pane would not work, because all other key events will be needed by the current application. This would be identical to Microsoft' s ctrl-alt-del and Microsoft's alt-tab. Any ideas would be greatly appriciated. Post here or E-mail be at [email protected]

    This is not true, think of all the keylogger programs out there that allow you to do this.
    It's not a security issue.
    I also am wondering how to capture a key on a java application without it having focus. An example is a timer in a game. I should be able to be in a full screen game and hit F1 or Home or whatever I choose and have a timer start that will ding at me in 1 minute to let me know that my time is up.
    It is in a way similar to CTRL ALT DEL in that you don't ahve to be focused on anything in particular to use it but that isn't really the best analogy.
    If anyone can point me in the right direction to figure out how I would go about this, please tell me. Or if it is not possible for a program written in java to capture keypress without focus I would like to know that as well.
    You can do this in C and C++ but I would like to just add it in to an existing java program, thanks.

  • Capturing Key Press in Oracle Forms 6.0.5

    help! I have to setup forms so that our users can initiate the EDITOR if they hit cntl + E, with the caps lock on...like a capital E. This triggers the on-error event. the key-edit and key-others events dont fire with cntl + E. so i need an event to capture it and also how do you captures keypresses in code, i cant find it anywhere.

    I wouldn't have thought there was anything to stop you using capitals in the key mapping definition. You should be able to define ctrl E to do the same as ctrl e.
    The problem is you have to use oracle*terminal to define it on client/server.
    You can define functions for alphabetic characters combined with a modifier key such as control. You cannot use alphabetic characters on their own as that would conflict with their use for normal typing.

  • IP: Best Practice for capturing Key Figure input value in characteristics

    Hi Gurus,
    we have the requeirement to capture a plannable key figure as a characteristic as well for reporting reasons.
    Input in the key figures will be a closed value ist (1 to 5) so no new master data will be created by that in the respective characteristics.
    My first guess was an exit characterisic relationship, but obviously it is named "Characteristic Relationship" for a reason, as you cannot not derive values from key figures here.
    Any ideas on what would be the best and easiest implementation scenario?
    Many thanks in advance,
    Tobias

    Hi Tobias,
          You can derive a characteristic value from a keyfigure using Characteristic relationship of type "EXIT".
    Kindly let me know if your issue doesn't get solved using the EXIT type char rel.
    EXIT type characteristic relationship:
    The valid characteristic combinations and derivable characteristic values are defined by the customer-specific implementation of the specified exit class.
    The exit class must implement the interface 'IF_RSPLS_CR_EXIT'. Only these types of classes are offered for editing in maintenance. We recommend that you derive your own class from the example class 'CL_RSPLS_CR_EXIT_BASE'. You then only have to implement the methods u2018CHECKu2019, u2018DERIVEu2019 and u2018CREATEu2019. The class 'CL_RSPLS_CR_EXIT_BASE' itself can be used directly, but it does not execute an action.
    Note also the example source code given in the template class; an infrastructure for buffering is provided there, for example.
    Regards,
    Balajee

  • Capture key for use in next insert

    Ok, I have a form that would probably be beyond what most people use ADDT for, but it works!
    Here's a really long form, and it does these steps.
    1. Register's user.
    2. Runs custom transaction (or trigger, forgot) that contacts authorize.net, charges a credit card and returns pass or fail
    3. Inserts a line in a table that shows they have credit in our store. Line has a uid_usr field that is connected to user registration via link-transactions.
    4. Inserts a line into same table that gives them a starting balance, again link-transaction for uid_usr... BUT there's a second field credit_used_cre that should be a foreign key to step 3's id_cre...
    What I would like to do is capture the ID returned from Last_Insert_ID() in step 3 and pass it as something like {GLOBALS.id_cre} But I'm not sure how to do that. THIS is where I need help.
    5. I store the credit card info into payment_pay. Again, linked to users_usr.
    6. Insert a starting balance into sbal_sbl, linked again.
    7. Do a custom transaction that goes back and updates a few dates in the above directly with SQL.
    SOOOOO, how do I capture an ID to a variable so I can reuse it in a future transaction??

    It sounds to me like Hanno's attempt is not in his code using $insertKey = $tNG->getPrimaryKeyValue(); but in his calling of it. When I get that error it's because the function doesn't understand what $tNG is.
    In my trigger, I have:
    function Get_Credit_line_ID(&$tNG) {
    global $credit_line_id, $connShop, $uid_usr;
    $uid_usr = $tNG->getPrimaryKeyValue();
    //end Get_Credit_line_ID trigger
    (I would get scope errors if I didn't call global $connShop.)
    And let me know if you've ever done this many triggers at once before:
    // Register triggers
    $userRegistration->registerTrigger("STARTER", "Trigger_Default_Starter", 1, "POST", "KT_Insert1");
    $userRegistration->registerTrigger("BEFORE", "Trigger_Default_FormValidation", 10, $formValidation);
    $userRegistration->registerConditionalTrigger("{POST.password_usr} != {POST.re_password_usr}", "BEFORE", "Trigger_CheckPasswords", 30);
    $userRegistration->registerTrigger("AFTER", "Link_Insert_Initial_Credit_To_User_Registration", 40);
    $userRegistration->registerTrigger("ERROR", "Link_Insert_Initial_Credit_To_User_Registration", 40);
    $userRegistration->registerTrigger("AFTER", "Get_Credit_line_ID", 44);
    $userRegistration->registerTrigger("AFTER", "Link_Insert_Payment", 60);
    $userRegistration->registerTrigger("ERROR", "Link_Insert_Payment", 60);
    $userRegistration->registerConditionalTrigger("{POST.pay_up_front} != 'y'", "AFTER", "Link_Starting_Balance_to_Credit", 70);
    $userRegistration->registerConditionalTrigger("{POST.pay_up_front} != 'y'", "ERROR", "Link_Starting_Balance_to_Credit", 70);
    $userRegistration->registerTrigger("AFTER", "Link_Insert_Sbal_into_Sbal", 80);
    $userRegistration->registerTrigger("ERROR", "Link_Insert_Sbal_into_Sbal", 80);
    $userRegistration->registerTrigger("AFTER", "Trigger_WelcomeEmail", 90);
    $userRegistration->registerTrigger("AFTER", "Process_card", 50);
    $userRegistration->registerTrigger("END", "Trigger_Default_Redirect", 99, "../../login/customlogin.php?kt_login1=1&kt_login_user={POST.username_usr}&kt_login_passw ord={POST.password_usr}&kt_login_rememberme=1&redir=".urlencode('/credit/apply/step2.php') );
    Oh and btw, I NEVER COULD get the log in user after registration tutorials to work, so I hacked together a login pay that logs them in and redirects them where I need them.

  • Problem while  capturing keys from keyboard .

    hello abapers,
    i am trying to catch my enter key from keyboard coz i want run some code when user will press enter.
    i think sy-ucomm will capture the key pressed, if i am wrong then plz correct me.
    (1) with this assumption i tried running bdc for my screen and tried to get the bdc_okcode value  which  is /00
         i passed this value to sy-ucomm in my abap prog but it didnt worked
    (2) i tried writting /h in command window it oppend the debugging window but the value for sy-ucomm was blank
    if any one of you is able to correct me it would be of great help to me plz its .....
    Thank you.
    Edited by: Dakshaini A Subramaniam on May 15, 2011 8:36 AM
    Edited by: Rob Burbank on May 15, 2011 4:21 PM

    Hi ,
    Double click your ,
    SET PF-STATUS 'STATUS'.
    code. At Standard Toolbar part of the pf-status  , set OK CODE for first item (green) to 'ENTER'.
    When user hits enter , sy-ucomm will be ENTER.
    This is for screen processing .

  • How to capture keys held down during app load

    how would i capture which keys are being held down during the start of a java application? IE: enduser clicks on my java app while pressing SHIFT+C+F so i can load a config window to set a couple of needed options specific to that environment?
    Thanks

    I don't believe there is any functionality in Java to achieve that.
    If it is a command line app., I recommend handing arguments to main() to pop the config. dialog.
    If it is a GUI'd app., add a button to the main UI, that does the same.

  • Capturing key data for tracking/compliance

    We have two separate user groups, both of whom can access eLearning portal. One group (permanent staff) does have LMS logins but a bigger (volunteer) group have no login IDs (in a year or so, this may change)
    However, i'd appreciate advice on how to capture basic data (Pass/score and Name, - plus users Location/Role/Manager, not currently captured in our LMS)
    Using CP4, I have set up a Random Q pool and then a slide with free Text Entry Boxes, to input key data.
    There are potentially too many people to manage creating an email to send data.
    How do I collect/export the data into, say, a spreadsheet (as an interim solution to capture data to report for compiance training ) .
    If this is possibile, Step-by-step help would be appreciated. (not a techy and never used anything like java scripting)
    Much thanks in advance

    That seems remarkably complicated - surely there must be an easy way to say That is precisely the way all Actions are handle by Swing components. It is extremely easy if you take a few minutes to understand how it works.
    Using a KeyListener is the wrong approach.

  • Capture key press events with ExtendScript?

    Is it possible to do this?  I can't find an example in the documentation or online anywhere.  I'd really like to know when the user presses the arrow keys while viewing the slideshow in Bridge.
    Thanks!

    Thanks for the example Paul.  I can see how to listen to key down events on Windows and Dialogs that I create.  Do you know of way to listen for global (app-wide) key down events? These are not defined:
    app.addEventListener('keydown',...)
    app.document.addEventListener('keydown',...)
    I'm trying to add to the slideshow mode by having a little palette dialog with the context information shown that I need.  The default caption box doesn't have what our artists want.  If the palette window is in focus, I get the keydown event, but if they're using the arrow keys to flip through the slideshow, I can't capture those.
    Thanks for the help.

  • Shell script that captures key input? (keylogger)

    I want to record all my keystrokes, just to see the frequency of some keys. There is a bunch of keyloggers on google that captures keystrokes, but none that is good and is in the AUR. Isn't it possible to do just with a little shell script? I don't mind if i have to keep the terminal open, and there is no need for any daemon/advanced stuff. Could you record a /dev/something or similar?

    Haha, check this out: (cursor=move, z=fire, q=quit)
    #! /usr/bin/python
    from curses import *
    import threading
    class ckeylog( threading.Thread ):
    def run(self):
    file=open("/dev/input/event1","rb")
    keymap={
    '\x2c': 'z',
    '\x2d': 'x',
    '\x2e': 'c',
    '\xc8': 'UP',
    '\xd0': 'DOWN',
    '\xcb': 'LEFT',
    '\xcd': 'RIGHT',
    '\x10': 'q',
    '\x11': 'w',
    '\x12': 'e',
    '\x01': 'ESC',
    '\x2a': 'LSHIFT',
    '\x1c': 'ENTER',
    self.loop=True
    while self.loop:
    event=file.read(48)
    if event[28] == '\x01':
    state=True
    elif event[28] == '\x00':
    state=False
    else:
    continue
    if event[12] in keymap:
    self.map[keymap[event[12]]]=state
    file.close()
    def quit(self):
    self.loop=False
    keylog=ckeylog()
    keylog.map={}
    keylog.start()
    def main(s):
    curs_set(0)
    ship=[
    "| /\ |",
    "+/!!\+",
    shipx=0
    shipy=0
    bullet="* *"
    bulletx=0
    bullety=0
    fire=False
    while True:
    (my,mx)=s.getmaxyx()
    if 'q' in keylog.map:
    if keylog.map['q']: keylog.quit(); return
    if 'UP' in keylog.map:
    if keylog.map['UP']: shipy=shipy-1
    if 'DOWN' in keylog.map:
    if keylog.map['DOWN']: shipy=shipy+1
    if 'RIGHT' in keylog.map:
    if keylog.map['RIGHT']: shipx=shipx+1
    if 'LEFT' in keylog.map:
    if keylog.map['LEFT']: shipx=shipx-1
    if 'z' in keylog.map:
    if keylog.map['z']: (fire,bullety,bulletx)=(True,shipy,shipx)
    if shipy<0: shipy=0
    if shipy>my-len(ship): shipy=my-len(ship)
    if shipx<0: shipx=0
    if shipx>mx-len(ship[0]): shipx=mx-len(ship[0])
    if fire and bullety == 0: fire=False
    if fire: bullety=bullety-1
    s.erase()
    s.addstr(shipy,shipx,ship[0])
    s.addstr(shipy+1,shipx,ship[1])
    try:
    s.addstr(shipy+2,shipx,ship[2])
    except error: pass
    if fire: s.addstr(bullety,bulletx,bullet)
    s.refresh()
    napms(10)
    wrapper(main)

  • Capturing Key press when the focus is not on VI. (event is not working).

    I have a VI, and found similar in Forums. I need to catch key down event, when the focus is not on VI.
    I attached the VI found in forum. Try to click on other window, for example on block diagram of VI, when VI is running and check if it works. The answer is no, it doesn't work. When you press any key, the led button must change it's state, but it does only when the focus is on VI's front panel. The question is how to control key press, when VI is minimized or inactive. Is it possible to catch key down or any similar event, when the focus is on any other application, not on VI?
    Solved!
    Go to Solution.
    Attachments:
    simulatekeyevent.vi ‏16 KB

    Have a look at the "Connectivity...input devices..." menu.
    For an example, open the example finder and look for "basic input demo". It should give you some ideas. Good luck!
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for