Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7565287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T14:06:59+00:00 2026-05-30T14:06:59+00:00

I’m trying to use ChimpChat for a project which includes injecting input events into

  • 0

I’m trying to use ChimpChat for a project which includes injecting input events into a connected device.

There are methods
1. void press(PhysicalButton key, TouchPressType type);
2. void press(String keyName, TouchPressType type);

I’m able to use the 1st method properly through: iDevice.press(button, type);

However, I can’t get the 2nd method to work. Trying something like iDevice.press (“A”, type) does not type an “A” on the device, even though the following is logged:

Feb 27, 2012 4:58:36 PM com.android.chimpchat.ChimpManager sendMonkeyEventAndGetResponse
INFO: Monkey Command: key down A.

I was able to work around this by using

  1. void type(String string);

Now my question is, how do I get the backspace key to work? Calling type(“\b”); doesn’t erase on the device.

Has anyone used the 2. void press(String keyName, TouchPressType type); method previously? If so, am I doing something wrong? I’m a bit confused by what keyName is supposed to be. If not, does any one know how to send the backspace character to the device?

Thanks a lot!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T14:07:00+00:00Added an answer on May 30, 2026 at 2:07 pm

    Last I looked ChimpManager has a few more methods than the IDevice exposes. You can access the other methods via device.getManager(). One of those methods that might help you is press(PhysicalButton). So you should be able to get the backspace to work like this:

    device.getManager().press(PhysicalButton.BACK)
    

    Look at the source for more insight to how it all works.

    UPDATE:

    Oops, you’re looking for the backspace! According to the monkey README:

    key [down|up] keycode

    This command injects KeyEvent’s into the input system. The keycode
    parameter refers to the KEYCODE list in the KeyEvent class
    (http://developer.android.com/reference/android/view/KeyEvent.html).
    The format of that parameter is quite flexible. Using the menu key as
    an example, it can be 82 (the integer value of the keycode),
    KEYCODE_MENU (the name of the keycode), or just menu (and the Monkey
    will add the KEYCODE part). Do note that this last part doesn’t work
    for things like KEYCODE_1 for obvious reasons.

    So looking at the KeyEvent class you should be able to use:

    device.getManager().keyDown("KEYCODE_DEL") // Backspace according to KeyEvent
    // OR
    device.getManager().keyDown("67")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to understand how to use SyndicationItem to display feed which is
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I'm trying to use string.replace('’','') to replace the dreaded weird single-quote character: ’ (aka
Basically, what I'm trying to create is a page of div tags, each has
I used javascript for loading a picture on my website depending on which small
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I have a French site that I want to parse, but am running into
I want use html5's new tag to play a wav file (currently only supported
I am currently running into a problem where an element is coming back from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.