Android :: Google - Active Install %? Bug In Install
Sep 1, 2010
Yes we have threads about this already but we still have not gotten an answer AND I think it's about time somebody at least explain what does this number actually MEAN. I'm getting frustrated with the lack of transparency on this.
My apps used to be around 56% active installs
VERY soon after I updated the apps to allow install to SDCARD (preferExternal), then the active install count started dropping like a rock. Now it's around 39% today for my main app.
My opinion is there is a bug in the SDCARD install feature somewhere that is not counting those installs. We know there already is a bug with home screen icons if you install to sdcard you will get a blank icon until the Home app restarts.
View 1 Replies
Mar 5, 2010
Anyone else noticing some strange behavior on the market lately? Most notably, I've been seeing fairly significant swings in the active install count (on the order of 3 points in a single day) which has been highly unusual for my app so far. Also downloads have been way down over the past few days. Is it possible that people don't love me as much as I think they do? Or is there another market bug similar to the one that cost me 8 percentage points in active installs last time that never got corrected?
View 3 Replies
View Related
Oct 8, 2010
We wanted to follow-up. By now, you should have noticed that the installs metrics for your applications have been restored. We identified the problem as occurring with application updates only, have made some changes recently that should resolve and prevent this problem. Please let us know if this error persists.
If we can assist you further, please let us know. In my case, things have not changed at all. Downloads are increasing (1550) and active installs stabilized at 29% (the value before the drop was 44/45%). So, indeed active installs are increasing again - 29% is stable since three weeks - but the original percentage was not restored. Now, I don't know what to think... Maybe the problem is not solved, maybe in my specific case the active installs really dropped for a while (but it's curious that it only happened for a while...). BTW, I didn't release any new upgrade since then (I have a new one almost ready, but I'm beyond schedule because of personal problems) - and maybe the count would fix itself with new upgrades...
What would you do now? Is there anybody else for which the problem was not solved?
-- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." java.net/blog/fabriziogiudici - www.tidalwave.it/people Fabrizio.Giud...@tidalwave.it
View 6 Replies
View Related
Oct 6, 2010
Rooted Samsung Moment with Radioactive Froyo v1.8.6 on Meatkernelv2.0.3 SDX-Developers
View 5 Replies
View Related
Oct 27, 2009
Followed the instructions in http://developer.android.com/sdk/adding-components.html for adding 2.0 as components to an existing 1.6 SDK, from within Eclipse.
It didn't work. Not by a long shot. Instead, it got partway through and then said that C:android-sdk-windows-1.6_r1 tempDocPackage.new01 couldn't be copied because of a lock, and similarly for PlatformPackage.new01.
It said to shut down running programs, but the only program running was Eclipse, which was needed to do the upgrade.
The cancel button was disabled, and the close box didn't work. Shutting down Eclipse killed it, but left C:android-sdk-windows-1.6_r1 in a corrupted state. Restarting Eclipse showed the Android projects with errors, no SDK, and a disabled Android SDK and AVD Manager (which means no ability to rerun the install).
Shutting down Eclipse, renaming the corrupted SDK directory, unzipping 1.6 again into C:, and restarting Eclipse made it as if nothing had ever happened, which is good. But it is not possible to complete the install from Eclipse, which is bad.
The dialog says:
CODE:..............
View 1 Replies
View Related
Aug 4, 2010
When I run my application on a physical phone from within Eclipse, my Google MapView works perfectly. If export the app to an apk file and install it to the same phone from the command line with adb then the MapView comes up but shows only the Google logo and grid - no map tiles appear. I'm using a debug application key and a GMaps API key generated with that debug key. I've verified that this happens on both the Droid and N1 phones. The logcat looks identical in both the working and non-working cases - no obvious error messages.
View 2 Replies
View Related
Nov 17, 2009
Anybody knows the install command to install an apk in system/app directory .
View 2 Replies
View Related
Oct 22, 2010
So the other day I went to download an app out of the market. The download finished, but it seems my phone decided to auto-reboot itself in the midst of the installation. After the reboot completes, I go back to the market, reselect the app, and it's hung at "Installing..." (And when I say "hung," the market is still fully functional except that one app). I'm given no option to cancel the installation. Killing the market app then trying to go back in has no effect - same deal. Hung on install. Another reboot didn't help.
Is there any way to delete the install package and make the market forget I even tried in the first place?
It's Angry Birds (wanted to see what all the fuss was about), but the install seems to have failed in a way that any app install could have failed.
View 3 Replies
View Related
May 14, 2009
I would like test android calendar application of g1 emulator (android sdk). Anybodys knows how to install this program in a emulator?
View 2 Replies
View Related
Nov 1, 2010
I needed to track install information, so i used com.android.vending.INSTALL_REFERRER intent for google analytics: http://code.google.com/mobile/analytics/docs/android/
I have put that intent into manifest as following:
<receiver android:name="com.mycompany.MyReceiver" android:exported="true"> <intent-filter> <action android:name="com.android.vending.INSTALL_REFERRER" /> </intent-filter> </receiver>
Inside MyReceiver class, i've implemented:
public void onReceive(Context context, Intent intent) { String referrer = URLDecoder.decode(intent.getStringExtra("referrer")) Log.d(TAG, referrer); com.google.android.apps.analytics.AnalyticsReceiver receiver = new com.google.android.apps.analytics.AnalyticsReceiver(); receiver.onReceive(context, intent);}
Then i installed app using generated at http://code.google.com/mobile/analytics/docs/android/#android-market-... url, and got this in log:
DEBUG/TestApplication(31977): utm_source=androidmarket&utm_medium=device&utm_campaign=search&utm_term=pname:com.mycompany.test.market&rowindex=0&hl=en&correctedQuery= WARN/googleanalytics(31532): Badly formatted referrer missing campaign, name or source WARN/googleanalytics(31532): Badly formatted referrer, ignored
So, instead of referral data that was given at url generation, i've got data which looks like i was searching for my app at Market
Does anyone have this kind of trouble, or knows how to help?
View 2 Replies
View Related
Sep 9, 2013
I need to know how I can install Google play service on my android phone...
I am using tecno N7
View 4 Replies
View Related
Oct 1, 2010
For some reason, when I try to install Google Earth, it says Package File invalid. Anyone experience this too? I have 2.1, rooted.
View 2 Replies
View Related
May 22, 2010
While trying to update Google Earth, I get an error message that says "Package file was not singed correctly". It seems to download fine, but keeps ending with "Installation unsuccessful".
View 3 Replies
View Related
Jul 16, 2010
So, I was messing around with Jager rom yesterday, and liked it enough. However, I really prefer the default gmail app to the K9 mail he included. How exactly can I install gmail's android app to Jager rom? I downloaded a pack from the incredibleroms site that was for Cyanogen (the 2.1 version) that said it was for google apps.
View 3 Replies
View Related
Jul 29, 2010
It will not successfully installed. Can anyone else confirm this?
View 4 Replies
View Related
Dec 12, 2012
My custom ROM didn't come with Google Talk. I don't want another IM client that can have Google talk on it i want the real thing. I have tried loading talk in system/app but it didn't load. Another time i tried again it came in the app drawer but when i opened it it crashed. I am running salty bean ROM and devil kernel. does this kernel support it or not? I did set the permissions correctly and still no luck.
View 3 Replies
View Related
May 5, 2010
When I click on the app in App Brain it gives me a broken link but others are getting it to work and leave comments. Anyone else get Google Earth to Install on an Incredible?
View 12 Replies
View Related
Aug 11, 2010
I got an update notification and it downloads but will not install.Any ideas.
View 40 Replies
View Related
Aug 12, 2010
I'm having problems installing voice search, I get an error saying the app isn't signed. Is anyone else getting same problem?I'm running an unofficial Rom of Froyo, could this be the the problem?
View 10 Replies
View Related
Mar 22, 2010
I used root explorer to delete every trace of google maps on my sd card and on the droid. and when i go to market to download it, it says installation error, incompatible update. how can that be, when i don't have maps installed on my phone yet?
View 3 Replies
View Related
Jan 13, 2014
i have a Kurio 10 Tablet which im trying to get google play store installed on, ive tried downloading the apk and transferring it over from a computer but it doesnt load after installation
View 2 Replies
View Related
Aug 3, 2013
When I attempt to install the google music player from google play, it goes through the installation process, but then always says "Install" afterwards. It is never actually installed. I tried cycling power to my 7" Nook, but that did not work. I also checked for any hung process using the Elixer sysinfo tool, which did not work either.
Why the google music player won't install?
View 1 Replies
View Related
Apr 17, 2013
When I try to install any app from Google play store it all goes well until I press the 'accept and download' button and the app just goes back to main screen and the app is not installed. I am using Samsung Galaxy S3. I cleared the data of google play yesterday because I was getting these annoying messages which slowed my phone down (they were popping up every 2 seconds or so)
View 5 Replies
View Related
Jun 19, 2012
I got Arnova 7f G3 with ICS 4.0.3.
How can I install google play with out rooting it. If rooting is required is there a guide that I can have to root it. Tried installing gapps and it didn't work
View 1 Replies
View Related
Aug 12, 2010
Ok so google just announced the new Voice Search and Google Search apps, that work only on Froyo (2.2). I'm on that OS (yeah!) but can't install the apps? Anyone have some clues? Neither app can install successfully. I'm on CelebFroyo 1.9 for full details on the new function: Just speak it: introducing Voice Actions for Android
View 4 Replies
View Related
Jul 27, 2010
I'm running bb 0.4, chevy 1.2LV, black glass theme on my droid. Is anybody else having a problem installing the google maps update? I tried yesterday and got an error that I think said something about a problem w/ the service pack.I tried probably 5x last night to install it from the market but didn't have any luck. Today I tried twice and again I get an installation error, however it doesn't say what the error is specifically.It takes about 4 minutes to download then when it gets to installation it says "installation unsuccessful"
View 24 Replies
View Related
May 19, 2010
Sorry for a nob question but can I get Google Earth on the Desire. It came with Google Maps and I read on another post someone also had Google Earth. I have been on the Android Market but a search doesn't bring up Google Earth. Has anyone installed Earth as well as Maps ?
View 14 Replies
View Related
May 12, 2010
I downloaded and installed BB 1.0 today with Adamz Smoked Glass Theme and I'm having trouble with Google Maps. It won't install after downloading.
View 2 Replies
View Related
Oct 1, 2010
I keep getting a message that installation was unsuccessful (BB.5). Never mind I think it is BB. It thinks I have 2.1 for some reason.
View 24 Replies
View Related
Feb 17, 2014
I have a ZTE V889S (aka ZTE Blade C, ZTE V807) with android 4.1.2. When I download any application/game off the Play Store, it will download up to 100%, yet not install. If I exit google play, wipe the process, and start it again, then it will install the application that it already downloaded. when applications update, I have to restart google play multiple times to update everything, which becomes a nuisance.
I had the problem even on the original android 4.1.2 rom (with the default/not updated play store app), and I currently have Lewa OS (A chinese custom rom), which still has the problem. There is enough space in every possible install location (I've tried setting it to the SD card and the internal storage). The alternative chinese app market has no problem installing applications right after downloading them.
View 2 Replies
View Related