[android-developers] Incorrect timestamp of files in apk build using Android Studio 2.2

2016-09-26 Thread cl
Noticed a problem with the apk build using: Android Studio 2.2 Gradle 2.2.0 buildToolsVersion 24.0.2 compileSdkVersion 24 I created a new project with an empty activity then build apk. Open the resulted app-debug.apk with an archive manager. All the files within the apk is dated "30

[android-developers] Re: Video Player for MP4 and MOV

2012-11-17 Thread CL
Thanks. Is there any open source MOV library that I can use? On Friday, November 16, 2012 12:16:09 AM UTC+8, bob wrote: This class can do MP4: android.widget.VideoView I doubt it will do MOV. On Thursday, November 15, 2012 9:40:59 AM UTC-6, CL wrote: Hi all, Does it mean I

[android-developers] Re: Video Player for MP4 and MOV

2012-11-15 Thread CL
Hi all, Does it mean I should drop the idea on developing it for Android? Cheers! On Wednesday, November 14, 2012 10:42:38 PM UTC+8, CL wrote: Dear Experts, I am thinking of developing my own Video Player for MP4 and MOV files. Wonder where are the good resources to perform

[android-developers] Video Player for MP4 and MOV

2012-11-14 Thread CL
Dear Experts, I am thinking of developing my own Video Player for MP4 and MOV files. Wonder where are the good resources to perform this task. Are there any alternatives other than VLC? Thanks! CL -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: ACTION_POWER_CONNECTED broadcast receiver not recognize by ICS

2012-01-24 Thread cl
in PowerUI(). Anyone got any ideas?  What am I doing wrong, I know it'll be something obvious but I'm battering my head off the desk at this point... On Jan 8, 1:32 pm, cl cllam2...@gmail.com wrote: I wanted to detect when the phone is pluged into the charger. I created

[android-developers] Re: ACTION_POWER_CONNECTED broadcast receiver not recognize by ICS

2012-01-24 Thread cl
I hope this (ACTION_POWER_CONNECTED) is a software bug, and can be fixed in next firmware release, maybe 4.0.4. On Jan 25, 2:17 pm, cl cllam2...@gmail.com wrote: I hope this is a software bug, and can be fixed in next firmware release, maybe 4.0.4. On Jan 24, 8:36 am, Mark Murphy mmur

[android-developers] ACTION_POWER_CONNECTED broadcast receiver not recognize by ICS

2012-01-08 Thread cl
I wanted to detect when the phone is pluged into the charger. I created a BroadcastReceiver as below public class PowerReceiver extends BroadcastReceiver { public void onReceive(Context context, Intent intent) { if (intent.getAction().equals(Intent.ACTION_POWER_CONNECTED)) {

[android-developers] Porting USB Host driver for chipset with register address below high memory

2010-12-21 Thread CL
Hi all, I am stuck with this issue for quite some time now. I am porting the USB Host (EHCI to be exact) driver for a chipset with register address (at 0x5A80) and the internal SRAM in the same range as well. This is below the high memory set (about 0x8E00). This is why I am getting all

[android-developers] DDMS Event LogParser error codes

2010-05-04 Thread cL
Hi guys, While monitoring with ddms sometimes I get ADB and ddms to disconect from the device. The adb proc gets killed and eventually respawned. The only traces I get are from ddms: 16:32 E/EventLogParser: Can't parse (disconnect_cause|1|5) (call_duration|1|3) 16:32 E/EventLogParser: Can't