[android-porting] Profiling in Opencore

2010-10-04 Thread Pruthvi
Hi, I am trying to profile a video codec under opencore using gettimeofday(), but i am not getting proper expected values. Can anyone suggest any other method to profile video codecs under opencore. Thanks in advance. Regards, Pruthvi -- unsubscribe:

[android-porting] Android on MotoRokr E6

2010-10-04 Thread Abhyudai Shanker
Hi, I am trying to run Android on my Motorokr E6. I am using the files and tutorial given at the following link. http://www.motorolafans.com/forums/android-os/29689-porting-andoid-rokr-e6.html As you can see from the tutorial, I need to telnet into my phone gradually. i have completed all the

Re: [android-porting] Re: : V4l2 Camera Integration

2010-10-04 Thread Raju Sana
I could able to mount the SD card manually and can see the contents of the SD card. Thanks Regards, Venky. On Fri, Oct 1, 2010 at 6:09 PM, Sreekanth W w.sreeka...@gmail.com wrote: Check in your adb shell ls -l /sdcard shows the SD card contents. If not, then problem is with your mmc

[android-porting] Question about localization in porting android

2010-10-04 Thread Thanh Le
hi all! I am a newbie in android. I have a question localization language and icon in porting android. I have read in http://source.android.com/porting/customization.html. It was not present anything involve to localization. Anyone can give me advise about this. Thanks in advanced. --

Re: [android-porting] Android BT subsystem sleep

2010-10-04 Thread wikijone
hi pavan, Thanks a lot for your reply! Well, I know on system wide suspend, all hardware about BT system will go down, like UART, GPIO, BT chip(we use BCM4329). As you say, I have checked every CPU's GPIO for their state, every UART properties state, after board waking up, all state resume their

Re: [android-porting] camcorder prepare failed

2010-10-04 Thread Deva R
hope preview in genreal is working good. I found that preview function on Camera or Camcorder in HAL is the same. Camera can work fine, but Camcorder can't... Do you occur this problem? Camera - picture usecase. jpeg encoder,decoder will come into picture. Camcorder - video usecase. video

[android-porting] Re: Stagefright Mediaextractor: how to detect interlaced streams in video files?

2010-10-04 Thread Deva R
[resolved now] i realized lately that its beyond the scope of file parser., and supposed to be done by codec component. written a custom parser to detect interlaced content, and posted to local gerrit - http://review.omapzoom.org/#change,6889 -- Regards, Deva www.bittoggler.com On Tue, Sep 7,

[android-porting] Re: Porting to FPGA (Newbie)

2010-10-04 Thread Sweetu
Hi rehmat, I am also on the same boat. I would like to port android on NIOS II as well. Any luck so far for you? Please let me reply. On Oct 2, 7:18 pm, Rehmet rgnurrah...@gmail.com wrote: Dear Chris, What should I be looking at? On Sep 11, 12:57 pm, Chris Stratton cs07...@gmail.com wrote:

[android-porting] opening L2CAP socket: Operation not permitted

2010-10-04 Thread Praneeth
Hi, I am not able to Turn ON BT on my device. When I try this in command line bluetoothd -n /etc/bluez/main.conf bluetoothd[2528]: Bluetooth daemon 4.47 bluetoothd[2528]: Starting SDP server bluetoothd[2528]: opening L2CAP socket: Operation not permitted bluetoothd[2528]: Server initialization

RE: [android-porting] Question about localization in porting android

2010-10-04 Thread Veli-Matti.Anttila
Hi Thanh Le More information about language localization is available in http://developer.android.com/guide/topics/resources/localization.html BR, Veli-Matti -Original Message- From: android-porting@googlegroups.com [mailto:android-port...@googlegroups.com] On Behalf Of Thanh Le Sent:

Re: [android-porting] Android BT subsystem sleep

2010-10-04 Thread bheemsen
When system goes to suspend GPIO should be put in to safe mode, can you check BT gpio is in safemode when system goes to suspend. If possible try probing BT gpio during suspend, if BT gpio is toggled during suspend ? Regards, Bheemsen On Mon, Oct 4, 2010 at 2:16 PM, wikijone wikij...@gmail.com

Re: [android-porting] Question about localization in porting android

2010-10-04 Thread Thành Lê Nguyên
Hi Veli-Matti! Thanks for your answer! But what I am finding is not for an application. I'm wanna know how to localize android platform when I porting in real device. BR, Thanh Le On 10/4/10, veli-matti.antt...@elektrobit.com veli-matti.antt...@elektrobit.com wrote: Hi Thanh Le More

Re: [android-porting] Android Dual Screens

2010-10-04 Thread Deva R
I wanted to connect two displays to Android - One through HDMI TV and other one status LCD panel. HDMI port will show the android desktop screen and other appliactions. Status LCD will only show device notifications like Power ON, Power OFF, Bluetooth ON, Ethernet ON etc. Can anyone please give

Re: [android-porting] Android Porting Training in India

2010-10-04 Thread Ashwin Bihari
Android porting is at the most basic level Linux porting to new hardware and the rest usually comes along for the ride (Dalvik, Goldfish, Android framework and so on)..So get comfortable with the Linux Kernel first and then learn about how Android is put together so you can do what you need..

[android-porting] Mechanism for working with new hardware after docking

2010-10-04 Thread Great White Pin Geek
I'm wondering what the proper way is to dynamically load/integrate device drivers for hardware that becomes available when a device is docked. For example, say a docking station has some new hardware on it that our device could make use of (for the sake of illustration, let's say it's some new

Re: [android-porting] Android BT subsystem sleep

2010-10-04 Thread Robin Gujjar
you can also check the motorola bluetooth sleep mode driver or Qualcomm bluethood sleep mode driver , that will help u , u can brouse there code on there On Mon, Oct 4, 2010 at 10:17 PM, bheemsen bheems...@gmail.com wrote: When system goes to suspend GPIO should be put in to safe mode, can you

Re: [android-porting] Android BT subsystem sleep

2010-10-04 Thread Pavan Savoy
hnm, interesting.. where can i find source code for those ? what does a bluetooth sleep mode driver do? On Mon, Oct 4, 2010 at 11:31 AM, Robin Gujjar robin.guj...@gmail.comwrote: you can also check the motorola bluetooth sleep mode driver or Qualcomm bluethood sleep mode driver , that will

[android-porting] Black screen when device loading with inserted USB cable and non-working touchscreen

2010-10-04 Thread fkcoder
Hello! Now I'm porting FroYo on Apad iRobot Rockchip RK2808 with kernel 2.6.25, but faced with the problem. When inserted in the inclusion of USB cable the device will turn on a black screen. However, power off window that appears when I long press the center button. This is not an important bug.

Re: [android-porting] Profiling in Opencore

2010-10-04 Thread Deva R
How about systemTime() call?? it returns time in nsec_t format., you can refer our sample fps profiling logic (at video-mio level though) as in,

[android-porting] Re: [rowboat] Re: [hawkboard.org] Android-Froyo port for OMAP-L138 HawkBoard

2010-10-04 Thread Deva R
We are pleased to release the Android - Froyo port for OMAP-L138 HawkBoard. Nice to see android release for hawkboard (more like beagle family) :) will be great if source is hosted on gitorious or github (like rowboat - http://code.google.com/p/rowboat/wiki/Source?tm=4 ) Works perfect except

[android-porting] x86 target build

2010-10-04 Thread oclee
Hi all, I'd like to make a windows build of the emulator that runs an x86 build of android linux on top of the android qemu code running in x86 mode rather than arm. My assumption is that it will lack arm jni support but will run more quickly and still have all the virtual devices/drivers.

[android-porting] Kernel Crash in Some hardware ,After some cycle

2010-10-04 Thread gopu
Hi , Anybody have idea about why this crash is happening .This crash happening in some hardware after some usage. or How to debug this kind of crashes ? [42129.549508] save exit: isCheckpointed 1 [42129.903565] Unable to handle kernel paging request at virtual address 1000 [42129.903922]

[android-porting] Re: Profiling in Opencore

2010-10-04 Thread Pruthvi
Hi Deva, Yup planning to use systemTime(). Which option do you think is better for initialization among MONOLITHIC, PROCESS, THREAD ... for the systemTime(). Since the Video dec node runs as an AO I fill its better to use THREAD ... but if the OMX component (ie decoder) if internally uses more