[android-developers] Re: ICS build error:GC overhead limit exceeded

2012-07-20 Thread pratik.prajap...@gmail.com
Any one fixed this? On Sunday, April 8, 2012 5:11:38 AM UTC-7, justlove joyous wrote: any clues? On Thursday, April 5, 2012 4:27:31 AM UTC-4, kcobra wrote: The error is as following: UNEXPECTED TOP-LEVEL ERROR: Exception in thread main java.lang.OutOfMemoryError: GC overhead limit

[android-developers] Re: Building android contact source code (eclair version) on eclipse.

2012-07-17 Thread pratik.prajap...@gmail.com
Hi Raghu, Have you been able to expose hidden APIs in custom android.jar? Please help. On Friday, August 27, 2010 3:34:16 AM UTC-7, Raghavendra Singh wrote: Hi all I am having the contact source code which i want to build on eclipse test on emulator,but the contact application uses

[android-developers] Re: Stop USB Port programmatically

2011-03-21 Thread pratik.prajap...@gmail.com
Yes. A little hack can work. This is an example of disabling mass storage mode of usb. You can build your kernel with mass storage support as module instead of built-in. That will generate usb-storage.ko driver. And will get installed at /system/lib/modules/ Now if you want to disable the mass