[android-developers] android fixbug update

2017-01-09 Thread feng ye
Hi All. It's really a headache in android update for developers just like me.Especially when you found there was still has some major bugs after you publish a version just now. Can we provide a way to smart update an app silently without user attention, or user see a bugfix progress(this means

[android-developers] Android System WebView Memory Leak

2016-11-06 Thread Cooltey Feng
Recently I encountered a situation on my WebView-based application, they keep crashing all the time. Before I do the updates for the WebView app ( https://play.google.com/store/apps/details?id=com.google.android.webview), my apps are in a stable situation. After the updates, every single time

[android-developers] Why startHierarchyTracing is deprecated?

2012-07-23 Thread fan feng
Is there any substitute for? My is android 4.1.1. -- 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 email to

[android-developers] MonkeyView.setFocused() doesn't work in Android 4.0

2011-12-06 Thread Harrison Feng
-- *Thanks, Harrison Feng ** * Email: feng.harri...@gmail.com MSN: feng_harri...@hotmail.com* * -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: Many apps disappeared in Android Market this morning

2011-05-18 Thread feng
I found the same issue. On May 17, 9:19 am, john huang john.h...@gmail.com wrote: I have try clear everything I can clear, and reboot several times, no luck :( On Tue, May 17, 2011 at 9:14 AM, Maps.Huge.Info cor...@gmail.com wrote: No need to panic! I see all the apps you mentioned

Re: [android-developers] Re: Mount sdcard from code

2011-03-31 Thread Feng Chris
Hi FrankG, Do you know who the NativeDaemonConnector communicate with via socket? Thanks, Chris 2011/2/9 FrankG frankgru...@googlemail.com BTW .. the Settings app simply uses the AIDL Interface to the mount service via IMountService and calls mount. And com.android.server.MountService

[android-developers] how to include resource files in a static java library?

2010-12-21 Thread Feng Qian
in the final .apk file. I used 'aapt list my-app.apk'. On the other hand, the package built by Eclipse seems preserving resources from 3rd party jars. Does anyone know how to include resources from a static library into the final .apk? Thanks in advance, Feng -- You received this message because

[android-developers] How to push the code changes to review.source.android.com

2010-12-02 Thread Feng Chris
Hi all, I try to push my changes to eview.source.android.com as method described in site http://source.android.com/source/submit-patches.html. But when I do repo upload, error occurred. Is anyone know something about this? Or is anyone can provide a details about how to push the code changes to

Re: [android-developers] How to push the code change to Android open source project.

2010-11-23 Thread Feng Chris
22, 2010 at 8:12 AM, Feng Chris chris@gmail.com wrote: Hi all, How to push the code change to Android open source project? Anyone could provide a push command for me? Many thanks for your help! Thanks, Chris -- You received this message because you are subscribed to the Google

[android-developers] How to push the code change to Android open source project.

2010-11-22 Thread Feng Chris
Hi all, How to push the code change to Android open source project? Anyone could provide a push command for me? Many thanks for your help! Thanks, Chris -- 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] Any better way to implement the backwards notification from installd to Installer

2010-05-24 Thread Hao Feng
I plan to make some tasks like DEX file optimization be processed by installd on the background asynchronously, thus installd needs to notify the Installer of the result at some uncertain point when the request has been processed. Currently, a socket connection will be established each time when

[android-developers] Any better way to implement the backwards notification from installd to Installer

2010-05-24 Thread Hao Feng
Hi all, I plan to make some tasks like DEX file optimization be processed by installd on the background asynchronously, thus installd needs to notify the Installer of the result at some uncertain point when the request has been processed. Currently, a socket connection will be established each

[android-developers] Any better way to implement the backwards notification from native component to framework

2010-05-24 Thread Hao Feng
Hi, I plan to make some tasks like DEX file optimization be processed by installd on the background asynchronously, thus installd needs to notify the Installer of the result at some uncertain point when the request has been processed. Currently, a socket connection will be established each time

Re: [android-developers] how to recover offline devices.

2009-12-24 Thread feng jacky
the applications/development settings on the device? On Dec 23, 2009 7:49 PM, feng jacky jacky...@gmail.com wrote: Hi, I found that android handsets connected to my PC via usb often go 'offline' status (by adb.exe devices). And, in this situation, I can not debug or access the handset anymore

[android-developers] how to recover offline devices.

2009-12-23 Thread feng jacky
Hi, I found that android handsets connected to my PC via usb often go 'offline' status (by adb.exe devices). And, in this situation, I can not debug or access the handset anymore. My question is, how can I make the handset back to 'device' status. I tried 'adb kill-server' and 'adb

[android-developers] How to access database in BroadcastReceiver?

2009-12-11 Thread feng tian
= CREATE TABLE + TABLE_NAME + ( + FIELD_id + INTEGER primary key autoincrement, + + FIELD_TEXT + text); db.execSQL(sql); } ... } With many thanks. BR, Feng. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] How to communication with PC client.

2009-12-10 Thread feng jacky
Hi, I wrote a TCP socket client, an android application. On my emulator, it can successfully connect to a TCP sever running in my PC. But, when I deployed the the apk into my real phone, HTC g4, it dosen't work. An exception was raised said java.net.SocketException: Network unreachable. The

[android-developers] The way to access the android phone.

2009-12-09 Thread feng jack
Hi, Buddies, I am writing a PC software, which is used to read, write, and update the contact information, send SMS, and change the settings of the phone from a PC connected to a Android phone via USB. Currently, the way I figured out is to use adb, but, I found that adb is be able to work only

Re: [android-developers] Re: The way to access the android phone.

2009-12-09 Thread feng jacky
Kanninen mathias...@gmail.com wrote: Write an Android application, send the apk to the handset from your PC software. Profit. On Dec 9, 3:47 pm, Paul Turchenko paul.turche...@gmail.com wrote: Same here On Dec 8, 2:17 pm, feng jack jacky...@gmail.com wrote: Hi, Buddies, I am writing

[android-developers] How to get the event when the _current_ application install finished.

2009-12-07 Thread feng tian
Hi, All: I want to do something immediately after my application installed into the system. Is there such intent or hook to do this? With many thanks. BR, Feng. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to get the event when the _current_ application install finished.

2009-12-07 Thread feng tian
Or, in a fallback solution. Can my application automatically run after the installation? Thanks. BR, Feng 2009/12/7 feng tian feng.of.t...@gmail.com Hi, All: I want to do something immediately after my application installed into the system. Is there such intent or hook to do

[android-developers] Is it possible to start activity when received a broadcast?

2009-12-07 Thread feng tian
Hi, All: I found that the onReceive of broadcast intent can't start an activity explicitly. Is there any way to start an activity when I receive a broadcast? eg: I need an interaction UI with user when specific package has been installed in the system. With many thanks. BR, Feng -- You

Re: [android-developers] Re: How to get the event when the _current_ application install finished.

2009-12-07 Thread feng tian
kay, thanks for your reply. 2009/12/8 Dianne Hackborn hack...@android.com Sorry, you must wait for the user to explicitly launch your app. This is the intended design. On Mon, Dec 7, 2009 at 1:31 AM, feng tian feng.of.t...@gmail.com wrote: Or, in a fallback solution. Can my application

[android-developers] Is there an Intent for package remove?

2009-12-06 Thread feng tian
Hi, All: My android app is responsible for uninstall the specified packages. Is there an intent for this? With many thanks. BR, Feng -- 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] Can't receive broadcast PACKAGE_ADDED

2009-12-02 Thread feng tian
Hi, All: I want to receive the broadcast intent PACKAGE_ADDED, but it seems I cant get it. Here are my codes, can someone check for me? Thanks very much. //TestReceiver.java, this is the class for receiving the intent. I just display package com.android.receiver; import

Re: [android-developers] Can't receive broadcast PACKAGE_ADDED

2009-12-02 Thread feng tian
Thanks very much. 2009/12/2 mingkg21 mingkg21 mingk...@gmail.com You also need to add data android:scheme=package /. 2009/12/2 feng tian feng.of.t...@gmail.com Hi, All: I want to receive the broadcast intent PACKAGE_ADDED, but it seems I cant get it. Here are my codes, can someone check

Re: [android-developers] How to get the event when the user installing an application.

2009-12-01 Thread feng tian
Thank you very much for you patient answer, I found the proper broadcast intent for that event. BR, Feng. 2009/12/2 Dianne Hackborn hack...@android.com I am repeating myself here. There are broadcasts sent for this stuff -- look at Intent for them. You can receive them to find out when

[android-developers] How to get the event when the user installing an application.

2009-11-30 Thread Tian Feng
one give me a hint on this? With many thanks. BR, Feng. -- 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 email to android-developers

Re: [android-developers] How to get the event when the user installing an application.

2009-11-30 Thread feng tian
Thanks for you answer. Then I can use another solution to detect the running of specified application B , and block it, right? BR, Feng. 2009/12/1 Dianne Hackborn hack...@android.com Sorry, you can't do this. On Mon, Nov 30, 2009 at 1:25 AM, Tian Feng feng.of.t...@gmail.com wrote: Hi, We

Re: [android-developers] How to get the event when the user installing an application.

2009-11-30 Thread feng tian
We are doing research on that. But I found some anti-virus app (LookOut) on Market already implemented such feature. BR, Feng 2009/12/1 Dianne Hackborn hack...@android.com What other solution were you planning on using? The platform doesn't provide a mechanism for third party apps to do

Re: [android-developers] How to get the event when the user installing an application.

2009-11-30 Thread feng tian
Each time when I downloaded and installed an application on my GPhone, look out will scan the software and display the scanned result on the status bar. BR, Feng. 2009/12/1 Dianne Hackborn hack...@android.com What other solution were you planning on using? The platform doesn't provide

Re: [android-developers] How to get the event when the user installing an application.

2009-11-30 Thread feng tian
kay thanks, I thought there will be system notifications when application: 1) Install 2) Running So, there is no system notifications for 1) and 2), right? BR, Feng 2009/12/1 Dianne Hackborn hack...@android.com It doesn't sound to me like it is blocking the install, just doing something

Re: [android-developers] How to get the event when the user installing an application.

2009-11-30 Thread feng tian
does it do the trick? Thanks. BR, Feng. 2009/12/1 feng tian feng.of.t...@gmail.com kay thanks, I thought there will be system notifications when application: 1) Install 2) Running So, there is no system notifications for 1) and 2), right? BR, Feng 2009/12/1 Dianne Hackborn hack