[android-developers] Does WiFiDirect Service Discovery work using SERVICE_TYPE_ALL protocol type?

2014-11-18 Thread Nate B
that are being advertised? -Nate -- 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] How to change Bluetooth Visibility timeout to always discoverable for ICS?

2012-06-29 Thread Nate B
Can anyone help me? I need know how to programmatically set the Bluetooth visibility timeout to always discoverable for android devices running ICS. I'm using the the snippet of code that you can find on the android dev sit for Bluetooth. When the code runs the enabling discoverability dialog will

[android-developers] What coding languages do I need to know to develop an android app?

2011-10-31 Thread nate
Hi I was wondering what the main programming languages used in andriod app development are. I know a little c++ and javascript. I'd like to make an app that uses data from AdGenesis. The app would reward people for watching targeted ads with points redeemable for ipods and such. How much would it

[android-developers] Re: Reading from CERT.RSA from META-INF directory

2011-06-21 Thread Nate Totura
Ahh, I see what you are saying now, I have never used those (JarFile/ JarEntry) APIs before. Thank you! On Jun 15, 6:25 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, Jun 16, 2011 at 3:18 AM, Nate Totura ntot...@gmail.com wrote: To clarify, I would like to do this at runtime

[android-developers] Re: Reading from CERT.RSA from META-INF directory

2011-06-15 Thread Nate Totura
To clarify, I would like to do this at runtime. Access to the certificate information at runtime is really what I want. -Nate On Jun 14, 7:39 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, Jun 15, 2011 at 2:57 AM, Nate Totura ntot...@gmail.com wrote: Is it possible to read files

[android-developers] Reading from CERT.RSA from META-INF directory

2011-06-14 Thread Nate Totura
; it is probably compressed If that file is really compressed, is there a way to still open it for read access? Thanks, Nate -- 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: In-app purchase signature verification with PHP openssl

2011-04-25 Thread Nate Totura
Thanks for the help, you were correct, the data I was using to test everything was in a file an had an extra newline appended to the end. On Apr 20, 7:37 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, Apr 21, 2011 at 6:24 AM, Nate Totura ntot...@gmail.com wrote: Still no luck, I

[android-developers] Re: In-app purchase signature verification with PHP openssl

2011-04-20 Thread Nate Totura
-A signature.bin the openssl dgst ... command returns: Verification Failure Thanks, Nate On Apr 13, 7:48 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, Apr 14, 2011 at 2:05 AM, Nate Totura ntot...@gmail.com wrote: Thanks, the openssl_sign() php function is just being

[android-developers] In-app purchase signature verification with PHP openssl

2011-04-13 Thread Nate Totura
? I could just run the equivalent java code that is in the sample application, and that seems to work ok, but I would like to use php directly if possible. Thanks, Nate -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: In-app purchase signature verification with PHP openssl

2011-04-13 Thread Nate Totura
On Apr 13, 12:27 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, Apr 13, 2011 at 3:44 PM, Nate Totura ntot...@gmail.com wrote: I am trying to do signature validation on a server instead of in the app iteself. I would ideally like to use the php openssl libraries and it looks

[android-developers] Re: ServiceTestCase and Contexts

2011-02-08 Thread nate
package as well as the application under test, instead of trying to get them from the app on the fly? On Feb 4, 11:20 am, nate nat...@cisco.com wrote: OK, I found a solution: I created a context to our test package and was able to access the assets: mTestAppContext = getContext

[android-developers] Re: ServiceTestCase and Contexts

2011-02-04 Thread nate
() but forgot to call super.setUp() first. On Feb 2, 2:08 pm, nate nroy...@gmail.com wrote: Hey Everyone,    I don't know if I am doing something wrong here, but when I am trying to use the ServiceTestCase class to test my Service, I cannot get a context which points to the test project

[android-developers] Re: ServiceTestCase and Contexts

2011-02-04 Thread nate
Also, i put the test assets in the target project's directory and was able to access them with: getSystemContext().getAssets().list(.) On Feb 4, 10:31 am, nate nroy...@gmail.com wrote: I checked my setUp() method and I do call super.setUp() as the first line.  The reason I believe the contexts

[android-developers] Re: ServiceTestCase and Contexts

2011-02-04 Thread nate
OK, I found a solution: I created a context to our test package and was able to access the assets: mTestAppContext = getContext().createPackageContext(com.blah.test, Context.CONTEXT_IGNORE_SECURITY); Just in case anyone else needs a workaround. On Feb 4, 10:36 am, nate nat...@cisco.com wrote

[android-developers] ServiceTestCase and Contexts

2011-02-03 Thread nate
Hey Everyone, I don't know if I am doing something wrong here, but when I am trying to use the ServiceTestCase class to test my Service, I cannot get a context which points to the test project. getContext() and getSystemContext() both seem to point to the target project's context. The reason

[android-developers] Proguard configuration question

2010-12-27 Thread Nate Totura
] be processed, while the library classes will remain unchanged. My question is, what do I need to put in the ProGuard.cfg file in order to get rid of this warning? Thanks, Nate -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Android 2.3: eclipse reporting Unable to execute dex: null

2010-12-06 Thread Nate
Is the fix ready yet? :D -Nate On Dec 6, 5:00 pm, Mario Zechner badlogicga...@gmail.com wrote: Awesome thanks a bunch :) On 7 Dez., 01:54, Xavier Ducrohet x...@android.com wrote: hey all, we found the issue. It's related to referencing java project. We're looking at pushing a fix

[android-developers] Numeric soft keyboard in webviews

2010-07-23 Thread Nate Totura
got to be a workaround. Does anyone have any suggestions on how to get a numeric keyboard show up in a webview? Thanks, Nate -- 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] AlarmManager Daily Service?

2010-06-01 Thread Nate
I need to run a service each night at midnight. I would like to use the AlarmManager to do this. Can you give me some guidance of how to make it work correctly? alarmManager = (AlarmManager)context.getSystemService(Context.ALARM_SERVICE);

[android-developers] Android Dev for Military Applications

2010-04-02 Thread Nate
There are a few opportunities out there for Android development in the military. We'd really like to pull in a developer to help our efforts out on some of these projects - the bulk of the work would go to you. If you're interested, please let me know. nchenenko at winvale dot com or 202 296 5505.

[android-developers] Re: cannot install radio update

2010-03-28 Thread Nate
*bump* Without 2G my phone is not very useful! On Mar 27, 2:59 am, Nate nathan.sw...@gmail.com wrote: Maybe there is somewhere else I can ask? On Mar 25, 12:57 am, Nate nathan.sw...@gmail.com wrote: No one can offer any suggestions? On Mar 24, 12:32 am, Nate nathan.sw...@gmail.com wrote

[android-developers] Re: cannot install radio update

2010-03-28 Thread Nate
and it is working again. My apologies for posting to the wrong group! A series of unfortunate events had me repeatedly just missing the solution. Thanks for pointing me the right direction! -Nate On Mar 28, 6:27 am, Mark Murphy mmur...@commonsware.com wrote: Nate wrote: *bump* Without 2G my

[android-developers] Re: cannot install radio update

2010-03-27 Thread Nate
Maybe there is somewhere else I can ask? On Mar 25, 12:57 am, Nate nathan.sw...@gmail.com wrote: No one can offer any suggestions? On Mar 24, 12:32 am, Nate nathan.sw...@gmail.com wrote: I have a G1 Dev Phone. I am unable to install the 1.6 radio update from this page:http

[android-developers] Re: cannot install radio update

2010-03-25 Thread Nate
No one can offer any suggestions? On Mar 24, 12:32 am, Nate nathan.sw...@gmail.com wrote: I have a G1 Dev Phone. I am unable to install the 1.6 radio update from this page:http://developer.htc.com/adp.html The file name is: ota-radio-2_22_19_26I.zip I push it to the phone as update.zip, do

[android-developers] cannot install radio update

2010-03-24 Thread Nate
I have a G1 Dev Phone. I am unable to install the 1.6 radio update from this page: http://developer.htc.com/adp.html The file name is: ota-radio-2_22_19_26I.zip I push it to the phone as update.zip, do a shell sync, wait 5 minutes, reboot into recovery mode, press alt+L, then alt+S. I get: --

[android-developers] Re: 1.6 VPN Certificate Store

2009-12-13 Thread Nate
Anybody ever find the answer to this? On Nov 9, 7:37 pm, itsluy its...@gmail.com wrote: Same problem here but I'm using 2.0 (droid). The documentation doesn't mention this and I don't see what folder i should place the certificates in. On Oct 10, 12:20 pm, Dida

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-04 Thread Nate
My ADC2 submission is called SingSong. It is a competitive singing game: http://singthegame.com/ I think it will be a lot of fun! I stressed over it really bad, many sleepless nights coding, but I think it was worth it in the end. -Nate On Sep 2, 7:03 am, Alex iiiypu...@gmail.com wrote: Now

[android-developers] escaping string in SQLite

2009-08-29 Thread Nate
How should I be escaping strings for SQLite? I found I was inserting a string with single quote and this broke. I am now replacing single quote with two single quotes, but I am wondering what else I should be escaping, if anything? The SQLite documentation is especially unhelpful. I realize this

[android-developers] detect headphones plugged in

2009-08-27 Thread Nate
Is it possible to detect if the headphones are plugged in? I couldn't find anything in the API. --~--~-~--~~~---~--~~ 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] detect headphones plugged in

2009-08-26 Thread Nate
Is it possible to detect when/if headphones are plugged in? --~--~-~--~~~---~--~~ 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

[android-developers] using the music picker

2009-06-29 Thread Nate
to use an Intent. What intent do I use? How do I filter the songs displayed based on the artist and title? Thanks! -Nate --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] images render very differently

2009-06-01 Thread Nate
and the actual image on bottom: http://n4te.com/temp/imgDiff.png Any idea why there is a difference? I have tried a bunch of different settings but I can't keep it from looking bad. Thanks! -Nate --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: images render very differently

2009-06-01 Thread Nate
Figured it out: Don't use interlaced PNGs! Silly little checkbox was checked. ;) -Nate On May 31, 11:28 pm, Nate nathan.sw...@gmail.com wrote: I am using OpenGL ES and drawing a triangle strip with 4 vertices. The texture I'm drawing was loaded from a PNG using BitmapFactory.decodeStream

[android-developers] Re: no package identifier when getting value for resource

2009-06-01 Thread Nate
an error and does nothing. Frustrating to say the least. I spent about a day reviewing and rewriting my code before I realized they simply removed the object itself. Hope that helps, ~~ Nate On May 19, 9:35 am, guruk ilovesi...@gmail.com wrote: When I start my program I get this for 3 from 35 entries

[android-developers] Re: PNG transparency and OpenGL ES

2009-05-29 Thread Nate
Thank you both for the solution (images must be power of two dimensions) and the additional helpful information! Cheers! -Nate On May 28, 12:56 pm, Anton socialhac...@gmail.com wrote:     The ball.png that you reference above is 30x30 pixels.  As MrChaz said, you must use power of two sized

[android-developers] PNG transparency and OpenGL ES

2009-05-28 Thread Nate
using this blending: gl.glBlendFunc(GL10.GL_SRC_ALPHA, GL10.GL_ONE_MINUS_SRC_ALPHA); How is it possible to render a PNG with transparency in OpenGL ES? Thanks! -Nate --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Anyone mind testing quickly?

2008-10-27 Thread Nate Sanden
Anyone mind testing this on a real phone for me (before the marketplace launch tomorrow)? It's a basic tip calculator. The main thing I'm not sure will work are the blue arrow buttons to the right of the text fields. You should be able to touch them to modify values in the calculator. Appreciate