Re: [android-porting] issue - help needed

2010-01-07 Thread linux newbie
Hi, thanks for your reply. m not using omap, but pxa...anyway let me try that tomorrow once again thankyou very much. On Thu, Jan 7, 2010 at 5:10 PM, pavani pavani wrote: > Hi, >just enable device drivers->power class support. > It is the problem related with page flipping , so in > dr

[android-porting] Re: Can't play any video on android 2.0 (AOSP)

2010-01-07 Thread pajoke
Hi Chih-Wei : I had apply the code, and I can play video now, thank you! In addition, the solution is the commit "make camera preview ok and make the codes better" by Wallace Wang. http://git.android-x86.org/?p=platform/frameworks/base.git;a=summary On 1月7日, 上午11时13分, Chih-Wei wrote: > Ok, the

[android-porting] Re: Android Eclair -- hangs after gralloc/mapFrameBufferLocked

2010-01-07 Thread jack
Hello, I had this problem before. I fixed it by implementing the double buffering for frame buffer. The details of double buffering implementation can be found at http://www.yuan.se/?p=7 Regards, Jack On 2009年11月18日, 下午11時05分, Alexey Roslyakov wrote: >   Hello, > I managed to compileEclairfor m

[android-porting] Re: Can't play any video on android 2.0 (AOSP)

2010-01-07 Thread uday kiran
Hi Chih-Wei, Im also facing the same problem with the Video Playback.. but i dont have an idea how to patch the existing android with the patch u have submitted and where it is available. --Any help greatly appreciated On Jan 7, 8:13 am, Chih-Wei wrote: > Ok, the fix is pushed into our git serv

[android-porting] Re: Can't play any video on android 2.0 (AOSP)

2010-01-07 Thread uday kiran
Hi Pajoke, >From where u got the patch and how to patch the existing android source code?? Any help greatly appreciated On Jan 7, 2:03 pm, pajoke wrote: > Hi Chih-Wei : > > I had apply the code, and I canplayvideonow, thank you! > > In addition, the solution is the commit "make camera preview o

[android-porting] Reduce the Boot up time

2010-01-07 Thread Nilly
HI All, I want to reduce the boot up time of android. I have tried removing some stuff such as not required .apk from the / system/apps folder. from init.rc file some services which is not required. my kernel uncompressing is taking 11 sec almost.how can reduce that.one thing is that i can remove

[android-porting] Reference Board for Android Porting

2010-01-07 Thread Apoorv
Hi, I am a newbie in the world of Android. I want to learn Android Porting. In order to do that I am looking for a reference board with which I can get started. Please let me know which is the best reference board for learning Android Porting. Thanking you. Best Regards, Apoorv -- unsubscribe: an

[android-porting] The Android display on beagleboard doesn't show

2010-01-07 Thread Michael Wu
Hello, everybody. I installed the android and linux kernel which Beagle Board released in my OMAP3530 device, I have modified the omap3_android_beagle_defconfig to enter the kernel on my device, The clock is correct, and so do the xres and yres. omapfb: Pixclock 72000 kHz hfreq 43.3 kHz vfreq 58

[android-porting] Target suggestion to port Android

2010-01-07 Thread Ashish
Hi all, We have an activity to demonstrate porting of Android on any feasible target. I am very much confused in selecting any reasonable target in terms of cost and complexity. Any good suggestions? Ashish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.goog

[android-porting] The Android display on beagleboard doesn't show

2010-01-07 Thread Michael Wu
Hello, everybody. I installed the android and linux kernel which Beagle Board released in my OMAP3530 device, I have modified the omap3_android_beagle_defconfig to enter the kernel on my device, The clock is correct, and so do the xres and yres. omapfb: Pixclock 72000 kHz hfreq 43.3 kHz vfreq 58

[android-porting] Re: Can't play any video on android 2.0 (AOSP)

2010-01-07 Thread 焱 常
hello, are you only change frameworks/base/libs/surfaceflinger/ LayerBuffer.cpp file. i applay you code. but still can't play video. after E/gralloct( 1040): [unregister] e handle 0x34c7c0 still locked (state=4001) E/gralloc( 1040): invalid gralloc handle (at 0x0) then all service died. On 1

Re: [android-porting] Reference Board for Android Porting

2010-01-07 Thread Michael Trimarchi
Hi, Apoorv wrote: Hi, I am a newbie in the world of Android. I want to learn Android Porting. In order to do that I am looking for a reference board with which I can get started. Please let me know which is the best reference board for learning Android Porting. I'm working in my spare time in

[android-porting] mini2440 Kernel Panic

2010-01-07 Thread Daniel Moore
Hello All, Below is a boot log from my attempts to boot Android on the mini2440 FriendlyArm platform[1][2]. If you could be so kind as to assist me with resolving this error please let me know. # FriendlyARM BIOS 2.0 for 2440 # [x] format NAND FLASH for Linux [v] Download vivi [k] Downlo

Re: [android-porting] Re: Can't play any video on android 2.0 (AOSP)

2010-01-07 Thread Yi Sun
send question to android-x86 discussion group for quicker answers, I'm not sure if the patch authors (Swan or Wallace) are on this list or not. On Thu, Jan 7, 2010 at 4:42 AM, 焱 常 wrote: > hello, > > are you only change frameworks/base/libs/surfaceflinger/ > LayerBuffer.cpp file. > i applay you

Re: [android-porting] Reduce the Boot up time

2010-01-07 Thread Tim Bird
Nilly wrote: > HI All, > > I want to reduce the boot up time of android. > I have tried removing some stuff such as not required .apk from the / > system/apps folder. > from init.rc file some services which is not required. > > my kernel uncompressing is taking 11 sec almost.how can reduce > that

[android-porting] Re: mini2440 Kernel Panic

2010-01-07 Thread Daniel Moore
Hello Again, I was able to boot to shell using init=/bin/sh and manually run the linuxrc script. I get the following output: / # ./linuxrc open file errer! Illegal instruction ifconfig: SIOCSIFHWADDR: Device or resource busy route: SIOCADDRT: File exists log_init reading config file [ on init ]

Re: [android-porting] Re: mini2440 Kernel Panic

2010-01-07 Thread Michael Trimarchi
Hi, why you don't use the android on freerunner project as a good start point? Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: mini2440 Kernel Panic

2010-01-07 Thread Daniel Moore
Michael, I actually am using it and the android release for the mini2440 as a starting point. I had android booting for a week or so but now I getting these errors. Thanks, Dan Moore On Thu, Jan 7, 2010 at 2:50 PM, Michael Trimarchi < trimar...@gandalf.sssup.it> wrote: > Hi, > > why you don't

[android-porting] Re: Announcement: [New project] Build and run only Dalvik

2010-01-07 Thread Martin Luessi
Hi, Can someone please clarify the exact purpose of this project, i.e., the purpose of a standalone dalvik wm, to me. Will the standalone wm only be able to run applications which do not depend on any external android libraries (e.g. window manager, sqlite, media framework) or is the goal to creat

[android-porting] Porting Eclair/Master to ADP2

2010-01-07 Thread vkat
Hi, I was able to build the latest master branch (I am assuming Eclair) and get it working on ADP2. However I am having trouble getting the bluetooth chip working. I am tryin to develop bluetooth app on ADP2 using Android 2.0. When I manually run "/system/bin/hciattach -n -s 115200 /dev/ttyHS0 tex

[android-porting] Re: Port x86 program to Android met error

2010-01-07 Thread enh
fix submitted. thanks for the bug report! --elliott On Dec 14 2009, 4:27 pm, enh wrote: > this is a bug in our C library. for now, you'll have to assume > success. i'll knock up a patch so we get this fixed... > >  --elliott > > On Dec 12, 1:16 am, mundou wrote: > > > Hi, all! > > > I'm recent

[android-porting] pxafb

2010-01-07 Thread linux newbie
Hi, Our target is based on PXA255 and in order to support Android, I modified the pxafb.c. System is working fine when I booted it with our filesystem. but with Android root fs, it gives following error *Error mapping the framebuffer (No such device or address) *E/FramebufferNativeWindow( 3761):

Re: [android-porting] The Android display on beagleboard doesn't show

2010-01-07 Thread Mark Wang
there should something wrong on your fb driver. below is the information from your log: omapfb: configured for panel omap3evm omapfb: DISPC version 3.0 initialized FUCKYOU!!! FUCKYOU!!! FUCKYOU!!! Console: switching to colour f

[android-porting] Re: pxafb

2010-01-07 Thread Android Zaurus
Hi, I've not seen such an error message so far. Here's my patch. http://androidzaurus.seesaa.net/article/105551643.html Written way ago though, it still woks fine for me. Cheers, On 1月8日, 午前10:19, linux newbie wrote: > Hi, > > Our target is based on PXA255 and in order to support Android, I mo

Re: [android-porting] The Android display on beagleboard doesn't show

2010-01-07 Thread Michael Wu
Mark, thank your response very much! omapfb: Pixclock 72000 kHz hfreq 43.3 kHz vfreq 58.1 Hz About this line: I have checked, and all values are correct to our device. omapfb: configured for panel omap3evm About this line: I connect my device to a LCD rather than DVI, so I use the lcd_omap3evm.o

Re: [android-porting] Re: pxafb

2010-01-07 Thread linux newbie
Thanks Very much. previously I modified pxafb based on 2.6.23 and now with your suggestion, I got the display properly. Once again Thanking You very much. On Fri, Jan 8, 2010 at 12:43 PM, Android Zaurus wrote: > Hi, > > I've not seen such an error message so far. Here's my patch. > http://andro

[android-porting] Error "- exec '/system/bin/sh' failed: No such file or directory (2) -"

2010-01-07 Thread sureone
We are porting android in a new board based on Qualcomm 7K chipset. Now the init task is startup. and a android usb is dectected in PC. But when I type "adb shell" in XP console, it shows below error , any clue? adb shell - exec '/system/bin/sh' failed: No such file or directory (2) - Thanks,

[android-porting] Info Needed

2010-01-07 Thread linux newbie
Hi, Finally I managed to boot Android on my target. We dont have Touch screen, our keyboard Alphabet Keys are recognised but not up/down Arrow keys. Can anyone please let me know, how to map it?? Thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.c

Re: [android-porting] Re: Announcement: [New project] Build and run only Dalvik

2010-01-07 Thread Avtar Singh
Hi Martin, The purpose is to isolate Dalvik and its dependencies from rest of the Android stack. It is for those times when you have a look at the entire Android stack and have a thought like: "Hmm. I would like to know only Dalvik code and its dependencies and am really not interested in the ent

[android-porting] Gstreamer on Android error

2010-01-07 Thread Leo Liang
Hi, i'm trying Gstreamer on Beagleboard with Android, and i've tried Rowboat's porting as well as the embinux's one, but none of them support audio playback, did anyone ever succed to play mp3 or other audio on Android using Gstreamer? please give me some idea, and this is the error whe