[android-porting] media player application which shall dump Frame Rate and CPU Utilization

2010-08-27 Thread Arun Joseph
Hi All, I would like to know if there is any media player application which shall dump Frame Rate and CPU Utilization? Or how do we tweak the existing media player to give Frame per Second data? Thanks, Arun -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.go

[android-porting] Music Application crashes on Beagleboard-Xm-A2

2010-10-07 Thread Arun Joseph
Hi, I have been trying out Android Port for Beagleboard- XM-(A2) board (from rowboat - http://code.google.com/p/rowboat/). I see Music Application is crashing on start up. But sound is enabled, Videos are played properly with sound. Contacts,Camera and Phone applications are also behaving like th

[android-porting] Browser Crash on TI's AM37X board

2010-10-07 Thread Arun Joseph
Hi, I have been trying out Android Port for AM37X board (from rowboat - http://code.google.com/p/rowboat/). I have done the required proxy settings for the Android Browser to work. When the browser starts up it loads google page and the browser suddenly crashes. I changed the browser home page to

[android-porting] Removing standard package SpeechRecorder in Build

2010-10-08 Thread Arun Joseph
I would like to remove SpeechRecorder.apk from my rootfs. How can I achieve this through android device specific configurations. I am trying out rowboat sources for OMAP3 evm. Thanks, Arun -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/androi

[android-porting] "start adbd" when usb cable is connected

2010-11-04 Thread Arun Joseph
How I can start the service adbd only when usb cable is connected between host and target? Thanks & Regards, Arun -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] suspend/resume error on OMAP3 EVM with rowboat sources

2010-11-24 Thread Arun Joseph
Hi all, I was trying out suspend/resume on OMAP3 EVM with roaboat port [arowboat.org]. When I try "echo mem > /sys/power/state", I see LCD screen getting off and the following messages on android echo mem >/sys/power/ state request_suspend_state: sleep (3->3) at 128797488539 (2000-01-01 00:02:07

[android-porting] Power management Issue in OMAP3 EVM

2010-12-06 Thread Arun Joseph
Hi, I am trying to get suspend/resume enabled in OMAP3 EVM with rowboat sources. For this I enabled power management feature (set hw.nopm to false). When I press power key, early-suspend handlers are getting executed and surfaceflinger is down. But It takes 6-7 seconds to enter into linux suspend

[android-porting] Re: Power management Issue in OMAP3 EVM

2010-12-07 Thread Arun Joseph
its also very possible that a kernel driver also holding a wakelock for some > timeout period.. > > > > > > On Tue, Dec 7, 2010 at 11:26 AM, Arun Joseph wrote: > > Hi, > > > I am trying to get suspend/resume enabled in OMAP3 EVM with rowboat > > sour

Re: [android-porting] How to add prebuilt apk with .so in system build

2010-12-16 Thread arun joseph
Modify the apk source to load the .so from /system/lib Regards, Arun On Thu, Dec 16, 2010 at 3:14 PM, laloka wrote: > Dear all, > > I have a prebuild apk from third party, and there is a .so file in the > apk. > > I extract the .so from apk and put it in /system/lib > > But where is a problem.

[android-porting] TOUCH EVENT to wake up the android system from sleep

2011-01-03 Thread Arun Joseph
Hi, I would like to add the TOUCH EVENT to wake up the android system from sleep. What is the best way to add this functionality to the Android framework? Thanks, Arun -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] beagleboard porting

2011-02-04 Thread arun joseph
Try using console = ttyO (Oh) instead of ttyS0 in the bootargs. Regards, Arun On Fri, Feb 4, 2011 at 3:46 PM, Amit Pundir wrote: > arowboat.com > > http://groups.google.com/group/android-porting/msg/a6179104500c99ed > > Regards, > Amit Pundir > > On Fri, Feb 4, 2011 at 8:40 AM, Gagan Jit singh

Re: [android-porting] Beagleboard XM info required

2011-02-04 Thread arun joseph
Hi, Please have a look at http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/02_02_00/index_FDS.html for prebuilt android images for beagle XM. This release supports DVI D supporte

Re: [android-porting] Android porting:Issue of mini USB OTG port in host mode on Beagleboard

2011-02-04 Thread arun joseph
Please have a look at TI supported Android prebuilt images for beagleboard http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/02_02_00/index_FDS.html Regards, Arun On Thu, Feb

Re: [android-porting] Debug Message while Boot Up

2011-02-04 Thread arun joseph
Try increasing loglevel in init.rc Regards, Arun On Thu, Feb 3, 2011 at 3:48 PM, Stefan wrote: > Hi all, > > I want to know if there is the possibility to > show me some debug messages while I'm > trying to boot android. > > I've added > > "service logcat /system/bin/logcat -f /dev/kmsg >

[android-porting] Do android 2.3.3+ support html5 tags with video/webm

2011-09-04 Thread Arun Joseph
Hi All, I have a omap3evm with Android 2.3.4. I was trying to open the below link http://devfiles.myopera.com/articles/1891/sunflower-webm.html But it was not able to play in the android browser. But in a normal pc with firefox-6 HTML 5, the video was played on the browser itself. My question

Re: [android-porting] Native code execution on android and the hardware

2011-10-01 Thread arun joseph
You can purchase BeagleBoard XM and follow the development at arowboat.org Regards, Arun On Thu, Sep 29, 2011 at 6:44 AM, G.SU wrote: > Hi, >I am completely new to android development. > I am planning to run native code on android processor core. > > I am looking out for a cheap android har

[android-porting] Settings -> Display -> Animations

2011-12-19 Thread Arun Joseph
Hi, I am trying to enable All animations from the settings Settings -> Display -> Animations on OMAP3EVM. But still I am not getting the zooming effect when I click on the Home Screen Short-Cut for say, Music. Please help me to understand this issue. Thanks, Arun -- unsubscribe: android-porting

[android-porting] Re: Debugging deadlock/futex issues in pthead library.

2012-01-03 Thread Arun Joseph
Hi Shashank, I have seen such a rare deadlock issue with the bionic pthreads on an BeagleBone like platform. I am not sure whether this is the issue happening here. This issue was ARCHITECTURE specific. Details of the issue 1) Android Boots Up- System Server starts 2)

[android-porting] Re: Frame Buffer Issue

2012-01-18 Thread Arun Joseph
Hi Pawan, Can you try the below sources for vnc server. It works for beagleboard and beaglebone. So It should work for DM3730 as well. git clone -b rowboat-gingerbread git://gitorious.org/rowboat/droid-vnc-server.git Regards, Arun On Jan 18, 2:44 am, Sam Berro wrote: > This is because you are

[android-porting] ICS Gallery- Video does not clear background after Navigation bar disappears

2012-02-23 Thread Arun Joseph
Hi All, I am trying to play videos in the gallery(Gallery2) application of android ics (4.0.1), I have enabled the navigation bar for my platform(BACK, HOME, RECENT). After I starts video playback, the navigation bar as well as the progress bar disappears and the video view moves to the bottom. Bu

Re: [android-porting] Application start up performance is poor after upgrading from GB to ICS

2012-02-27 Thread arun joseph
Hi, Can you try to disable hardware renderer stuff diff --git a/core/java/android/app/ActivityManager.java b/core/java/android/app/ActivityManager.java index 4fe9cef..4b1ea83 100644 --- a/core/java/android/app/ActivityManager.java +++ b/core/java/android/app/ActivityManager.java @@ -218,6 +218,7

[android-porting] Re: ICS Gallery- Video does not clear background after Navigation bar disappears

2012-02-29 Thread Arun Joseph
on ICS phones. Btw, I am trying this on omap3evm with rowboat sources. Regards, Arun On Feb 23, 11:09 pm, Arun Joseph wrote: > Hi All, > > I am trying to play videos in thegallery(Gallery2) application of > androidics(4.0.1), I have enabled the navigation bar for my > platform(BACK,