Re: [android-kernel] Re: How to access system.prop in kernel?

2011-11-29 Thread Yogi
Thanks for info. 1,. I was actually trying to create one entry in prop file. It was set by VOLD and will be accessed by all apps. 2. VOLD is setting preferred file system, whether FAT32 or EXT2 etc. 3. Now if kernel cant access it, then by any chance, how can a device driver, say - a USB gadget

[android-kernel] Re: How to access system.prop in kernel?

2011-11-29 Thread white
As I know there are no method to access on kernel side. You can try it with user file system read. But I don't recommend that way. prop file is not for kernel mode, but for user mode On 11월29일, 오전3시10분, Yogi wrote: > Hello, > > User space apps has APIs given by framework such as > getprop()/setp

[android-kernel] Re: Panda Board booting on ICS

2011-11-29 Thread white
Almost this case, please check the kernel drivers and user libraries version and build. You can check it simply with readelf. On 11월29일, 오후10시52분, Amit Pundir wrote: > Have you included SGX binaries as well? Display won't come up until you use > Panda SGX binaries or tweak your build to include s

[android-kernel] Re: Hardware Setup for Developing for Wifi Direct

2011-11-29 Thread s.rawat
HI, The link says *Atheros device, dont understand the other two.* : *an Atheros ath9k device * OR an ar9170 USB device (with carl9170 driver!) (OR another device that has a mac80211 driver, but these are known to work, iwlwifi does *not* current

[android-kernel] Re: Hardware Setup for Developing for Wifi Direct

2011-11-29 Thread white
Almost android reference phone support WiFi source code. As I know, most android reference phone use the Broadcom WiFi chipset. So you can use it Android platform does not have a dependancy on WiFi driver. On 11월28일, 오전2시40분, "s.rawat" wrote: > HI, > I am developing an application for wifi dire

Re: [android-kernel] Panda Board booting on ICS

2011-11-29 Thread Amit Pundir
Have you included SGX binaries as well? Display won't come up until you use Panda SGX binaries or tweak your build to include s/w opengles hacks. Reards, Amit Pundir On 30 November 2011 11:50, Ajeesh Chandran wrote: > Hi, > > I haven't altered screen resolution. > > I have download android sour

[android-kernel] Re: How can I monitor and get http traffic in an android

2011-11-29 Thread white
Maybe you are finding the tcpdump. Android has already support the tcpdump. Just use the tcpdump, and then analyze it with wireshark or Just check the packet throughput, you can use netperf On 11월29일, 오전2시34분, Nick Fedchik wrote: > 11/29/2011 12:04 PM, biAji пишет:> I believe there has been a me

[android-kernel] Re: about google market apk

2011-11-29 Thread ヘマント
Passing CTS is a necessary, but not sufficient condition to get the market app. Refer to : http://source.android.com/compatibility/index.html You have to discuss with Google about installing and distribution of market and other google apps. They are not a part of AOSP. On Nov 29, 12:26 pm, jun

[android-kernel] Re: nfc: pn544 driver incompatible with libnfc-nxp

2011-11-29 Thread Nick Pelly
bionic/libc/kernel/common/linux/pn544.h On Tue, Nov 29, 2011 at 6:46 AM, Dragos Tatulea wrote: > Hi, > > I noticed that ICS uses the pn544.h Trusted Logic kernel header in > bionic. The kernel though contains the Nokia upstream pn44, which uses a > different ioctl interface. It's clear from t

Re: [android-kernel] ION Memory manging module in ICS kernel.

2011-11-29 Thread Haojian Zhuang
On Fri, Nov 25, 2011 at 4:56 PM, Strydon wrote: > Do we have any documentation about the ION memory managing module in > the ICS kernel ? > > Thanks, > Strydon > > -- > unsubscribe: android-kernel+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-kernel It seems there

Re: [android-kernel] How to know whether I have iptables support or not

2011-11-29 Thread Praveen Thota
Hi Syed, As per my understanding, We need to enable in the kernel configuration file. CONFIG_IP_ADVANCED_ROUTER=Y , CONFIG_IP_MULTIPLE_TABLES=Y the above flags and compile the kernel. Then you are free to use IP Tables. Thanks & Regards, Praveen Thota On Thu, Nov 24, 2011 at 1:17 PM, Syed Jehanz

[android-kernel] about google market apk

2011-11-29 Thread jun zhang
hi, all, how can l get the google market app(vendering.apk)? I just use android 2.3.4_r1 source code, compile it with userdebug mode and burn it to nexus S, but l can't found google market app, l checked that the source code also don't contains this, also download vendering.apk from lnternet t

[android-kernel] Re: about google market apk

2011-11-29 Thread jun zhang
also pull vending apk from other nexus s, but can't push or install it with vending.apk and vending.odex, any method to make the apk can run on my phone? 2011/11/29 jun zhang > hi, all, > how can l get the google market app(vendering.apk)? > > I just use android 2.3.4_r1 source code, compile

[android-kernel] help for direct char to access mtd

2011-11-29 Thread huang kun
hi,friends i am building android kernel of porting smdkv210single board.i want to modify u-boot environment throug user app,my mtd partition is as belows: 0~8 u-boot 8~10 u-boot environment 10~50 kernel 50~80 ramdisk 80~C80 system C80 to all userdata when i

[android-kernel] nfc: pn544 driver incompatible with libnfc-nxp

2011-11-29 Thread Dragos Tatulea
Hi, I noticed that ICS uses the pn544.h Trusted Logic kernel header in bionic. The kernel though contains the Nokia upstream pn44, which uses a different ioctl interface. It's clear from the NFC hal (libnfc-nxp) that a different driver is needed. Can it be found find it somewhere? Thanks,

Re: [android-kernel] Panda Board booting on ICS

2011-11-29 Thread jagan
Do you edit the kernel CMD LINE or used default one. means did you set any screen resolution or something..? Regards, Jagan On Tue, Nov 29, 2011 at 5:02 PM, Ajeesh Chandran wrote: > Hi, > > Board setup: > - PANDA Board > - Mini-USB to the PC > - HDMI-to-DVI-D connector > > > I have load binaries

[android-kernel] [Building Error] drivers/base/power/main.c:521: error: 'struct dev_pm_info' has no member named 'in_suspend'

2011-11-29 Thread San Xi
Hi everyone, I try to build android-2.6.39 on fc 12. And got the following error, did anyone meet this question before? drivers/base/power/main.c: In function 'device_resume': drivers/base/power/main.c:521: error: 'struct dev_pm_info' has no member named 'in_suspend' drivers/base/power/main.c

[android-kernel] Re: How to know whether I have iptables support or not

2011-11-29 Thread ヘマント
You can check the defconfig of your kernel for the flag.You can download the kernel for your product at the samsung opensource site. I think there might be a KERN_INFO print somewhere during bootup about iptables, when they are enabled, but checking the defconfig is more reliable. On Nov 24, 12:47

[android-kernel] How to access system.prop in kernel?

2011-11-29 Thread Yogi
Hello, User space apps has APIs given by framework such as getprop()/setprop()/getint/setint. Is there any possible way with which we can read system.prop entries in kernel? - - - Android.mk - product_config.mk - *system.prop* - Yogi -- unsubscribe: andr

Re: [android-kernel] How can I monitor and get http traffic in an android

2011-11-29 Thread Nick Fedchik
11/29/2011 12:04 PM, biAji пишет: I believe there has been a method to get traffic per pid. You can dig them out from TrafficStatics.java. TrafficStatics.java? May be You about android.net.TrafficStats ? http://developer.android.com/reference/android/net/TrafficStats.html Class that provides n

Re: [android-kernel] How can I monitor and get http traffic in an android

2011-11-29 Thread biAji
I believe there has been a method to get traffic per pid. You can dig them out from TrafficStatics.java. 在 2011-11-29 下午5:37,"Nick Fedchik" 写道: > > 11/28/2011 01:23 PM, Abhijit Pawar пишет: > >> You can check libPcap. I am not sure if it is supported on Android though. > > No. > Also libpcap is a u

Re: [android-kernel] build android kernel

2011-11-29 Thread Nick Fedchik
Do You have a 64-bit ubuntu installation? $ apt-cache search ncurses5 Try libncurses5-dev - developer's libraries for ncurses for 32-bit installation or lib64ncurses5-dev - developer's libraries for ncurses (64-bit) Also be careful - it's not an ubuntu support forum, and your question is not rel

Re: [android-kernel] How can I monitor and get http traffic in an android

2011-11-29 Thread Nick Fedchik
11/28/2011 01:23 PM, Abhijit Pawar пишет: You can check libPcap. I am not sure if it is supported on Android though. No. Also libpcap is a userspace library. I guess he need iptables utility and configure netfilter in kernel to match tcp/http on a 80 port, then redirect packets to userspace ap