[android-porting] Re: Multiple openmax codecs

2009-11-02 Thread anupama
Hi Jean, According to your suggestion I have gone through pv_mastercore.cpp file, yes this is the place where all the OMX components are registered. Now my understanding is, to integrate my own codec I have to create libmy_omx.so using the static libs libomx_common_lib ,libomx_queue_lib , libpvom

[android-porting] Re: Ethernet DNS

2009-11-02 Thread Chih-Wei
Check android-x86 source tree for Ethernet status tracker. http://git.android-x86.org/?p=platform/frameworks/base.git;a=shortlog;h=refs/heads/master On 10月30日, 下午3時05分, king wrote: > Hi, > > Does anybody know how to let the android to get the dns for the eth0 > automtically instead of setprop n

[android-porting] Re: request_firmware

2009-11-02 Thread Chih-Wei
You don't have the tool to load firmware. Read kernel/Documentation/firmware_class/README for details. The android-x86 project has added a simple hotplug tool to load firmware. See http://git.android-x86.org/?p=platform/system/core.git;a=commitdiff;h=b36af46cc0da1ec6d687d3cd195512cca2b74c4c On 10

[android-porting] BT throughput on Eclair

2009-11-02 Thread PRAMOD K
Hi All, Has anybody measured BT (OPP)throughtput on Eclair? If so please share the numbers. Regards, Pam -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Capturing Video on OMAP3530

2009-11-02 Thread Gilles TALIS
Hi Ananth, you could use OMAP Zoom2 camera HAL as reference. http://www.omappedia.org/wiki/Android_Getting_Started You would need to remove all the references to FW3A and TI VPP and stick up to pure V4L2 APIs. regards Gilles. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website

[android-porting] Re: Multiple openmax codecs

2009-11-02 Thread Jean-François Vidal
Hi Anupama, I can't explain more because I never do the job. I use OpenMax codec but not inside OpenCore player. I am sure that any OMX component must come with the functions defined inside OMX_Core.h : Init() Deinit() ComponentNameEnum() GetHandle() FreeHandle() GetComponentsOfRole() GetRolesOf

Re: [android-porting] Re: Ethernet DNS

2009-11-02 Thread Prabhu Srivastava
Ok; So i did some experiment with my setup on beagle board; and here is out come a) In DHCP Reply message i can see DNS Server IP address is coming correctely. That means DHCP server setting is correct. b) But DNS is still not getting resolved. After getting the DNS server entry in DHCP reply i

[android-porting] No rule to make target 'iso_img'

2009-11-02 Thread itnewbie
Dear Mr. cwhuang, Followed the every single steps on http://source.android.com/download#TOC-Ubuntu-Linux-32-bit-x86- & ref: http://cwhuang.info/2009/07/build-kernel-for-android#more-246 Unfortunately,i got the same error all the time: Got error Make: *** No rule to make target 'iso_img' Any cl

[android-porting] FRAME BUFFER SIZE

2009-11-02 Thread Ashish Rawlani
Hi All, How we can increase the FRAME BUFFER SIZE and the exact modification we have to make in order to get the full display or complete high resolution picture. Regards, Ashish. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-

[android-porting] android compiling......

2009-11-02 Thread superspirit
hi, i am trying to build donut android on my development machine (linux-feroa), but i could not able find proper java version. people any sugesstions. /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin) build/core/find-jdk-tools-jar.sh: line 5: [: too many arguments *

[android-porting] Re: FileWriter cannot create a file in sdcard with Android SDK 1.6

2009-11-02 Thread yaoming qin
I have the same problem. it can create the readonly file. But in Browser app, when it initialize the thread, I tried to fopen a file in "w+t", it failed. however, when fopen a file in "w+t" in mediascanning process, it succeed. On Oct 19, 2:06 pm, CC wrote: > Hi ALL, > >   I just write a appli

[android-porting] Re: Compilation issue while adding library in external folder

2009-11-02 Thread RaviY
If you want to keep your "proprietry code out of android", the ideal way to do this is to use the "vendor" folder [http:// android.git.kernel.org/?p=platform/vendor/sample.git;a=summary]. -Ravi On Oct 30, 7:08 am, BilalMujeeb wrote: > try changing the permissions of the shared libraries. > > Bil

[android-porting] Re: Acquire license for DRM contents.

2009-11-02 Thread RaviY
I am assuming you are talking about PVPlayerEngine and not MediaPlayer. iPlayer->AddDataSource(); iPlayer->Init(); Init() would fail with "license not found" or "license expired" error. iPlayer->QueryInterface(PVPlayerLicenseAcquisitionInterfaceUuid, iLicenseIF); iLicenseIF->AcquireLicense();

[android-porting] Re: FileWriter cannot create a file in sdcard with Android SDK 1.6

2009-11-02 Thread RaviY
http://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE On Oct 19, 12:06 am, CC wrote: > Hi ALL, > >   I just write a application to write some information to sdcard with > FileWriter. And it works fine in SDK 1.5. But in SDK 1.6, it always > raise a Excepti

Re: [android-porting] Re: Ethernet DNS

2009-11-02 Thread Yi Sun
At android-x86,we changed dhcpd to enable domain_name_server option so that dhcpd can work correctly with certain dhcp server. You may try this to see if it fixes your problem http://git.android-x86.org/?p=platform/external/dhcpcd.git;a=commitdiff;h=bd31c613f9ba6f0f2d4f4fde3f241cae2d2b69bb Yi On M

[android-porting] Re: No rule to make target 'iso_img'

2009-11-02 Thread Chih-Wei
Have you read this? http://www.android-x86.org/getsourcecode In a word, you have to get android-x86 code base. 'iso_img' is only valid in our tree. On 11月2日, 下午2時32分, itnewbie wrote: > Dear Mr. cwhuang, > > Followed the every single steps > onhttp://source.android.com/download#TOC-Ubuntu-Linux-

Re: [android-porting] Re: No rule to make target 'iso_img'

2009-11-02 Thread Yiu Wing Mak
Dear Mr. cwhuang, Thanks for your reply, I tried every single steps of http://www.android-x86.org/getsourcecode , still no luck. By the way, could you mind to tell/send me which 'Makefile' or the related files can make iso_img to be worked. Because the repo sync process takes ages for each tri

[android-porting] sms send error

2009-11-02 Thread simon
Hi, all I am porting ril in android. Now, the phone call is fine, but I can't send the sms. In ril/reference-ril/atchannel.c, at_send_command_full_nolock writeline("AT+CMGS=19") to the modem, and pthread_cond_wait (&s_commandcond, &s_commandmutex). I think it is waiting for the unsolicited "< "

[android-porting] Re: android compiling......

2009-11-02 Thread Chew Esmero
Hi, In order to properly build android sources, you need sun-java5-jdk package. My machine is Ubuntu so I can download the package using $apt- get install sun-java5-jdk. I'm not sure what's equivalent in Fedora. Is it $yum install sun-java5-jdk? Or you can manually download from sun website. Be su