[android-developers] In Android 7.0 we're removing three commonly-used implicit broadcasts — CONNECTIVITY_ACTION, ACTION_NEW_PICTURE, and ACTION_NEW_VIDEO

2016-09-08 Thread Jacky Lam
Dear All, Refer to android official web page, it mentions: In Android 7.0 we're removing three commonly-used implicit broadcasts — CONNECTIVITY_ACTION , ACTION_NEW_PICTURE

[android-developers] Re: PPP implementation on Bluetooth socket connection

2016-02-29 Thread Jacky Lam
Does anyone can save me? On Monday, February 15, 2016 at 3:04:29 PM UTC+8, Jacky Lam wrote: > > Hi All, > I would like to develop a dial-up like app in Bluetooth connection. More > specifically, > I have an Android device (A) which connects to another Android device (B) > thr

[android-developers] PPP implementation on Bluetooth socket connection

2016-02-14 Thread Jacky Lam
Hi All, I would like to develop a dial-up like app in Bluetooth connection. More specifically, I have an Android device (A) which connects to another Android device (B) through Bluetooth SPP profile. (A) is connected to Internet, while (B) doesn't. My goal is to send PPP data from (B) to (A),

[android-developers] ACTION_GET_CONTENT failed when startActivityForResult

2016-01-21 Thread Jacky Lam
Hi all, I just use the following code in Nexus 6P: private void showFileChooser() { Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType("*/*"); intent.addCategory(Intent.CATEGORY_OPENABLE); try { int

[android-developers] Re: singed APK binary files are different when recompile

2015-07-09 Thread Jacky Lam
Hi All, Does anyone have this issue? And does anyone solve this issue? On Wednesday, July 8, 2015 at 3:15:27 PM UTC+8, Jacky Lam wrote: Hi All, I have an android project in Android Studio platform. I try to create an signed apk using Build-Generate Signed APK. At the first time, I clean

[android-developers] singed APK binary files are different when recompile

2015-07-08 Thread Jacky Lam
tools tell me that these two binary files are not identical. I am wondering is this a magic? Or I miss something? Thank you. Jacky Lam -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Issue of using HorizontalScrollView in ListView

2012-07-19 Thread Jacky Lam
Dear All, I am implementing a listview in android. In the listview, most of the rows are no need scroll horizontally. Except the first row, I add a HorizontalScrollView to it. The listview can construct prefectly. However, when I scroll the first row of list view Horizontally, it sometimes can

[android-developers] Skip unlock screen

2010-05-04 Thread Jacky Lam
Dear all, I get a Android system image with a development board. But after boot up, it appears with a 9-dots lock screen. But my development board doesn't have any touch screen. Is there any way to skip that in a serial console or by modify config file? I see the board