[android-developers] Re: PUBLISHED APPS MISSING FROM UPDATED CONSOLE

2010-11-25 Thread Nicolas Thibaut
thanks, it works for me I can publish :) On 25 nov, 10:04, String sterling.ud...@googlemail.com wrote: So, my best selling app was also AWOL from the console this morning. But it IS still visible in the Market client, and I can still edit it by entering its Console URL manually:

[android-developers] My app deleted from android market console

2010-11-24 Thread Nicolas Thibaut
My app does'nt appear on the console. I have do this when upgrading: - add hight res icon with bad size. - try to publish - error : ok - upload apk saved to draft : ok - click on save : ok the app just disappear. ? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: My app deleted from android market console

2010-11-24 Thread Nicolas Thibaut
the app is on android market but does'nt exist in my console ... On 24 nov, 21:10, Nicolas Thibaut nthibau...@gmail.com wrote: My app does'nt appear on the console. I have do this when upgrading: - add hight res icon with bad size. - try to publish - error : ok - upload apk saved

[android-developers] Re: My app deleted from android market console

2010-11-24 Thread Nicolas Thibaut
thanks treking, I was searching for this form :) On 24 nov, 21:56, Leon Moreyn-Android Development lmor...@earthcam.com wrote: are you using the uses-features in your manifest? there are certain features the may not have your app appearing on certain devices. On Nov 24, 3:29 pm, TreKing

[android-developers] Re: Apps missing in publisher console

2010-11-24 Thread Nicolas Thibaut
me too. I have added the uses feature suggested and try to load high res icon, my app is now hidden :'( On 24 nov, 22:29, Robert Green rbgrn@gmail.com wrote: I'm glad it's not just me! On Nov 24, 1:25 pm, Kumar Bibek coomar@gmail.com wrote: Haha, Quite a few things there...

[android-developers] Re: Piracy Breakdown by Country

2010-08-28 Thread Nicolas Thibaut
hi keylabs: 1 - did you have used a unique users feature for your stats ? because while user is not registered, you AAL will push a flurry event. if the user never register it will send an event each time he use the app, so the pirated app will grow indefinitely. hy are you using flurry and not

[android-developers] Re: Android Market Licensing: Now Available!

2010-08-28 Thread Nicolas Thibaut
I have implemented the LVL to send event on private webservices each time the market respond an NOT ALLOWED. Five minutes after the submission to android market, some events were throwed. How can this be possible ? how a pirated app can be updated 5 minutes after a submission ? On 27 août,

[android-developers] Re: Kill running app

2010-06-02 Thread Nicolas Thibaut
you can use restartPackage both api 8 and 7. the api is deprecated but exists in api 8 and redirect to killBackgroundProcesses (I use it and it works) On 30 mai, 17:15, Mats matshof...@gmail.com wrote: Hi, I want my app to kill a running app but i got the problem that since API 8 the method

[android-developers] Android 2.2 : Quick contact on home screen : missing anchor

2010-05-31 Thread Nicolas Thibaut
Hi, on my own home screen (still in developement), I have a bug with the new Froyo's quick contact feature. When I click on a contact shortcut in 2.2 home I have this intent throwed: 05-31 11:36:10.160: INFO/ActivityManager(85): Starting activity: Intent {

[android-developers] Re: Android 2.2 : Quick contact on home screen : missing anchor

2010-05-31 Thread Nicolas Thibaut
sorry for the dupplicate entry, the same question is here: http://groups.google.com/group/android-developers/browse_thread/thread/87a7a1dfc8990f25 On 31 mai, 12:05, Nicolas Thibaut nthibau...@gmail.com wrote: Hi, on my own home screen (still in developement), I have a bug with the new Froyo's

[android-developers] Re: SignalStrength

2010-05-24 Thread Nicolas Thibaut
hi , the signal strength is broadcasted to you app. I am using it like this: public final PhoneStateListener mPhoneStateListener = new PhoneStateListener() { @Override public void onSignalStrengthChanged(int asu) { . //receive the new signal strength and

[android-developers] [Android 2.2] IMPORTANCE_EMPTY on process never set ?

2010-05-23 Thread Nicolas Thibaut
Hello, on froyo emulator (and a nexus one with big memory), the flag importance on the RunningAppProcessInfo seems to be never set. On android version 2.2 when you run an activity and press return, the glag is set to IMPORTANCE_EMPTY and the id in the associated RunningTaskInfo is zero. App

[android-developers] Re: Crashed Service not restarting - TasKiller or Android issue ?

2009-11-27 Thread Nicolas Thibaut
Hi, Taskiller use ActivityManager to kill process (there is no kill but uninstall process). If I kill taskiller itselfs, the log are: 11-27 19:16:58.952 I/ActivityManager( 75): Displayed activity com.tni.TasKiller/.TasKiller: 2023 ms (total 2023 ms) 11-27 19:16:59.032 I/ActivityManager( 75):

[android-developers] Re: Alarm is canceled if app is stopped

2009-10-13 Thread Nicolas Thibaut
:) I am the taskiller developper. If an user choose to kill your app. Your app may not be restarted. Users are using taskiller because too more apps have bad implemention of broadcasters. Too many apps are launching without user action, like uninstalled widgets, because they receive Broadcast