Android :: Send Key Event Using Native Methods / Low Level Classes
Feb 24, 2010
I was looking 2 weeks ago for sending back and home key events when on Click is performed on a Image Button, I could do that perfectly. I have a device with no buttons. So, I want to simulate Menu button click. To know what is really happening, I implemented a code in on Create Options Menu that rises a Null Pointer Exception. I got the following stack trace. code...
View 21 Replies
Sep 2, 2010
Is there any way for an ordinary application to replace low level classes that are preloaded on startup, so that higher level preloaded classes will end up calling my custom versions rather than the originals?
I'm thinking the answer is no, but want to make sure I haven't overlooked something.
View 3 Replies
View Related
Sep 17, 2009
I am currently working on porting a application written in C in android platform. I need to know that can i invoke/call the getSystemService from the C application using invocation interface by JNI. Meaning using a .java file which will interact with the interace provided by the android.telephony.TelephonyManager.java for using getCallState() and other mehthods.
View 2 Replies
View Related
Aug 6, 2010
1 . can we get any event when user tap/touch native application(i.e. messaging,contacts).
2 . i know that any application launch by intent in android, there is any way to know which application launch with launch of application.
View 2 Replies
View Related
Aug 13, 2010
I want to keep launching my app and stress test two scenarios: launch it and press BACK key launch it and press MENU key I can launch from adb using "am" command. But how can I send a BACK or MENU key using adb. I want to do thousands of rounds of testing so I don't want to do it manually.
View 2 Replies
View Related
Aug 17, 2009
I am developing an input method with full screen size views, How can I send a grabbed motion event to the client applications?
View 2 Replies
View Related
Feb 7, 2010
My Activity using transparent Theme in AndroidManifest.xml *android:theme="@android:style/Theme.Translucent"* Which works fine. When it's started from the Home screen, we can see both the content of my activity and the home screen below it. It gives the feeling of "floating". Furthermore, to make it real "floating", the motionEvent has to go down to the home screen to let the home screen response some motion touch. But I have no idea of 2 things : 1. Whether the event can be send down to any thing behind the current activity. 2. If so, how. The solution don't need to be restricted in API level.I mean if any solution need us to rewrite home screen or something else, It's also ok for me.
View 10 Replies
View Related
Jan 28, 2010
If I want to send an event, e.g. OnClick, to an activity from a thread? The expected work flow is below:public class HelloAndroid extends Activity {public void onCreate(Bundle savedInstanceState)Code...
View 4 Replies
View Related
Apr 29, 2010
I have two activities. The first activity display list of the users with short info. And after select some user I go to the second activity for display full info about this user. For send event I used startActivityForResult(); for receive event in socond activity and added public void onActivityResult(int requestCode, int resultCode, Intent data). After start project I send intend from first activity and I do not receive in the second : How I can receive sent event in second activity.
View 1 Replies
View Related
Jul 2, 2012
I'm having trouble developing an app, while it works in API level 10, it does not in API level 7. I wondery why and I've been looking for a site that summarizes the differences, or the new features from one API level to another and cannot find it.
09-04 04:24:21.485: E/AndroidRuntime(6834): Uncaught handler: thread main exiting due to uncaught exception
09-04 04:24:21.510: E/AndroidRuntime(6834): java.lang.VerifyError: [code]....
There seems to be a problem with an uncaught exception and reflection, although....why does it work on API level 10?
View 1 Replies
View Related
May 27, 2010
I know that the apps receive a ACTION_SHUTDOWN broadcast event when the device is shutting down.
When an application receives the shutdown, is there still an opportunity to send data packets out, or does android block such attempts(or does the platform tear down the network stack before it can go out).
View 1 Replies
View Related
Mar 14, 2010
I'm looking into writing simple graphics code in Android and I've noticed some synchronized() blocks. What is the reasoning behind this and how do I know when I should be "synchronizing" my code?
View 1 Replies
View Related
Jan 1, 2010
I can't seem to send photos from the phone via text messaging to anyone. Anyone else have this problem? How do we fix it?
View 2 Replies
View Related
Nov 13, 2010
I have a brand new Desire HD. Up until 2 days ago, everything was working perfectly with my Outlook Exchange Account on the native Android Mail application. Running Android 2.2
Since then, there is something wrong with our Outlook certificate, and when I launch Outlook on my PC, I get a message that the name on the certificate is not valid. Ok, fine. So on the PC, I press "OK" and I am off and running.
On the Desire, I still get email, but if I try to SEND and email, it neither reaches the recipient, nor does the email end up in the "Sent" mail folder. When I go to "Accounts and Sync" and look at the Exchange account, I also see that i have a sync protocol error on Contacts syncing.
Now, I have installed Touchdown, and I CAN send email from here. Also, I have a friend who has an older Android phone that does not seem to be affected in a similar fashion connecting to the same exchange server.
Problem: The Touchdown app is kind of a pain from a user interface standpoint when you try to edit a contact. and it costs $20. And, I really prefer the native Mail widgets and stuff.
I am stuck using Touchdown at the moment so that I can send and receive emails, but I am hoping to find a workaround. Our IT people are working on the certificate problem, so maybe that will help. HOWEVER, I cannot afford to be without email every time there is a certificate problem.
View 1 Replies
View Related
Apr 12, 2009
I use onLongClick and onClick events of a button to get user inputs. Whenever; the user long click and triggers onLongClick event, the onClick event is also triggered. I couldn't find my problem. The code of two methods are shown in below: Code...
View 2 Replies
View Related
Dec 15, 2009
I hope there is a way to resolve this or bye bye hero.
View 10 Replies
View Related
Sep 8, 2009
Can I send an email without invoking any activity (with Send/SendTo action)? Just compose a mail and send to recipient from my application.
View 7 Replies
View Related
May 14, 2010
I have written a number of applications for blackberry and am just starting in Android. It seems to me that android has a lot more built in functions. I am starting by recreating some of my BB apps on Android and on one I take a few xml sites and parse them out. On blackberry I implemented this by creating a class that extended a thread. I would construct a new instance of this class with the parameters of my http request and it would call a function back in my main class, sending it the results. I am tempted to reuse my code, but am curious if android has something better built in. I have been looking at the handler class as well as possible using a service.
Bascially, I would like to start a new thread that will return a document of a specific url.
View 1 Replies
View Related
Jan 8, 2010
I have two applications A and B (in different packages,but it doesn't matter).Application B is an sms application that i have made and contains one activity.This activity has a method called sendSMS(String number,String text).I want to call this method from application A and send an SMS without opening the activity(the GUI) of application B but just send an SMS in the background by calling just the method of the activity.Any ideas?
View 10 Replies
View Related
Dec 30, 2009
On methods like these kind, onItemClick(AdapterView parent, View view, int position, long id), what's the difference between position and id.
View 2 Replies
View Related
Oct 10, 2010
So I'm writing an Android app which uses a large c++ library. I have everything working so that the java app can call the c++ delegation methods, but I'm finding myself wishing I could log messages from c++ to the Android log. This is easy from java, but I'm at a loss as to how to call a java method from c++. My searches found methods for opening a jvm from c++, which is not at all what I want to do. Ideally, I'd like to pass a log method pointer to c++, which could then be used whenever I wanted. Of course, java doesn't support method pointers.
View 2 Replies
View Related
Jun 15, 2010
I have a MapView where I would like to be able to tap the map to create a new item at that location if there is no item there, or display the info about the item if there is.
I tried overriding both the onTap(int) and onTap(GeoPoint, MapView) methods but apparently if the second method is overridden the first never gets called (commenting one or the other lets each one work as I expected).
I thought about just checking if an item was at the location, but there doesn't seem to be any handy methods available to do that (other than iterating through the list of items and checking each manually).
View 17 Replies
View Related
Oct 29, 2010
I want to use the accessibility classes, but I'm a begginer in android programming and i can't understando how to use them. I don't find any example using these classes. Somebody can give me some use examples? Another thing Can I set enable the Accessility mode in the emulator?
View 2 Replies
View Related
May 18, 2009
I am writing a app, which has sort of plugin framework. public abstract class AbstractService {public abstract AbstractService getInstance(String name)..
View 2 Replies
View Related
May 29, 2009
I have an apk installed in /data/app. I want to use the class methods in there. Here is what I tried. code...
I got "ClassNotFoundException". By peeking into the apk, I don't see class files but classes.dex. I would assume SystemProperties class is in classes.dex. Why can I load it?
View 5 Replies
View Related
Nov 1, 2010
I know rule #1 of optimization is: don't do it! But I figured this was an easy question, and if I start using the faster method now I can save a lot of cpu time when I'm finished.Now, the answer to my question may be "there's no difference" and that's fine with me. I just want to know.
View 4 Replies
View Related
Sep 1, 2010
1. what is the getKeyDownTime() method? What does its return value mean logically? 2. what is the getKeyEventTime() method? What does its return value mean logiccaly? 3. I want to measure the time a key was depressed for. Eg: Key A was pressed for 60 ms. which of the above methods would be useful?
View 7 Replies
View Related
Aug 11, 2010
Just out of curiosity how many people use Swype vs. Voice to Text vs. other means for text input. If I forgot a method just say it out loud.
View 4 Replies
View Related
May 28, 2010
is there a methods to keep mobile phone off using code, i have no idea about this,and hope someone give me some advice,or example , code,api
View 1 Replies
View Related
Jun 20, 2010
I have Activity A and Activity B. I want to access a method in Activity A from Activity B. This is my method:
Activity A extends activity{
public void save(){
} }
View 5 Replies
View Related