[android-porting] Re: display unnormal

2009-08-26 Thread nedbjt
Oh, sorry,P35 should be PXA935. Last image can run normally, so I think display driver in Linux kernle is OK. How can I modify Android's display configurations? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Build wpa_supplicant with driver_madwifi

2009-08-26 Thread zhang kun
Hi cwhuang, My wifi can't search and connect to the hiden ssid ap,can you tell me how to get the result? Thanks On Thu, Aug 20, 2009 at 1:23 AM, 阿偉 cwhu...@linux.org.tw wrote: Try http://android-x86.org We have wifi integrated. Madwifi is obsolete. Use ath5k/ath9k drivers instead.

[android-porting] drivers for bcm4325 ?

2009-08-26 Thread pavan savoy
I doubt this being the right forums to ask this question - saw this news thread ... http://mobiledevdesign.com/software_news/broadcom-bcm4325-enables-android-platform-0206/ so where is bcm4325 drivers ? [i have the android source code - need to know which project ? kernel/msm?

[android-porting] Re: drivers for bcm4325 ?

2009-08-26 Thread Jim Huang
2009/8/26 pavan savoy pavan.sa...@gmail.com: ok - Thanks !! cloning it now - however the title suggests it's all wlan stuff. bcm4325 also has a BT and fm Rx - where are the drivers for those ? Since the Bluetooth function in bcm4325 chipset is connected via USB-serial, you shall be able to

[android-porting] Re: drivers for bcm4325 ?

2009-08-26 Thread pavan savoy
Thanks Jim-- You mean using something like hciattach /dev/ttyUSB0/1 bcm 115200 ? should give me a hci0 interface ? But is the product id/vendor id detected as of hci_usb ? Any plans/hints for usage of FM ? regards, Pavan On Wed, Aug 26, 2009 at 5:41 PM, Jim Huang jserv...@gmail.com wrote:

[android-porting] Re: drivers for bcm4325 ?

2009-08-26 Thread pavan savoy
Hi Jim, It kind of became platform specific, the product brief http://www.broadcom.com/collateral/pb/4325-PB00-R.pdf only mentions uart - not usb-2-uart. so when you mentioned usb-serial - did you mean on some platform it is connected to the host-processor via usb ? and at boot the usb-serial is

[android-porting] Re: drivers for bcm4325 ?

2009-08-26 Thread Jim Huang
2009/8/26 pavan savoy pavan.sa...@gmail.com: It kind of became platform specific, the product brief http://www.broadcom.com/collateral/pb/4325-PB00-R.pdf only mentions uart - not usb-2-uart. hi Pavan, Yes, it is a matter of platform specific. USB is common for several bcm4325 based

[android-porting] unable to open an initial console in OMAP 2420

2009-08-26 Thread Dipta P Banerjee
Hello Friends, I am trying to port android on OMAP 2420 Development Kit. I have built the source and copied the root file system in SDCAR. Now I am using NFS to load the uImage using the coomad: nfs 8000 192.168.19.169:path to the image/uImage It loaded fine and then I started the booting

[android-porting] Is ppp used to set up GPRS connection on G1?

2009-08-26 Thread yagbu
Hi, Normally, PPP is used to set up GPRS connection on mobile. But on G1 the ro.radio.use-ppp seems to be not set. Is ppp used to set up GPRS connection on G1? And I was confused about these code in android: //reference-ril.c static void requestSetupDefaultPDP(void *data, size_t datalen,

[android-porting] i wish to join this group to get help for android x86 porting

2009-08-26 Thread Android-x86
r...@telxsi-desktop:/home/arun/x86# TARGET_PRODUCT=eee_701 TARGET_ARCH=x86 TARGET_BUILD_VARIANT=eng TARGET_BUILD_TYPE=release HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release DISABLE_DEXPREOPT=true make -j2 installer_img ... make: *** No rule to make target `vendor/google/frameworks/maps/

[android-porting] General Porting Information

2009-08-26 Thread Al Gambardella
Hello, I am interested in experimenting with Android. I would like to port Android to some hardware I have but I don't know where to start. Is there any high level information about porting Android to new hardware? I am assuming the following steps (from the 10,000 foot perspective): 1) Setup an

[android-porting] Help on android-port to mini2440

2009-08-26 Thread lite
A newbie question on android-port to mini2440 64: Use this patch: http://blogimg.chinaunix.net/blog/upfile2/090803104419.rar Use compiler -- gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) Compiled successfully: zImage Make a u-boot image: mkimage -A arm -O linux -T kernel -C none -a 0x30008000

[android-porting] Re: General Porting Information

2009-08-26 Thread hari uppalapati
Please refer to http://labs.embinux.org/index.php/Android_Porting_Guide_to_Beagle_Board regards Haritha On Wed, Aug 26, 2009 at 6:21 AM, Al Gambardella agam.em...@gmail.comwrote: Hello, I am interested in experimenting with Android. I would like to port Android to some hardware I have but I

[android-porting] qwerty and numeric keypad

2009-08-26 Thread Shadow .
I am porting Android to a device where I need to support qwerty and numeric keypad on the same device with the same binary. Just to give folks some idea - this use case is also applicable to a slider device which may have numeric keypad on the outside and a qwerty slider keypad. Looking at kcm

[android-porting] Crash in Dialer, Music on non-touchscreen device

2009-08-26 Thread Shadow .
I am porting Android to a new device, on which we do not have a touchscreen driver yet. I see the following errors in framework when starting few apps - like Dialer app - and see a similar crash with Music. Searching through threads - someone suggested its related to resource files not being

[android-porting] Re: Build wpa_supplicant with driver_madwifi

2009-08-26 Thread Yi Sun
Could you tell the devices you are using? On Wed, Aug 26, 2009 at 1:01 AM, zhang kun zhangkun0...@gmail.com wrote: Hi cwhuang, My wifi can't search and connect to the hiden ssid ap,can you tell me how to get the result? Thanks On Thu, Aug 20, 2009 at 1:23 AM, 阿偉

[android-porting] Re: First boot

2009-08-26 Thread vanquisher sinner
Thanks. But what about the bootstrap dex files are they treated differently? On Tue, Aug 25, 2009 at 4:17 PM, Dianne Hackbornhack...@android.com wrote: Development builds aren't pre-dexed, so during the first boot (or any boot where a dex file or any libs it is dependent on have changed) the

[android-porting] Writing raw data on a partition.

2009-08-26 Thread Shashank
Hi, I want to write raw data on a available partition. I can view that partition under /dev/block dir. I am using following command on 'adb shell' and getting error: echo hi | dd of=/dev/block/mtdblock0 /dev/block/mtdblock0: write error: I/O error 0+1 records in 0+0 records out 0 bytes

[android-porting] Re: Writing raw data on a partition.

2009-08-26 Thread David Given
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shashank wrote: [...] I guess I need some special permission inorder to write on the partition. Can someone please point me to a way by which i can do that? I'm afraid that you just can't write to flash devices like that --- they need special

[android-porting] New adb features pushed to master

2009-08-26 Thread Mike Lockwood
FYI - I just pushed our latest adb sources to the master branch in the open source repository. It has some new features that some of you might find interesting: - adb connect host:port can be used to connect to a device over TCP/IP. Previously you had to set the ADBHOST environment variable,

[android-porting] Re: First boot

2009-08-26 Thread Dianne Hackborn
I don't know what you mean about bootstrap dex files. On a production build, there are no dex files in the system image, only optimized dex (odex) files. On Wed, Aug 26, 2009 at 10:56 AM, vanquisher sinner vanquisher.sin...@gmail.com wrote: Thanks. But what about the bootstrap dex files are

[android-porting] Android x86 porting ( www.android-x86.org )

2009-08-26 Thread Pofeng Lee
Android-x86 is a project to port Android open source project to x86 platform, formerly known as patch hosting for android x86 support. The original plan is to host different patches for android x86 support from open source community. A few months after we created the project, we found out that we

[android-porting] Emulator does not show up when using self-build kernel

2009-08-26 Thread 马不停蹄的猪
Hi all, I download the android kernel and build by myself. But when I use emulator to load my kernel, the emulator does not show up. Below are the steps what I do. 1, download android source code of Cupcake. 2, make (build the source code) 3, make sdk (build the sdk) 4, run emulator(generated in

[android-porting] adb cannot connect to a NEW android device

2009-08-26 Thread allstars
hello world i can connect to a G1 before by adb i have added a 50-android.rules in /etc/udev/rules.d now i just got a new Android device , however i found that my adb cannot connect to it i try $lsusb the device has the same vendor ID - 0bb4 but different product ID how can i modify udev

[android-porting] Re: drivers for bcm4325 ?

2009-08-26 Thread pavan savoy
Hi, Yes - my question kind of lost its purpose somewhere in between. All I wanted to know is how the BT FM share the UART ? I have android UI recognize the BT core below - however If I wanted to develop an FM application and use it - I am stuck with trying to turn on BT when I want to use the