Re: placing a widget by default on homescreen

2009-08-08 Thread dan raaka
reposting to the correct groups .. if you have a pre-installed apk what has an appwidget (ie. built into /system/apps), how to modify the default_workspace.xml file in the launcher, so that the widget gets displayed by default (ie.like a search widget !!) or any other suggested method

Re: Samsung Galaxy with customized system image

2009-07-30 Thread dan raaka
not true .. i7500 doesn't use fastboot either .. -Dan On Thu, Jul 30, 2009 at 3:47 AM, kenpark patrick.seiff...@gmx.net wrote: Hi there. I was told that it is possible to use the Samsung Galaxy 7500 with your own (custom build) Android OS system image. Is this true? Is the bootloader

Re: How to compile only part of the platform

2009-07-24 Thread dan raaka
mmm is the way -Dan On Fri, Jul 24, 2009 at 2:53 PM, Mike Lissner mjliss...@gmail.com wrote: OK. I am still having trouble completing an incremental build of Android. I found a guide here though that seems to be helpful:

Re: SystemServer permissions ..

2009-06-25 Thread dan raaka
anything on this one ? On Tue, Jun 23, 2009 at 6:53 PM, dan raaka danra...@gmail.com wrote: 2 lines all that was added .. *mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); mLocationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, new

SystemServer permissions ..

2009-06-23 Thread Dan Raaka
System server is starting up other services, however, towards the end, if we were add any code to access any of the started services, it throws out a error saying PERMISSION not defined. E/SystemServer( 1861): java.lang.SecurityException: Requires ACCESS_FINE_LOCATION permission The general

Re: SystemServer permissions ..

2009-06-23 Thread dan raaka
is the stack crawl of the exception? On Tue, Jun 23, 2009 at 3:53 PM, Dan Raaka danra...@gmail.com wrote: System server is starting up other services, however, towards the end, if we were add any code to access any of the started services, it throws out a error saying PERMISSION not defined. E

Re: What is the role of WindowManager in android framework?

2009-04-23 Thread dan raaka
dianne , what about launchperf in the samples directory On Thu, Apr 23, 2009 at 8:29 PM, Dianne Hackborn hack...@android.comwrote: There is a log printed with the time to launch an activity -- look at adb logcat. I also think there is a more structured event log you can see with adb logcat

BT icon on the device

2009-04-20 Thread Dan Raaka
With Blue tooth turned on, the device shows the headset icon for a computer that supports A2DP among other things. Is this by design or a bug in the display? The user would expect to see the computer icon .. --~--~-~--~~~---~--~~ You received this message because