Android :: Restricted Location In Publisher GUI Is Not Working On Some Devices
Nov 10, 2010
We have an application that is restricted to one country (Norway). But I am sitting here with multiple devices, HTC Wildfire, SE XP10 (after 2.1 upgrade) and SE XP 10 Mini (after 2.1 upgrade) that fails to find the application even though they are registered on a Norwegian network (Tele2). The SE devices found the application before they got the 2.1 upgrade, and I have lots of other devices (Nexus One, HTC Desire, HTC Tattoo, Galaxy Tab) that finds the app without any problems.
This is very important for us since we can't enable the app worldwide due to copyright issues, so is there any way to resolve this issue? Is it the operator or the Android device that fails to report the correct country here?
View 3 Replies
Mar 15, 2013
Recently all my android devices think they are in Spain when I am at home in Toronto.
I think this was caused when I ran a location spoofing program on only one of my devices, one of the locations I set it to was Spain (among others).
I've tried clearing the data for the Network Location apps, changing the SSID on my router with no luck.
The only way it shows the correct location is when I go outside and run Google maps long enough to get a GPS fix. But when I go back inside I am back in Spain!
The devices this is affectingGalaxy Nexus with my google account
Nexus 7 with my google account
Galaxy S3 with my google account
Galaxy S2 without my google account
View 2 Replies
View Related
Nov 10, 2010
Is there a way to determine the email address of an Android Market publisher given the package name of an app they own?
I.e. Given the package name com.acme.app I would get back dev@acme.com?
And before anyone asks, I don't want to spam devs, I just need a way to prove that if a dev says they own com.acme.app they really do own it by sending them an email linked to that app and getting them to click on a confirmation link etc.
View 2 Replies
View Related
Mar 18, 2013
I was wondering where are cookies located when you install Google Chrome on an Android device. In addition, I wasn't able to find the installation path of Google chrome...
View 1 Replies
View Related
Aug 27, 2010
After updating to Froyo on a Nexus One, the CPU load pie chart graph is no longer displayed when connected with the standalone DDMS. It still shows up for an AVD with 2.1, however.
Is there some setting, something I can turn on/off on the N1 so that DDMS can display its CPU load again? Is this a known change/issue going from 2.1 to 2.2?
This is with the latest SDK (android-8 platform) running under Vista 64bit.
View 3 Replies
View Related
May 14, 2010
I try to learn java for android devices. i have to create the update function. But still have one question: How?
in class root
public void update(){maindebug("update"); // This is my debug function}
public void run(){ while(isRunning){ // isRunning is a boolean variable
SystemClock.sleep(100);
update();}}
and inside onCreate run(); but it doesnt work.
View 2 Replies
View Related
Nov 23, 2010
I have been thinking about rooting my phone ever since i got it, the Evo is my first Android phone so I'm kinda new to all of this. When Z4Root came out I thought about using it but then noticed that it did not work on NAND devices. The reason I have not rooted is because of the warranty stuff. So I have a few questions I need to ask. I see that with Z4root they have added an option for temporary root which will work on NAND devices, if I do use this will they be able to tell my phone was rooted after a restart, will the temporary root allow me to use apps such as wireless tether for root users, if I root and have insurance on my phone will they not acknowledge the insurance since it is rooted, and if I unroot the phone by restarting will the warranty still be acknowledged.
View 8 Replies
View Related
Feb 19, 2009
i need to know about the LocationListener() working in the Android DEV Phone(ADP1) Does it expect the user(device) to move in order to update the current location details or it automatically updates when ever the gps is enabled? Another query is regarding the getLastKnownLocation(). When is that last known location will be lost and thus returns null... (ADP1).
View 5 Replies
View Related
Jun 8, 2013
I have a Sprint Samsung Galaxy s3 and a Samsung Galaxy Note 10.1. The Play Store stopped working on both devices 2 days ago at the same time. Play Store from the both devices shows I have no apps installed. When I go to the ALL tab I get the following message "Error retrieving information from server. [RPC:S-5:AEC-0]". I get this on both devices. If I look at an app that I already purchased it shows that I have not purchased it. If I try to purchase it I get this message "Error retrieving information from server. [BM-PPH-01]". I can't install them to my devices from the play store via my PC either. I have tried clearing cache and data, deleting my Google account from phone and tablet then setting them up again. Date is correct on both devices.
View 6 Replies
View Related
Sep 6, 2010
I had filed a similar issue about location services not working properly in emulator. However after I upgraded my droid phone to 2.2, I am finding that location services are not showing the correct location. Though the coordinates looks correct, it is showing my location as San Jose while I stay in Los Gatos. Therefore my local search query gives me result based on San Jose.
View 6 Replies
View Related
May 28, 2013
Note 10.1 (N8020).
Allshare video playback from other devices over wifi just stopped working. It was totally fine and I have absolutely no idea what happened. It still plays music and shows photos and all the files stored on external devices. The only problem is that it won't play video. It plays video stored locally or on sd card just fine, but when I want to play anything from my note 2 (n7105) or my pc's allshare app, video player shows error message: "Cannot play video. This video cannot be played".
It plays the same files just fine, when I copy them to the device, so I think it might be the case of some transcoding error. It is not a case of network settings - I've checked on 4 different wifi networks and it's the same everywhere. My note 2 works just fine on any wifi and plays all video from tablet or pc. Here is what I tried so far, with no results:
1. Restoring to factory defaults,
2. Wiping cache and dalvik cache,
3. Flashing fresh stock rom,
4. Erasing all allshare apps and video player data
N8020 & N7105 (JB 4.1.2 rooted + stock)
View 1 Replies
View Related
Oct 2, 2009
I'm working on a 1.5 Android application. Developing in Eclipse 3.4.2 on Windows XP. I have a MapView, have requested updates, etc.
The problem is that after the first manually injected GPS coordinate, the app stops recognizing that a GPS coord has been sent.
CODE:..........
Then MyLocationListener simply changes the value in a TextView to match the new GPS coordinate.
CODE:..........
I added some logging in the onLocationChanged method and it only ever sees a Location the first time that I attempt to send an update. All subsequent ones don't fire the onLocationChanged method.
Additional info:
The logcat output is as follows:
10-02 17:22:34.423: INFO/gps(6671): Provider gps is has status changed to 1. Extras: Bundle[mParcelledData.dataSize=52]
First GPS update is faked:
CODE:............
According to http://developer.android.com/reference/android/location/LocationProvider.html#AVAILABLE , that 2 maps to "Available".
As soon as that "Available" gets set, no other locations get passed through. Seems a bit counterintuitive.
View 1 Replies
View Related
Sep 17, 2010
I'm making an Android AppWidget to sit on the home screen.
The user's home screen space is precious, so I want the widget to be small. The ideal size would be 2x1 cells.
Some documentation suggests you can have any size you like?
But the AppWidget graphical design guidelines imply that only standard sizes are supported: 4x1, 3x3, 2x2.
Does that refer to the available PhotoShop templates or is it a limitation of Android itself?
I'm finding that a 2x1 widget works on my actual device (HTC Wildfire) but expands to 2x2 on the emulator.
HTC have their own special implementation of the home screen, so maybe my widget will only work at 2x1 on HTC devices?
Is there any way to create a 2x1 widget, or should I use a standard size?
My widget was adapted from the Simple Wiktionary sample.
The manifest has android:minWidth="146dip" and android:minHeight="72dip".
There's a RelativeLayout with android:layout_width="fill_parent" and android:layout_height="wrap_content"
I'm just starting with Android, so apologies in advance if this is a silly question. :)
View 1 Replies
View Related
Nov 3, 2009
I have a moment as I traded my Hero in to give it a try since my hero ended up with dead lines on the screen.For the life of me, I cannot get wireless or GPS location services to work.If I use wireless, google maps puts me somewhere over in China and if I try GPS, it never locks.In sprint nav with wireless, I am in Virgina (I'm in Michigan) and GPS never locks. I tried the trick I learned on the hero to disable wireless services until I get a GPS lock at least once, but even that didn't work.
View 17 Replies
View Related
Mar 26, 2010
I am developing a sync application which can sync multiple sync account contacts in server. To take a backup of all contacts I am reading raw_contacts from Raw_contacts table but problem is I am not getting restricted contacts of facebook and others in query for Raw_Contacts.ContentUri. Is there any way to read restricted contacts.
View 4 Replies
View Related
May 14, 2014
How To Transfer TEXT MESSAGES from WP8.1 devices to Android Devices ??And also the contacts!!
View 2 Replies
View Related
Apr 22, 2010
I can't get the browser to have my location since I updated to 2.1.
View 2 Replies
View Related
May 20, 2010
So I did the factory reset and reinstalled all my applications. Everything working fine so far. Previous glitches have not resurfaced. However, now Beautiful widget/HTC clock-weather is acting up. It keeps saying my GPS location is Vilnius. I'm no where near Lithuania. I've updated the progamming &roaming twice and toggled geo location multiple times.
View 8 Replies
View Related
Apr 14, 2010
also, sometimes finding current location on GPS doesn't work.
I'm guessing i should try a new radio, huh?
View 5 Replies
View Related
May 22, 2010
hello anyone know how to fix the widget ? keeps saying unknown location
View 2 Replies
View Related
Jul 9, 2013
I've set up reminders for home and work. On some occasions I will get the reminder after I have been at the location after an hour or more, and sometimes I don't get notified at all? It's showing my location accurately on the phone- just the reminders aren't working correctly. Is this actually working? I mean, if you go to a location wtih a reminder, do you a) get a reminder, and b) a reminder right away- not hours after you've arrived at the location? I need to determine if it's not working yet, or if I may have an interfering app... I'm running stock JB 4.1.2 with Verizon on a Samsung S3 phone.
View 1 Replies
View Related
Feb 14, 2010
I have a Telus HTC Hero and for a few weeks now my GPS simply stopped working with google-maps. It keeps saying "can't find location". If I use Gps Status app, it shows a compass and shows how fast I'm moving in what ever direction, but for some reason google maps can't seem to lock on. I've tried hard and soft resets, turning triangulation on off, GPS on off.
View 3 Replies
View Related
Jun 7, 2010
Does anyone know of an App that acts similar to the Blackberry email client? What i really mean is does anyone know of an app that acts as a third party entering your log in details and then pushing emails to your phone (similar to what i believe the BB client does)
I only ask as i wish to connect to my Uni email address and the IMAP settings are restricted on undergraduate accounts, so cant sync in the usual way via IMAP. However, people who have BB's at uni have no issue in connecting to their emails. On asking the IT guys why this is they explained "The reason people are able to use Blackberry?s is due to the fact that they provide there password to an external company to access there mail on behalf of them which is strongly against the terms and conditions of there university account, and as a result should not be doing this at all." Essentially i need an app that mimics this. his new HTC desire?
View 3 Replies
View Related
Oct 2, 2013
Can I have two separate google play accounts for two different devices & keep one gmail account for both devices?
View 6 Replies
View Related
May 6, 2012
i seem to be having battery life problems because of mobile data, it sis constantly on because of the apps that use the internet while in the background. Therefore my phone is constantly using 3G and wastes heaps of battery. how to restrict background data so no apps will be using the mobile data? don't tell me to use task killer because task killers constantly use data as well and if u kill an app, it just comes back.
View 4 Replies
View Related
Apr 7, 2013
What exactly am I blocked from doing with a locked boot loader? There aren't too many roms out there for my Stellar... I figure I'd try to port one from an SIII... but with the seller's locked boot loader could I even get that far? Or is it stock Verizon roms or nothing? SCH-I200
View 5 Replies
View Related
Jun 3, 2010
I am trying to do this through the phonebook.I read in another thread that it can be added to the phonebook and then set to "send to voicemail". I can do that, but it doesn't send the call to voicemail. Am I doing something wrong? I'd rather not use an app for this if I don't have to.
View 10 Replies
View Related
Dec 31, 2013
I got this notification today " restricted access changed. Data services blocked" After this I don't have access to data in mobile.
View 5 Replies
View Related
Apr 21, 2014
I've set up restricted profiles for my children and taken photos for them. But after a short period of time the os forgets the image and goes back to the default icon.
This has happened with the image on both sd and internal memory.
This is an LG g pad running 4.4.2
View 1 Replies
View Related
Feb 10, 2014
I just created a restricted profile on my Nexus 7 2nd edition. The goal of the restricted profile is to provide a "kiosk"-esq style profile for kids I interact with at work. Currently, I allow the restricted profile to have access to the camera and gallery for them to take pictures and I would then later post them to instagram for our social media page. I don't like the idea of them having access to the companies instagram, so, obviously, I deny that permission. The question I have is, is it possible to access, view, and edit the photos from the restricted profile from the owner profile, but NOT the other way around. Essentially, I want to create a one way street here, but can't figure out how. The photos seem to be independent per profile and I'm wondering how to change that.
View 2 Replies
View Related