[android-porting] hi

2009-02-11 Thread siva
No plain girls. Other services accept all girls to build their database faster. CuteOnly accepts only one out of ten pretty russian girls! ... Cuteonly is a platform and service I could and would recommend at any time to anybody looking ... CuteOnly accepts only one out of ten pretty russian

[android-porting] Re: about epc android driver

2009-02-11 Thread Jackie Wu
You can refer to http://groups.google.com/group/android-porting/browse_thread/thread/b82e3d087fb33921/ for alsa support although it's not specifically for x86. The kernel driver is enough to support both kinds of sound devices. Actually both of them are use intel-hda driver. What you need is the

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-02-11 Thread brianpan...@gmail.com
Hi, I use this way to compile 2.6.25 kernel from git. I put bzImage into vendor/asus/eee_701/kernel. then I rebuild the whole system. TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make -j2 installer_img When i boot the system with my compiled kernel. I found following error.

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-02-11 Thread bo wang
Dear All, I try again in EPC 900sd , i switch to (atl+f1 ) knosole , but is allready black screen . Best Regards, Sam 2009/2/11 Jackie Wu wwh.andr...@gmail.com The kernel and i915 driver should be ok. I used EeePC1000H which is also 945 but they use same driver source. I think your

[android-porting] How to call shell script from JNI?

2009-02-11 Thread Corey
Currently I am trying to write an application in Android GUI. One of the function will need to call one of the shell script in / system/xbin/. I write an API in C by using system(/system/xbin/test.sh); funtion, and then my Java code will use this c API code to execute this shell script. However,

[android-porting] Re: Two Stage Camera Key

2009-02-11 Thread steve2641
Bug number 1975 was entered for this issue. The bug headline is Add Support For a Two Stage Camera Key. Should I also have entered bugs for my two previous discussion issues?

[android-porting] Re: How to call shell script from JNI?

2009-02-11 Thread David Turner
you can't use system() to call a shell script, you need to invoke the shell interpreter instead, with something like /system/xbin/sh /system/xbin/test.sh On Wed, Feb 11, 2009 at 1:54 PM, Corey uvic2...@gmail.com wrote: Currently I am trying to write an application in Android GUI. One of the

[android-porting] Re: How to use initramfs for root filesystem?

2009-02-11 Thread Peter Oh
Thank you a lot for your reply. Now I'm almost clear except this one. If I assume that I have initramfs file as the name of 'ramdisk.img' How can android kernel find the location of 'ramdisk.img' exists? If there is 'root=' option, kernel can try to find the location of 'ramdisk.img' from the

[android-porting] Re: How to use initramfs for root filesystem?

2009-02-11 Thread Rizvan S
HI, As per my understanding this is not the case with android only, this is related to normal linux kernel. Initramfs archive itself is a complete self-contained root filesystem for Linux. In case of initramfs, the initramfs archive is linked in to the linux image only. When you go for initramfs

[android-porting] Re: How to call shell script from JNI?

2009-02-11 Thread fadden
On Feb 11, 8:13 am, David Turner di...@android.com wrote: you can't use system() to call a shell script, you need to invoke the shell interpreter instead, with something like /system/xbin/sh /system/xbin/test.sh I tried it just now from a trivial C program; worked fine. I'm not sure why it

[android-porting] bootloader operation during update-radio

2009-02-11 Thread twebb
From what I gather, source code for the bootloader is not available. So can someone explain generally what it does when it boots with the update-radio command? And what are the general contents/components of radio.img that it gets from /cache partition (from update.zip)? I realize that

[android-porting] Re: Zygote process died due to SIGSEGV

2009-02-11 Thread Rizvan S
Hi Saroj, First you need to exact system and data from running emulator using 'busybox'. Then only you will have all these binaries. 1. Start the Android emulator 2. Get the busybox for android http://benno.id.au/blog/2007/11/14/android-busybox 2. Load static compiled busybox into

[android-porting] Re: (fix?) We're on the simulator; assuming data is connected ???

2009-02-11 Thread fadden
On Feb 10, 6:58 pm, eric_mellon zhfzh...@gmail.com wrote: I/GSM     ( 2080): We're on the simulator; assuming data is connected [...] I/GSM     ( 2080): (fix?) We're on the simulator; assuming data is connected [...] i doubt that the image i have build is for simulator not for device, is

[android-porting] Re: Android Booting Problem

2009-02-11 Thread Rizvan S
Hi Sayiram, Are you building from source or using patch ( hack ) to bring android on your target ? Specify your setup and steps so I can try to help you. Thanks Rizavan On Wed, Feb 11, 2009 at 9:40 AM, sram sayiram.koth...@gmail.com wrote: Hi even i am facing the same issue. can any one

[android-porting] best touchscreen resolution (pixels/mm)

2009-02-11 Thread Ken Schultz
Does anyone know the best touchscreen resolution for Android? Most likely there would be a sweet spot for this. The higher the resolution the more data which could cause a bottleneck for data flow and the low the resolution the worse the accuracy is. I would imagine this to be in the units

[android-porting] Re: How to call shell script from JNI?

2009-02-11 Thread David Turner
Actually, I retract that, after checking our implementation, it always do a sh -c parameters so calling a shell script should work. Have you tried checking the return value and errno after the call ? On Wed, Feb 11, 2009 at 10:35 PM, David Turner di...@android.com wrote: On Wed, Feb 11, 2009

[android-porting] Re: How to call shell script from JNI?

2009-02-11 Thread Dan Bornstein
On Wed, Feb 11, 2009 at 4:54 AM, Corey uvic2...@gmail.com wrote: Currently I am trying to write an application in Android GUI. One of the function will need to call one of the shell script in / system/xbin/. I write an API in C by using system(/system/xbin/test.sh); funtion, and then my Java

[android-porting] wireless tools

2009-02-11 Thread freedom
While porting Android to Gigabyte M528 (Compal Jax10), we also ported wireless-tools (iwconfig, etc.) to help check if Wi-Fi driver works. I am wondering if it's appropriate to submit wireless tools to the Android project. --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: (fix?) We're on the simulator; assuming data is connected ???

2009-02-11 Thread eric_mellon
thanks fadden! i have mark the follow: //if ((SystemProperties.get(ro.radio.noril,)).equals //()) { // useNewRIL(context); //} else { // GSMPhone phone; //phone = new GSMPhone(context, new SimulatedCommands //(),

[android-porting] Re: Sorry, cannot play this video

2009-02-11 Thread Dave Sparks
The binder error message might be a symptom of the problem and not the cause. Do you have a log? On Feb 11, 10:16 am, Manish Sharma manishsharm...@gmail.com wrote: Hi All, We have integrated our decoder in PVPlayer and are able to playback mp4/3gp files. Sometimes we have observed a pop-up

[android-porting] Re: Two Stage Camera Key

2009-02-11 Thread Dave Sparks
Yes, please do. On Feb 11, 5:44 am, steve2641 steve2...@gmail.com wrote: Bug number 1975 was entered for this issue. The bug headline is Add Support For a Two Stage Camera Key. Should I also have entered bugs for my two previous discussion issues?

[android-porting] Re: How to use initramfs for root filesystem?

2009-02-11 Thread Brian Swetland
[Peter Oh p...@innopath.com] Thank you a lot for your reply. Now I'm almost clear except this one. If I assume that I have initramfs file as the name of 'ramdisk.img' Yup. ramdisk.img is a gzip'd cpio image. How can android kernel find the location of 'ramdisk.img' exists? If there

[android-porting] Re: Android Booting Problem

2009-02-11 Thread Sayiram K N
Hi Rozavan Thanks for the reply. i am building from the source. steps are : got the kernel git for PXA27x the kernel working fine with normal jffs2. once i moved to yaffs(using normal technique like extracting the system and data from emulator) strucked up in the situation where

[android-porting] Re: about epc android driver

2009-02-11 Thread bo wang
Dear all, I find some info , i will do it . Android Porting Guide to Beagle Board http://labs.embinux.org/index.php/Android_Porting_Guide_to_Beagle_Board /index.php?title=ALSA_Supportaction=editredlink=1 ALSA Support /index.php?title=ALSA_Supportaction=editredlink=1 1- $cd ~ 2- Clone

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

2009-02-11 Thread vinay
muneesh, First verify your drivers are getting inserted and you are able to connect AP with static Ip adress (use wlan_cfg). This is independent of Android and it should work FIRST. 1. Add HAVE_CUSTOM_WIFI_DRIVER_2 := true to build/target/board/generic/BoardConfig.mk file. 2. make sure

[android-porting] Re: Sorry, cannot play this video

2009-02-11 Thread Manish Sharma
Hi Dave, We are trying to replicate the same with log enable and shall share further info. Regards, Manish On Thu, Feb 12, 2009 at 12:55 PM, Manish Sharma manishsharm...@gmail.comwrote: Hi Dave, We are getting binder: release 1699:1699 transaction 2969 out, still active on the hyper

[android-porting] Re: Android Booting Problem

2009-02-11 Thread Rizvan S
Hi Sayiram, First of all, as per my understanding, don't try to put /sys and /data on NAND because it takes lots of space and most of time couldn't write all contents on NAND properly. I was trying in same way and face lot more issues. Everytime see some new problem and its takes a lot to bring

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-02-11 Thread bo wang
Dear , i test others eeepc. 900sd black screen . 900a is ok , but when suspend ,restore will faild display.(花屏) 701sd is ok , 1000he is ok Best Regards, Sam 2009/2/11 brian pang brianpan...@gmail.com But my i915 driver doesn't have modeset param. Besides, all the drivers in

[android-porting] Re: Android Booting Problem

2009-02-11 Thread Sayiram K N
Hi Rizvan thanks for reply. i am using USB Stick as EXT2 FS.as i haven't flashed the Image also. its runnnig through a RAM bootloader. do you have any idea from where i can get the sys/folder. currently its empty Sayiram K N On Thu, Feb 12, 2009 at 1:01 PM, Rizvan S

[android-porting] Power Suspend to Wake takes ~2 mins

2009-02-11 Thread Rajesh N
Hi All, I have strange problem with android power management, I am using android kernel 2.6.25_1.0 version. (1) Android goes to power suspend more ~1minute after , I keep getting messages as pasted below , once I press any button I get back to normal but when android is kept in suspend mode