[android-developers] using valgrind on dex2oat command

2015-12-16 Thread techietone
Hi , Has anybody run valgrind on dext2oat command for converting a dex file to .oat ? When i tried running valgrind on this i get these errors : disInstr(thumb): unhandled instruction: 0xDEFF 0x9309 disInstr(thumb): unhandled instruction: 0xDEFF 0x4699 disInstr(thumb): unhandled

[android-developers] android thread scheduling

2010-03-04 Thread techietone
hi all, I have a use case here on my android handset. i start music player . then move to gallery , select multiple pictures to picassa upload . sometimes there is a sudden pause and resume of music played in background, during upload . if i can observe this is related to thread scheduling of

[android-developers] OnResume() of activity called when pressing the endcall key

2010-02-20 Thread techietone
. the problem here is i can see flicker in the lockscreen . More precisely , it seems to be stretching, and then stabilises. can anybody provide some info in this regard regards techietone -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] eclair 2.1 Lockscreen issue

2010-02-17 Thread techietone
hi all, I am running ecalir 2.1 codebase on samsung moment phone. The issue is : I launch the camera app , press the endcall key , first the lockscreen is created in landscape mode . then i press the endkey again fastly , the OnResume() of camera app is called and the lockscreen gets recreated

[android-developers] camera activity sghown before lockscreen

2010-02-16 Thread techietone
hi all, i am using eclair 2.1 codebase on samsung spica target . the issue is reproducible by : 1. launch camera app 2. press end call key , press the end key again fastly. sometimes before showing the lockscreen , the previous camera ui is shown and then the lockscreen is shown. this happens

[android-developers] how to use speech recongintion java classes for launching music player app

2010-01-07 Thread techietone
hi all, there are some java classes exposed for speech recognition . How can they be used for launching a music player app. or maybe control the music player using voice commands. regards techietone -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] locales supported for voice dialer app

2010-01-07 Thread techietone
hi all, I have seen in the recognizer.java file that the default locale used for voice recognition is Locale.US . Which are the other locales supported ? regards pritesh -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,