[android-porting] How to make our customize image and port into Emulator

2014-06-30 Thread mayur patel
Hi All, I want to make my customize image with some changes into framework folder and porting into Emulator. Someone help me how can I achieve this job. -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received

[android-porting] Re: How to add custom player with registerExtensions()@frameworks/av/media/mediaserver/register.cpp

2014-06-30 Thread Zoltan Kuscsik
Hi, check how the TestPlayer is implemented. It uses an external .so and implements a handle class on the top of that. -- Zoltan Kuscsik Senior Software Developer, Linaro Digital Home Group On Thursday, 26 June 2014 07:47:48 UTC+2, xia...@marvell.com wrote: Hi, I am from Marvell

[android-porting] dalvik crash during dvmInterpFindInterfaceMethod

2014-06-30 Thread Kyle Russell
I've encountered a crash in dalvik in Android 4.3-r2.2 in dvmInterpFindInterfaceMethod(). If I look at the assembly, I think the crash occurs when deferencing absMethod, which is provided by dvmDexGetResolvedMethod(). The process was android.process.acore, which appears to be the