Re: [android-developers] To Unlock it not to Unlock

2016-05-28 Thread Jesse Robinson
Well thanks for that. I'm trying to avoid breaking Android Pay. Does an unlocked bootloader make Pay's checks fail. If so, does relocking fix it. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop

Re: [android-developers] To Unlock it not to Unlock

2016-05-28 Thread Jesse Robinson
Well thanks for that. I'm trying to avoid breaking Android Pay. Does an unlocked bootloader make Pay's checks fail. If so, does relocking fix it. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop

[android-developers] To Unlock it not to Unlock

2016-05-28 Thread Jesse Robinson
Is it necessary to unlock the bootloader, on my Nexus 6p, in order to manually flash the latest Android OS? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email

[android-developers] To Unlock or not to Unlock

2016-05-28 Thread Jesse Robinson
Is it necessary to unlock the bootloader in order to manually update to the latest Android OS. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[android-developers] (beginner question) variables reset when I change device orientation?

2016-04-12 Thread Jesse Clark
I am new to Android development. I am experimenting with making a simple app that displays a number that increases by one when the Up button is pressed and decreases by one when the Down button is pressed. It works correctly, except when I rotate the device from landscape to portrait or vice

[android-developers] Placing files and folders inside Assets or resolving the path from within the code?

2016-01-07 Thread Sam Jesse
I created Assets folder by right click App > New > Folder > Assets Folder. I also created a working webpage in another editor which created index.html along with css folder with index.css and js folder with index.js and subfolders for both for some css and js libraries. I wish to bring those

[android-developers] Special Accommodations for Non-Profits?

2012-09-14 Thread Jesse R
Hi all, I have not been able to find much documentation online so I figured I'd turn to the forum. Does anyone know about any special cases that are in places for Apps built by and for non-profits? Does the 70/30 transaction fee still apply? Thanks, Jesse -- You received this message

[android-developers] Re: More on Fragment inflation

2012-08-24 Thread Jesse Ridgway
I know its been a long time, but do you still have that working example? I'm getting this same problem and can't figure out how to make it go away... On Monday, April 4, 2011 2:21:08 PM UTC-7, G. Blake Meike wrote: I believe I now have mostly working code. I've posted it here:

[android-developers] Web App

2012-06-19 Thread Jesse Nave
Sorry if this is a rehash, but I cannot find a previous post on this topic. I have a website that I want to open exclusively with my app. I would like to redirect all other traffic to Google Play, inviting them to purchase the app. Can this be done, or am I completely missing something? I

[android-developers] Question about android 4.0 touchscreen framework change.

2011-12-18 Thread jesse
Hi all, Back in android2.3 there is such code in InputReader.cpp: MultiTouchInputMapper::sync(): if (inPointer.absMTPressure = 0) { // Some devices send sync packets with X / Y but with a 0 pressure to indicate // a pointer going up. Drop this finger.

[android-developers] Question about android ICS touchscreen framework change.

2011-12-18 Thread jesse
Hi all, Back in android2.3 there is such code in InputReader.cpp: MultiTouchInputMapper::sync(): if (inPointer.absMTPressure = 0) { // Some devices send sync packets with X / Y but with a 0 pressure to indicate // a pointer going up. Drop this finger.

[android-developers] Android and OSGi/Apache Felix

2011-07-07 Thread Jesse
and strings. Thanks for any help, Jesse -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Re: Android and OSGi/Apache Felix

2011-07-07 Thread Jesse
Your link also demonstrates another worry of mine: nearly all discussions of OSGi on Android are from several years ago. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Android and OSGi/Apache Felix

2011-07-07 Thread Jesse
I have looked at that, but the EZDroid community hasn't been updated since 2009 and there is practically no content on their site. This makes me think it is completely abandoned. They do link to some code which was presented at a conference a few years back:

[android-developers] Television effect when screen turned off.

2011-06-06 Thread jesse
Dear all, Nexus S has a television effect when screen turned off ,I want to know if this feature is an Android2.3 feature or a samsung added feature? If it's a Android2.3 feature, please help me locate the corresponding codes , I can't find these codes in Android2.3 source code! Many thanks. --

[android-developers] Re: Authenticate Non-AppEngine Webservice using Google Account

2011-03-03 Thread Jesse
I really need to find an answer to this question. Anyone? Bueller? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Authenticate Non-AppEngine Webservice using Google Account

2011-03-03 Thread Jesse
I feel it is Android specific because the main unknown is what type of authtoken does the Android AccountManager API give us for google accounts (ClientLogin, OAuth, something else?). But, I'll try asking elsewhere. -- You received this message because you are subscribed to the Google Groups

[android-developers] Authenticate Non-AppEngine Webservice using Google Account

2011-03-02 Thread Jesse
validate the authtoken if I'm not using AppEngine? Thanks for any help, Jesse -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: Authenticate Non-AppEngine Webservice using Google Account

2011-03-02 Thread Jesse
Does anyone know why this thread no longer appears in the list of topics? The only reason I was able to get back to it was because I had it bookmarked. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Global Search replacement app

2011-02-22 Thread Jesse Andersen
I would like my app to replace the Google Quick Search Box. Basically, I want my app to be the default app for when the user presses (not long press) the hardware search button. Is this possible? If you are wondering why: my app is an alternative to QSB which I think works much faster and is much

[android-developers] SMS application

2011-01-14 Thread jesse
hi: I want to build a SMS application that can intercept certain SMS messages so that they won't be available to system inbox or other SMS applications. is there any special API to achieve this? thanks! -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] SMS application

2011-01-14 Thread jesse
cannot block the system inbox to get new messages. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Sat, Jan 15, 2011 at 4:05 AM, jesse chat2je...@gmail.com wrote: hi:  I want to build a SMS application that can intercept certain SMS messages so that they won't

Re: [android-developers] why metaData in providerInfo is always null?

2011-01-13 Thread jesse
, 2011 at 10:04 PM, Dianne Hackborn hack...@android.com wrote: You need to request the ProviderInfo from the package manager, setting the flag to tell it to return the meta data. On Wed, Jan 5, 2011 at 12:20 AM, jesse chat2je...@gmail.com wrote: According to this page: http

[android-developers] why metaData in providerInfo is always null?

2011-01-05 Thread jesse
According to this page: http://developer.android.com/guide/topics/manifest/manifest-intro.html, provider can have meta-data. however, when I check providerInfo.metaData in attachInfo() function of a derived provider class, it is always null? is this a bug is android SDK 7? public class

[android-developers] Re: why metaData in providerInfo is always null?

2011-01-05 Thread jesse
bump! any one has similar experience? On Wed, Jan 5, 2011 at 12:20 AM, jesse chat2je...@gmail.com wrote: According to this page: http://developer.android.com/guide/topics/manifest/manifest-intro.html, provider can have meta-data. however, when I check providerInfo.metaData in attachInfo

[android-developers] Re: Java 6 in Gingerbread?

2010-12-06 Thread Jesse Wilson
Peter, Android's class library has been updated in Gingerbread. The update intends to be interoperable with Java SE 6. Cheers, Jesse -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Google maps api update

2010-10-10 Thread Jesse
Any one have any information on whether or not there will be an update to the google maps api for android? Its woefully limited compared to the JavaScript version. No support for custom tile overlays, polygons or polylines etc. But it would seem that those features are all available in the

[android-developers] Re: Android 2.2 cutting off MediaPlayer?

2010-06-21 Thread Jesse
Yeah I'm seeing the same issue myself, hopefully this turns out to be a bug not a 'feature' :) On May 22, 8:04 am, rofl newb creations roflnewbcreati...@gmail.com wrote: Hello, Suddenly, when playing audio usingMediaPlayerin an Android 2.2 emulator, the audio seems to be getting the last

[android-developers] Drawing KML using the MapView API

2010-03-10 Thread jesse
to do this, it looks like I may have to write my own Overlay? Thanks, Jesse -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: High performance access on static data: What is your approach?

2009-11-24 Thread Jesse Wilson
Marc, I've filed an internal issue for us to investigate our serialization performance problems. On Nov 24, 12:09 am, Marc Reichelt mcreich...@googlemail.com wrote: 2. Reading the data by parsing a CSV file is faster than loading an XML, but again is too slow. How are you parsing the CSV? Are

[android-developers] how to import R?

2009-11-09 Thread jesse zhao
hi, I have an android project X that has package org.xyz, the generated R.java also has package name org.xyz... now I need to integrate another android project(A) that has package name com.abc with the poject X. after I put project A's src code into X project, eclipse

[android-developers] Re: Update: new ADT Eclipse plugin 0.9.1 available

2009-05-12 Thread jesse
import before the latest changes will be available? Thanks, Jesse On May 7, 2:42 pm, Raphael r...@android.com wrote: Hi all, We just updated the ADT Eclipse plugin to0.9.1. The new plugin provides the following changes: - Added an AVD creation wizard to ADT. It is automatically displayed

[android-developers] Uninstall reason survey - where are the results?

2009-04-08 Thread Jesse McGrew
(No response on android-discuss, trying here instead.) I've noticed that when I uninstall applications from my G1, I'm asked to give a reason. I have an application on the market. Is there any way to see the reasons people have given for uninstalling? There's no mention of this in the developer

[android-developers] How to return non-table-oriented data from a content provider

2009-03-27 Thread Jesse McGrew
you recommend? Jesse --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: How to return non-table-oriented data from a content provider

2009-03-27 Thread Jesse McGrew
to #3, maybe the answer is clear... Jesse --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group

[android-developers] Re: How to return non-table-oriented data from a content provider

2009-03-27 Thread Jesse McGrew
Is there a limit to the number of columns a content provider can return? I see SQLite has a default limit of 2000 columns per table, which is more than enough, but my phony summary table wouldn't be backed by SQLite. Jesse On Mar 27, 1:40 pm, Stoyan Damov stoyan.da...@gmail.com wrote: With 5

[android-developers] Re: Extra Icons in Menu

2009-03-19 Thread Jesse McGrew
/ category android:name=android.intent.category.LAUNCHER / /intent-filter Make sure you *only* have those under your main activity, the one you want to appear in the launcher. Jesse --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Extra Icons in Menu

2009-03-19 Thread Jesse McGrew
to handle any request to choose a picture. If you're just using the activity for navigating within your app, you can omit the intent filter, and start the activity with its class name: Intent intent = new Intent(this, Education.class); startActivity(intent); Jesse

[android-developers] Re: Trackball doesn't give me click events, but touch screen does

2009-03-11 Thread Jesse McGrew
to edit the row, and the check box can only be selected by tapping on the check box itself. I think that precludes using multiple-choice mode for the list view, correct? Jesse On Mar 11, 4:38 pm, Romain Guy (Google) romain...@google.com wrote: Hi Jesse, You should **not** set individual click

[android-developers] Re: Trackball doesn't give me click events, but touch screen does

2009-03-11 Thread Jesse McGrew
On Mar 11, 5:57 pm, Jesse McGrew jmcg...@gmail.com wrote: Thanks for your response. I'm not sure if that approach will work, though. My ListActivity's onListItemClick() method is called when I click on an item with the trackball, but *not* when I touch it. It looks like I can handle both

[android-developers] Re: Trackball doesn't give me click events, but touch screen does

2009-03-11 Thread Jesse McGrew
, the list row, or the view group that directly contains the check box? And is that method enough to get the touch events relayed to the delegate, or do I need to listen for touch events and forward them myself? Jesse --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Trackball doesn't give me click events, but touch screen does

2009-03-11 Thread Jesse McGrew
On Mar 11, 6:28 pm, Jesse McGrew jmcg...@gmail.com wrote: On Mar 11, 6:04 pm, Romain Guy romain...@google.com wrote: I'm trying to get the same behavior as Alarm Clock, where tapping on a list row brings up an activity to edit the row, and the check box can only be selected by tapping

[android-developers] Re: Trackball doesn't give me click events, but touch screen does

2009-03-11 Thread Jesse McGrew
Aha! Adding a call to that method fixes both the context menu problem and the click handler problem. Thanks. Jesse On Mar 11, 7:03 pm, Romain Guy romain...@google.com wrote: BTW did you call setItemsCanFocus(true) on your ListView? On Wed, Mar 11, 2009 at 7:01 PM, Jesse McGrew jmcg

[android-developers] Re: Trackball doesn't give me click events, but touch screen does

2009-03-10 Thread Jesse McGrew
Anybody? On Mar 5, 6:54 pm, Jesse McGrew jmcg...@gmail.com wrote: I have a list activity that creates a header row above the data rows from the adapter. I want to receive click events when the user selects the header or a data row (but my data rows have check boxes in them, so this part

[android-developers] Trackball doesn't give me click events, but touch screen does

2009-03-06 Thread Jesse McGrew
the header to the last data row). What am I doing wrong? Jesse (Complete project: http://hansprestige.com/android/DpadBug.zip) // DpadActivity.java // package com.hansprestige.DpadBug; import android.app.AlertDialog; import android.app.Dialog; import android.app.ListActivity; import

[android-developers] Re: Initial database population from large data files, several problems

2009-03-06 Thread Jesse McGrew
of date by now so maybe it's no longer true. Jesse --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: Pay app support?

2008-11-10 Thread Jesse Scherer
determined person from circumventing your terms, but given the nature of Android, why couldn't somebody just hack the Market app to ignore trial periods anyway? My 2c Jesse On Mon, Nov 10, 2008 at 7:10 PM, Christine [EMAIL PROTECTED]wrote: Hopefully, they will allow a trial period. iPhone market