[android-porting] Re: MediaFramework Test material

2009-09-28 Thread Hyeong-Ho Yoo
MediaNames.java is in frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest. 2009/9/25 Guildazz > > Hi, > > To validate MediaPlayer on Android, there is a specific application : > MediaframeWorkTest (in framework\base\media\tests\MediaFrameworkTest > \). However, I ca

[android-porting] Re: MediaFramework Test material

2009-09-28 Thread Guildazz
Hi > MediaNames.java is in > frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest. First of all, thank you for your answer. I've found MediaNames.java already, what I'm looking for is the test files (mp3, 3gp, amr, ...) that are described inside MediaNames.java. The

[android-porting] Re: Finding Memory leak in native code

2009-09-28 Thread Raghu
Hi, Thanks for such good explanation. Currently I am able to see "native heap" tab in ddms and in Logcat MALLOC_DEBUG=1 for Native Executable indicating leak. Could you please suggest/ give some more information about, how to use/ interpret "native heap" block information. Thank you, Raghu On

[android-porting] Re: porting on S3C24xx (ARMv4T)

2009-09-28 Thread androjes
Thanks very much for your answer but till now I can't run Android in my board DEV2410 (http://www.pragmatec.net/catalog/product_info.php? products_id=56&osCsid=2e82f46be064a4ab8b3a276090cafd77)! I have ready try the method of Freerunner (http://trac.koolu.org/) but when a run the init process, I

[android-porting] Re: Interfacing to a PIC Microcontroller

2009-09-28 Thread Chris Stratton
On Sep 27, 2:28 am, Jay wrote: > I am looking into to Interfacing an Android Phone with a PIC > Microcontoller and retrieve data via the USB port.  How would I go > about doing this?  What API calls do I need to make to retrieve data > from the PIC?  And will it be easier if I were to do this via

[android-porting] Re: porting on S3C24xx (ARMv4T)

2009-09-28 Thread androjes
VINAY.R.RAO> Download the latest source and cross compile for ARMv4t. Sorry! I want to know where can I download the latest cross compile for ARMv4t? that is a last version of codesourcery cross compiler? thanks --~--~-~--~~~---~--~~ unsubscribe: android-porting+un

[android-porting] CTS fail on android 1.5 r1

2009-09-28 Thread Ross
One of the failed case is as following in the test result. at android.widget.cts.DatePickerTest.getPickerText (DatePickerTest.java:326) at android.widget.cts.DatePickerTest.testInit(DatePickerTest.java:133) at java.lang.reflect.Method.invokeNative(Native Method) at android.test.AndroidTestRunner

[android-porting] Got stuck when booting

2009-09-28 Thread Kiki
Hi all, I was trying to port ffmpeg onto Android, but I got stuck when booting with my "system.img". I built libavutil, libavcodec and libavforbat first; And I wrote a simple ffmpeg player (changed libmediaplayerservice); Log and prelink map attaching. Seems loading "libavformat.so" failed. 0

[android-porting] Touchscreen support

2009-09-28 Thread Jesper Nordenberg
I'm running Android on a Beagle Board and want to add support for input from the Xenarc 706TSA touchscreen. When I plug it in it's identified as: generic-usb 0003:0EEF:0001.0004: input: USB HID v2.10 Pointer [eGalax Inc. USB TouchController] on usb-ehci-omap.0-2.3/input0 There's also an error:

[android-porting] Re: Android 1.5 ported?

2009-09-28 Thread gambler
On Sep 16, 2:25 pm, sany wrote: > Hi all, > > I dont know wat happeend...Now my o/p is like this... > > OMAP3530-GP rev 2, CPU-OPP2 L3-165MHz > OMAP3 Beagle Board + LPDDR/NAND > DRAM:  128 MB > NAND:  256 MiB > In:    serial > Out:   serial > Err:   serial > Audio Tone on Speakers  ... complete

[android-porting] Re: Questions about adding an external shared library to Android image (donut)

2009-09-28 Thread Kiki
I added ffmpeg libs to Android, and I modified the prelink-linux- arm.map like what Amir has mentioned above. But I can't boot the emulator with the new built "system.img". One importent log below tells loading 'libavformat.so' failed. How to fix it? INFO/DalvikVM(593): Unable to dlopen(/system/l

[android-porting] Re: Touchscreen support

2009-09-28 Thread Dianne Hackborn
What do you see in the Pointer Location app in DevTools? Does your event stream from getevent look reasonable? What events is the driver saying it generates? On Mon, Sep 28, 2009 at 1:20 AM, Jesper Nordenberg wrote: > > I'm running Android on a Beagle Board and want to add support for > input f

[android-porting] Re: debugging parcel.cpp file

2009-09-28 Thread Dianne Hackborn
Parcel I am pretty sure already has a bunch of log lines in it that you can turn on. If you need more, add them. Of course the first thing you want to do is get the stack crawl where it is crashing to start focusing your effort. On Sun, Sep 27, 2009 at 11:30 PM, dhananjay wrote: > > Hi All, >

[android-porting] Re: MediaFramework Test material

2009-09-28 Thread RaviY
For immediate use, I suggest creating (or using existing content by renaming the files) to the ones that you want. Most of the tests would still be valid, except for test cases that deal with metadata. We will see what needs to be done to release the same test content being used internally out to

[android-porting] Re: Finding Memory leak in native code

2009-09-28 Thread allstars
i would like to ask how to restart framework using adb??? thanks On Aug 6, 1:41 am, fadden wrote: > On Aug 5, 5:16 am, clikx wrote: > > > Is there any tool available to find memory leak in native code? > > Is there any tool like 'memprof' or 'mtrace' ported to work in Android > > platform? > >

[android-porting] Re: Need help in creating an iso file

2009-09-28 Thread Kiran Ivaturi
Thanks, much! It created an ISO image, i burned the image to an USB, but when i try to load with the USB it hangs in with "GRUB" on the startup screen. Kiran. On Sep 27, 10:47 am, Yi Sun wrote: > go get the source code fromwww.android-x86.org > > > > > > On Sat, Sep 26, 2009 at 1:24 PM, Kiran

[android-porting] Re: Need help in creating an iso file

2009-09-28 Thread Yi Sun
iso_img is for dvd/cd, usb_img is for usb. you are using a wrong image. Please look at the wiki page called "get source" for detail On Mon, Sep 28, 2009 at 11:55 AM, Kiran Ivaturi wrote: > > Thanks, much! > It created an ISO image, i burned the image to an USB, but when i try > to load with the U

[android-porting] Re: Need help in creating an iso file

2009-09-28 Thread Kiran Ivaturi
I was using USB image only: eeepc_usb.img. Kiran. On Sep 28, 2:52 pm, Yi Sun wrote: > iso_img is for dvd/cd, usb_img is for usb. you are using a wrong image. > Please look at the wiki page called "get source" for detail > > On Mon, Sep 28, 2009 at 11:55 AM, Kiran Ivaturi wrote: > > > > > > > Th

[android-porting] Re: Finding Memory leak in native code

2009-09-28 Thread Dianne Hackborn
adb shell stop && adb shell start On Mon, Sep 28, 2009 at 11:17 AM, allstars wrote: > > i would like to ask how to restart framework > using adb??? > > thanks > > On Aug 6, 1:41 am, fadden wrote: > > On Aug 5, 5:16 am, clikx wrote: > > > > > Is there any tool available to find memory leak in n

[android-porting] Re: Need help in creating an iso file

2009-09-28 Thread Yi Sun
I just tested and it works for me. My usb drive is /dev/sdb, the command I used is sudo dd if=out/target/product/eeepc/eeepc_usb.img of=/dev/sdb On Mon, Sep 28, 2009 at 4:34 PM, Kiran Ivaturi wrote: > > I was using USB image only: eeepc_usb.img. > > Kiran. > > On Sep 28, 2:52 pm, Yi Sun wrote:

[android-porting] Re: MediaFramework Test material

2009-09-28 Thread Hyeong-Ho Yoo
Sorry, I misunderstood your question. Like RaviY said you can use your own files. or there are some opencore test files in mydroid/external/opencore/engines/player/test/data 2009/9/29 RaviY > > For immediate use, I suggest creating (or using existing content by > renaming the files) to the on

[android-porting] Re: Need help in creating an iso file

2009-09-28 Thread Kiran Ivaturi
I am trying to load on Dell Inspiron Mini 9. Techinally it should load right? Or does it need any spl configurations. kiran. On Sep 28, 7:07 pm, Yi Sun wrote: > I just tested and it works for me. My usb drive is /dev/sdb, the command I > used is sudo dd if=out/target/product/eeepc/eeepc_usb.i

[android-porting] Re: Need help in creating an iso file

2009-09-28 Thread Yi Sun
I don't think it would have much difference. But I have never tried on any thing on a Dell machine, so... On Mon, Sep 28, 2009 at 9:04 PM, Kiran Ivaturi wrote: > > I am trying to load on Dell Inspiron Mini 9. Techinally it should load > right? > > Or does it need any spl configurations. > > kira

[android-porting] Re: enable the ethernet interface on embinux kernel

2009-09-28 Thread sanyanniesunney anniesunney
Any1 who has solved this problem of improper image? On Fri, Sep 25, 2009 at 4:09 PM, sanyanniesunney anniesunney < laurelsgal...@gmail.com> wrote: > No not at all. > Actually noone was responding and i wuz getting rey bugged when u > responded... > Thanks anewayz... > > I dint ren