Re: [android-developers] Google I/O 2012 ~ Where's the video?

2012-06-28 Thread Alger Lin
The video of keynote is located at http://www.youtube.com/watch?v=VCp34EElAEA However it's an private video now, I hope Google will set it to public. havexz於 2012年6月28日星期四UTC+8上午11時50分59秒寫道: Other videos are there except KeynoteI just saw the last part and missed my office too...:( n

[android-developers] Re: Application's resource files' protection

2012-05-31 Thread Alger Lin
I suggest that, put obfuscated icon resources into your APK file, then recovers it at run-time. You may need to write some tool to obfuscates your icons when create APK file, and add some codes in your application to recover those icons. -- You received this message because you are subscribed

[android-developers] Re: How to turn off the screen while the service is running in background

2012-05-31 Thread Alger Lin
You has to implements DeviceAdminReceiver interface, and turn-off screen by lockNow() method of DevicePoliceManager. http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#lockNow() -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Strange force close on Froyo phone, works fine on ICS tablet

2012-04-30 Thread Alger Lin
I release a tool to help developer to dump API from Android device. This tool may help you to check if class, method, or field existed at target device. You can get it from Google Play by URL below. http://market.android.com/details?id=com.twrd.yulin.classminer -- You received this message

[android-developers] Re: As close my android application

2012-04-23 Thread Alger Lin
You can kill your application by calling Process.killProcess(). http://developer.android.com/reference/android/os/Process.html#killProcess(int) However, this function call will kill process forcibly, in other words the onDestroy() functions not be called when Activity be terminated. julian

[android-developers] Re: Is there any alter native to download internal source code I am need mms source code ..

2012-04-17 Thread Alger Lin
I released an app to dumping all classes and methods (include disclosed and undocumented) from your Android device. It may help you to find out undocumented API for MMS. You can download this tool by URL below. http://market.android.com/details?id=com.twrd.yulin.classminer ADB於

[android-developers] Re: where does Android store sms.

2012-04-11 Thread Alger Lin
You may able to query incoming SMS by content provider, refer to URL below. http://stackoverflow.com/questions/2223296/select-first-sms-on-android-database-inbox http://stackoverflow.com/questions/2223296/select-first-sms-on-android-database-inbox And column of SMS table is defined at

[android-developers] Re: Need to read Calender Events [ Outlook synced events ]

2012-04-10 Thread Alger Lin
Maybe you have to solve it by undocumented API, you can dump and search all API (disclosed and undocumented) by tool below. I hope it can help you. Android' secret: https://play.google.com/store/apps/details?id=com.twrd.yulin.classminer Android於 2012年4月6日星期五UTC+8下午10時04分29秒寫道: Hi all Am

Re: [android-developers] Get an app's api level programmatically

2012-03-29 Thread Alger Lin
I release a tool to dumping all classes (includes disclosed and undocumented) at Android device, maybe this tool can help you to check if undocumented API was available at target Android version. You can get my tool by URL below.

[android-developers] Re: Detecting headset connection/disconnection on Android 3.0+

2012-03-29 Thread Alger Lin
I release a tool to dumping all classes (includes disclosed and undocumented) at device, maybe this tool can help you to check if undocumented API was available at target Android version. You can get it by URL below. https://play.google.com/store/apps/details?id=com.twrd.yulin.classminer

[android-developers] Re: Why is the SMS content provider still no included in the SDK?

2012-03-29 Thread Alger Lin
I release a tool to dumping all classes (includes disclosed and undocumented) at device, maybe this tool can help you to get undocumented API for SMS. You can get it by URL below. https://play.google.com/store/apps/details?id=com.twrd.yulin.classminer Sam Duke於

[android-developers] Re: DevicePolicyManager LockNow problem

2012-03-29 Thread Alger Lin
I release a tool to dumping all classes (includes disclosed and undocumented) at Android device, maybe this tool can help you to check if undocumented API was available at target Android version. You can get it by URL below.

Re: [android-developers] GPS Fix Status

2012-03-29 Thread Alger Lin
I release a tool to dumping all classes (includes disclosed and undocumented) at device, maybe this tool can help you to check if undocumented API was available at target Android version. You can get it by URL below. https://play.google.com/store/apps/details?id=com.twrd.yulin.classminer

[android-developers] Re: How can I know removed non-public API in Gingerbread

2012-03-29 Thread Alger Lin
I release a tool to dumping all classes (includes disclosed and undocumented) at device, maybe this tool can help you to check if undocumented API was available at target Android version. You can get it by URL below. https://play.google.com/store/apps/details?id=com.twrd.yulin.classminer

[android-developers] Tool to dump available API at Android device

2012-03-29 Thread Alger Lin
Android is a source opened OS, and Google release API at web-side. However, still has many function can't be implemented by public APIs. Many developer has to take risk to use undocumented API. So I release a tool to dumping all classes (includes disclosed and undocumented) at Android device,

[android-developers] Update project failed by android-tool r14 edition

2011-10-20 Thread Alger, Lin
I got r14 edition android tools, and try to update my project's build.xml by command below. E:\Codes\Android\Workspace\...android -v update project -p . This process failed with message below. Warning: Ignoring platform 'android-2.0': build.prop is missing. Updated local.properties Exception in

[android-developers] Developer Console page of Market not work correctly on Chromium browser

2010-06-03 Thread Alger, Lin
The Developer Console page of Android market not work on Chromium browser. Some hyperlink item on this page are un-clickable, such as Upload Upgrade, Replace this image, and add language. However it's work correctly on Fire-Fox browser. I don't know how to report this issue to Chromium developing

[android-developers] Open Mic failed on Froyo emulator

2010-05-21 Thread Alger, Lin
I got new SDK today, and test my program on emulator. However, I can't open Mic on 2.2 emulator, it's work on earlier emulator, my code list below. new AudioRecord(AudioSource.MIC, 16000, AudioFormat.CHANNEL_CONFIGURATION_MONO,

[android-developers] How to query information of my APP?

2010-04-30 Thread Alger, Lin
I find some web site can display comments and download number of my application. Does anyone knows how to query market information about my application? -- 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] How to get information about my application from market

2010-04-30 Thread Alger, Lin
I find some web site can show information about my application, such as user comment and download count. Does anybody could tell me, how to retrieve those information from Google? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] How to query the user list of my application?

2010-04-28 Thread Alger, Lin
I find a web site (http://www.appbrain.com/), it can tell me which users download my application, and their device type. However it list 10 users at most. I wanna know which devices type that my application was running. Does anybody could tell me, how to get the user list? and how to get their

[android-developers] How to get email address of application's author?

2010-03-25 Thread Alger, Lin
I write an application to display log to user, and my program will classifies log by its process. I wanna allows user to send log to selected application's author by email, if it is downloaded from market. So I have to get email of application author. Does anybody know how to query the email of

[android-developers] Download Android source code failed

2009-11-16 Thread Alger, Lin
I try to download source code for Android 2.0, but I always got the fatal: The remote end hung up unexpectedly message. Does the source code database with some problem? Should I rebuild my repo environment? or change some setting of repo? please tell me how to get the source code for Android 2.0.

[android-developers] How to dump log on Android?

2009-09-15 Thread Alger, Lin
I wanna write a activity to show log what user wanna see. For example, user may wanna know what happen, if they saw message about some process crashed (Phone, IME, etc.). I got API to write log on SDK, but I don't know how to get log. Could I read it on Java-layer? or I have to write code on

[android-developers] Re: How to dump log on Android?

2009-09-15 Thread Alger, Lin
/android-random/source/browse/#svn/trunk/Logcathttp://code.google.com/p/android-log-collector/ Regards Neil On Sep 15, 11:19 am, Alger, Lin addr...@gmail.com wrote: I wanna write a activity to showlogwhat user wanna see. For example, user may wanna know what happen, if they saw message

[android-developers] How calculates memory usage of application

2009-09-04 Thread Alger, Lin
I have an application in Java-side, and it uses some SO files in native-side . How to calculates the memory usage of my application, in Java-side and native-side both? Does Android provides toolkit to calculates the memory usage of application?

[android-developers] Re: How calculates memory usage of application

2009-09-04 Thread Alger, Lin
Dear Hackborn, Thanks for your information, this command is work on emulator, but not work on my HTC Magic, however it's very useful to me. Thank you very much. Alger On 9月4日, 下午3時20分, Dianne Hackborn hack...@android.com wrote: adb shell procrank is generally the most accurate memory usage

[android-developers] How to get attributes of KeyboardView?

2009-07-14 Thread Alger, Lin
I wanna write my own keyboard view, which extends from android.inputmethodservice.KeyboardView, and I need to get attributes of this keyboard view. I try to override the constructor with parameters (Context, AttributeSet, int ), and parse the attribute by the inputed AttributeSet. However I meet

[android-developers] Why standard component with private members?

2009-03-02 Thread Alger, Lin
I write my own text display component, which similar to TextView, but I wanna handle the spacing between words, and show cursor if user clicked on spacing, or show selection mark if user clicked on word. I suppose this implementation is an easy job, I should write my own component extended from

[android-developers] The example code of SoftKeyboard is not work

2009-01-07 Thread Alger, Lin
input method. Thanks. Alger, Lin --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send