[android-porting] Re: Error about building adb for windows

2009-04-02 Thread allendroid
Hi, David I want to build adb and fast boot. So i do the modification in 'make_windows_sdk.sh', as below . build/envsetup.sh make adb fastboot || die Build failed Add your note, and run again, it terminated without any prompt.So what would i do? Should i do any other modification in

[android-porting] Re: Where and how can i put my map for gps?

2009-04-02 Thread cxh
hi Nio, where are you get your map for gps,google maps?Did you slove this problem? cxh On 3月27日, 下午4时38分, Nio luodali...@gmail.com wrote: Hi, I have installed my gps.apk on my android, and i think it works well as when i start the app, the log shows: jpeg error 53 not a jpeg

[android-porting] Re: Problem when initing root file systems

2009-04-02 Thread 打工者
if you use root=/dev/mtdblock2 rootfstype=cramfs maybe you can try the fowllowing steps: 1. compile busybox with arm cross compiler 2.down the exec busybox to /bin directory in the device 3.ln -sf /bin/busybox /init 4.mknod : console (5,1) null (3,1) ... 5. sync 6. boot the device On

[android-porting] Re: porting android to omap3 evm

2009-04-02 Thread cindy_king_1024
Hi,Haritha Input the instructions,it comes this: 5Sending DHCP requests .Sending DHCP requests .6eth0: link up, 100Mbps, full-duplex, lpa 0x05E1 6eth0: link up, 100Mbps, full-duplex, lpa 0x05E1 ..,, OK OK IP-Config: Got DHCP answer from 0.0.0.0, IP-Config: Got DHCP answer from 0.0.0.0, my

[android-porting] How to handle Multi-finger Touchscreen when porting Android to new system?

2009-04-02 Thread Eric
Hi, Multi-finger Touchscreen can report the position of first finger and the geasture of two fingers. It is OK to report the first finger position. But I don't konw how to report the Multi-Finger geasture correctly. Does Android Multi-Finger now ? Can it recognize the second finger position ?

[android-porting] Re: Problem when initing root file systems

2009-04-02 Thread mai huy
Thanks aow and huang.qinghua for your reply. I will try. On Thu, Apr 2, 2009 at 4:08 PM, 打工者 huang.qing...@zte.com.cn wrote: if you use root=/dev/mtdblock2 rootfstype=cramfs maybe you can try the fowllowing steps: 1. compile busybox with arm cross compiler 2.down the exec busybox to

[android-porting] Re: Porting android to EVM

2009-04-02 Thread Anil Sasidharan
Hi Haritha, The patched (for Android on OMAP3 EVM ) version of ads7846.c attached herewith. Please test this out and let me know. Warm Regards, Anil On Thu, Apr 2, 2009 at 1:04 AM, haritha uppalapati uhari...@gmail.com wrote: Hi Anil i did the changes..but no luck :(  

[android-porting] Porting Android to PXA310

2009-04-02 Thread KK
Hi, I am quite new to Android. I already downloaded the source codes and successfully built for generic. However, the target board is the PXA310 EVM. Does anyone know that if there is already a ported one or what steps I should follow to port Android to it. I have already the BSP in hands now.

[android-porting] libdvm.so linking error ?

2009-04-02 Thread RidGeek
Hi,all: I used the android-toolchain downloading form http://android.git.kernel.org/pub/android-toolchain-20081019.tar.bz2 ,and makes cross compiling for arm920t platform. I got the following error message. Does anybody know what's the problem is ? Message: build/core/binary.mk:218: target

[android-porting] Re: porting android to omap3 evm

2009-04-02 Thread cindy_king_1024
Hi,haritha Thanks for you help! With init=/init ,it come with this: OMAP3EVM # bootm ## Booting image at 8000 ... Image Name: Linux-2.6.27-omap1-05240-g88b76d Image Type: ARM Linux Kernel Image (uncompressed) Data Size:1752596 Bytes = 1.7 MB Load Address: 80008000

[android-porting] Re: browser freeze issue

2009-04-02 Thread Jerry Fan
WHen you say freeze, did u mean it doesn't respond to any key event such as menu key? If it is not, maybe you just need to refresh the page again. I have similar issue and a refresh can solve it. On Thu, Apr 2, 2009 at 3:10 PM, harry.le...@gmail.com harry.le...@gmail.com wrote: Hi, I ported

[android-porting] Re: Porting Android to PXA310

2009-04-02 Thread cxh
Perhaps you may built for littleton_defconfig or zylonite_defconfig. On 4月2日, 下午4时43分, KK kevinch...@gmail.com wrote: Hi, I am quite new to Android. I already downloaded the source codes and successfully built for generic. However, the target board is the PXA310 EVM. Does anyone know that if

[android-porting] Re: Error about building adb for windows

2009-04-02 Thread cxh
why not just use adb in android-sdk-windows-1.0_r1\tools? On 4月1日, 上午11时48分, allendroid allenshao.andr...@gmail.com wrote: Hi all, I got headache of adb building. Under cygwin, when i run make_windows_sdk.sh, it always say No rule to make target 'adb' . Should i make sdk under cygwin

[android-porting] Re: Why do we need external/fdlibm other than use libm in Bionic?

2009-04-02 Thread David Turner
I don't know the real reason, I assume it's mostly historical. I'll try to ask some engineers on the Android team On Thu, Apr 2, 2009 at 5:24 AM, KevinWang xuepu.w...@gmail.com wrote: Hello, I saw the code is using fdlibm in external/, I tried to modify the code to make Android to use the

[android-porting] How to determine the size of pmem in kernel?

2009-04-02 Thread fang.sheng
As I know,the pmem is used for applications which need large continuous memory,but the size is determined by what?what's the limits for pmem? Anyone knows? Thx. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Porting Android to PXA310

2009-04-02 Thread KK
Not sure what you are talking about, can you elaborate more? On 4月2日, 下午5時09分, cxh chen.xi...@zte.com.cn wrote: Perhaps you may built for littleton_defconfig or zylonite_defconfig. On 4月2日, 下午4时43分, KK kevinch...@gmail.com wrote: Hi, I am quite new to Android. I already downloaded the

[android-porting] build/target/board/Android.mk:35:

2009-04-02 Thread SiT
I can't build the Android-Image for my EEE-PC 701. Could you help me? --- s...@sit-ubuntu:~$ TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make -j4 installer_img build/core/product_config.mk:232: WARNING:

[android-porting] Re: build/target/board/Android.mk:35:

2009-04-02 Thread Michael Trimarchi
SiT wrote: I can't build the Android-Image for my EEE-PC 701. Could you help me? --- s...@sit-ubuntu:~$ TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make -j4 installer_img

[android-porting] Re: build/target/board/Android.mk:35:

2009-04-02 Thread adik liu
PLS rename vendor/asus/eee_701/Android.mk to vendor/asus/eee_701/AndroidBoard.mk. It will be OK! 2009/4/2 Michael Trimarchi trimar...@gandalf.sssup.it SiT wrote: I can't build the Android-Image for my EEE-PC 701. Could you help me?

[android-porting] Re: build/target/board/Android.mk:35:

2009-04-02 Thread SiT
if i rename i get this msg: s...@sit-ubuntu:~$ TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make -j4 installer_img build/core/product_config.mk:232: WARNING: adding test OTA key TARGET_PRODUCT=eee_701 TARGET_BUILD_VARIANT=eng

[android-porting] I need help

2009-04-02 Thread raj.10788
I am new to this Android. I am a studying in some coll... In the interest I downloaded the source code from source.android.com with the given basic steps. I don know the steps how to make the SDK and System Image and all.. But now I don know what do to and how to do??? can anyone help me??

[android-porting] calender's sync

2009-04-02 Thread bin
Hi android engineers. who can explain the architecture of calender's sync. what's the requirement for calender to run correctly? when I port calender to another platform, it can not sync with backend server. I want to learn the principle and requirement of the SYNC. Thanks

[android-porting] Re: Number of Bluetooth Connections

2009-04-02 Thread Nick Pelly
On Wed, Apr 1, 2009 at 7:57 AM, vishy vish...@gmail.com wrote: Hi , During our initial testing with Android Phones(Using Cupcake build) we noticed that the phone connects to more than one BT HF device.Can anyone share some information on the number of devices Android phones can connect to

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

2009-04-02 Thread Dianne Hackborn
I don't have any solid plan. I was thinking in donut I would just remove the mid policy. It would then need to be put back by someone in a way that it can be better maintained. On Wed, Apr 1, 2009 at 10:59 PM, Chen Yang sunsety...@gmail.com wrote: Thanks for let us know your plan. Then would

[android-porting] Re: Number of Bluetooth Connections

2009-04-02 Thread Jackson Fan
Hi Nick, Supporting connection to a single device can be understood. I want to expand the topic a bit, related to multiple connections to a same device. For example, cupcake already supports A2DP and HFP connection to a same headset in concurrent way, although audio data (A2DP/SCO) need

[android-porting] framebuffer driver

2009-04-02 Thread benderamp
Hi, I am wondering which framebuffer driver is used on G1 phone. As far as I know, different framebuffer driver must be used for different video cards. So, which video card (or video chip) is used on G1? Is it common standard for all mobile devices on ARM v6 architecture, or it is G1 specific?

[android-porting] proper method for repo upload --replace

2009-04-02 Thread Sean McNeil
I submitted a patch that needed a change. I make the change and commit. I do a repo upload --replace, but the replaced patch is against the previous one I just replaced. How do I get the change to be based on the original? I'm going to attempt an upload where I put the old number in both the

[android-porting] Re: how to remove dependency on another patch

2009-04-02 Thread Jean-Baptiste Queru
I typically do a cherry-pick for those: repo start pick . git cherry-pick sha of the commit you want repo upload --replace . repo abandon pick . JBQ On Thu, Apr 2, 2009 at 7:45 PM, Sean McNeil seanmcne...@gmail.com wrote: I have a follow-up question about repo upload: When I did the upload

[android-porting] Does the g1 support play music into gsm channels

2009-04-02 Thread dingerjun
Dear all, When my g1 ring, I want to play my local music to the caller through gsm channel. I should close the micphone and change the music play out to the gsm modem. Does the g1 gsm modem support it? Best Regards Erjun

[android-porting] Re: how to remove dependency on another patch

2009-04-02 Thread Sean McNeil
Great! Unfortunately everything I uploaded was approved and is now submitted. The odd thing is the patches depend on each other and are all submitted yet they both say: Change could not be merged because of a missing dependency. As soon as its dependencies are submitted, the change will be

[android-porting] Re: Does the g1 support play music into gsm channels

2009-04-02 Thread Sean McNeil
You do realize that the phone would have to answer the call before it could play the music, right? This would mean you will start incurring minutes usage. I don't think that service plans that offer music or other personal ring play count that time towards your minute allocation. dingerjun

[android-porting] Static librari is not linking with functions like abs, sincos etc.

2009-04-02 Thread Anil
Hello I have a static library, which is built for android. When I am trying to link it with other modules it is giving error, like undefined reference abs, infunction From the modules (.c files) we are able to call abs() function without any problem and it is linking properly. Can any

[android-porting] Re: Does the g1 support play music into gsm channels

2009-04-02 Thread dingerjun
Yes ,of course , I do realize that I should answer the call first. My question is that I want play sound to gsm modem . In general, GSM modules are sampling directly from the microphone, playing to the guests from afar. the main CPU do not need do the voice control. all things are

[android-porting] Re: browser freeze issue

2009-04-02 Thread harry lee
Hi Jerry, Thanks for your help. As much as you said, when it stick, a refresh solved. Regards, John 2009/4/3 harry.le...@gmail.com harry.le...@gmail.com: Hi Jerry, Thanks for your help. Sorry to have you confused, it would respond to key-press, but I did not define the key value