[android-porting] Help run google map on android mini2440.

2011-02-21 Thread stalinz
I run android 1.5 on mini2440 but I can not google map. Please help me. Thank. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: Simple boards to port Android

2011-02-21 Thread Tung Dang
Hi, You can use the Friendly ARM which use Samsung ARM9 processor The information and price is here http://www.arm9.net . I think this is the cheapest one. Regards, On Sun, Feb 20, 2011 at 6:38 PM, Amit Mahajan wrote: > > > On Sun, Feb 20, 2011 at 9:10 AM, Hameed wrote: > >> Amit >> >> Are Pa

Re: [android-porting] android music player can't play mp3 format file

2011-02-21 Thread Deva R
>I/DEBUG ( 2626): 40407d1c a8d23ea5 /system/lib/libaudioflinger.so all useful log is already trimmed., point of crash will give quick hint., check which call is crashing using addr2line (more info http://www.omappedia.org/wiki/Android_Debugging#Debugging_segmentation_fault ) On Fri, Feb

[android-porting] Stagefright or OpenCORE for Gingerbread ?

2011-02-21 Thread Girish
Dear team, We are planning for a migration from Froyo to Gingerbread. We have used OpenCORE while we were working with FROYO. Now we are in a state of confusion to actually go ahead with OpenCORE or Stagefright (or combination of both) for Gingerbread migration . Can any one from the team help me

Re: [android-porting] Stagefright or OpenCORE for Gingerbread ?

2011-02-21 Thread Deva R
recommended: enable stagefright on gingerbread., porting opencore to gingerbread is some work (changeset will be like reverting all gingerbread framework chagnes) and not recommended. see http://groups.google.com/group/android-porting/browse_thread/thread/120fb85bbd8297d3 On Mon, Feb 21, 2011 at

[android-porting] Re: Stagefright or OpenCORE for Gingerbread ?

2011-02-21 Thread Girish
Original query is not appearing on groups .. so reposting same for to be answered by others as well. ** Dear team, We are planning for a migration from Froyo to Gingerbread. We have used OpenCORE while we were working with FROYO. Now we are in a state of confusion to actually go ahead with

Re: [android-porting] Re: Stagefright or OpenCORE for Gingerbread ?

2011-02-21 Thread Deva R
it apperas with a delay (like after moderator/approvers approval) give ~15 minutes :) On Mon, Feb 21, 2011 at 5:59 PM, Girish wrote: > Original query is not appearing on groups .. so reposting same for to > be answered by others as well. > ** > > Dear team, > > We are planning for a migration

[android-porting] Android on PB11MPCORE

2011-02-21 Thread Rahul
Hi guys I am a bit new to this so pardon me if this is a naive question. I am trying to boot android on a PB11MPCORE arm board. I have already got the kernel image (zimage) and the system.img and data.img ( for android) built for this board( it a fryo build) . I want to now boot this on my device.

[android-porting] Loading Froyo onto ADP2

2011-02-21 Thread MT
Hi, We have an ADP2 running Android 1.6. We're trying to update this to 2.2. We can build what we beleive is the image for the phone as follows. repo init -u git://android.git.kernel.org/platform/manifest.git -b android-2.2_r1.1 repo sync edit device/htc/sapphire/board-info.txt -require versio

Re: [android-porting] beagleboard porting

2011-02-21 Thread Toan Pham
For those who are having this problem. The kernel because it could not look up cpuid at boot-up. I pulled down TI-omap git dev branch and it solved this issue. good luck, -toan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-port

[android-porting] Building and flashing HTC HERO G2

2011-02-21 Thread boon
I am able to build FROYO and getting system.img. Is it the same system.img which I can flash in HTC HERO G2? If it is not then could you pls let me know the steps to build to Froyo system.img for HTC HERO G2? I have heard some cross compilation is needed for the (.img) files to flash on HTC HERO

[android-porting] pppd hangs after CONNECT response from modem

2011-02-21 Thread tiwari
I have an android tablet and i am trying to connect a CDMA modem to go online using pppd command from terminal emulator, but pppd hangs after "chat script". This same command works on linux box with same config in "chat script". Following is the log of command. ===

[android-porting] Android HAL code debug

2011-02-21 Thread Leon Gao
Hi guys, I want to achieve the Camera HAL (libcamera.so), but the sequence of my method is : step 1: change the code step 2: make to generate the libcamera.so step 3: copy the libcamera.so to my sdcard step 4: insert my sdcard to my board ,and get the log from adb . if any wrong , repeat!! it is

[android-porting] Android on Nokia N95

2011-02-21 Thread ryan bartlett
Hey guys is there currently anyone working on getting android on the n95, I would love it if someone could do it and write a guide of some kind. If not can anyone give me pointers on what would be involved if I did it myself? Thanks RyaN -- unsubscribe: android-porting+unsubscr...@googlegroups

[android-porting] Porting to mips

2011-02-21 Thread sid
Hi all, I am new to porting domain. I am trying to understand how porting of Android to set top box(based on mips) is done. Assuming I have a box, and I want Android to run on it, what should I look at first? I registered at mipsandroid.com and tried to access the sources there. I got hold of the c

[android-porting] USB host issue on i.MX51: cannot recognize USB Mass Storage Device

2011-02-21 Thread Qingwei
I'm facing another problem: when U-Disk inserted, serial port always prompts: host wakeup event happens usb 2-1: new high speed USB device using fsl-ehci and address 6 usb 2-1: device descriptor read/64, error -71 usb 2-1: device descriptor read/64, error -71 usb 2-1: new high speed USB device usi

[android-porting] How to build and flash the images in HTC HERO G2.

2011-02-21 Thread boon
I have urgent issue. Made some changes in Froyo Source Code in Application/Framework area. Want to flash it to HTC HERO G2. Taken the backup of HTC HERO. Created one backup folder which is having 5 images. (1)boot.img (2) cache.img (3) data.img (4)recovery.img (5)system.img Note: I can take recov

[android-porting] MTP support in Stagefright

2011-02-21 Thread Girish
Dear team, Is there any support for MTP (Media transfer protocol) in Stagefright as of now? Regards Girish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting