Android :: On Multi Accounts Setting - LVL Returns Not Licensed
Aug 10, 2010
I was checking my app implemented LVL to publish market. But I had some concern below before publishing.
- APP_FOO * paid application * LVL implemented * uploaded to Android Market * installed from local apk (This apk is same as uploaded on Market.)
- ACCOUNT_1 * bought APP_FOO
- ACCOUNT_2 * did NOT bought APP_FOO
Then, On emulator API Level8 with Google APIs (I don't have Froyo device)
Case 1. I added ACCOUNT_1 and then checked APP_FOO license. ==> server returned "LICENSED"
Case 2. I added ACCOUNT_2 and then checked APP_FOO license. ==> server returned "NOT_LICENSED"
Case 3. I added ACCOUNT_1 first, next added ACCOUNT_2 and then checked APP_FOO license. ==> server returned "LICENSED"
Case 4. I added ACCOUNT_2 first, next added ACCOUNT_1 and then checked APP_FOO license. ==> server returned "NOT_LICENSED"
In Case 1 to 3, server responses are expected. And in Case 4, I had expected "Licensed", but server returned "Not_Licensed". Does anyone know this response is valid or invalid? Is Licensed response can be gotten from first account added on Manage accounts settings?
View 4 Replies
Jul 31, 2010
I have built in the Sample code from LVL and putted it into my main activity.I haven't understood why it always returns LICENSED also if I setted UNlicensed from my developer console.I have no idea on why it gives me always licensed.
View 14 Replies
View Related
Apr 30, 2010
I'm looking for a twitter app that will send me notifications of my @mentions and DMs for all my 3 twitter accounts.
It seems like everything makes you choose a primary account and only sends the notifications for that one. Right now I'm using 3 different apps so that I can get the notifications for all 3 accounts.
Does anyone know of an app that can do this?
View 1 Replies
View Related
Jul 12, 2010
Can you add more than 1 Google voice account to a phone and would it require more than 1 gmail account?
View 1 Replies
View Related
Apr 16, 2013
i downloaded apk multi tool for windows..i installed it but when i open it i get an error 'java not installed'.
View 1 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
Jan 16, 2014
Due to circumstances at my work , I cannot access the internal network outside.
Therefore I have to use exchange active sync to sync my work calendar whilst I am at work.
To access emails outside of work with have a email route setup and a external email host.
The short is I have to add 2 accounts under the same email address. One which will connect to the work network locally over wifi and the other that will just allow me to view work emails externally.
This has worked fine previously but since my phone has been updated to 4.4 kitkat when adding the second account it pops up with a error message about duplicate accounts.
How can i bypass this message and add the second account?
View 1 Replies
View Related
Apr 30, 2010
so I'm new to the whole Smartphone thing (my last phone didn't even go on the internet!) so I don't know if I'm missing something really obvious but anyway. I'm trying to se up both my hotmail and yahoomail email accounts so as I can view my messages on my Desire but I'm not having any luck. When I go into Messages and enter my email and correct password I keep getting the message: 'Cannot connect to the mail server to verify your account information. Your server is not responding'.What do I have to do to sort this out? The HTC Desire online manual is very vague and brief with anything regarding troubleshooting.
View 13 Replies
View Related
Aug 25, 2010
Do you think its worth setting up several accounts i.e. yahoo mail, gmail, home mail? I notice its going to grab all the new emails and it doesn't let you view your old ones, you would have to go into the Internet and into the email account to see those old ones. Also I want to prevent it from syncing with my email too often and only want to manually pull in my email.
View 13 Replies
View Related
Apr 30, 2010
I figured out how to add custom ringtones for alerts and calls but I cant for the life of me figure out how to set one for text, a different one for gmail, a different one exchange and so on. any ideas? Also, is there a spell check on this thing? I saw a setting under 'qwerty' but it requires predictive text to be on, which is a no go for me.
View 3 Replies
View Related
Apr 14, 2010
I tried searching first!
I've lost Multi Touch Zoom on the Dolphin Browser Since the 2.1 update.
The native browser will not multi touch zoom either (I thought this was supposed to be included in the update).
Any ideas? I can't find a setting to turn it on.
View 1 Replies
View Related
Sep 28, 2010
I have multiple gmail accounts. Anything besides my main account. I have trouble pulling up the content on my phone. Should I set it from IMAP to POP to resolve this? It is very frustrating because it just spins and spins and nothing comes up. What email handler works best on the Captivate?
View 2 Replies
View Related
Jul 28, 2010
I'm trying the code sample bundled with LVL library.I builted that code into my software changing the public key with the one taken from my developer console.Now when the "MainActivity" start, code without modification from the initial sample, it tell me that the application is not licensed also if I setted the test response to licensed in my profile settings from developer console.
View 8 Replies
View Related
Dec 31, 2009
If anyone knows or wants to know about freely-licensed applications for Android, I'd invite you to visit this wiki page and contribute to it.
View 1 Replies
View Related
Aug 26, 2009
I am having a real hard time with the geocoder API of android sdk 1.5rc2. In my app I am trying to get the addresses corresponding to a location name by using the getFromLocationName method of the Geocoder class. But the problem is whenever I call this method it returns a null value. I have also pushed a geodb file containing some fake addresses at 'data/misc/location' directory in the phone.
The format of the data in the geodb file is as follows :
address 1 latitude "38.898763" longitude "-77.036655" line 0 "1600 Pennsylvania Ave NW" line 1 "Washington, DC 20006" locality "Washington" region "DC" postalCode "20006" countryCode "US" countryName "United States"
and following is the code snippet : Geocoder geocoder = new Geocoder(this, Locale.getDefault()); List<Address> addresses=geocoder.getFromLocationName("1600 Pennsylvania", 10);
View 2 Replies
View Related
Sep 7, 2010
I have a list that gets refreshed every 2 seconds via the Handler postDelayed() method.Every 2 seconds an AsyncTask is run that makes an HTTP GET request, turns the JSON into a list of objects, then sets the ListAdapter.My problem is that every time the task completes (so, roughly every two seconds) my list jumps back to the top, even if I have scrolled down to the middle or bottom of the list. This would be very annoying to the end user, so I need the list to update in the background, as it's doing, but the current view of the list to not jump back to the top at the completion of the AsyncTask.I can include any more code needed. I'm somewhat new to android development, so I'm not sure what is helpful to others.
View 1 Replies
View Related
Jul 20, 2010
I need to check web site availability and use requestRouteToHost for that purpose. On real device everything works fine, but on emulator requestRouteToHost always return "false".
What's wrong? Code is:............
View 3 Replies
View Related
Jul 12, 2010
I have super.xml and a subset.xml.
...............
I get a null pointer exception at price.setText(data.getStrTotalPrice()); Very strange, name.setText(data.getStrDescription()); does not give a null pointer exception.
View 3 Replies
View Related
Nov 15, 2009
Following other threads - I'm trying to get a unique device ID from the device. I tried this:
String ID = Settings.Secure.getString(context.getContentResolver(), android.provider.Settings.Secure.ANDROID_ID);
but this returns null when running on my G1. Is it supposed to be returning a valid number, or am I accessing it wrong? I don't want to use the telephony device ID because that requires more permissions.
View 13 Replies
View Related
Jul 14, 2009
I am running this piece of code..............
View 10 Replies
View Related
Feb 26, 2009
I am trying to solve my problem about InputStreamReader returns null..I have a Login screen which checks the configuration file. and here is the configuration class import java.io.*;
import j2me.microtools.BufferedReader; import j2me.microtools.BufferedWriter; import j2me.microtools.FileReader; import j2me.microtools.FileWriter;.....................
View 2 Replies
View Related
Feb 1, 2009
why RingtoneManager.getRingtone(this, Settings.System.DEFAULT_RINGTONE_URI); always returns null when launching from my activity? Shouldn't it return some object which is System.DEFAULT_RINGTONE_URI, which I can then play()? Is there any small example of code which shows how to play Ringtone from Activity? MediaPlayer way also not works. MediaPlayer.create(this, Settings.System.DEFAULT_RINGTONE_URI)
simply crashes with:
02-01 11:19:51.008: ERROR/TAG(351): null 02-01 11:19:51.008: ERROR/TAG(351): java.lang.NullPointerException 02-01 11:19:51.008: ERROR/TAG(351): at android.content.ContextWrapper.getContentResolver(ContextWrapper.java: 89) 02-01 11:19:51.008: ERROR/TAG(351): at android.media.MediaPlayer.setDataSource(MediaPlayer.java:589) 02-01 11:19:51.008: ERROR/TAG(351): at android.media.MediaPlayer.create(MediaPlayer.java:516) 02-01 11:19:51.008: ERROR/TAG(351): at android.media.MediaPlayer.create(MediaPlayer.java:497)
View 2 Replies
View Related
Feb 5, 2010
The GPS on my Android phone is on, supported by the fact that :
location_manager.isProviderEnabled(LocationManager.GPS_PROVIDER)
returns true. Yet, the following line: Location location = location_manager.getLastKnownLocation(LocationManager.GPS_PROVIDER); returns null.
View 1 Replies
View Related
Mar 19, 2010
I'm currently working on Mangler's Android implementation. I have a java class that looks like so:
public class VentriloEventData {
public short type;
public class _pcm {
public int length;
public short send_type;
public int rate;
public byte channels;
};
_pcm pcm;
}
The signature for my pcm object:......................
View 1 Replies
View Related
Sep 4, 2010
HashMap myMap = (HashMap) getLastNonConfigurationInstance();
myMap is always null. getLastNonConfigurationInstance() should return an object.
public Object onRetainNonConfigurationInstance()
{
HashMap myMap = new HashMap();
myMap.put("symbol", this.symbol);
final Object data = myMap;
return data;
}
View 1 Replies
View Related
May 21, 2009
I'm having no luck getting getLastKnownLocation to return a non-null value in the Android emulator running in Eclipse. The following call always returns null:
locationManager.getLastKnownLocation(bestProvider);
(bestprovider is "gps")
In the intent's onCreate method I spawn a thread that calls requestFirstUpdate(). The onLocationChanged method fires so I presume the location was updated (I use the location section of the DDMS to push out a location first)..................
View 3 Replies
View Related
Apr 21, 2010
I've been working with Android's TTS functions with general success however, one piece of it refuses to work for me; I can not successfully assign an OnUtteranceCompletedListener to my TextToSpeech object.
I've tried implementing OnUtteranceCompletedListener in one of my classes and I've tried creating a new, stand-alone OnUtteranceCompletedListener instance. Both approaches are simple enough to implement and appear to yield proper listeners without exceptions...yet setOnUtteranceCompletedListener(myListener) ALWAYS returns -1 (ERROR).
The documentation for this seems straight forward. Has anyone gotten this to work? I'm targeting SDK 4. Are there known issues with this with SDK4/v1.6?
View 1 Replies
View Related
Oct 13, 2010
I have an AutoCompleteTextView with a MatrixCursor as an adapter. The AutoCompleteTextView has a OnItemClickListener as follows:
CODE:...............
When an item is selected I see following in the log
CODE:................
If you see the log, the Before log entry, the getText() returns a SpannableStringBuilder object and toString() of it returns some object identifier.
How do I get actual text of the auto-complete view which was there just before clicking drop-down item?
View 2 Replies
View Related
Oct 3, 2009
I have an activity which performs an image search, the results (URLs of thumbnails on the web) are rendered in a GridView. My GridView adapter class delegates creating the actual Bitmaps to an AsyncTask that loops to sequentially fetch the image content from each URL using HTTPClient, and creates the Bitmaps using:
BitmapFactory.decodeStream(entity.getContent()).
I found that the above method sometimes returns "null" silently instead of creating a Bitmap. The occurrences appear to correlate with larger stream sizes (I check this by logging entity.getContentLength()). However, if I put a breakpoint just prior to the decodeStream call & then resume immediately every time I hit it (i.e. pause briefly on each iteration), the Bitmaps are created perfectly every time. All the images are quite small (most <10K), so the download & decodeStream happens fairly quickly. There are never more than 10 images processed in one AsyncTask.
View 6 Replies
View Related
Aug 18, 2010
In my application I am converting base64 string to image.For that I initially converted base 64 file to byte array and later am trying to convert to images.
To convert to Images I am using the below code
File sdImageMainDirectory = new File("/data/data/com.ayansys.Base64trial");
FileOutputStream fileOutputStream = null;
String nameFile="Images";
try {.......................
View 1 Replies
View Related