[android-porting] Custom device change status bar background color

2017-02-02 Thread Steve Nail
We are creating a custom Android device (Marshmallow) and need to change the status bar background color to white. I have attempted this by changing the colors in an overlay. I added the following: mydevice/overlay/framework/base/core/res/res/value/colors.xml file. In that file I tried

[android-porting] Re: how to build the pdk_docs target to generate the document of android

2009-05-04 Thread nail
dear Mike what is the real package name of java 1.5. in ubuntu system ? the java version in my ubuntu build host is sun-java5-jdk On 5月1日, 下午1時17分, DrMike mwrit...@gmail.com wrote: You need to use java 1.5. -Mike On Apr 28, 10:13 pm, nail s894...@gmail.com wrote: dear all, i try

[android-porting] Re: how to build the pdk_docs target to generate the document of android

2009-05-04 Thread nail
: Hi, Just in case, try: sudo update-alternatives --config java Same command for javac and javadoc, and check if your default java SDK is the one from your installed package (sun-java5-jdk) Good luck, kr 2009/5/4, nail s894...@gmail.com: dear Mike what is the real package name

[android-porting] Re: Porting a WiFi Driver on a android supported platform

2009-04-13 Thread nail
Dear Roman, two weeks ago, i try to build common wpa_supplicant into normal linux OS, but i failed to build wpa_supplicant。 thank you for your hint, and i will keep working on this topic :-) On 4月14日, 上午8時42分, Roman roman.baumgaert...@t-mobile.com wrote: Hi Nail, Here is an article which

[android-porting] Re: Porting a WiFi Driver on a android supported platform

2009-04-12 Thread nail
together BTW, when i type iwconfig, it shows: not found thank you for your help On 4月11日, 上午7時33分, Roman Baumgaertner roman.baumgaert...@t- mobile.com wrote: Nail, I don't understand your question. If you are connected you should see with the command iwconfig to which SSID you are attached

[android-porting] Re: Porting a WiFi Driver on a android supported platform

2009-04-09 Thread nail
Hi, I have enabled wifi using the following command written in init.rc: mkdir /data/misc/wifi 0770 wifi wifi mkdir /data/misc/wifi/sockets 0770 wifi wifi mkdir /data/system/wpa_supplicant 0770 wifi wifi mkdir /data/misc/dhcp 0770 dhcp dhcp chown dhcp dhcp /data/misc/dhcp

[android-porting] Re: Porting a WiFi Driver on a android supported platform

2009-04-09 Thread nail
} === so, it will do all things needed automatically, could you please help me to find out where to get the SSID ? On 4月10日, 上午11時23分, Roman Baumgaertner roman.baumgaert...@t- mobile.com wrote: Hi Nail, You mentioned that you are connected. What