[android-porting] Which kernel to use?

2010-01-20 Thread r3wDy
Hi! as mentioned im fighting with some driver on the m8. Some drivers are not quite good in the 2.6.27 kernel which is the actual android kernel. Samsung did work on thier kernel, and supplied drivers and plattform changes which could be very useful for me. So im thinking of which kernel is best

[android-porting] Re: permissions to start SystemService in package

2010-01-20 Thread Digambar Rasal
Made changes, signed APP with platform certificate and it runs fine on emulator. Only question is about making it persistent. I tried running few application and this service is still active. So wondering whether it will be killed or not. I will appreciate if you can tell what will be scenario in

[android-porting] compilation output size

2010-01-20 Thread Frédéric
Hello, After compilation, I found that the output size was about 2GB. Is that normal? Fred -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Compilation Error

2010-01-20 Thread viral . vkm
Has it something to do with HAVE_HTC_AUDIO_DRIVER := true was that false earlier in generic case ? On 20-Jan-2010 10:03am, linux newbie linux.newbi...@gmail.com wrote: Hi, I am trying to build Android for my target (generic is working and now wanted to customize). I went through the

[android-porting] eMMC support ext3 and Fastboot/Android Recovery mode

2010-01-20 Thread Jerry Juan
Hello all, About eclair start to support eMMC with ext3, I am wondering if eMMC can support Fastboot and Factory default? Anyone know it? If it can not support fastboot, how to flash/erase image to eMMC? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] add new resource to SDK addon

2010-01-20 Thread dnak
Hi, all. I tried to create SDK addon. I put mystrings.xml at vendro/sample/frameworks/base/core/res/res/ values. And, I wrote PRODUCT_PACKAGE_OVERLAYS in sample_addon.mk So, I did below command. $ make PRODUCT-sample_addon-sdk_addon But, below error ocuured and make stopped. Resource at

[android-porting] Re: need info about SendConfigBufferToOMXComponent

2010-01-20 Thread RaviY
The decoder needs to decode the config data to initialize the decoder. On Jan 20, 3:56 pm, guru guru.nav...@gmail.com wrote: Hi All, I am trying to play audio file(AAC) Media player is failing to play. When I saw the log it is calling EmptyThisBuffer in SendConfigBufferToOMXComponent. the

Re: [android-porting] Accessing the NFS server from Android : RPC: Unknown protocol issue

2010-01-20 Thread Kishor
Hi David, Thanks for your reply. I have compiled the client application statically with arm-linux-gcc tool chain. The executable is linked to glibc statically. So here when i run the application, glibc part should search the protocol file in /etc folder? Does the android not allowing this? Is

Re: [android-porting] Re: permissions to start SystemService in package

2010-01-20 Thread Dianne Hackborn
If it is running in the system process it will never be killed. On Wed, Jan 20, 2010 at 2:42 AM, Digambar Rasal movewr...@googlemail.comwrote: Made changes, signed APP with platform certificate and it runs fine on emulator. Only question is about making it persistent. I tried running few

Re: [android-porting] Compilation Error

2010-01-20 Thread linux newbie
No..It is true with generic case. On Wed, Jan 20, 2010 at 5:18 PM, viral@gmail.com wrote: Has it something to do with HAVE_HTC_AUDIO_DRIVER := true was that false earlier in generic case ? On 20-Jan-2010 10:03am, linux newbie linux.newbi...@gmail.com wrote: Hi, I am trying to build

[android-porting] Playback of video from Browser on Eclair doesn't work

2010-01-20 Thread Nicu Pavel
Hi, I can't playback any videos from the Browser on Eclair, used to work fine on 1.6. The download starts but it complains that: DownloadManager ... no handler found for video/mp4/ / video/3gpp etc. The MediaPlayer framework it's working since I can play the videos with an a 3rdparty video

[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 enable logging function in webkit?

2010-01-20 Thread Philip Wang
Hello all, I'm researching the webkit on Android. Now I have a problem. I want to enable the logging function in webcore, such as LOGV in WebFrame::reportError(WebCoreFrameBridge.cpp). I think there is a powser switch to do this. I add #define LOG_NDEBUG 1 at the top of WebCore/config.h and

Re: [android-porting] Re: wpa_supplicant issue

2010-01-20 Thread linux newbie
Hi, Thanks for your suggestions. I went through the source code and modified wpa_supplicant configuration file and then I enabled it as service in init.rc file and its working.(verified on viewing the log of router). service wpa_supplicant /system/bin/wpa_supplicant \ -D wext -i eth1

Re: [android-porting] Re: wpa_supplicant issue

2010-01-20 Thread feiyang yun
hi you can check hardware/libhardware_legency/wifi/ 2010/1/21 linux newbie linux.newbi...@gmail.com Hi, Thanks for your suggestions. I went through the source code and modified wpa_supplicant configuration file and then I enabled it as service in init.rc file and its working.(verified on

Re: [android-porting] Re: wpa_supplicant issue

2010-01-20 Thread linux newbie
yea feiyang, I am doing that. As I already loaded the driver, I believe I need to make changes in it. let me try and get back to you guys. Thanks On Thu, Jan 21, 2010 at 12:45 PM, feiyang yun csd...@gmail.com wrote: hi you can check hardware/libhardware_legency/wifi/ 2010/1/21 linux newbie

[android-porting] Re: how to output audio directly into hardware in andriod, video could user surfaceclient.

2010-01-20 Thread Chih-Wei
ani, I don't think there is an external/libaudio in AOSP. Where do you get the tree? david, the alsa support are in the hardware/alsa_sound/, external/alsa-lib and external/alsa-utils. But the three projects are not default in AOSP. You have to add them to your manifest.xml manually. On 1月21日,

Re: [android-porting] SVN for android

2010-01-20 Thread Peng Haibo
it looks the code only host by git, mabye you can find archived package from some bbs On Mon, Jan 18, 2010 at 2:29 AM, Tar Gz bsdraisefromh...@gmail.com wrote: Hi all, i'm sorry if my english too bad. I have question, where is I can download android source but it is using svn, because i

[android-porting] Re: need info about SendConfigBufferToOMXComponent

2010-01-20 Thread guru
Hi Ravi, I have my own Decoder initialization API and calling that API to initialize it and not using this config data. The above config data is of only 2 bytes length and what information it contains which helps in decoder initialization? We captured the config data, it is showing hex values

[android-porting] Re: how to set wifi rate (enable 802.11G) on HTC hero G1

2010-01-20 Thread Srikant
Hi, Oneway, if you have the source code for iwconfig utils, you can statically compile it and copy the test application to the Target by using adb shell command (push). Now you can use the utility as same how you use in ubuntu platform. Regards, Sreekanth On Nov 26 2009, 9:25 am, tu

Re: [android-porting] Re: wpa_supplicant issue

2010-01-20 Thread linux newbie
Hi, I modified wifi.c but still couldnt get the UI to display the desired results. This time logcat shows the following error. As I have started the supplicant as service, it is associated to AP. If I do ifconfig eth1 it shows the static IP address assigned. I set the following in init.rc file

[android-porting] Re: need info about SendConfigBufferToOMXComponent

2010-01-20 Thread RaviY
http://groups.google.com/group/android-framework/browse_thread/thread/120a9eb4e8e1982 http://wiki.multimedia.cx/index.php?title=Understanding_AAC#Packaging.2FEncapsulation_And_Setup_Data On Jan 21, 9:32 am, guru guru.nav...@gmail.com wrote: Hi Ravi, I have my own Decoder initialization API