[android-developers] Re: information about android softare

2011-07-27 Thread oochieman
You can run it on a pc though an emulator On Jul 27, 11:49 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, Jul 27, 2011 at 12:31 PM, deepak gusain deepakgusai...@gmail.com wrote: Dear abhishek akhani, I want to know that is that possible android O/S software install in Pc.

[android-developers] Re: [android] app does not show up after wake up

2011-07-08 Thread oochieman
Is your activity still active? You may need an intent to restart it. I did read somewhere that it's not good practice to start an activity from a broadcast receiver. The usual way seems to be to add a notification and let the user choose to start it, like receiving a sms message. I know that if I

[android-developers] Re: Bitmap Allocation

2011-07-06 Thread oochieman
I would just pre load all my bitmaps on start. The only reason I would think about loading/unloading bitmaps in real time would be for resource management reasons and then you would only do it when convenient (ie betweens levels, etc). This is most likely the wrong answer as I don't know what

[android-developers] Re: OMX_GetExtensionIndex failed Message

2011-07-05 Thread oochieman
On Jul 5, 5:23 am, Ji jiten.g...@gmail.com wrote: Hi     I have an app that switches from Android Honeycomb home screen to mp4 Video (H264 format) The loop plays fine but in the logs I see this message.OMX_GetExtensionIndex failed After few hours of successful loop playing,  I see the