[android-developers] Re: BitmapFactory.DecodeBytearray

2011-08-16 Thread musfiq
At first check if your byte array is not Null? In addition, check if the captured image is of JPEG,GIF,BMP or PNG format? /Musfiq On Aug 16, 11:03 am, B.Arunkumar awsnetworkrecor...@gmail.com wrote: Hi all,       I have got a byte array decoded from the ffmpeg decoder which I am trying

[android-developers] Re: enableForegroundNdefPush not working

2011-08-16 Thread musfiq
No. Holding the mobile with your application runnig in the foreground (with NFC enabled in both) did not produce anything. But it is possible to exchange tags from google tags application which is supplied with 2.3.4. Seems like something is screwed :( //Musfiq On Aug 15, 3:30 pm, nadam

[android-developers] Re: enableForegroundNdefPush not working

2011-08-15 Thread musfiq
Thanks. I have found the app. But how to use it for ndef push? Can I write an word and send it to the othe phone? On Aug 13, 7:06 am, nadam a...@anyro.se wrote: Strange. Here's a direct link.https://market.android.com/details?id=se.anyro.nfc_reader On 12 Aug, 18:13, musfiq musfiqu

[android-developers] Re: enableForegroundNdefPush not working

2011-08-12 Thread musfiq
other NFC features of the phones (scan tags etc)? Perhaps one of them is broken. On 11 Aug, 17:16, musfiq musfiqu...@gmail.com wrote: I have 2 Google nexus S phone with android version 2.3.4. I have uploaded Api demo example in both.http://developer.android.com/resources/samples/ApiDemos

[android-developers] Re: enableForegroundNdefPush not working

2011-08-11 Thread musfiq
transfer is happening. Both mobile have NFC enabled. Am I missing something? /Musfiq On Aug 10, 1:11 am, Michael Roland mi.rol...@gmail.com wrote: Hallo Musfiq, it might help if you posted some of the relevant code. br, Michael On Aug 9, 3:46 am, musfiq musfiqu...@gmail.com wrote: Hi: I

[android-developers] enableForegroundNdefPush not working

2011-08-08 Thread musfiq
side. But it is not working. Can anyone please help? /Musfiq -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] How to convert the raw data from Camera.takepicture(shutter, raw,jpeg) to Bitmap?

2011-07-21 Thread musfiq
Hi: I want to find the faces in an image after taking picture. I want to use the Facedetetor.findfaces(...,); But for that I need Bitmap file. How to convert byte [] to bitmap? /Musfiq -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: takepicture hangs on Android 2.3.3

2011-07-21 Thread musfiq
I get the similar kind of error in 2.3.4 but don't know how to fix it. On Jun 30, 10:01 am, dingding dangdang ustcchenj...@gmail.com wrote: I have some codes of takeing picture working at Android 2.1 and 2.2. But these codes broke at Android 2.3. After spending a time to fix this issue in