[android-porting] How can I add a c/c++ project to external directory and compile using android ARM compiler?

2010-01-20 Thread nathan
Hi, Can you please tell me how can I add a open source project and compile for android using android ARM compiler? Thank you. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] How to disable hardware keyboard?

2014-05-29 Thread Nathan
My device does not have a hardware keyboard, but for some reason Android still thinks it does. The hardware keyboard appears in the Settings/Input Methods menu, and I have to manually disable it to get the software keyboards to appear. Do I have to set a system property? or a build property?

[android-porting] How do I turn off the phone app and related phone services?

2014-05-29 Thread Nathan
My device does not have a phone radio, but for some reason Android still thinks it does. The phone appears and all the options for tethering and data usage are there. But this device only has WiFi. So how do I disable the phone radio in Android? Do I have to set a system property? or a buil

[android-porting] Re: How to disable hardware keyboard?

2014-05-29 Thread Nathan
out. If this mouse was not plugged in, and I used a wired mouse, the hardware keyboard option was gone. On Thursday, May 29, 2014 12:37:53 PM UTC-7, Nathan wrote: > > My device does not have a hardware keyboard, but for some reason Android > still thinks it does. The hardware keyboar

[android-porting] Re: How do I turn off the phone app and related phone services?

2014-05-29 Thread Nathan
, and the second is 0 or 1 for false/true for Simultanaity. "1,1" "7,1" On Thursday, May 29, 2014 12:39:38 PM UTC-7, Nathan wrote: > > My device does not have a phone radio, but for some reason Android still > thinks it does. The phone appears and all the options fo

[android-porting] Error In The Installation Of Android x86

2009-09-27 Thread Nathan Campos
ted Yet", then i hit enter and it start at Live mode, but how i can install it. Thanks, Nathan Paulino Campos --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] about android_power

2009-12-22 Thread nathan kuo
When I compiled the android source code after porting to 6410 board will always be an infinite cycle of this message, no way to enter into the sleep state I ask where should I start with to solve [CMM_Open] instanceNo : 0 * s3c_g2d_open() NEW DRIVER

[android-porting] about android power

2009-12-22 Thread nathan kuo
When I put android cupcake source code compiled after porting to 6410 board will always be an infinite cycle of this message, no way to enter into the sleep state I ask where should I start with to solve * [CMM_Open] instanceNo : 0 * s3c_g2d

[android-porting] Re: about android_power

2009-12-22 Thread nathan kuo
ake package! > if you didn't want deep/early sleep ,please disable kernel request_suspend > code, > if you want ,please add key map to enable WAKE > 2009/12/23 nathan kuo > > > > > > > When I compiled the android source code after porting to 6410 board >

[android-porting] How can I make resources added in frameworks/base/core/res/res available in com.android.internal.R.java

2012-07-26 Thread Nathan Barraille
Hello, I am trying to add a TextView in frameworks/base/core/res/res/layout/keyguard_screen_unlock_landscape.xml, with a specific ID so that I could reuse it in the Java code, but it looks like this ID is never added to com.android.internal.R.java, so every time I try to access it from the java

Re: [android-porting] How can I make resources added in frameworks/base/core/res/res available in com.android.internal.R.java

2012-07-27 Thread Nathan Barraille
ate symbols are declared. > On Jul 26, 2012 9:23 AM, "Nathan Barraille" > wrote: > >> Hello, >> I am trying to add a TextView in >> frameworks/base/core/res/res/layout/keyguard_screen_unlock_landscape.xml, >> with a specific ID so that I could reuse it i