[android-developers] Facing securtiy exception while binding to MediaPlaybackService in gingerBread code

2010-12-16 Thread sourabh.j...@gmail.com
Hi All, I am trying to make an application which can access the MediaPlaybackService , so I have copied the IMediaPlaybackService.aidl in my app's com.android.music path and tried to bind with the MediaPlaybackService as below . public class TestMusicPlaybackAppService extends Service { /*

[android-developers] How to eliminate the java.lang.OutOfMemoryError: bitmap size exceeds VM budget issue while scrolling in bluetooth screen.

2010-07-04 Thread sourabh.j...@gmail.com
HI , While performing scrolling on the Bluetooth scanned devices screen I faced the below out of memory issue. 06-28 12:35:51.338 E/AndroidRuntime( 1311): Caused by: java.lang.OutOfMemoryError: bitmap size exceeds VM budget 06-28 12:35:51.338 E/AndroidRuntime( 1311): at

[android-developers] getView is always giving a null convertView parameter in Preference class UI.

2010-07-02 Thread sourabh.j...@gmail.com
The preference type of UI is used in many Google built-in applications for example Bluetooth , Wifi etc. And the getView of the preference is used to set the image or text to make it visible in the UI screen. the getView for the pref type UI is defined as below in framework code : - public

[android-developers] Running multiple user application in android emulator..

2009-01-12 Thread sourabh.j...@gmail.com
Hi, What is the procedure to run multiple user application inside android emulator ? I am facing a problem while doing so... I have created an android application in ecllipse IDE and made it run in the emulator then if i again try to import a different application inside the emulator the