[android-developers] BUSINESS /PROJECT FINANCING

2019-08-15 Thread NATHAN FLEMING
Sir/Ma, GRUTTERIJ BELEGGINGS- EN FINANCIERINGS MIJ. BV DE is a private funder, who base their business model on the referral of private clients. GBEFMBD provides private finance through the management of their own fund, private investment and corporate portfolios. The principal business is bas

[android-developers] BUSINESS/PROJECT FINANCING

2019-08-12 Thread NATHAN FLEMING
Sir/Ma, GRUTTERIJ BELEGGINGS- EN FINANCIERINGS MIJ. BV DE is a private funder, who base their business model on the referral of private clients. GBEFMBD provides private finance through the management of their own fund, private investment and corporate portfolios. The principal business is bas

[android-developers] Best practices for URLConnection - timeouts, retries.

2017-08-01 Thread Nathan
oading lots of small files (ie 20k) using a threadpool. Long timeouts will tie up the threadpool if the download is just going to fail anyway. I found this from Tim Bray. https://www.tbray.org/ongoing/When/201x/2012/01/17/HttpURLConnection But the real life example code he referred to is no lo

[android-developers] USB configuration in the Developer options always changing?

2016-04-11 Thread Nathan Sheffer
Just bought a Samsung Galaxy s7 Edge with Marshmallow pre-installed. I'm trying to get my phone to work with Android Auto. The only way I could make my phone connect to my car is to enable Developer Options in the settings menu and change the USB configuration to "MTP Media Transfer Protocol".

Re: [android-developers] Re: Android 6.0 and SSL - handshake failure.

2015-10-23 Thread Nathan
I found the intern who set up my server. Even though he has moved on to a more prestigious career, he took some time to upgrade to JDK 8 and life is much better. Nathan On Friday, October 23, 2015 at 1:25:00 PM UTC-7, Martin Heller wrote: > > > http://serverfault.com/questions/7221

Re: [android-developers] Re: Android 6.0 and SSL - handshake failure.

2015-10-23 Thread Nathan
and use an environment variable. Or maybe I upgrade Denian. (where's that intern that setup the server when you need him) If the length gets longer, will it break all the 4.x and 5.x devices? Nathan On Friday, October 23, 2015 at 4:18:13 AM UTC-7, Martin Heller wrote: > > Hello Nat

[android-developers] Re: Android 6.0 and SSL - handshake failure.

2015-10-22 Thread Nathan
Where does one set a DH_P_LENGTH? On the client? On the server? In a certificate? Sorry if this is a dumb question for those of you who know more about SSL. I've seen this issue but it has no solution. https://code.google.com/p/android-developer-preview/issues/detail?id=2792 Natha

[android-developers] Re: Android 6.0 and SSL - handshake failure.

2015-10-22 Thread Nathan
0x7fa874c518:0x) On Thursday, October 22, 2015 at 2:04:11 PM UTC-7, Nathan wrote: > > I am experiencing failures connecting securely to my own server which are > probably as a result of the Android 6.0 changes. > > 10-21 21:27:10.018 1267-1530/... E/ServerService: Handshake fa

[android-developers] Android 6.0 and SSL - handshake failure.

2015-10-22 Thread Nathan
etup the SSL context to use the truststore ssl_ctx = SSLContext.getInstance("TLS"); ssl_ctx.init(null, trustManagerFactory.getTrustManagers(), null); //retrieve a socketfactory! socketFactory = ssl_ctx.getSocketFactory(); Any advice on what to change so that it

Re: [android-developers] Does Quick Search Suggestions still work in Android 4+?

2015-09-16 Thread Nathan
On Tuesday, September 15, 2015 at 9:06:34 PM UTC-7, TreKing wrote: > > > On Tue, Sep 15, 2015 at 12:55 PM, Nathan > wrote: > >> Is the topic valid for anything greater than 2.x? >> > > Can't speak with any ah-tho-ri-tah, but sure doesn't look like i

[android-developers] Does Quick Search Suggestions still work in Android 4+?

2015-09-15 Thread Nathan
rch/answer/168456?hl=en If so, they should mention it in the article. Is the topic valid for anything greater than 2.x? Any equivalent I shouldl be looking for? Perhaps app indexing, but not quite the same. Nathan -- You received this message because you are subscribed to the Google Groups &q

[android-developers] Re: Invalid Package Error on Android 2.3

2015-09-15 Thread Nathan
No ideas? I think I will have to reproduce a build prior to the one that is failing and make it my last build for 2.3, deprecating 2.3 in future builds. Its possible one of the new libraries I've used has caused this. Well, there are even more libraries to come. Nathan -- You rec

[android-developers] Invalid Package Error on Android 2.3

2015-09-14 Thread Nathan
jar file for Mobfox. Crashlytics updates that were almost forced on us. And a later version of Google Play Services - 7.8.0. But I don't know what to try to change. Any ideas? Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

[android-developers] Bug in Samsung update for java.io.File.exists()?

2015-09-03 Thread Nathan
sibly have as stupid of a bug/feature as this. Topics like this suggest that it is a possibility: http://android.stackexchange.com/questions/109833/images-have-disappeared-from-gallery-but-still-in-my-files-samsung-galaxy-s6 Nathan -- You received this message because you are subscribed to t

[android-developers] Is MultiDex a BAD idea?

2015-05-05 Thread Nathan
the third party that wants to run the promotion and just handed me an AAR file with 11,499 methods to reduce their method count or the deal is off. Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] Specifying build variant of wear app.

2015-03-05 Thread Nathan
. dependencies { ... wearApp files('/path/to/wearable_app.apk') } Nathan -- 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: Is Android Wear Compass Sensor reliable?

2015-03-04 Thread Nathan
don't know about the other devices. Anybody else have secrets to contribute? Nathan On Tuesday, March 3, 2015 at 3:42:44 PM UTC-8, Nathan wrote: > > I implemented code that finds the compass direction. > > It uses Sensor.TYPE_ROTATION_VECTOR. > > The same code works

[android-developers] Is Android Wear Compass Sensor reliable?

2015-03-03 Thread Nathan
funny compass directions sometimes too. The funniest part (ha ha) was once in a while, the compass sensor, plus all other motion sensors, just stopped working at all for a week or two. Sometimes they came back, but it happened enough that I returned that unit. Nathan -- You received this

[android-developers] Android Wear Data Layer: Effect on Battery Life

2015-02-25 Thread Nathan
olicit feedback from the audience. Nathan Speaker at Wearables Tech Con. http://www.wearablestechcon.com/ (Note use discount code 'Mellor' to save $200). -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

Re: [android-developers] Re: VectorDrawable/BitmapDrawable in custom view.

2015-02-25 Thread Nathan
Naming the folders drawable-nodpi-v17 and drawable-nodpi-v21 did do what I want it to do. Now it looks so much nicer on Android 5.0 than on 4.4. Nathan On Monday, February 23, 2015 at 2:17:30 PM UTC-8, Sérgio Faria wrote: > > Maybe if you move face.png to drawable-nodpi-v17 it wil

[android-developers] Re: VectorDrawable/BitmapDrawable in custom view.

2015-02-23 Thread Nathan
No ideas? In Android Wear, it is definitely using the vector drawable. In Nexus, 9, it is definitely using a raster one and there appears to be now way to force it. Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] VectorDrawable/BitmapDrawable in custom view.

2015-02-17 Thread Nathan
The VectorDrawable class has only a default constructor. I don't know how to force a VectorDrawable to load if I went that route. Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

Re: [android-developers] What is the max number of apps?

2015-02-02 Thread Nathan
e is an unpublished number beyond which Google will give your account added scrutiny, by automated or manual means. If you still want to go for the max, the standard solution is simply to have multiple developer accounts. Some will advise you to have no traceable connection between them in

Re: [android-developers] What is the max number of apps?

2015-01-31 Thread Nathan
't mean to discourage you, just be sure and report back on how that goes for you. I suspect your account will be disabled sooner for the "repetitive content" clause below than it will be for having too many apps. Nathan *Spam and Placement in the Store* Developers are import

Re: [android-developers] Debug Build Variants in Android Studio?

2015-01-24 Thread Nathan
On Saturday, January 24, 2015 at 3:58:36 PM UTC-8, TreKing wrote: > > > On Wed, Jan 21, 2015 at 5:16 PM, Nathan > wrote: > >> I can't see a way to debug the build variants, or even know if I am >> debugging the main or a variant. > > > Not entirel

[android-developers] Change Transformations of VectoDrawables at runtime?

2015-01-21 Thread Nathan
s. Correct? Nathan -- 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...@googlegroups.

[android-developers] Debug Build Variants in Android Studio?

2015-01-21 Thread Nathan
erhaps I'm old fashioned that way, but I prefer to debug code before shipping it. I do have some applications that I think are a good fit for build variants (instead of libraries), but the answer affects whether they really are appropriate. Nathan -- You received this message

Re: [android-developers] Re: FusedLocation Provider fail

2015-01-21 Thread Nathan
them. Presumably, many of the end user devices, and the devices in my remote test lab, do not. Probable solution is to use one client per API if some are optional. Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

[android-developers] Re: Keeping views in sync on model change

2015-01-20 Thread Nathan Barraille
rmlite-core/doc-files/ormlite_5.html#Object-Caches http://greendao-orm.com/documentation/sessions/ On Thursday, January 15, 2015 at 1:30:18 PM UTC-8, Nathan Barraille wrote: > > Hi > > I’m working on a fairly big Android app with a lot of fragments and > activities. > These

Re: [android-developers] Re: FusedLocation Provider fail

2015-01-19 Thread Nathan
n non Google Play devices, and Google gets to track more users. Both of those things may be an advantage to Google but not to me. Nathan On Sunday, January 18, 2015 at 10:48:24 PM UTC-8, Mukesh Srivastav wrote: > > Hi Nathan, > > I am in the same situation, I have my app where i

[android-developers] Re: FusedLocation Provider fail

2015-01-17 Thread Nathan
nProvider is coming short bigtime. I'm close to crawling back to the supposedly inferior LocationManager. Nathan -- 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@googleg

[android-developers] FusedLocation Provider fail

2015-01-17 Thread Nathan
per.android.com/training/location/receive-location-updates.html I don' understand why I can't even get the last location when it is on Device Only. Are there other gotchas with this and best practices for communicating this to the user? Nathan -- You received this message because you are su

[android-developers] Keeping views in sync on model change

2015-01-15 Thread Nathan Barraille
implement reference counting and concurrent thread access/modification. This is my favorite solution so far, but it feels like their should be an easier answer to such a common problem. I'm sure some of you have been confronted to a similar problems already, how did you solve this? Thanks! N

[android-developers] Re: AndroidStudio feedback (vs Eclipse)

2015-01-13 Thread Nathan
d Studio. It was the forced migration that was a pain. Right now, life is much better. I have no desire to touch Eclipse again if I can avoid it. That may be of little comfort to you now. Nathan > > -- You received this message because you are subscribed to the Google Group

[android-developers] Re: Phasing out a subscription

2015-01-08 Thread Nathan
/billing_subscriptions.html* Nathan On Wednesday, January 7, 2015 at 6:52:42 PM UTC-8, jtoolsdev wrote: > > Sounds like a design oversight. File it as an issue if it hasn't been > already. > > On Wednesday, January 7, 2015 12:55:31 PM UTC-8, Nathan wrote: >> >> Due t

[android-developers] Phasing out a subscription

2015-01-07 Thread Nathan
$10,000 a year to maintain. Think twice about any subscription that has dependencies on a third party, however reputable or trustable. In fact, make sure that all subscriptions cost you nothing and are as meaningless as possible. Nathan -- You received this message because you are subscri

Re: [android-developers] Lock Orientation at runtime

2015-01-03 Thread Nathan
That is what I was looking for. Thanks. On Saturday, January 3, 2015 10:13:20 AM UTC-8, TreKing wrote: > > > On Fri, Jan 2, 2015 at 8:56 PM, Nathan > > wrote: > >> I wanted to know if it is possible to lock the orientation of an activity >> at runtime. &g

[android-developers] Lock Orientation at runtime

2015-01-02 Thread Nathan
sers about the global setting as an option. Nathan. -- 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

[android-developers] Migrating Android Library projects to Android Studio

2014-12-18 Thread Nathan
igured that would do the trick. Nope. I still have 103 errors stating. * error: package R does not exist*Now I am not sure why R does not exist. Won't they generate it in library projects? Nathan -- You received this message because you are subscribed to the Google Groups "Android

Re: [android-developers] Dex Limit workarounds- ADT or Android Studio only?

2014-12-18 Thread Nathan
On Thursday, December 18, 2014 9:47:53 AM UTC-8, Nathan wrote: > I did get it to compile with multidex support library if I updated to a > new copy of Eclipse and installed the ADT from zip file. > > I spoke too soon on that. It wasn't including Google Play Services clie

Re: [android-developers] Dex Limit workarounds- ADT or Android Studio only?

2014-12-18 Thread Nathan
l use all of it, but once I've gone through the pain of adding Google Play I may be tempted to throw in several. Once Android Studio is working for me I will probably use the supported path. Nathan -- You received this message because you are subscribed to the Google Groups "And

[android-developers] Re: Dex Limit workarounds- ADT or Android Studio only?

2014-12-17 Thread Nathan
Only thing so far we've found may be responsible. My ADT did not and will not update. I appears that I installed a combined bundle of Eclipse with ADT and the plugin won't update separately. Errors like the following. Software being installed: Android Development Tools 23.0.4.1468518 (

[android-developers] Dex Limit workarounds- ADT or Android Studio only?

2014-12-17 Thread Nathan
est? We are all Klingon warriors now - we do not debug - our software does not coddle the weak. ;) Nathan -- 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

[android-developers] Re: Detecting Location on Android Wear Article Defective

2014-11-28 Thread Nathan
In addition, getLastLocation() is always null. If I don't use High Accuracy, it does not crash, but I also never receive updates. Why are *fictional* articles being posted to developer.android.com. Nathan On Friday, November 28, 2014 10:04:40 AM UTC-8, Nathan wrote: > > I was g

[android-developers] Detecting Location on Android Wear Article Defective

2014-11-28 Thread Nathan
OCATION permission to request PRIORITY_HIGH_ACCURACY locations. Even though is clearly in the manifest after manifest tag and before application tag Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Changes in GPS or compass sensors for Android 5.0?

2014-11-24 Thread Nathan
any way, so I am not assuming that it is something to do with Android 5.0 Nothing here tells me that GPS or compass sensors should be broken. http://developer.android.com/about/versions/android-5.0-changes.html Nathan -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: getSkuDetails returns error code 6: BILLING_RESPONSE_RESULT_ERROR 6 Fatal error during the API action

2014-11-17 Thread Nathan
Finally the customer today deleted and readded a credit card in wallet.google.com and everything worked. I have one more thing that I can ask anyone who suffers a similar fate to try now. Nathan On Monday, November 17, 2014 11:50:11 AM UTC-8, Nathan wrote: > > Okay, I have one ver

[android-developers] getSkuDetails returns error code 6: BILLING_RESPONSE_RESULT_ERROR 6 Fatal error during the API action

2014-11-17 Thread Nathan
. BILLING_RESPONSE_RESULT_ERROR6Fatal error during the API action The logs seem to indicate that getPurchases() returns a valid list, but that the same list cannot get through getSkuDetails. What is there that *I* can do about this or that the customer can do about this? Nathan -- You

[android-developers] Re: SSLHandshakeException errors on Android 5.0?

2014-11-06 Thread Nathan
I found this already: http://developer.android.com/about/versions/android-5.0-changes.html#ssl I'm not quite to the point of knowing exactly what to do, but I'm checking with the server guy. Nathan -- You received this message because you are subscribed to the Google Group

[android-developers] SSLHandshakeException errors on Android 5.0?

2014-11-06 Thread Nathan
such a good job in backwards compatibility, but I guess my expectations should be pretty low in that regard. Nathan 11-06 14:25:39.684 E/ServerService( 9973): Handshake failed 11-06 14:25:39.684 E/ServerService( 9973): javax.net.ssl.SSLHandshakeException: Handshake failed 11-06 14:25:39.

[android-developers] Samsung Developer Conference Vouchers

2014-11-06 Thread Nathan
I have one or two vouchers to the Samsung Developer Conference and won't be going. This is a good opportunity for those who will already be in the San Francisco area Nov 11-13. Contact me if interested. I could give them to you for a fire sale price or work out some arrangement. N

[android-developers] Re: Google Play Location Services on Wear

2014-11-06 Thread Nathan
ta in a wearable app, you don't have to worry about where the location data originates; the system retrieves the location updates using the most power-efficient method. Looks like the answer is yes. Nathan On Monday, October 20, 2014 10:39:34 AM UTC-7, Nathan wrote: > > This is p

Re: [android-developers] Discount Codes in Google Play - still impossible.

2014-10-31 Thread Nathan
you access to specific apps and digital content, and the download will be automatically added to your library after you redeem your code." So how do I create these other promotional codes that give access to specific apps and digital content? I'm guessing only the Google Play team c

Re: [android-developers] Discount Codes in Google Play - still impossible.

2014-10-30 Thread Nathan Mellor
. Nathan On Thu, Oct 30, 2014 at 3:42 PM, Steve Gabrilowitz wrote: > Another possibility is something I have seen from time to time where > developers put an app "on sale" for a limited time - simple matter of > lowering the price and putting it back when the promotion is over

Re: [android-developers] Discount Codes in Google Play - still impossible.

2014-10-30 Thread Nathan Mellor
the offer expired > Limited time . So I guess it would be a special version with a different package name, which is never updated and would have no IAP. It’s something to consider. Nathan. -- You received this message because you are subscribed to the Google Groups "Android Developer

[android-developers] Discount Codes in Google Play - still impossible.

2014-10-30 Thread Nathan
perhaps get one if I managed to contact the right person on the Google Play Marketing Team? Nathan -- 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

[android-developers] Android Wear: Disable wakeup gesture?

2014-10-30 Thread Nathan
Android Wear folks. Is there a way to programmatically put your Android Wear in a state that will not wake up when you move your arm? Effectively making a sleep or standby mode where it won't come on until you push a button. I have a Gear Live and I don't see this in the settings

[android-developers] Google Play Location Services on Wear

2014-10-20 Thread Nathan
api/GoogleApiClient.html> client) Or am I oversimplifying it? Nathan -- 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

Re: [android-developers] Re: getSkuDetails returns BILLING_RESPONSE_RESULT_ERROR

2014-10-14 Thread Nathan Mellor
I don’t know enough about the DNS Outage or Google’s usage of that range to know if it makes a difference. If so, is there anything I or the customer can do about it? Nathan On Tue, Oct 14, 2014 at 5:23 AM, lbendlin wrote: > Anything to do with the recent DNS outage on 8.8.8.8 ? >

[android-developers] getSkuDetails returns BILLING_RESPONSE_RESULT_ERROR

2014-10-13 Thread Nathan
to ask the customer to do. I did ask him to clear caches as Google sometimes asks. Apparently this used to work for the customer over mobile but not wifi but now works on neither. Any ideas? Nathan -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Apps uninstalling themselves?

2014-09-18 Thread Nathan
tice which I click agree. Then another popup says it's Uninstaller the program!?!? I've tried it several times.* Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

Re: [android-developers] Re: Tracking down multiple Activity instances in memory

2014-09-18 Thread Nathan
or the gazillionth time in my near future. Nathan -- 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-dev

[android-developers] Re: Tracking down multiple Activity instances in memory

2014-09-17 Thread Nathan
nks, trees, reports, and histograms in Memory Analyzer are helpful? it seems like there ought to be some clues in there, but I am getting mostly false leads. Otherwise I am using Treking's method. Disabling bits of functionality at a time. Nathan On Tuesday, September 16, 2014 5:56:48 AM UT

Re: [android-developers] Tracking down multiple Activity instances in memory

2014-09-15 Thread Nathan
On Wednesday, September 10, 2014 6:02:58 AM UTC-7, TreKing wrote: > > > On Tue, Sep 9, 2014 at 11:00 PM, Nathan > wrote: > >> Any tips on finding the causes better? > > > Review your Activity class implementation and look for any place where you > save a st

[android-developers] Tracking down multiple Activity instances in memory

2014-09-09 Thread Nathan
ink I control that. And definitely that ZygoteInit thing shouldn't be holding a context in a static way, but I don't control that either. Any tips on finding the causes better? Nathan Nathan -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: Android Wear Communication between apps

2014-08-25 Thread Nathan
Can anyone confirm whether Mobile and Wear apps find each other based on their package name? It seems that one to many or many to one relationships are impossible. Nathan On Friday, August 22, 2014 12:24:10 PM UTC-7, Nathan wrote: > > Just barely looking at the communication protoco

[android-developers] Android Wear Communication between apps

2014-08-22 Thread Nathan
aired with it and there is no chance, say, for the free and paid version of an app to both communicate with the same wearable app. In any case, what is the mechanism by which the apps know who their peer app is? Is it by using the exact same package name or by some other mechanism? Nathan --

[android-developers] Non source code files in Android Studio / Gradle.

2014-08-22 Thread Nathan
just put a project into SVN for me, put too much there, and frankly, it's a disaster. I would like him to fix it, but would like to give him good guidance. Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

Re: [android-developers] In App Billing - Signature Verification failed.

2014-08-15 Thread Nathan
On Thursday, August 14, 2014 4:25:30 PM UTC-7, Kostya Vasilyev wrote: > > Or with the just updated Google Play app. > Very likely. I have few a people telling me "the version of Android Market on their phone doesn't support in app billing". Nathan -- You received

Re: [android-developers] In App Billing - Signature Verification failed.

2014-08-14 Thread Nathan
In addition, I wonder if it has anything to do with this spec: Kernel version: 3.4.0-cyanogenmod-g433243c build02@cyanogenmod ) -- 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@google

Re: [android-developers] In App Billing - Signature Verification failed.

2014-08-14 Thread Nathan
On Wednesday, August 13, 2014 9:14:29 PM UTC-7, Nikolay Elenkov wrote: > > On Thu, Aug 14, 2014 at 9:41 AM, Nathan > wrote: > > > > > So why would Google Play send me a bogus signature? Its not the first > Google > > glitch, but what can I or the custom

[android-developers] In App Billing - Signature Verification failed.

2014-08-13 Thread Nathan
rchaseData); logDebug(" Signature: " + signature); verificationFailed = true; } Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

Re: [android-developers] Re: Compass Reading - proper implementation.

2014-08-01 Thread Nathan
mulators will be no good. It would simplify things if we know they have rotation sensor. Nathan -- 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 unsubsc

Re: [android-developers] Re: Compass Reading - proper implementation.

2014-07-23 Thread Nathan
/example/android/apis/os/RotationVectorDemo.java http://stackoverflow.com/questions/14740808/android-problems-calculating-the-orientation-of-the-device Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] Re: Compass Reading - proper implementation.

2014-07-23 Thread Nathan
S III", that isn't nearly specific enough. Nathan -- 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 a

Re: [android-developers] Re: Compass Reading - proper implementation.

2014-07-16 Thread Nathan
On Tuesday, July 15, 2014 7:53:52 PM UTC-7, Adam Ratana wrote: > > Nathan, I would suggest just using a simple low pass filter (in this case > an EWMA - http://en.m.wikipedia.org/wiki/Exponential_smoothing) and > tuning the weighting to taste. The more samples usually the smo

Re: [android-developers] Re: Compass Reading - proper implementation.

2014-07-15 Thread Nathan Mellor
fer size and Sensor delay? I notice that SENSOR_DELAY_NORMAL gives me lower frequency jitter than a higher frequency, but I’m not counting on the fact that it does any smoothing. Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Mock locations from GPX track on real device?

2014-07-15 Thread Nathan
I am not seeing any app on the market that does this. The emulator will use a GPX file, but it is grayed out for a real device. Have one of you invented an app that does this? Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: How to list my app as Wearable compatible?

2014-07-09 Thread Nathan
t of featured apps, so the real question may be how you get the attention of the Google Play Marketing team. I don't know the answer. Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

[android-developers] Re: Compass Reading - proper implementation.

2014-07-09 Thread Nathan
On Monday, March 17, 2014 4:40:21 PM UTC-7, Nathan wrote: > > Last time I worked on a compass reading (which was years ago), I did > something like this. > > A: > http://www.javacodegeeks.com/2013/09/android-compass-code-example.html > > Of course, this examp

[android-developers] ADT/SDK 23 broken on Mac - annotations.jar

2014-06-30 Thread Nathan
olving any symbols. Can anyone give advice on what to do next? Nathan -- 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, s

Re: [android-developers] Setting/Determining size of PopupWindow based on contents.

2014-06-23 Thread Nathan
values for width and height, which is good. Nathan -- 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-

[android-developers] Setting/Determining size of PopupWindow based on contents.

2014-06-23 Thread Nathan
time it is not zero, but is likely the size it was last time, but it could be a different size the second time. In the thread in 2010, there was a solution to set the size based on the anchorview, but no based on the contents of the popupwindows view. Nathan -- You received this message

Re: [android-developers] Re: Share Loader's data between multiple fragment

2014-06-04 Thread Nathan Barraille
Yeah, I guess I can do that, but if I do I need to write custom code for retaining the arguments across instance change, which I would have liked the framework to be able to do for me, as described here: https://groups.google.com/forum/#!topic/android-developers/bCc5tjOHQ1o On Wed, Jun 4, 2014 at

[android-developers] Share Loader's data between multiple fragment

2014-06-03 Thread Nathan Barraille
Hello, I have a problem with the Android framework for which I'm not able to find any ideal design solution. I have an activity that contains multiple fragments, all those fragments need to access the same model object. This model object can be loaded from a memory cache, ContentProvider or netw

[android-developers] Re: Dual Display and 3D Frameworks? (ie Unity, etc).

2014-06-02 Thread Nathan
Initial look appears to verify that use of secondary displays is *not* yet available on Unity. This is one place I found the question being asked. http://forum.unity3d.com/threads/android-external-display-support.226815/ I am not able to find anything that addresses whether this is possible in

[android-developers] Dual Display and 3D Frameworks? (ie Unity, etc).

2014-06-02 Thread Nathan
yet. If this project goes forward, I will likely hire someone or partner with someone with more experience. But I'd want to know if many of you have tried it first. I wouldn't be trying to hand code a bunch of OpenGL, so I wondered if it is already a common practice with the 3D framewor

[android-developers] the bind value at index 1 is null

2014-05-07 Thread Nathan
Analytics? Nathan java.lang.IllegalArgumentException: the bind value at index 1 is null at android.database.sqlite.SQLiteProgram.bindString(SQLiteProgram.java:164) at android.database.sqlite.SQLiteProgram.bindAllArgsAsStrings(SQLiteProgram.java:200)

[android-developers] Re: Location.distanceTo() and Asus Memo Pad.

2014-05-01 Thread Nathan
with Android 4.2.2. https://android.googlesource.com/platform/dalvik/+/4888a4b95e2f1b2cdeb6a0ca8dd75c784eb80256 Don't you love the fragmentation? Nathan On Saturday, April 26, 2014 9:52:48 AM UTC-7, Nathan wrote: > > If I had the hardware, yes. > > As it is, I will have

[android-developers] ADT Update?

2014-04-28 Thread Nathan
. Nathan -- 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...@googlegroups.com For mo

[android-developers] Re: Location.distanceTo() and Asus Memo Pad.

2014-04-26 Thread Nathan
If I had the hardware, yes. As it is, I will have an end user try a single linear distance that is known to him and see how it compares. Nathan On Saturday, April 26, 2014 4:28:38 AM UTC-7, lbendlin wrote: > > You could verify the first assumption by doing the distance calcu

[android-developers] Location.distanceTo() and Asus Memo Pad.

2014-04-25 Thread Nathan
other effects from it. Anyone aware of any weird things from that device? Nathan -- 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 g

[android-developers] Understand and reduce Application Resources memory usage

2014-04-21 Thread Nathan Barraille
Hello, I am working on reducing the memory usage of my application, and it looks like one of the part that consumes a lot of it is the application Resources class that gives access to all my drawable pngs. I didn't find a lot of documentation on how it deals with memory, but it looks like it loa

[android-developers] Re: New Content Policy in Google Play

2014-03-28 Thread Nathan
Oh good, I found it here: http://www.androidpolice.com/2014/03/28/google-updates-play-store-developer-program-policies-to-crack-down-on-deceptive-ads/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

[android-developers] New Content Policy in Google Play

2014-03-28 Thread Nathan
Just had to accept it. Who has done a diff on it already? What has changed? Nathan -- 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

Re: [android-developers] External Storage lockout in 4.4 update on some Samsung devices.

2014-03-26 Thread Nathan
n at the Android developer site. Really wish it were that simple. Nathan -- 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 fro

[android-developers] Re: Compass Reading - proper implementation.

2014-03-20 Thread Nathan
d be interested to read about the experiences of other people on this > topic, particularly regarding the 'gimbal lock' for method B. > Me too. Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] Re: Compass Reading - proper implementation.

2014-03-19 Thread Nathan
-android-compass.html<http://www.google.com/url?q=http%3A%2F%2Fsunil-android.blogspot.com%2F2013%2F02%2Fcreate-our-android-compass.html&sa=D&sntz=1&usg=AFQjCNEKNuIbn3u_M-hpmp5vQrGcV5EVOg> vs leaving it alone. Nathan -- You received this message because you are subscribed to

[android-developers] Compass Reading - proper implementation.

2014-03-17 Thread Nathan
neither A or B works? 4. Are there any known drawbacks of implementation B? Nathan -- 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 thi

Re: [android-developers] External Storage lockout in 4.4 update on some Samsung devices.

2014-02-26 Thread Nathan
t they would backup to. I expect they will find out after the fact. Nathan -- 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

  1   2   3   4   5   6   7   8   >