[android-developers] Re: KeyEvent ACTION_DOWN + ACTION_UP fire immediately

2011-07-26 Thread Halsafar
It seems if I change the IME to anything but the ASUS Keyboard one then everything is fine. Consistently though if I change to the IME type of the ASUS Transformer dock this problem occurs. Breaks games that rely on key down and up event coming in properly. On Jul 25, 11:48 pm, Halsafar

[android-developers] KeyEvent ACTION_DOWN + ACTION_UP fire immediately

2011-07-25 Thread Halsafar
I am finding whenever I press a key down on a keyboard it immediately fires both the down and up events. It seems with the virtual keyboard or a real keyboard in the case of the EEE Transformer Pad this is true. Is this the expected behavior or am I doing something wrong? I have tried with both

[android-developers] Comments and Contacting Users

2011-06-25 Thread Halsafar
How on earth does a developer contact a user who makes a comment about their app? Users are asking questions in comments or making feature requests. Sometimes they request refunds in comments. These are all things that are impossible for the developer to address since I can't even get the email

[android-developers] Re: Comments and Contacting Users

2011-06-25 Thread Halsafar
:20 pm, Mark Murphy mmur...@commonsware.com wrote: On Sat, Jun 25, 2011 at 8:04 PM, Halsafar shinhalsa...@gmail.com wrote: How on earth does a developer contact a user who makes a comment about their app? On an individual basis, you don't. The Android Market certainly should be doing more

[android-developers] Re: Intercept SMS, disable notification sound

2011-06-23 Thread Halsafar
This works just fine. Called within the onRecieve() of my SMSReceiver. I'm guessing the next step to playing your own sound effect is to just play a sound on a different stream on onReceive() as well. On Jun 23, 12:01 am, rich friedel rich.frie...@gmail.com wrote: Just get the content of the

[android-developers] Intercept SMS, disable notification sound

2011-06-22 Thread Halsafar
It is very straight forward to setup a Broadcast receiver that is called whenever a SMS is received, so I won't discuss it here. Depending on the text in a message I'd like to ignore the phones notification sound for just that sms message being received. The hard part is the disabling the

[android-developers] Re: Xperia play Hard button

2011-06-16 Thread Halsafar
Answer it myself, here is a list of buttons and their key code mapping: http://www.ixplora.com/develop-gaming-apps-xperia-play-gamepad/ On Jun 16, 10:40 pm, Halsafar shinhalsa...@gmail.com wrote: I realize the Xperia play has hard buttons on it (dpad + standard playstation controller buttons

[android-developers] Xperia play Hard button

2011-06-16 Thread Halsafar
I realize the Xperia play has hard buttons on it (dpad + standard playstation controller buttons). I also know these buttons just map to KeyEvents of existing buttons. What I'd like to know is what do they map to? How as a developer do I add support for this device without actually having one

[android-developers] newInstance failed -- not accessible to Landroid/app/Instrumentation;

2011-06-04 Thread Halsafar
I have checked diff logs. I have reverted to older versions. I am suddenly getting this error everytime I start an Activity from within my app. I've uninstalled it off the device and completely cleaned/ rebuilt the project multiple times. D/dalvikvm(13381): newInstance failed:

[android-developers] Re: newInstance failed -- not accessible to Landroid/app/Instrumentation;

2011-06-04 Thread Halsafar
.) On Sat, Jun 4, 2011 at 12:38 AM, Halsafar shinhalsa...@gmail.com wrote: I have checked diff logs.  I have reverted to older versions.  I am suddenly getting this error everytime I start an Activity from within my app.  I've uninstalled it off the device and completely cleaned

[android-developers] Re: Comments/Ratings not showing up on Market

2011-05-26 Thread Halsafar
be stored as part of a Google account? That sounds extremely ineffcient. But you are right, they must be. I wonder if the feedback count has increased for these users when they entered their own comment. On May 23, 12:27 pm, Halsafar shinhalsa...@gmail.com wrote: So someone had suggested

[android-developers] Re: Comments/Ratings not showing up on Market

2011-05-22 Thread Halsafar
. On May 21, 9:55 am, Halsafar shinhalsa...@gmail.com wrote: To further add to the frustration.  If I look at the persons phone who made the comment, they see their own review/rating when looking at my app page.  Each person can see just the review/rating they gave.  None

[android-developers] Re: How to load resources like texture images sound files in native code?

2011-05-20 Thread Halsafar
The example basically involves loading up the PNG Java side using the Android Bitmap class. Then exposing some Java functions to the native side so the native side can ask for the bytes of the image. Which part is giving you trouble? I'll guide as best I can. On May 19, 2:10 am, Atul Prakash

[android-developers] Comments/Ratings not showing up on Market

2011-05-20 Thread Halsafar
I have physically watched more than 3 people now make a comment on my App from their device. 24 hours later none of these comments or ratings appear. Is there any particular reason for this? Did I disable comments/rating by accident? Do I have to verify them? Do they take longer than 24 hours

[android-developers] Re: Comments/Ratings not showing up on Market

2011-05-20 Thread Halsafar
know. But I've had 4 commens in a 24 hr period, so things maybe back to normal. On May 21, 6:35 am, TreKing treking...@gmail.com wrote: On Fri, May 20, 2011 at 2:31 PM, Halsafar shinhalsa...@gmail.com wrote: I have physically watched more than 3 people now make a comment on my App

[android-developers] Developer sign up is account registered to credit card owner

2011-05-18 Thread Halsafar
I am creating an android developer account to put an app I made on the market. I was an unwise teenager with my financial self many years ago and thus do not have a credit card. My significant other was more than willing to help out. However it appears that by signing up under my Google account