[android-porting] USB Camera on Android 4.0

2012-02-22 Thread tinku
Hi , I am trying to get a USB Camera working with ICS. I am able to capture frames at the linux layer by using the At driver level,I was able to test the camera functionality (over USB) Whereas through Camera app or service layer modules I am not able to see the feed from USB based camera. can so

[android-porting] ICS poring when kernel use VMSPLIT_2G

2012-02-22 Thread x...@gsl.com.cn
hello, I try porting ics-panda to my mx53_smd board if my kernel is use config VMSPLIT_3G, then it work ok if my kernel is use config VMSPLIT_2G, and i change android linker LINKER_TEXT_BASE to 0x7100, but it remain can't boot,all program can't run, except init any idea? -- unsubsc

[android-porting] Re: Launcher Requirements

2012-02-22 Thread satur9nine
Thanks, Is support for Folders in the Launcher required? Jacob -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Power management issues

2012-02-22 Thread venkat k raju
Hi all, if i port the Gingerbread-2.3.0 instead of Gingerbread-2.3.4 on it, same kernel auto screen lock working fine. can anybody suggest me what is wrong in case Gingerbread-2.3.4 ? On Fri, Feb 17, 2012 at 9:35 AM, venkat k raju wrote: > Hi ESLPhani RajKiran , > thanks for your response >

[android-porting] How to enable Imagination Technologies's PowerVR SGX 540 driver?

2012-02-22 Thread Mr.32
in my filesystem in egl.cfg setting is 0 0 android 0 1 POWERVR_SGX540_120 which means choose Hardware renderer for graphics but it loads softeare renderer for graphics and shows log like this D/libEGL ( 2200): loaded /vendor/lib/egl/ libGLESv1_CM_POWERVR_SGX540_120.so D/libEGL ( 2200): loaded

[android-porting] Launcher Requirements

2012-02-22 Thread Shilpa TM
Hi All, I am Testing The Display , Touch , WiFi , Battery Management , USB 3.0 and HDMI for android mobile . Can you share test cases for conducting these comprehensive tests . or , Test scenarios for all these modules testing. Please any on help me Thanks, Shilpa -- unsubscribe: android-p

[android-porting] Launcher requirements

2012-02-22 Thread Shilpa TM
Hi All, I am Testing The Display , Touch , WiFi , Battery Management , USB 3.0 and HDMI for android mobile . Can you share test cases for conducting these comprehensive tests . or , Test scenarios for all these modules testing. Please help me Thanks Shilpa -- unsubscribe: android-porting+unsu

[android-porting] Re: OMX.google.aac.decoder ERROR (0x80001001, 10)

2012-02-22 Thread Glenn Kasten
Can you post a link to an example AAC file that fails on ICS? (provided that the license permits you to do so ... please do not post a link to copyrighted material that has a license not suitable for sharing) On Feb 16, 1:41 am, Ritesh Solanki wrote: > Yes it is the software decoder. > It is givi

[android-porting] linux-2.6-armdroid - Porting to AT91SAM9260

2012-02-22 Thread RD
Hi, Please let me know if you have compiled and tested linux-2.6-armdroid for AT91SAM9260. I have started, but facing few issues during compilation. Please find below the compilation errors. include/linux/sysfs.h:183: warning: parameter has incomplete type LD init/built-in.o LD .tm

Re: [android-porting] Re: Booting hangs after devtmpfs: mounted

2012-02-22 Thread Cheryala Venu Madhav
Hi, Did you integrate the ANdroid specific drivers, drivers/staging/ and also your Android ASHMEM support? Is your kernel booting up? and then you are facing the issue with FS mounting? Please share the bootlogs if possible. Thanks Venumadhav On Thu, Feb 16, 2012 at 5:58 PM, freakingtux wrote:

[android-porting] android-2.6.35 kernel(gingerbread) porting to zoom3 board

2012-02-22 Thread subhash
Hi I am trying to bring up Zoom3 board with android-2.6.35 kernel. 1. android-2.6.35 kernel is downloaded from omapzoom git server. Kernel(top of the tree): # git clone git://git.omapzoom.org/kernel/omap.git android-2.6.35 # cd android-2.6.35 # git checkout -b p-android-omap-2.6.35 --track origin

[android-porting] android.core.vm-tests fails

2012-02-22 Thread Ritesh Solanki
Hi All, I am running android CTS test on my setup. for most of the test cases it passed successfully but when I run android.core.vm-tests all 3096 test cases failed with error like... *nullfailed to copy '/tmp/cts-adbpush-7367757895099569209.jar' to '/data/local/tmp/dexcore.jar': Too many open fi

[android-porting] caif drivers from RIL

2012-02-22 Thread Amit kumar Bag
HI, I am using ST-Ericsson external modem to communicate with snowball board. I am connecting the modem with the snowball board in the usb OTG port in snowball side and CAIF port (GPIO port) in the ST-Ericsson modem side. So in order to communicate between snowball and the st-ericsson external mode

[android-porting] First time booting died due to Daemon netd

2012-02-22 Thread 070
I still port android 4.0 to HP Veer via NFS usb. Now i have a problem, the daemon /system/bin/netd halt the booting, then i lost the telnet connnection to the phone. And i cannot get the log out.. If i just commit out lines of code included "netd", it will boot more untill a error for NetdConnector

[android-porting] ICS: iproute2 CAN support issue

2012-02-22 Thread Yegor Yefremov
I could successfully compile ip utility (it is now enabled by default). But as soon as I try to set CAN bitrate I get following error: Garbage instead of arguments "bitrate ...". Try "ip link help" I can see that iplink_can.c will be compiled and linked, but if I make arm-x-objdump -x out/targ

[android-porting] Re: How to porting a MediaTek GPS module?

2012-02-22 Thread shm
Hello, I found these functions (defined in the freerunner sample code) are not called from anywhere, neither inside the file itself nor from anywhere in the android project. static void gps_dev_init(int fd); static void gps_dev_deinit(int fd); static void gps_dev_start(int fd); static voi

Re: [android-porting] GPS causes system crash

2012-02-22 Thread Ivan Savygin
Thanks for answer, but i already found my mistake. Trouble was in piece of code where hardware has to be initialized, there was some mess with memory pointers that's why status_callback was changing its address Hi, > > have you first tried testing your GPS device with standard Ubuntu version, > i

[android-porting] Re: caif drivers from RIL

2012-02-22 Thread Amit kumar Bag
Hi All, Please give me some input for my previous posting. I stuck here. On 20 February 2012 13:52, Amit kumar Bag wrote: > HI, > I am using ST-Ericsson external modem to communicate with snowball board. > I am connecting the modem with the snowball board in the usb OTG port in > snowball side

[android-porting] Porting the apps to ICS devices

2012-02-22 Thread Chetan D
Are there any issues while porting android apps to ICS devices. You can review my question on stakoverflow here. http://stackoverflow.com/questions/9389255/market-application-difference-between-gingerbread-and-ics -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups

[android-porting] HDMI Crashes after Splash Screen

2012-02-22 Thread Ranganath TM
Hi All, We are able get HDMI, on our Sruta Tablet Target board, but we are facing the issues after android Splash Screen(after boot animation), after boot animation we are able to see different colours changing, and later the Power Management chip is disables the Clock and Power : reason don't kno

[android-porting] Re: ICS: iproute2 CAN support issue

2012-02-22 Thread Yegor Yefremov
I've also tried the latest AOSP from master and found the same behavior. So this is not Rowboat related. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] First time booting died due to Daemon netd

2012-02-22 Thread Robert Greenwalt
The netd daemon is needed by android to control and configure networks. You can turn some debugging on in netd to see what it's doing that is crashing. You can also add additional logging if that's useful. Removing it entirely is not a great option. R On Mon, Feb 20, 2012 at 1:42 AM, 070 wrot

Re: [android-porting] Re: Booting hangs after devtmpfs: mounted

2012-02-22 Thread jagan
My intend was to try a Linux kernel which is perfectly working with some ARM target was able to launch the android FS or not. BTW, I tried few of the android spec changes too. Pls see the below log: Waiting 2sec before mounting root device... EXT3-fs: barriers not enabled kjournald starting. Com