General :: Market Fails To Process Order
Jan 27, 2012
When I purchase something from the market, it hangs on authorising payment in the market app. In the meantime the payment is taken from my card, I get an email with receipt for the order, then the market will error with the message "You will receive email when your purchase is resolved". The app then seems to freeze in a state of permanent purchased but not delivered. 24 hours has passed and I can still hit the refund button and process a refund.
This happens both on my Xoom and SGS2 whether purchased from the market on the respective device or from the website. The entries on Google wallet appear to be the same as previous successful purchases just without the delivered/shipped detail on them, and the message this item will be automatically downloaded to your device is absent.
I'm stuck in hospital at the moment and my tablet and phone are all I have, so this really sucks.I have tried multiple payment methods with no success.
View 1 Replies
Oct 3, 2010
I want to upload an upgrade in the market. But when I upload the apk and new images and click save or publish everything is lost when I return to the listing (the old apk and images are restored). The only thing that changes is the saved versioncode of the app. Is there something broken?
View 2 Replies
View Related
Oct 26, 2010
I included the Android Market licensing (LVL) in my application and is currently using it to block invalid users. However users are emailing me that they are legit and include proof that they indeed bought the application. In looking at the errors generated during authentication, I get something along the line of "failed to reach server 505 error" which basically means that the Android Market server isn't responding and authenticating the users correctly.
In my personal experience when I encountered this once in my testing (I was hoping it was unique but it's not), I had to wait 30 mins before it finally worked. My phone was using wireless and clearly had no network issues. Ultimately the Android Market server is glitch and faulty (which is nothing new) and was just not responding and authenticating for around 30 mins. This leads to an extremely crappy experience for my users.
Other than dropping using this licensing scheme, I don't know what else to do. Android market connection is just too faulty for everyday usage. Do other developers have a better experience? Others using LVL at all? Others with similar experience?
View 3 Replies
View Related
Sep 24, 2010
Before today, when entering a search term into the Market app, the results at the top of the search would all be exact matches of that search term against the app name. For example, type "translate" and the user will see all the apps called "translate" before the "Google Translate" result (which is by far the most downloaded translate app). Now, this no longer happens. If you type "translate" the first result is "Google Translate" (and no preference is given to exact matches).
Note: posted on this forum partly because hardly anyone reads Android Discuss, and partly because developers need to know how their apps are being prioritized in app search results).
View 3 Replies
View Related
Nov 20, 2009
As you may know, when you buy an app from the market, an email is sent to you with a "Google order number" (which I believe is 15 digits long), which is specific to this transaction. I was wondering if this number is stored anywhere on your device after you purchase an app, and if it is, is there anything in the API to allow an android app to retrieve this number. If this number cannot be retrieved, is there a similar market transaction code that's retrievable?
View 4 Replies
View Related
Dec 17, 2009
What determines the market search result order?
It doesn't seem to be downloads or rating.
The Top free/paid listing does not make much sense either...
View 2 Replies
View Related
Mar 18, 2010
I have released a version 1 on some app in the market. Can anyone tell me how to give an update of it?
View 3 Replies
View Related
Mar 26, 2010
I'm looking to flash again... right after I loaded all of the market applications that I love onto the phone.
I apologize if this is a trivial question; I'm not yet all that familiar w/ the program management on the android. But what I would like to be able to do is create a directory (be it on the sdcard, my laptop, etc) and store the install files for all of the apps that I install on this phone after every flash. This would save a tremendous amount of time bringing the phone back up to usable status after a flash. And the cat's meow would be if the configurations for these apps could be backup locally as well. Similar to a ~/.name_of_application/ directory on a linux box.
I'm poking around the file system right now, and not finding anything obvious. Would these be the files out of /system/bin?
View 31 Replies
View Related
May 25, 2010
For example, firstly download the app "ABC", "Open" button and "Uninstall" button will be displayed at the bottom of the screen when the installing is completed. Secondly, activate "ABC" by tapping this "Open", and tap HOME key when the app is running. After that, restart the same app from the Launcher on the Home screen, and finish the restarted one from BACK key. Then, despite having closed the restarted one, the same app is displayed. (I forecast the cause, it is maybe the multiple activation of the app.)
Q1. Is it the problem as the specific of Android Market that multiple activation occurs when the app is activated with above process? If it's no problem, is the cause the app "ABC" which I downloaded? Q2. Is there any way to avoid the multiple activation in designing of apps?
About the copy protection of Android Market.............
View 3 Replies
View Related
Jun 24, 2010
I have been struggling with uploading my application to android market. I keep getting the same old "The server could not process your apk. Try again.". I tried for hours to change and modify my AndroidManifest.xml file but no luck.
Here is my my AndroidManifest.xml:
CODE:............
View 2 Replies
View Related
Nov 12, 2010
After installing the 2.1 update onto a SE X10 mini the Android Market will not function. It opens, I can browse and select apps but when attempting to download it states 'starting Download', with a barber-pole bar, but the download goes no further. I have re-installed the update which seemed to work at first with one download working but then the same problem re-occurred. Based on info in other feedback on this blog I reviewed the app settings but there is no update to uninstall. how to get the Market to work?
View 2 Replies
View Related
Sep 11, 2010
So since I got the phone on Thursday, at random, I'll get these popup crash messages, that say "The process com.google.process.gapps has stopped unexpectedly" it has a "Force Close" button, which doesn't seem to change anything other than to acknowlege the message.It will happen at random, sometimes while I'm on the home screen, or sending a text message, but more recently, as I was trying to manage & link contacts. When I searched for this message it seemed to be related to people using Gmail, but I always get this message when I'm doing other things and not even touching my Gmail account.
View 1 Replies
View Related
May 21, 2010
Sometimes the DDMS in the Eclipse not listing the process.
To do the debug in this condition,
1) Is their any way force the DDMS to list the process?
2) Any command to attach the process from the command line?
View 2 Replies
View Related
Sep 19, 2009
I bought a new phone, but I can not run it.
I get the following information: "Sorry! The process com.google.process.gaps has stopped unexpectedly. Please try again".
View 1 Replies
View Related
Feb 21, 2009
At a certain point in my program, when I'm completely done with my service, my activity executes unbindService() and stopService() -- yet the process persists. I can tell that it persists because I run "ps" in "adb -e shell":
CODE:.............
"adb logcat", I can show you the sequence of events:
ACTIVITY: context.unbindService(serviceConnection);
SERVICE: onUnbind();
ACTIVITY: stopService(serviceIntent); & returns true!
SERVICE: onDestroy();
First, my activity calls unbindService(serviceConnection). According to the documentation, unbindService() will "Disconnect from an application service. You will no longer receive calls as the service is restarted, and the service is now allowed to stop at any time." So that is fine, and it is happening.
Appropriately, we see the onUnbind() call happen on the service side. According to the documentation, onUnbind() is called when "all clients have disconnected from a particular interface published by the service." So this confirms the correct service connection is being passed, and that the service is responding accordingly.
Next, my activity calls stopService(serviceIntent), and returns true. According to the documentation, stopService() does the following: "If there is a service matching the given Intent that is already running, then it is stopped and true is returned; else false is returned." Again, this is happening and returning true.
In response, the service's onDestroy() method is called. According to the documentation, onDestroy() is "Called by the system to notify a Service that it is no longer used and is being removed. The service should clean up any resources it holds (threads, registered receivers, etc) at this point. Upon return, there will be no more calls in to this Service object and it is effectively dead."
At this point I expect the process to disappear from the process table. Yet it remains indefinitely. But why?
Also, the process is so persistent that I can bind to it again, and I see that it is the same exact process responding because the PID (process ID) is the same!
View 4 Replies
View Related
Apr 17, 2010
I've searched around the forums (here and SDX forums) and although it seems the few people that had this issue were able to solve it, my case seems a bit different.
It's different because of the people I've read solving the issue, it was a problem with something they changed / removed with gmail / gmail storage or talk / talk storage. And when they cleared the cache or re-installed the problem went away. Also, it seemed that the same people had a problem with downloading from the market...
Neither of the above apply to me, but yet I'm still getting this FC error all the time!
I was helping a friend with their CL14 Moment out of the box...and went from stock 1.5 CL14 to 2.1 DD03 w/Joey recovery to EclairDD10 and v5 root. I then did the streaming media fix, and then the private app (build.prop) fix (all previously done with my phone no problems). I did all of these update right in a row, and after my last re-boot the FC error (process com.google.process.gapps has stoped unexpectedly) started showing up and won't go away.
The only .apk / odex files I removed were the preloaded Sprint apps
Does anybody have any other ideas on how I can get this FC error to stop? I've tried clearing the cache / data for all the mail / talk apps, rebooted, cleared dalvik cache...
View 6 Replies
View Related
Sep 17, 2010
Keep getting this message "The process com.google.process.gapps has stooped working unexpectedly. Any thoughts on what this is and how to resolve?
View 3 Replies
View Related
Nov 24, 2010
So, I decided to give Tridents ROM a try about 10-minutes ago.
I used ROM Manager, backed-up my old ROM, then downloaded Velocity 0.2.
Now, my phone will do nothing, it turns on and shows the red Droid eye, then when it's time to go to the home screen I get pop-up after pop-up saying that "The process com.android.phone has stopped unexpectedly. Please try again."
I have no way of getting on my phone at all, what can I do?
View 11 Replies
View Related
Nov 12, 2010
I Just installed a new theme (Live Wire) for my Lithium Mod Rom. Don't know if there is a connection, but when I need to update an app, I get the message something like "process android media process stopped unexpectedly" and it will not allow the update. Everything else works well. I have turned it off for awhile, and have done a battery pull.
View 1 Replies
View Related
May 11, 2010
Every 5 minutes this error pops up "Sorry! the process android.process.acore has stopped unexpectdly. please try again." It doesnt actually close anything. It pops up even when im not in an app. So it's more annoying than anything.
View 3 Replies
View Related
Mar 5, 2009
The Android Market appears to only support "applications" that are a single APK. I've asked over there if this is not the case and Google says making it a single APK is the answer.
We have an application that has a long-lived background service and a user interface application, in two distinct processes. Development is done with Eclipse as two distinct project/packages yeilding two APKs that are installed. This works just fine, except that the Market doesn't support it.
I've mushed the two projects together into one which yeilds one APK with the service marked as run in a separate process. This functions properly and the service remains running without the UI. However I am unable to debug in the service since the process is not visible to me.
Not being able to debug the major part of the code is not condusive to producing substantive applications. Having to develop the code as distinct projects and then when complete mush it together and hope for the best is not good engineering.
Flipping the "remote" switch in the manifest for the service is not very viable since a lot of code that will run correctly as a single process will fault when split and without being able to debug into both process.
View 7 Replies
View Related
Jul 30, 2010
I'm using Xperia x10 mini. Whenever I try to add a contact to my phonebook, before clicking save this message appears: "The process android.process.acore has stopped unepectedly. Please try again." And I have no other choice but to click "force close"... Another thing is, even though my contacts' names appears in the messages in my inbox, when I click on the phonebook icon, the phonebook is empty...
View 4 Replies
View Related
Feb 1, 2010
Are the processes in android asynchronous? If they are asynchronous then how can we conclude when the activity or process is finished or completed its execution.
View 2 Replies
View Related
Jan 8, 2013
I believe I have bricked an Alcatel 990 after flashing "cm-7-20121221-UNOFFICIAL-brandy.zip" via CWM.
Here are reasons why I believe it's bricked good and proper ;-P
1/ device boot loops when charging only via usb connection to PC
- 1.1 - device shows android logo - then "Alcatel One Touch Cyanogenmod 7" text/logo
- 1.2 - this loops continuous and never fully boots - output of adb logcat below
2/ when power-up off charge, only "menu", "search" and "back" soft keys illuminate - the screen+backlight stay completely off
- 2.1 - this remains constant until battery pull
- 2.2 - recovery mode via key combos do not work. Period. (no user error - assured!)
3/ when connected via usb during point 2 - there is not feedback from adb logcat - dead as a doorknob
- 3.1 - when boot looping (1.1 above) I get ~2seconds of adb connectivity then device reboots.
- 3.2 - fastboot <options> <commands> does nothing - device stays as "waiting forr device" this is contstant
- 3.3 - adb has better luck - I can invoke adb logcat and this captures log info as below
- 3.4 - adb recovery options fail and device reboots and hangs as on point 2 above
- 3.5 - adb shell shows rooted prompt for 2 seconds when <up/previous command+enter> very quickly repeated keyboard bashing style
- 3.6 - I have invoked "adb shell rm -r /cache/*" and "adb shell recovery --wipe_data - all to no avail in context of unbricking device
Code:
david@1000H:~/Downloads/src/adt-bundle-linux-x86/sdk/platform-tools$ adb logcat
- waiting for device -
--------- beginning of /dev/log/main
I/cm ( 105): Welcome to Android 2.3.7 / CyanogenMod-7-20121221-UNOFFICIAL-brandy
I/cm ( 106): _
[Code] .....
This is replicated on command and is constant. Replicated under slackware/linux and under win7-32bit-ultimate.
Recovery fails to boot so I need some sort of usb 'bridge' to interrupt the boot loop and invoke recovery - or flashall back onto device - but fastboot fails to identify the device/connectivity.
View 4 Replies
View Related
Jan 1, 2014
I have an Acer tablet and after a while using it it just disconnects from the internet and when I try to reconnect it can't connect to network. I got Acer Iconia A1-180
View 8 Replies
View Related
Jan 14, 2013
I have HTC Rhyme and i installed custom rom on it and now when i want to go to stock rom i can't because i haven't done backup.
When i try to install with RUU it fails.
Any way getting to stock rom or installing custom rom that is okay?
View 1 Replies
View Related
Sep 14, 2013
after receiving the recent update for my HTC One X (stock ROM, now Sense 5.0 and Android 4.2.2), the Notes Traveler app for my work e-mails is causing problems (it seems to lose account information regularly and notifies me of failed sync). Since it is about to be replaced soon anyway, I wanted to uninstall the app, which is not possible.
I tried to deactivate the device administrator for Lotus Notes in the system security settings. The checkbox remains checked after deactivation, although there was no error message.I tried to uninstall the app using the app management in system settings. However, the button for uninstalling is still deactivated.
When I go to device admins again and tap Lotus Notes in the list, it asks me if I want to activate it as administrator again. So here it seems as if it was removed from the admins, although the checkbox in the list is always checked.The same happens when I start Notes Traveler while Lotus Notes is seemingly not an activated administrator. I can then re-enter my password and the sync works for a while (less than 1 day) before it loses the password again and re-entering won't fix the problem unless I try removing Lotus Notes from the device admins (which causes all Traveler data to be wiped).
So it seems that the removal of Lotus Notes from device administrators does not work properly. Although I am asked for reactivation when I start the app again, the administrator is still active somewhere in the system and prevents uninstallation of the app.
I already asked HTC support but they only wrote that the system update often cannot be extracted completely and the only way to fix it was to wipe the phone. However, I never received any error message during or after the update and everything else is working perfectly well. Therefore I doubt that it is caused by a failed system update installation.
View 3 Replies
View Related
Apr 26, 2012
When I text the number it fails, I double checked, the number is correct, I deleted his contact and noticed a capital N in front of his number. I manually typed his number to text and again it failed to send and again it had put a capital N in front of his number
View 4 Replies
View Related
Jun 7, 2012
I wan't to AUTO connect 2 bluetooth devices in my car.1 device uses phone-audio (parrot) and the otoher ad2p protocol (car-radio)..It only auto-connects 1 device. Somethimes the parrot and the other time my radio. When i connect the other device by hand its connected to 2 devices.
I have an origonal rom on my HTC sensation. I had the same problem with the revolution rom.
View 3 Replies
View Related
Apr 7, 2013
I have HTC Desire Bravo Gingerbread, Win7. I'm sharing my connection via Virtual Router Manager v1.0. I can successfully connect to internet and surf. I can even sign in to skype. But When I try to call someone via Skype (call someone to their phone) it just kindda blocks internet connection. neither call works neither surfing the net works. But connection works on my laptop.
View 3 Replies
View Related