[android-porting] Re: why __func__ variable contains the type signature of the function except its bare name?

2012-07-27 Thread Armando
Hello SImon. Did you figure this one out? I'm just observing the same thing. Going to try other macros else do a simple extraction of the bare name. On Thursday, August 4, 2011 1:04:57 AM UTC-5, Simon Chan wrote: Hi all, Now I add debug info for my overlay hal module. #define

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
Thank you Jeff, that was indeed what was missing. Another quick question, when I add symbols to public.xml, rebuilding the framework-res.apk doesn't seem to be enough to regenerate the R.java file. So every time I have to do this, I would have to rebuild the whole system (make). Is there a make

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 Jeffrey Brown
Add the id to public.xml as a java-symbol element in the top part of the file where all of the private symbols are declared. On Jul 26, 2012 9:23 AM, Nathan Barraille nathan.barrai...@gmail.com wrote: Hello, I am trying to add a TextView in

[android-porting] Re: Settings dialog doesn't list the wifi device

2012-07-27 Thread aulty
Thanks for this. I didn't know why wifi wasn't appearing in the settings menu in ICS until now! On Sunday, June 17, 2012 1:05:38 PM UTC+1, Bastian Hecht wrote: Thanks a lot! This very much looks like my missing piece. Thanks for the hint about automatizing it as well. Bastian On Friday,

[android-porting] Variable in Android Build System

2012-07-27 Thread Bhanushali Ashwin N
Hi Techies, I have just a simple but basic question in my mind. Android Build system have various variables.Each variable holds the specific information to build the android source code. Questions are as follows. - Below mentioned variables are supported in AOSP or not. -