[android-porting] [ICS-PANDA] Any tool to take camera preview on ICS with pandaboard

2011-11-27 Thread jagan
Hi, I wanted to test web camera on my pandaboard with command prompt. please let me know if any one know the tool on ICS. Regards, Jagan. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Android 4.0 Ice Cream WiFi porting issue

2011-11-27 Thread Water Zhou
HI, all. I am porting atheros wifi to work on android 4.0. now the supplicant daemon is running with the following warning: D/wpa_supplicant( 2695): ctrl_iface exists, but does not allow connections - assuming it was leftover from forced program termination D/wpa_supplicant( 2695): Successfu

Re: [android-porting] [ICS-PANDA] Any tool to take camera preview on ICS with pandaboard

2011-11-27 Thread s.rawat
You can compile gstreamer plugins for ICS from here , port it , insert the web cam (you will get dev node /dev/videoX) mplayer tv:// -tv driver=v4l2:width=640:height=480:device=/dev/videoX:fps=30:outfmt=yuy2 issue

Re: [android-porting] normal boot in s5pc110

2011-11-27 Thread Cheryala Venu Madhav
Hi Johnson, "Press Enter within 3secs" will be displayed by your Bootloader (u-boot). before it starts loading your linux kernel to RAM. This is the functionality of the BOOTLOADER and nothing to do with Android. If your S5PC110 has u-boot bootloader, then it should also print that message, if it

Re: [android-porting] [ICS-PANDA] Any tool to take camera preview on ICS with pandaboard

2011-11-27 Thread Cheryala Venu Madhav
are you using USB Webcam? Do you have your driver for that? check the system/bin folder you should have the camera test app. Thanks Venumadhav On Sun, Nov 27, 2011 at 4:14 PM, jagan <402ja...@gmail.com> wrote: > Hi, > > I wanted to test web camera on my pandaboard with command prompt. > please l

[android-porting] Android PackageInstaller.apk

2011-11-27 Thread Ash
Hi All, I have downloaded Android Source and made some changes to the PackageInstaller source code. I have compiled Android source and it has generated a new PackageInstaller.apk file. Note that I have a rooted device and we are customizing the hardware to our needs. How do I get this to insta

Re: [android-porting] I am looking for a platform development board. Would appreciate your advices (you can see this as some sort of a survey: What is the development board you are using for Android b

2011-11-27 Thread Amit Pundir
Hi Ron, Have a look at the Linaro supported low cost development boards http://www.linaro.org/low-cost-development-boards/ Linaro does a monthly release cycle of Android on these boards http://www.linaro.org/linaro-blog/2011/11/25/linaro-11-11-released/ Regards, Amit Pundir On 14 November 2011

Re: [android-porting] Android PackageInstaller.apk

2011-11-27 Thread Devaraj Rangasamy
hi, we can reinstall an app by using -r argument.. "adb install -r PackateInstaller_modified.apk" in case if that fails for any reason like its a system app and user cant reinstall, u can use below raw procedure you can manually copy new apk to /system/app/PackageInstaller.apk and reboot the phon