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

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

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] [c0039c48] (unwind_backtrace+0x0/0xdc) from [c0061e5c]

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 asifk1...@gmail.com 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

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

[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

[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 vishalb...@gmail.com wrote: these are the xecution logs when I start the playback. ideoMIO( 1021): processWriteResponseQueue: queued = 2

[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

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 abukust...@gmail.com 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 bhoj vishalb

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 beyo...@gmail.com wrote: You can get it from here

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

2009-11-09 Thread vishal bhoj
: !-- Height of the status bar -- dimen name=status_bar_height25dip/dimen On Mon, Nov 9, 2009 at 6:36 AM, vishal bhoj vishalb...@gmail.com 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

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

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

2009-11-03 Thread vishal bhoj
the usb 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 vishalb...@gmail.com wrote: Hi, I am trying to get the usb bluetooth working, I was able to use hciconfig and hcitool from command prompt

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 beyo...@gmail.com 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 vishalb...@gmail.com wrote: Thank you Yi

[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] Fwd: android widgets on WVGA

2009-08-24 Thread vishal bhoj
is the widget layout part in the android source code. Cant that be custommized? On Mon, Aug 24, 2009 at 9:05 AM, vishal bhoj vishalb...@gmail.com 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

[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 jeefjiang1...@163.com 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

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

2009-08-12 Thread vishal bhoj
,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 logcat from the command prompt and paste the log here

[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

[android-porting] Miniumum hardware configuration for android.

2009-07-27 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

[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 harishpres...@gmail.comwrote: Hi, I have media files containing .mp4, .3gp and .flv in the sdcard. When i

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

[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 anumanubhas...@gmail.com 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

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

2009-06-18 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 cemil_azizo...@yahoo.com wrote: Makes sense... Excuse my poor english, does the following

[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 pavan.sa...@gmail.com 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 ? --

[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 cindy_king_1...@126.com 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 vishalb...@gmail.com 写道: Cindy, I have no idea abt the TS. Is the alsa

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

2009-04-24 Thread vishal bhoj
/repo/kernel.git/commit/?id=23a3416e6fef7109c52f9e7723843dc864c524a7 Regards, -- Rupesh Gujarehttp://embinux.com cindy_king_1024 wrote: Thanks.I have got the keymap. 在2009-04-22 16:26:52,vishal bhoj vishalb...@gmail.comvishalb...@gmail.com写道: Cindy , There are few problem with TS

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

2009-04-22 Thread vishal bhoj
is normal now. But the touch screen didn't work,I can't exit the menu .Any advise? 在2009-04-22 12:46:29,vishal bhoj vishalb...@gmail.com 写道: 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

[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 vishalb...@gmail.com u need a didplay friver patch, the green component is missing 2009/4/21 cindy_king_1024 cindy_king_1...@126.com Hi,Nimit Now it can boot up but the system

[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 cindy_king_1...@126.com 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

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

[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 pavan.sa...@gmail.com wrote: I remember Nimit working on OMAP3530 EVM. On Thu, Mar 5,

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

2009-02-24 Thread vishal bhoj
, 2:41 pm, vishal bhoj vishalb...@gmail.com wrote: 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

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

[android-porting] Re: touch screen calibration?

2009-02-09 Thread vishal bhoj
screen calibrated earlier ? On Sun, Feb 8, 2009 at 6:20 PM, vishal bhoj vishalb...@gmail.com wrote: It has to be calibrated data. Android assumes it to be calibrated On Sun, Feb 8, 2009 at 12:39 AM, Dianne Hackborn hack...@android.comwrote: It is all handled in the kernel and/or screen firmware

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

2009-02-06 Thread vishal bhoj
host like minicom?I had read it somewhere.What do you use?I am not sure thats y I am asking. Regards, Divya On Feb 6, 11:19 am, vishal bhoj vishalb...@gmail.com wrote: Divya , Did it help ? Why wre you trying it on windows? On Thu, Feb 5, 2009 at 9:03 AM

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

2009-02-05 Thread vishal bhoj
init.rc script file. And this you are able to work on windows systemright? Regards, Divya On Jan 22, 10:47 am, vishal bhoj vishalb...@gmail.com wrote: Thanks Sean, It works now :) On Thu, Jan 22, 2009 at 12:02 AM, Sean McNeil seanmcne...@gmail.com wrote: It is very

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

2009-02-05 Thread vishal bhoj
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 vishalb...@gmail.com wrote: Divya, I am using a linux host machine, That ip is for network over USB (not sure ).I din't modify my initrc file. I hope

[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 di...@android.com wrote: it is in

[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

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

2009-01-22 Thread vishal bhoj
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 vishalb...@gmail.com wrote: Hi Nimit , I want to build an external package. I

[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

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

2009-01-21 Thread vishal bhoj
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. Cheers, Sean vishal bhoj wrote: Hi Divya , Even I tried to connect through adb

[android-porting] Re: Android on OMAP35x ?

2009-01-16 Thread vishal bhoj
support and my things got up. Regards Nimit On Thu, Jan 15, 2009 at 1:35 PM, vishal bhoj vishalb...@gmail.com wrote: NIMIT, how did you get the touch screen working ? On Thu, Jan 15, 2009 at 2:45 AM, vishal bhoj vishalb...@gmail.comwrote: NIMIT, remove WAKE_DROPPED from the keys and try

[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 vishalb...@gmail.com 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 nimitandr

[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 vishalb...@gmail.com 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, Jan 15, 2009

[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

[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

[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 vishalb...@gmail.comwrote: Kapare, I have got Android running on omap3evm ,Keypad is working fine. I am having problem