[android-porting] Please suggest some dev board

2011-07-04 Thread Mehran
We are planning a custom Android solution of our own. with following requirements 0. WE MAKE OUR CUSTOMIZED HARDWARE; i mean, is there some valuable hardware design in docs in their package?? So that we can clone 1. [free GPIOs] available, if we want to add our own hardware. 2. Full 'source code

Re: [android-porting] Telephony Call State

2011-07-04 Thread Jerry cui
I don't think you can get them, if you can't modify the framework code. On Sat, Jul 2, 2011 at 2:19 AM, Raju Sana wrote: > Hi All, > > I had the same problem, any pointers on this is really appreciate. > > Thanks, > Venky. > > On Mon, Nov 30, 2009 at 10:28 AM, neeloor2004 > wrote: > >> Hi >> I

[android-porting] Beagleboard video output

2011-07-04 Thread Vivek Mehrotra
Hi, I have recently purchased a Beagleboard xM and am aware of its video output as only DVI-D (with HDMI connector) and I should use DVI-D or HDMI supported monitor. However, since I do not have such monitor (have VGA LCD monitors) and would not want to invest in HD monitors, I wanted to know if I

[android-porting] How to display log in adb logcat?

2011-07-04 Thread Alberto González
Hi, I have a Google Nexus S. Using this guide: http://forum.androidcentral.com/t-mobile-nexus-s-rooting-roms-hacks/48675-how-compile-nexus-s-kernel-source.html When I compile kernel I added some LOGD to cpp files. But when I do "adb logcat" I don't see it in console. I'm triying to enable smart c

Re: [android-porting] Beagleboard video output

2011-07-04 Thread john halewood
On 4 July 2011 12:00, Vivek Mehrotra wrote: > I have recently purchased a Beagleboard xM and am aware of its video > output as only DVI-D (with HDMI connector) and I should use DVI-D or > HDMI supported monitor. However, since I do not have such monitor > (have VGA LCD monitors) and would not want

[android-porting] Cannot read or write to SDCARD from new system service

2011-07-04 Thread Hombre
Hi I have created a new service launched in SystemServer.java: try { Slog.i(TAG, " Service"); ServiceManager.addService("", new Service(context)); } catch (Throwable e) { Slog.e(TAG, "Failure starting Service