[android-porting] Re: Porting Android to AT91SAM9261 (ATMEL)

2009-07-10 Thread s909...@gmail.com
Hello everyone, I have received the response from Lee, one of the export in Android porting. Thanks Lee's suggestions. I post his response in here, and wish to help your porting job. Lee said~ In my opinion, your problem is LCD flickering.(framebuffer driver) Your android system is not died. It j

[android-porting] Re: How to fix "Failed to connect to VOLD"

2009-07-10 Thread Harishkumar V
Hi, Try this link https://gforge.ti.com/gf/project/omapandroid/mailman/?_forum_action=F.... Even i also faced similar problem, then changed kernel configuration

[android-porting] Re: how to config android route gateway ?

2009-07-10 Thread Harishkumar V
Hi, Try this, setprop net.dns1 U also require direct internet connection, (ie) no blocking or firewall to connect to internet world. Thanks and Regards, HarishKumar.V On Wed, Jul 8, 2009 at 6:56 AM, gongfen wrote: > > #!/system/bin/sh > > ifconfig eth0 192.168.3.199 netmask 255.255.255.0 up

[android-porting] Re: RIL GPRS data channel

2009-07-10 Thread cindy_king_1024
Hi, This (CU-GSM) is the network that connect to my sim card,there two type in my country,just as : at+cops=? +COPS: (2,"CU-GSM","","46001"),(3,"CMCC","","46000") Now ,I dial the number ,there is no respond just output this information: Can you give me some advice: 1.When dial why it come with

[android-porting] Re: Calling System.exit(0) causes Dalvik crash

2009-07-10 Thread Mercury
Hi fadden, I'll try to check some things that you advised to find out the issue. I'll update if I found some things. Thank you for your kind help. Sincerely, BR On Jul 10, 4:37 am, fadden wrote: > On Jul 8, 6:06 pm, Mercury wrote: > > > > > I am trying to run my small sample app. It only cal

[android-porting] Re: android on X86 will not boot after June 22nd

2009-07-10 Thread Chen Yang
how about moving the computation of refOffsets to dvmLinkClass, after the precacheReferenceOffsets is done? I have made one improvement for current code which avoid one problem on x86, and I have passed verification in kvm. diff --git a/vm/oo/Class.c b/vm/oo/Class.c index 3b11724..85fa5a3 100644 -

[android-porting] Re: android on X86 will not boot after June 22nd

2009-07-10 Thread Barry Hayes
I have submitted a new version of this code: https://review.source.android.com/#change,10635 Please feel free to review and comment. Thanks all for your patience, sorry about introducing a defect in the first place. On Fri, Jul 10, 2009 at 5:22 AM, Chen Yang wrote: > how about moving the computa

[android-porting] Re: PMEM cache flush operation

2009-07-10 Thread Neil Nguyen
Hi Andy, Maybe you already knew. In the pmem driver (kernel version of DREAM, file mach-msm/board-trout.c), there are 2 instances of pmem. One of them is called "pmem", and another is called "pmem_adsp". I believe that "pmem_adsp" is none-cache. So go up to the pmem driver, I guess that "d

[android-porting] location of wifi firmware files

2009-07-10 Thread Elvis Dowson
Hi, I'm making some progress with the ralink rt73usb wifi driver. I just need a bit of help with getting the wifi firmware files to get loaded correctly. On the standard linux console, the rt73.bin firmware file is located under /lib/firmware. For the android boot, I have copied the firmwa

[android-porting] Re: How to fix "Failed to connect to VOLD"

2009-07-10 Thread Elvis Dowson
Hi, For a TI OMAP 3503 target, here is a suggested setting for vold.conf. This works for the gumstix overo TI OMAP 3503 platform, with 2 partitions on the mmc card. ## vold configuration file for the Gumstix Overo TI OMAP 35xx platform. volume_sdcard { ## This is the direct uevent device

[android-porting] Re: Use Android UI to let Wifi scan AP fail?

2009-07-10 Thread Elvis Dowson
Hi, Can you tell me the location of the wifi firmware file? Elvis On Thu, Apr 23, 2009 at 6:14 PM, stater wrote: > > Hi All, > > Now I could load driver and download firmware sccuessful when I use > Android GUI . > But, after that I could not scan AP. > > --~--~-~--~~-

[android-porting] Re: Help getting Ralink WiFi module to start

2009-07-10 Thread Elvis Dowson
Hi, Those versions do not compile for an ARM target. Do you have one that works for an ARM target, that works with the OpenEmbedded build system? Elvis --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google

[android-porting] ads7846 touchscreen issue!

2009-07-10 Thread Krishna Mohan
Hi, I have a ads7846 touchscreen connected to a ARM through spi interface. The issue which i am facing is the touch is not detected properly. whenever i touch the TS, the top bar slides down and then remains down as long as TS is kept touched and when not touched it goes back to normal. This is

[android-porting] Not able to play mp3 on Zoom II

2009-07-10 Thread priya
Hi, I have built my kernel using omap3430_ZoomII_config config file. After starting android, i'm not able to run any mp3, mp4, 3gp format on ZoomII board. I can open audio/video application but it is showing below message. Giving me a message on the screen (ZOOM1/emulator)---> Activity Mu

[android-porting] Re: V4L2 Camera interface

2009-07-10 Thread Alexguitar
Hi Harishkumar, I'm Alex. I tried Androidphan'patch(v4l2_camera_v2.patch) and your Android.mk to compile. I got a lot of error. frameworks/base/camera/libcameraservice/V4L2Camera.cpp:24:27: error: linux/jpeglib.h: No such file or directory frameworks/base/camera/libcameraservice/CameraHardware.h

[android-porting] about sd card

2009-07-10 Thread xujh
I have ported Android1.5 to freescale MX27 board.Everything works well except sd card . It looks like Android can't recognize it. I tried to mount sd card manually but it seems that /system/bin/mount doesn't work . Can anyone give me some advices? Thanks! --~--~-~--~~~---

[android-porting] my SD card can't work

2009-07-10 Thread xujh
hi,i have ported Android1.5 to freescale MX27 board. Everything work well except sd card.It looks like Android can't recognise it. I tried to mount it manually but /system/bin/mount didn't work. Can anyone give some advices? Thanks! --~--~-~--~~~---~--~~ unsubsc

[android-porting] Android porting onto Zoom II

2009-07-10 Thread priya
Hi, I am involved in porting android onto Omap 3430 ZoomII. I would like to add myself to this group. priya --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~

[android-porting] sdcard not detected in Android 1.0

2009-07-10 Thread anjula
Hi, I tried flashing all the images in android 1.0 with opencore 2.0 (mastercore) on G1 device(htc dream) with sdcard but the sdcard is not detected with my music application. I tried the same with the android 1.5 with opencore 1.0 (cupcake) on G1 device, the sdcard is detected with no issue.Ca

[android-porting] unsubscribe

2009-07-10 Thread George Oldone
_ Windows Live™: Keep your life in sync. http://windowslive.com/explore?ocid=TXT_TAGLM_WL_BR_life_in_synch_062009 --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com websi

[android-porting] Unable to read camera input buffer

2009-07-10 Thread Yogi
Hi, I am trying to create PVMediaRecorder from my application which includes JAVA as well as JNI layer. I am able to create video surface in Java and also able to pass that to native code through JNI. Hence camera preview is working and audio transfer is also happening continuously. But when open

[android-porting] Re: V4L2 Camera interface

2009-07-10 Thread Yi Sun
get rid of inux/ use On Fri, Jul 10, 2009 at 2:08 AM, Alexguitar wrote: > > Hi Harishkumar, > > I'm Alex. > I tried Androidphan'patch(v4l2_camera_v2.patch) and your Android.mk to > compile. > I got a lot of error. > > frameworks/base/camera/libcameraservice/V4L2Camera.cpp:24:27: error: > linux/j

[android-porting] Re: V4L2 Camera interface

2009-07-10 Thread Yi Sun
BTW-- you should take the latest patch from his site. Yi 2009/7/10 Yi Sun > > get rid of inux/ use > > On Fri, Jul 10, 2009 at 2:08 AM, Alexguitar wrote: > >> >> Hi Harishkumar, >> >> I'm Alex. >> I tried Androidphan'patch(v4l2_camera_v2.patch) and your Android.mk to >> compile. >> I got a lot

[android-porting] Re: Help getting Ralink WiFi module to start

2009-07-10 Thread 阿虚
just build them with arm-linux-gcc ,it works well. 2009/7/11 Elvis Dowson : > Hi, >      Those versions do not compile for an ARM target. Do you have one that > works for an ARM target, that works with the OpenEmbedded build system? > Elvis > > > --~--~-~--~~~---~--~-