Re: [android-porting] UVC camera YUYV pixel format support in android applications

2012-05-03 Thread Vishal Bhoj
Hi Nikko, The color conversion needs to be done before passing the frames through the callback(CAMERA_MSG_PREVIEW_FRAME) as the yuv420sp is the default color format supported by android application while accessing preview frames from application layer. Have a look at lines from 209-215 in http:/

[android-porting] 4.0.3 build with graphics for panda

2011-12-22 Thread Vishal Bhoj
All, Linaro is pleased to inform that we have 4.0.3 panda build up and running with the latest graphics binaries. we started with the aosp release and we faced the same as others were also facing.with respect to graphics binaries.After picking few patches for dsscomp on top of AOSP kernel/omap "

[android-porting] Runing ICS with sofware OpenGL

2011-11-30 Thread Vishal Bhoj
Hello Everyone, Here is a writeup on how to get ICS running with software OpenGL. https://wiki.linaro.org/Platform/Android/ICSwithSoftwareGL based on this change we have ICS running on Software OpenGL for the targets below: snowball: https://android-build.linaro.org/builds/~linaro-android/stagi

Re: [android-porting] Re: Android hangs on execution init from initramfs with "Kernel panic - not syncing: Attempted to kill init!"

2010-03-31 Thread vishal bhoj
I am trying to boot android with 2.6.32 kernel.My system is crashing at the same place. My crash log_ [ 31.218688] WARNING: at kernel/workqueue.c:485 flush_cpu_workqueue+0x30/0xb0() [ 31.225982] Modules linked in: [ 31.229125] [] (unwind_backtrace+0x0/0xdc) from [] (warn_slowpath_common+0x4

Re: [android-porting] Re: "Failed to load wifi driver" from application

2010-02-01 Thread vishal bhoj
check dmesg to c if the device driver is loaded.which adapter r u trying ? On Mon, Feb 1, 2010 at 2:51 PM, Ask wrote: > Hi Vishal, > > Thanks a lot for your reply. > > I had modified the init.rc file according to your suggestion but > result remains as it is. > > > Have a look at the > > hardwa

Re: [android-porting] "Failed to load wifi driver" from application

2010-01-31 Thread vishal bhoj
Have a look at the hardware/libhardware_legacy/wifi/wifi.c . If ur wifi driver is built as part of the kernel please set these property initrc setprop wifi.interface "wlan0" setprop wlan.driver.status "ok" setprop init.svc.wpa_supplicant "running" On Fri, Jan 29, 2010 at 6:54 PM, Ask wrote:

[android-porting] how to configure asound.conf for usb mic

2009-12-22 Thread vishal bhoj
Since there is a fault on my beagleboard I am unable to capture from the onboard mic in. I am trying to use a usb camera on android.video capture is working.I want to use the uac input as mic on android. I am able to record from the usb mic by using alsa_arecord . I am trying to configure asoun

[android-porting] Re: simultaneous video playback and camera record

2009-12-22 Thread vishal bhoj
*Sorry Folks Its working fine. It works fine . The problem was in the application Implementation .* On Tue, Dec 22, 2009 at 6:32 PM, vishal bhoj wrote: > these are the xecution logs > when I start the playback. > > > ideoMIO( 1021): processWriteResponseQueue: queued = 2, numF

[android-porting] Re: simultaneous video playback and camera record

2009-12-22 Thread vishal bhoj
, numFramesToHold = 1 E/VideoMIO( 1021): processWriteResponseQueue: queued = 2, numFramesToHold = 1 E/VideoMIO( 1021): processWriteResponseQueue: queued = 2, num On Tue, Dec 22, 2009 at 6:21 PM, vishal bhoj wrote: > I am using donut + opencore 2.02 > > > On Tue, Dec 22, 2009 at 6:20 PM, vishal

[android-porting] Re: simultaneous video playback and camera record

2009-12-22 Thread vishal bhoj
I am using donut + opencore 2.02 On Tue, Dec 22, 2009 at 6:20 PM, vishal bhoj wrote: > > I see that when I have video playback and recording object , > as soon as I start my video playback the recording gets stopped.Someone is > calling a writecomplete on the camera input. >

[android-porting] Fwd: simultaneous video playback and camera record

2009-12-22 Thread vishal bhoj
): stopRecording (pid 1021) D/CameraService( 1021): stopRecording(), hardware stopped OK E/CameraInput( 1021): ReleaseQueuedFrames E/CameraInput( 1021): DoRequestCompleted E/AuthorDriver( 1021): HandleInformationalEvent(2049) -- Forwarded message -- From: vishal bhoj Date: Tue, Dec

[android-porting] simultaneous video playback and camera record

2009-12-22 Thread vishal bhoj
Hi, I created an application with videoview and mediarecorder from camera on omap3 platform. The hardware codecs work fine for seperate video playback and recording. Is there any restriction inside opencore causing a blocking when I try to run both simultaneously . Through command prompt the same

Re: [android-porting] Re: Gallery: "Low Memory: No more background processes."

2009-12-14 Thread vishal bhoj
Thank you abukustfan, I had also missed the same patch.Now it is working for me. On Mon, Dec 14, 2009 at 1:57 PM, abukustfan wrote: > hi, > > Android cannot set oom_adj as > I miss android patches in my kernel (fs/proc/base.c). > > > On Dec 14, 1:47 pm, vishal b

Re: [android-porting] Re: Gallery: "Low Memory: No more background processes."

2009-12-13 Thread vishal bhoj
Hello, Even I am facing the same problem.My gallery application crashes when I open any of the folders.I am running it on an omap beagleboard with 2.6.29 kernel and 256 MB ram. Abukustfan, Did u find any reason why it is happening ? How can I verify if the device actually went into a low memor

Re: [android-porting] Keyboard-less device support

2009-11-10 Thread vishal bhoj
Hello Yi, I tried your patch ,Its cool. Have you tried adding buttons on the status bar ,instead of gestures? Regards, Vishal On Tue, Nov 10, 2009 at 1:40 PM, Yi Sun wrote: > You can get it from here > > http://git.android-x86.org/?p=platform/frameworks/base.git;a=commitdiff;h=4d16aee0f72a9b

Re: [android-porting] Increasing the size of status bar

2009-11-09 Thread vishal bhoj
s_bar_height in dimens.xml: > > > 25dip > > On Mon, Nov 9, 2009 at 6:36 AM, vishal bhoj wrote: > >> Hello Everyone, >> >> >> I am trying to customize the status bar for a device with a large >> screen.I want to increase the height of the status bar.I have

Re: [android-porting] Re: Is it Android X86 support to USB bluetooth?

2009-11-03 Thread vishal bhoj
Thank you Yi, I will try and get back to you if i face any problems On Wed, Nov 4, 2009 at 12:15 PM, Yi Sun wrote: > since it is only a temp patch, I sent to you through private e-mail > > > On Tue, Nov 3, 2009 at 9:20 PM, vishal bhoj wrote: > >> Thank you Yi, >> Ca

Re: [android-porting] Re: Is it Android X86 support to USB bluetooth?

2009-11-03 Thread vishal bhoj
sb bluz. I can give you the temp patch to let you move > forward for now. Let me know if you need it. > Yi > > On Tue, Nov 3, 2009 at 8:23 PM, vishal bhoj wrote: > >> Hi, >> >> >> I am trying to get the usb bluetooth working, >> I was able to use hciconf

Re: [android-porting] Re: Is it Android X86 support to USB bluetooth?

2009-11-03 Thread vishal bhoj
Hi, I am trying to get the usb bluetooth working, I was able to use hciconfig and hcitool from command prompt. What changes have to be made in the init.rc + framework to get it working. I try to start hcid daemon from commmand prompt it gives operation not permitted. On Sat, Oct 10, 2009 at 3:33

[android-porting] import android framework source into eclipse

2009-10-13 Thread vishal bhoj
Hello, Is there a way to browse the whole android framework as an android project . -- with regards vishal --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~--

[android-porting] application with root permssion

2009-10-06 Thread vishal bhoj
Hello, Is there anyway I can start a particular application with root permission. How does the zygote launch an application and how is the permission set for an application ? -- with regards vishal --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@go

[android-porting] Fwd: android widgets on WVGA

2009-08-24 Thread vishal bhoj
part in the android source code. Cant that be custommized? On Mon, Aug 24, 2009 at 9:05 AM, vishal bhoj wrote: > Hello Everyone, > > I am trying to run widgets on wvga resolution emulator. > But with such a wide screen I thought I could populate more number of > widgets but look

[android-porting] Re: PORTING android to my smdk2440 board

2009-08-12 Thread vishal bhoj
Room 111,MingZhu Building > Central South University > ChangSha,HuNan > P.R.C > ------ > *发件人:* vishal bhoj > *发送时间:* 2009-08-12 19:23:13 > *收件人:* android-porting > *抄送:* > *主题:* [android-porting] Re: PORTING android to my smdk2440 board > Run log

[android-porting] Re: PORTING android to my smdk2440 board

2009-08-12 Thread vishal bhoj
Run logcat from the command prompt and paste the log here ,then we can help you 2009/8/12 jeefjiang1983 > > Hi, > I PORTING android to my smdk2440 board according to > http://wiki.openmoko.org/wiki/Android_porting, > and I get the rootfs . > I use a kernel image file which works well in a androi

[android-porting] android on intel atom

2009-08-03 Thread vishal bhoj
Hello Everyone, I saw the livedroid image for x86 machine at http://groups.google.com/group/livedroid Has anyone tried running android on intel atom based boards like this one. http://www.intel.com/Products/Desktop/Motherboards/D945GCLF/D945GCLF-overview.htm I am very interested in trying out port

[android-porting] Miniumum hardware configuration for android.

2009-07-26 Thread vishal bhoj
Hello All, What is the minimum configuration to run android ? On the website http://www.kandroid.org/android_pdk/system_requirements.html They have described anything about processor speed. We have a processor arm9 300 mhz. memory is not a constraint . Would it be enough for running android smoo

[android-porting] Android on a device with resolution 600x 800

2009-07-22 Thread vishal bhoj
Hello All, We wish to have a resolution 600x800 display for android device. Can android be configured for custom resolution other than VGA/WVGA ? -- with regards vishal --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: htt

[android-porting] Re: how to add new mimetype FLV to android media player

2009-07-22 Thread vishal bhoj
These are the file you should be looking into java/android/media/MediaFile.java java/android/media/MediaScanner.java Regards , Vishal On Tue, Jul 21, 2009 at 3:36 PM, Harishkumar V wrote: > Hi, > > I have media files containing .mp4, .3gp and .flv in the sdcard. When i > click the video player

[android-porting] Re: Android Porting to Intel Xscale Mainstone pxa270

2009-07-09 Thread vishal bhoj
it should boot with the old FS, but keypad mapping would fail. On Thu, Jul 9, 2009 at 2:24 PM, Sreehari wrote: > > Hi experts, > I have a doubt regarding android porting to intel pxa270. I > am new in that is why this stupid question. I have build a linux > kernel and root file system

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

2009-06-22 Thread vishal bhoj
On Thu, Jun 18, 2009 at 11:31 AM, vishal bhoj wrote: > Is there a document describing what functionalities need to be implemented > in Copybit. > > Is there any reference implenetation ? Has anyone tried to implement it . > > > > > On Tue, Jun 9, 2009 at 8:34 PM,

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

2009-06-17 Thread vishal bhoj
Is there a document describing what functionalities need to be implemented in Copybit. Is there any reference implenetation ? Has anyone tried to implement it . On Tue, Jun 9, 2009 at 8:34 PM, cemil wrote: > > Makes sense... > > Excuse my poor english, does the following comment mean copybit

[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 >

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-27 Thread vishal bhoj
How did u fix the TS ? 2009/4/28 cindy_king_1024 > Hi,Vishal > Thanks for your advice ,I will check it,and the TS can work now with > twl4030 (kernel 2.6.28 ). > > > 在2009-04-27 19:34:27,"vishal bhoj" 写道: > > Cindy, > I have no idea abt the TS. Is the alsa

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-27 Thread vishal bhoj
> > 在2009-04-26 17:26:23,cindy_king_1024 写道: > > Hi,Vishal > It dosen't work as still,I have check it and added the TS patch as the > links from Rupesh : > CONFIG_PM=y > # CONFIG_PM_DEBUG is not set > CONFIG_PM_SLEEP=y > > 在2009-04-24 20:54:04,"vishal bh

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-24 Thread vishal bhoj
t this patch to TS working. :) > > > http://labs.embinux.org/git/cgit.cgi/repo/kernel.git/commit/?id=23a3416e6fef7109c52f9e7723843dc864c524a7 > > Regards, > > -- > Rupesh Gujarehttp://embinux.com > > > cindy_king_1024 wrote: > > Thanks.I have got the keymap. > > >

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-22 Thread vishal bhoj
; But the touch screen didn't work,I can't exit the menu .Any advise? > > > 在2009-04-22 12:46:29,"vishal bhoj" 写道: > > I am pasting the content of the link > > > On Fri, Sep 26, 2008 at 4:20 PM, Daniel Schaeffer > <[EMAIL PROTECTED]> wrote: >

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread vishal bhoj
I am pasting the content of the link On Fri, Sep 26, 2008 at 4:20 PM, Daniel Schaeffer <[EMAIL PROTECTED]> wrote: > Has anyone looked into why the LCD display on the OMAP3EVM is always tinted > red? I created a couple of color test images that I cat'ed to /dev/fb and it > looks like the blue colo

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread vishal bhoj
this myt help u http://www.mail-archive.com/linux-o...@vger.kernel.org/msg04955.html 2009/4/21 vishal bhoj > u need a didplay friver patch, the green component is missing > > > 2009/4/21 cindy_king_1024 > >> Hi,Nimit >> Now it can boot up but the system is very uns

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-21 Thread vishal bhoj
u need a didplay friver patch, the green component is missing 2009/4/21 cindy_king_1024 > Hi,Nimit > Now it can boot up but the system is very unstable. > and some time the graphic come with red > And the terminal putout: > > VFS: Mounted root (nfs filesystem). > VFS: Mounted root (nfs filesyste

[android-porting] Re: porting android to OMAP 3530 EVM

2009-03-04 Thread vishal bhoj
use the kernel on embinux site. modify the config file enable android stuff in it. this is enough to get it running u myt run into touchscreen driver problem. On Thu, Mar 5, 2009 at 2:06 AM, pavan savoy wrote: > I remember Nimit working on OMAP3530 EVM. > > > On Thu, Mar 5, 2009 at 12:31 PM, abh

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-24 Thread vishal bhoj
ts=POLLIN}, {fd=8, > > > > > events=POLLIN, revent > > > > > s=POLLIN}], 3, 5000) = 1 > > > > > read(8, "\21", 92) = 1 > > > > > wait4(-1, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGTERM}], WNOHANG, >

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-22 Thread vishal bhoj
have u checked with the permissions o f the filesystem ? R u booting over nfs or sdcard? On Sun, Feb 22, 2009 at 2:43 PM, Abhishek Srivastav < srivastaabhis...@gmail.com> wrote: > > > Hello Everyone, > > I am trying to boot android in our Custom board. This board is very > similar to that of OMAP

[android-porting] Re: touch screen calibration?

2009-02-09 Thread vishal bhoj
er the > touch screen calibrated earlier ? > > On Sun, Feb 8, 2009 at 6:20 PM, vishal bhoj wrote: > >> >> It has to be calibrated data. Android assumes it to be calibrated >> On Sun, Feb 8, 2009 at 12:39 AM, Dianne Hackborn wrote: >> >>> It is all handled i

[android-porting] Re: touch screen calibration?

2009-02-08 Thread vishal bhoj
It has to be calibrated data. Android assumes it to be calibrated On Sun, Feb 8, 2009 at 12:39 AM, Dianne Hackborn wrote: > It is all handled in the kernel and/or screen firmware. I don't know for > sure, I basically know that all that needs to be done with the data coming > out of the driver is

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-06 Thread vishal bhoj
t; Vishal, > > > > > > I havent tried as yet.Will try and tell you.The reason for doing on > > > > windows is becoz I have been asked to do on both linux and windows > > > > host. > > > > > > Just one thing.Is there any specific hypertermi

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-05 Thread vishal bhoj
Divya , Did it help ? Why wre you trying it on windows? On Thu, Feb 5, 2009 at 9:03 AM, vishal bhoj wrote: > Divya, > > The lines which i have typed should be typed thru ur hyperterminal when > android kernel boots . you can add these lines in init.rc file. what Sean > s

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-05 Thread vishal bhoj
. > Just trying with the windows system first. > > Do you use minicom as hyperterminal in linux.. or something else? > > Regards, > Divya > > On Feb 5, 5:17 pm, vishal bhoj wrote: > > Divya, > > > > I am using a linux host machine, That ip is for network over

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-05 Thread vishal bhoj
an you share ur init.rc script file. > > And this you are able to work on windows systemright? > > Regards, > Divya > > > On Jan 22, 10:47 am, vishal bhoj wrote: > > Thanks Sean, > > > > It works now :) > > > > > > > > > >

[android-porting] Re: aplay gives audio open error

2009-01-23 Thread vishal bhoj
Hi David, This is irrelavant to the topic being discussed here . Is it possible to add a normal glibc for android and use it.I actually want to build external packages for andorid. Is it possible to do that ? On Fri, Jan 23, 2009 at 5:15 AM, David Turner wrote: > it is in libgcc.a, provided by

[android-porting] Re: [android-internals] Re: How to compile external packages using android toolchain.

2009-01-22 Thread vishal bhoj
ite an Android.mk for > it then it works fine. But if u just try to compile using prebuilt gcc > binary presnt in prebuily/.../arm-eabi folder it throws errors. > > Regards > Nimit > > On Thu, Jan 22, 2009 at 4:38 PM, vishal bhoj wrote: > >> Hi Nimit , >> >&

[android-porting] Re: [android-internals] Re: How to compile external packages using android toolchain.

2009-01-22 Thread vishal bhoj
Hi Nimit , I want to build an external package. I tried compiling a Hello world example with the toolchain provided in the prebuilt directory but when i execute it i get ./a.out: 1: Syntax error: word unexpected (expecting ")") I feel its not getting linked properly. Were you able to compile u

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-01-21 Thread vishal bhoj
ave something like: > > ## Configure the USB interface > ## > service usb-ether /system/bin/ifconfig usb0 192.168.0.202 up >oneshot > > If you are using the ethernet port, then you'll have to set it up > appropriately. Again, if you can ping you should be OK. &

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-01-21 Thread vishal bhoj
Hi Divya , Even I tried to connect through adb but I could not. When i do a adb devices it doesn't list anything. The adbd demon is running on the traget device . If you are able to connect on zoom please update me . thanks in advance On Wed, Jan 21, 2009 at 11:20 PM, Nimit Manglick wrote: >

[android-porting] Re: Android on OMAP35x ?

2009-01-16 Thread vishal bhoj
Nimit, Which karnel are you using ? On Fri, Jan 16, 2009 at 4:36 AM, vishal bhoj wrote: > Nimit , > > Is it ? CAn you please check and tell me if the driver is ads7846 ? > Did the keypad work for you ? > > > On Fri, Jan 16, 2009 at 3:35 AM, Nimit Manglick wrote: > >&

[android-porting] Re: Android on OMAP35x ?

2009-01-16 Thread vishal bhoj
chscreen support and my things got up. > > Regards > Nimit > > On Thu, Jan 15, 2009 at 1:35 PM, vishal bhoj wrote: > >> NIMIT, >> >> how did you get the touch screen working ? >> >> On Thu, Jan 15, 2009 at 2:45 AM, vishal bhoj wrote: >> >>>

[android-porting] Re: inverted touch on ads7846 chip

2009-01-15 Thread vishal bhoj
...@435b54c0 On Thu, Jan 15, 2009 at 3:31 AM, vishal bhoj wrote: > hi, > > TOuch screen is not working for me on omapzoom. when i run pointer location > i don get any values there. when i touch only the top time & date bar slides > down and goes back. what has to be changed to get t

[android-porting] Re: inverted touch on ads7846 chip

2009-01-15 Thread vishal bhoj
hi, TOuch screen is not working for me on omapzoom. when i run pointer location i don get any values there. when i touch only the top time & date bar slides down and goes back. what has to be changed to get touch screen working in android on omap3evm On Tue, Jan 13, 2009 at 8:37 AM, Kai Wei wrot

[android-porting] Re: Android on OMAP35x ?

2009-01-15 Thread vishal bhoj
NIMIT, how did you get the touch screen working ? On Thu, Jan 15, 2009 at 2:45 AM, vishal bhoj wrote: > NIMIT, > > > remove WAKE_DROPPED from the keys and try, worked for me . with the default > mapping are you getting some characters when you press key ? > > > On Thu,

[android-porting] Re: Android on OMAP35x ?

2009-01-14 Thread vishal bhoj
status is :- I tried with ur suggestions but still my MENU key is not > getting > > mapped :( > > Thanks & Regards > Nimit > > On Thu, Jan 15, 2009 at 11:33 AM, vishal bhoj wrote: > >> Kapare, >> >> >> I have got Android running on omap3evm ,Ke

[android-porting] Re: Android on OMAP35x ?

2009-01-14 Thread vishal bhoj
Kapare, I have got Android running on omap3evm ,Keypad is working fine. I am having problem with the touchscreen. the touch are recognised ans the top bar (date and time) slides and goes back . how can i get touchscreen running on android ? On Fri, Dec 19, 2008 at 1:27 PM, kapare wrote: > > 1-