[android-porting] Problem while running application

2009-06-09 Thread shridhar
Hi All, I am trying to run an hello application on my target device. I have connected my device through TCP using adb and am trying to run the application using eclipse, but I am not able to install the application. Here is my log, the application failure messages are at the bottom of the log, Pl

[android-porting] Re: MX27 Android porting problems

2009-06-09 Thread Yi Sun
It is silly one, try frameworks/base/service/jni. Please save the old file just in case On Tue, 2009-06-09 at 21:28 -0700, shridhar desai wrote: > This seems like a very silly question. > where am I suppossed to put this file > "com_android_server_BatteryService.cpp" in the kernel source and build

[android-porting] Re: MX27 Android porting problems

2009-06-09 Thread shridhar desai
This seems like a very silly question. where am I suppossed to put this file "com_android_server_BatteryService.cpp" in the kernel source and build the image again, or somewhere in the filesystem. kindly please let me know the directory where in I have to put it. Regards, Shridhar On Tue, Jun 9,

[android-porting] Re: The building instruction maybe broken

2009-06-09 Thread Yi Sun
Grain, There are other people had complain and left comment on the wiki page. That is why I sent out the query. Yi On Tue, 2009-06-09 at 20:38 -0700, GrainWang wrote: > HI YiSun: > I think that it's google's obscure statements make the building > process painful. such as in the website http:/

[android-porting] Re: The building instruction maybe broken

2009-06-09 Thread GrainWang
HI YiSun: I think that it's google's obscure statements make the building process painful. such as in the website http://source.android.com/download, there is a statement There's no reason why Android cannot be built on non-Ubuntu systems. Please send any success or failure reports to andro

回复: [android-porting] Re: Is there a ny doc exist for porting android 1.5 into x86c

2009-06-09 Thread 王立传
HI YiSun: Sorry to bother you. I'm GrainWang.I failed to print out the booting process message though checking the VirtualBox docs. So I can't tell whethor it's caused by intel915 or vesa. I'm now tring to rebuild the kernel to enable vesa and disable the i915. But you know, I'm a fresh gu

[android-porting] The building instruction maybe broken

2009-06-09 Thread Yi Sun
All, I'm seeing people complain about the building instructions in the wiki page of the http://code.google.com/p/patch-hosting-for-android-x86-support/ does not give a correct build. Has anyone see the issue? Could anyone tell me what the problem is? Yi --~--~-~--~~~

[android-porting] Re: android on x86 on a 800x600 screen

2009-06-09 Thread Yi Sun
Please look into the wiki pages in http://code.google.com/p/patch-hosting-for-android-x86-support/ for detail On Tue, 2009-06-09 at 22:45 -0400, Michael Yin wrote: > What do I need to do to this? > Add '-video=vesafb' to the kernel line in grub? > > Yi Sun wrote: > > use vesa fb > > On Tue, 2009-

[android-porting] Re: android on x86 on a 800x600 screen

2009-06-09 Thread Michael Yin
What do I need to do to this? Add '-video=vesafb' to the kernel line in grub? Yi Sun wrote: > use vesa fb > On Tue, 2009-06-09 at 19:20 -0400, Michael Yin wrote: > >> I'm trying to install android on an IBM 4838-132 anyplace kiosk. >> The model I according to ubuntu contains an Intel 82852/855

[android-porting] how to use pmem?

2009-06-09 Thread neilnguyen_2...@yahoo.com
Dear all: Our DMA hardware requires the use of physical contiguous memory. I look around in Android source, I come across pmem feature. It is somewhat what I needed. Can someone please tell me how to use it? Neil --~--~-~--~~~---~--~~ unsubscribe: android-porti

[android-porting] Re: android on x86 on a 800x600 screen

2009-06-09 Thread Yi Sun
use vesa fb On Tue, 2009-06-09 at 19:20 -0400, Michael Yin wrote: > I'm trying to install android on an IBM 4838-132 anyplace kiosk. > The model I according to ubuntu contains an Intel 82852/855GM integrated > graphics on a 12" 800x600 screen. > > When I try to boot up android on it, I can see l

[android-porting] Re: HW acceleration of OpenGL on Android x86

2009-06-09 Thread Chia-I Wu
On Tue, Jun 09, 2009 at 10:11:27PM +0800, liuhy wrote: > can your branch run on vmware? or only on eeepc ? I don't think it runs on vmware. It should work on any machine with graphcis chipsets supported by i915 (which covers a wide range of intel's graphics chipsets). But it is only verified on

[android-porting] android on x86 on a 800x600 screen

2009-06-09 Thread Michael Yin
I'm trying to install android on an IBM 4838-132 anyplace kiosk. The model I according to ubuntu contains an Intel 82852/855GM integrated graphics on a 12" 800x600 screen. When I try to boot up android on it, I can see log output and see ANDROID scroll by before i think it tries to start up gra

[android-porting] Re: MX27 Android porting problems

2009-06-09 Thread Neil Nguyen
You are right, it is a copy we use. Sorry, it is patched already. I hope it will work for you. Neil --- On Tue, 6/9/09, Elvis Dowson wrote: > From: Elvis Dowson > Subject: [android-porting] Re: MX27 Android porting problems > To: android-porting@googlegroups.com > Date: Tuesday, June 9, 2009

[android-porting] Re: compilation for armv7

2009-06-09 Thread fadden
On Jun 9, 9:59 am, Manish Sharma wrote: > make: *** No rule to make target `dalvik/vm/mterp/out/InterpAsm-armv7.S', > needed by > `out/target/product/generic/obj/SHARED_LIBRARIES/libdvm_intermediates/mterp/out/InterpAsm-armv7.o'. > Stop. There is no armv7-specific implementation of mterp. You c

[android-porting] Re: MX27 Android porting problems

2009-06-09 Thread Elvis Dowson
Hi Shridhar, That is a full source file, if you want a patch, here it is for the android-1.5r2 release. Best regards, Elvis diff --git a/services/jni/com_android_server_BatteryService.cpp b/services/jni/com_android_server_BatteryService.cpp index 6636a97..748f514 100644 --- a

[android-porting] Re: Whats the purpos of recovery.img??

2009-06-09 Thread Balwinder Kaur (T-Mobile)
If you look up the link that I included in my previous reply, it explains all this in detail. However, here is my understanding of how it works. Again referring back to the HTC site, There two alternative methods that you use to flash your device with a factory Android system image: 1. Flashin

[android-porting] Re: Whats the purpos of recovery.img??

2009-06-09 Thread Shashank
Thanks for quick reply. But how is it different from flashing boot.img and system.img to recover? On Jun 9, 10:55 am, "Balwinder Kaur (T-Mobile)" wrote: > Fromhttp://www.htc.com/www/support/android/adp.html#s3 > > A recovery image - contains files used for rebuilding/updating the > system. > >

[android-porting] Re: Whats the purpos of recovery.img??

2009-06-09 Thread Balwinder Kaur (T-Mobile)
>From http://www.htc.com/www/support/android/adp.html#s3 A recovery image - contains files used for rebuilding/updating the system. Hope this helps, Balwinder Kaur Open Source Development Center ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the aut

[android-porting] Whats the purpos of recovery.img??

2009-06-09 Thread Shashank
Hi Whats the purpose of recovery.img? --Shashank --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: MX27 Android porting problems

2009-06-09 Thread shridhar desai
Hi Neil, Thanks for the file. Am I supposed to apply this patch just like any other patch, because it does'nt seem to be like a .patch file. Regards, Shridhar On Tue, Jun 9, 2009 at 10:15 AM, Neil Nguyen wrote: > Here is the battery patches.  The reason of the patch is because we do not > have

[android-porting] Re: MX27 Android porting problems

2009-06-09 Thread Neil Nguyen
Here is the battery patches. The reason of the patch is because we do not have a real charger. The battery level reported is always low. The Battery controller shuts down the phone. I hope it helps. Neil --- On Mon, 6/8/09, shridhar desai wrote: > From: shridhar desai > Subject: [android-

[android-porting] Re: compilation for armv7

2009-06-09 Thread Manish Sharma
HI All, I have taken the latest code from the git and made the changes mentioned in the following link to compile for armv7. Now Iam getting different error. Please let me know if anyone has already fixed this issue. Regards, MS LOG: target Strip: libsgl (out/target/product/generic/obj/lib/li

[android-porting] Unable to open connection to supplicant on "eth0"

2009-06-09 Thread zhangkun
Hi : I am porting my wifi device to Android platfrom,.My wifi driver load is working ,and wpa_supplicant service is start sucessful,but when connect supplicant to eth0,it shows "Unable to open connection to supplicant on "eth0" : No Such file or directory". What's happend? please help m

[android-porting] page flip can't improve display performance

2009-06-09 Thread jschen
Hi All, In order to enhance the performance of display, I try to add page flip support to display driver to reduce the memory copy time from back buffer to front buffer. According to the log, I found that the system can do actual flip but the performance doesn't get better. Any suggestion to this

[android-porting] Building android for the HTC Magic/Sapphire

2009-06-09 Thread nanocell
Hi, Does anyone know how to go about compiling Android for HTC Magic/ Sapphire devices? I have only managed to find instructions on building Android for the HTC Dream...or does the same process apply for the Magic? Just for the sake of experimentation I followed the HTC Dream building instructio

[android-porting] page flip can't improve display performance

2009-06-09 Thread jschen
Hi All, In order to enhance the performance of display, I try to add page flip support to display driver to reduce the memory copy time from back buffer to front buffer According to the log, I found that the system can do actual flip but the performance doesn't get better. Any suggestion to this

[android-porting] where exactly the resize algorithm implementation inside surface flinger is performed for the use case of video playback

2009-06-09 Thread sreedhar b
Hi, With regards to the below discussion: http://groups.google.com/group/android-porting/browse_thread/thread/e2259c8b19e5702e Anybody has the idea as where exactly the resize algorithm implementation inside surface flinger is performed for the use case of video playback ? Regards, Sreedhar --

[android-porting] Re: Contribute SuperH code to Android

2009-06-09 Thread ja...@work
Hi All! I'm also thinking about porting Android on an SH arch. Could you please submit a link to the patch or to some more infos about the steps to do it? Thanks in advance JMZ On 25 Mag, 19:52, PP wrote: > Hi, > > I am newbie to Android. I am trying to port android on MigoR > (CPU:SH7722). W

[android-porting] Re: What copybit does and where image conversion from YUV to RGB is implemented?

2009-06-09 Thread cemil
Makes sense... Excuse my poor english, does the following comment mean copybit backend for SF be released as part of Donut or is this a post-Donut feature? "HOWEVER, on the release after Donut, the copybit module won't be used by SurfaceFlinger directly instead it will be used as a back-end for

[android-porting] Re: How the video display size making use of resize and rotation is set under Android

2009-06-09 Thread sreedhar b
Hi Harish, Similar to your use case: My display size ( i mean display panel size) is 800x480. I tried to play 176x144 mp4 stream. And i kept android layoutwidth=352 and android layoutheight= 288 in movieview.xml In my case the result is that the surface now set to 352X288 at the center, i am s

[android-porting] Re: HW acceleration of OpenGL on Android x86

2009-06-09 Thread liuhy
can your branch run on vmware? or only on eeepc ? 3x 2009/6/9 liuhy > a good news. > 3x > > > > 2009/6/9 Chia-I Wu > > >> Hi all, >> >> We (0xlab.org) have successfully accelerated opengl on android x86 using >> mesa i915 dri driver. The work is more a proof-of-concept, but it does >> show tha

[android-porting] Re: HW acceleration of OpenGL on Android x86

2009-06-09 Thread liuhy
a good news. 3x 2009/6/9 Chia-I Wu > > Hi all, > > We (0xlab.org) have successfully accelerated opengl on android x86 using > mesa i915 dri driver. The work is more a proof-of-concept, but it does > show that it is possible to re-use the hard work of mesa/intel guys in > android. For more de

[android-porting] HW acceleration of OpenGL on Android x86

2009-06-09 Thread Chia-I Wu
Hi all, We (0xlab.org) have successfully accelerated opengl on android x86 using mesa i915 dri driver. The work is more a proof-of-concept, but it does show that it is possible to re-use the hard work of mesa/intel guys in android. For more details and the source code, please visist the project

[android-porting] wifi/wpa_supplicant

2009-06-09 Thread borhe
Hi! I am porting android to ARM platform and have problems with enable/ disable wifi. Wifi is working but when i disable it wpa_supplicant process is not being killed, and thus after i re enable wifi another instance of wpa_supplicant is being created and no connection can be established. Dhcpcd

[android-porting] Re: creating custom system.img

2009-06-09 Thread pavan savoy
I tried booting my system.img created using, mkyaffs2image system/ system.img convert didn't work out, any ideas why ? Gave errors such as /system/bin/sh couldn't find ? Also, could it be a problem with ramdisk.img ? because I got the same error with an surely working system.img when init.rc in

[android-porting] Re: creating custom system.img

2009-06-09 Thread vishal bhoj
unyaffs -> available online mkyaffs2image found at out/host/linux-x86/bin/mkyaffs2image On Tue, Jun 9, 2009 at 12:21 PM, pavan savoy wrote: > Hi, > > How do I break an created system.img to /system directory, put in files > which I want to, and re-create system.img ? > > > -- > --Pavan Savoy >