[android-developers] NEED CANDIDATES: SR. ANDROID DEVELOPER, San Francisco, California

2017-02-11 Thread 'JP Pollard' via Android Developers
Hello, I am a newbie to this group and an Independent Recruiter trying to help fill the following position with a company in the San Francisco area, SR. ANDROID DEVELOPER, SAN FRANCISCO, CA. If you are interested in the position below, please send me a message with your resume so the hiring

[android-developers] RE:: HOT LIST

2016-08-16 Thread JP Mahendra
fied force.com administrator (201)& platform-i developer (401). · Salesforce business analyst. Thanks JP Mahendra Thought byte inc | an e-verified firm Ph: 973-512-7453 Mail: mahen...@thoughtbyte.com Address: 1135 clifton ave, suite # 207 Clifton, NJ07013 -- You received this m

[android-developers] RE:Salesforce Experts - Available Now

2016-07-06 Thread JP Mahendra
. Thanks JP Mahendra Thought Byte Inc | An E-Verified Firm Ph: 973-512-7453 Mail: mahen...@thoughtbyte.com Address: 1135 Clifton Ave, Suite # 207 Clifton, NJ 07013 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubs

[android-developers] About System broadcast behavior.

2013-04-29 Thread h . sasaki . mbsd . jp
Hello, I wanted to create an app to detect that it has remove the SD card. But, I disinclined to received broadcast action which spoofed from malware. I tried to limit received by android:exported=false with in manifest. This filter action is android.intent.action.MEDIA_UNMOUNTED action(this

[android-developers] Re: Migrating existing app to Google Maps API v2

2012-12-04 Thread JP
On Dec 3, 10:27 pm, Zsolt Vasvari zvasv...@gmail.com wrote: GeoPoint - LatLng presumably Overlay - GroundOverlay (?) Thanks Zsolt, it's going to be an interesting exercise for everybody... -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Migrating existing app to Google Maps API v2

2012-12-03 Thread JP
I started migrating an Android project from the old Google Maps API to v2. Or an attempt at that, rather. A few issues with the brand new documentation aside*), there seems to be a substantial mismatch in the architecture, and as a result, the vast amount of API calls and classes are not available

Re: [android-developers] Google Play adding permission requests after upload. - Lose reach, existing users lose upgrade path

2012-11-23 Thread JP
On Thursday, November 22, 2012 2:22:34 PM UTC-8, TreKing wrote: On Thu, Nov 22, 2012 at 12:01 PM, JP joachim@gmail.com javascript:wrote: There are no new features that would require any new permissions, and the target-sdk remains at 11. (min-sdk level 3) Turns out that Google Play

[android-developers] Google Play adding permission requests after upload. - Lose reach, existing users lose upgrade path

2012-11-22 Thread JP
After not having touched it since July, I've updated one of my apps in Google Play the other day and noticed that it was filtered out from a bunch of devices I use for testing. There are no new features that would require any new permissions, and the target-sdk remains at 11. (min-sdk level 3)

[android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-20 Thread JP
On Nov 19, 12:38 pm, Claudius Golumbina c.golumb...@gmail.com wrote: The SDK USB driver works with both the Nexus 7 and Nexus 10. Nexus 7 yes, Nexus 10 No. Not for me. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] In search of Nexus 10 ADB drivers

2012-11-19 Thread JP
I can't seem to find the Nexus 10 ADB drivers, assuming they are out there. - I have the SDK USB Drivers at Rev 7. (SDK Manager reports this as the latest) - I've installed the latest version of Kies And yes I've enabled USB debugging on the device, but no luck. Anybody know if the ADB drivers

[android-developers] Re: Creating a PDF on Adroid?

2012-10-29 Thread JP
Unless, of course those libraries are included in the app. As always, depends on availability/licensing. On Oct 25, 10:15 pm, Kristopher Micinski krismicin...@gmail.com wrote: depends, some libraries are not included, if it's linking against those then that will not work.. kris On Fri,

[android-developers] Re: eclipse.exe has stop working

2012-09-15 Thread JP
On Sep 14, 2:26 pm, laxman k laxman.k1...@gmail.com wrote: how this problem slove Just reinstall Eclipse and the Android SDK. -- 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] Re: Problem in larger xml parsing with SOAP web service

2012-08-16 Thread JP
This looks to me like you're trying to skin existing code over the Android platform? In my experience, DOM (tree parsing in general) isn't so great in the mobile environment as you have to load the tree structure up front to get to that last piece of data that you actually might be interested

[android-developers] Re: Installing a private corporate app

2012-08-07 Thread JP
What you ask for is called sideloading. On Aug 6, 4:39 pm, Jonathan S xfsuno...@gmail.com wrote: 1) Upload APK to the internal servers 2) Instruct all employee to download and install it by direct link to the There's a few more steps: 3) Add the following MIME type to your web server(s):

Re: [android-developers] Requesting Gmail atom feed with auth token from AccountManager

2012-07-30 Thread JP
;); method.setHeader(Bearer + token); HttpResponse response; try { response = client.execute(method); } catch (Exception e) { } // Now parse response as normal. On Sunday, July 29, 2012 11:21:46 PM UTC-7, Nikolay Elenkov wrote: On Mon, Jul 30, 2012 at 2:32 PM, JP wrote: I am trying

[android-developers] Requesting Gmail atom feed with auth token from AccountManager

2012-07-29 Thread JP
I am trying to authenticate with the Gmail atom feed using the authentication token of the Gmail account, obtained from AccountManager. I have no problem pulling the authentication token for a Google Account registered on the device, using AccountManagergetAuthToken() with the authTokenType

[android-developers] Re: Block Apk File Read.

2012-07-25 Thread JP
Which would create an incentive to forgo the install-on-SD-card option, because the external SD card can always be mounted on a non- Android host and APKs pulled from the card that way. Google fought tooth to nail to not install apps on external SD card until they finally caved, and now we'd be

[android-developers] Re: OEM-Official ADB USB Driver support (rant)

2012-07-23 Thread JP
On Jul 21, 8:52 am, Ming-Ta Yu mingta...@gmail.com wrote: Do you refresh SDK? It is revision 6 for the driver. Well yeah, routine. That's the first thing that's being updated if necessary before a new device is even taken out of the box. -- You received this message because you are

Re: [android-developers] Re: OEM-Official ADB USB Driver support (rant)

2012-07-22 Thread JP
Well there's two problems: One: the device does not show in $ ADB devices Two: There's of course no log info or anything that could help decipher what's going on, at least that I know of. On Saturday, July 21, 2012 10:00:19 AM UTC-7, Nikolay Elenkov wrote: On Jul 22, 2012 12:05 AM, JP

Re: [android-developers] Re: OEM-Official ADB USB Driver support (rant)

2012-07-21 Thread JP
On Saturday, July 21, 2012 1:13:27 AM UTC-7, Nikolay Elenkov wrote: Back on topic, the USB driver in the SDK works fine with the N7. Update the SDK and select the driver folder in device manager. Not for me, not. (USB debugging enabled) Oh well. -- You received this message because you

[android-developers] OEM-Official ADB USB Driver support (rant)

2012-07-20 Thread JP
One of the most vexing problems over the years: Official ADB USB driver support by OEMs. With the exception of a few, every new device coming out seems to be missing the ADB USB drivers. Even Nexus devices. And once out, they may not even be available naked from the official source, as they should

[android-developers] JellyBean systrace in cygwin problem, does not write trace.html

2012-07-20 Thread JP
▒ $.▒,Jp▒▒:3▒▒=▒?▒♥▒,▒1▒▒▒E ▒▒▒v(▒▒▒P▒X▒▒r▒ ▒▒↓▒L\2?▒xf▒TB▒f▒8 z▒▒(?$▒E▒▒▒↓▒▒w▒=?▒▒C▒Y►▒▒▒w▒9b▒? X▒▒↑▒▒♥▒↑G▒{$▒▒H▒▒▒◄▒tM▒:%▒}PO▒H- ▒i▒▒'▒↓▒a▒▒:♥▒eULbo▒X▒bHT⌂\k▒+▒,N6▒N+`Q▒▒▒]▒c▒▒tj ◄Z]▒▒▒_▒k1▒ktM▒O▒+▒3r}▒`▒$▒▒▒ ?B▒▒▒st?b \VE▒◄▒▒Uu▒▒#▒▒ED▒Y?↑?z▒▒u▒q9x▒/D*▒A↓▒kF▒_F

[android-developers] Re: OEM-Official ADB USB Driver support (rant)

2012-07-20 Thread JP
nevermind. On Jul 20, 10:45 am, bob b...@coolfone.comze.com wrote: Why not get a Mac? Almost all Android devices just work on a Mac.  I don't know why, but that is how it is. On Friday, July 20, 2012 12:15:23 PM UTC-5, JP wrote: One of the most vexing problems over the years: Official ADB

Re: [android-developers] Re: OEM-Official ADB USB Driver support (rant)

2012-07-20 Thread JP
On Friday, July 20, 2012 1:39:04 PM UTC-7, Kostya Vasilyev wrote: Since no-one's offered you try using Linux, I'll do that now. Well we are talking corporate laptops that will not go on a corp. network running Linux. Plus no Outlook and so forth. Well I suppose I'll keep the Nexus 7

[android-developers] Re: Google Maps API/ Custom Application that use Google Maps/Navigation

2012-07-19 Thread JP
I'd try calling up the Google Maps app via Intent first. See if it fits the UI flow and provides what you need. If so, I would run with it. Reason: Except for being pulled though new API levels, the Maps API has been pretty much abandoned. By now, it is roughly a couple years behind what Google

[android-developers] Re: Someone stole my sound effects

2012-07-19 Thread JP
On Jul 18, 6:19 am, Riley Porter rileypor...@gmail.com wrote: In an update you could post some new mp3's. Reportedly Google is working on a scheme to provide end-to-end encryption for paid apps in Google Play. It might take a while to become reality though. -- You received this message

[android-developers] Google I/O Android sessions on YouTube

2012-07-17 Thread JP
If you're like me and aren't crazy about I/O but like the tech sessions, the Android sessions are posted here: http://www.youtube.com/playlist?list=PL4C6BCDE45E05F49E -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: My Developer account got suspended, how can I create a new one?

2012-07-02 Thread JP
On Jun 26, 10:34 pm, pierre1232 pierre.tam.trian...@gmail.com wrote: I am trying to create a new account, Assuming you're not getting busted setting up a new account, in the end, are you expecting different results the second go around? You'll get kicked out the way you were bounced the first

[android-developers] Re: Renderscript Deprecated

2012-06-30 Thread JP
On Jun 30, 9:26 am, Rutton rut...@web.de wrote: No one ever mentioned before, that it was experimental. Huh, correct in my book. Although it was always supposed to be understood that the underlying graphics engine today is running CPU bound only, which makes it somewhat pointless in its

[android-developers] Re: new look for the android app developers website

2012-06-28 Thread JP
On Jun 27, 12:18 pm, Nobu Games dev.nobu.ga...@gmail.com wrote: I have three major problems with the new appearance:    1. Resources are missing. You cannot browse the SDK example files    anymore and therefore a lot of already posted and cached links (on    Stackoverflow) do not work

[android-developers] Re: App talking to native ARM binary via sockets

2012-06-06 Thread JP
I've done this the other direction only, native to Dalvik. Difficult to say much with what you've provided, and in principle. At any rate, one thing of note is the server address 10.0.2.2 that you use. I use localhost, to remove any uncertainty about where the network address might be known, or

[android-developers] Re: Convert from Byte array to Pdf format

2012-06-06 Thread JP
Michael points in the right direction. You need write permission to / sdcard, which is known as external storage. Here's the documentation: http://developer.android.com/guide/topics/data/data-storage.html#filesExternal You also need to add the WRITE_EXTERNAL_STORAGE permission to the app

[android-developers] Re: App talking to native ARM binary via sockets

2012-06-06 Thread JP
so I think you want 127.0.0.1. That'll work as well; 127.0.0.0 to 127.0.0.255 should -- 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: Application's resource files' protection

2012-05-31 Thread JP
Correct me if I am wrong folks, any encryption key and method that would be used to decrypt resource files would be obfuscated by Proguard, assuming the key is kept in the Java source, no? So OP would use key-and-method to encrypt resource files in the development environment and package the

[android-developers] Re: Will google plan to fix bug #26446 in next release?

2012-05-31 Thread JP
On May 31, 1:25 am, David Olsson zooklu...@gmail.com wrote: and that's even if you ask one of the engineers themselves, something you really shouldn't do. Now that statement raised my interest. What's wrong with asking? -- You received this message because you are subscribed to the Google

[android-developers] Re: Android testing

2012-05-31 Thread JP
Shane Isbell is back; haven't heard in a while! On May 30, 3:37 pm, Shane Isbell shane.isb...@gmail.com wrote: Hi all, I'm starting work on an android integration testing framework, called Huntsville: https://github.com/sisbell/huntsville Currently, the project creates a DeviceAssert

[android-developers] Re: Will google plan to fix bug #26446 in next release?

2012-05-31 Thread JP
On May 31, 6:25 am, David Olsson zooklu...@gmail.com wrote: Why take up their time? It's a standard that they don't discuss future releases. So there is really no point in taking up their time now, is there? Well let's say Google wanted Android to drive the Internet of Things? (Oh, shoot I

[android-developers] Re: Can I launch an Android Application from Linux service?

2012-05-25 Thread JP
Interesting question. I would think no, at least to directly, because as a Linux service (process), your process is running outside of Android's Activity management, so sending/receiving Intents to trigger activities such as launching an Android app wouldn't work. One approach would be to try to

[android-developers] Re: turning mobile data off and on again

2012-05-25 Thread JP
Programmatically, what ever ConnectivityManager offers. This requires proper permission (define in manifest) http://developer.android.com/reference/android/net/ConnectivityManager.html Then there's the option to send a user to Android's connectivity settings; like so:

[android-developers] Re: USB Driver for HTC One X - for debugging

2012-05-18 Thread JP
Try installing the Sync application, that may/should cover the One X. On May 18, 12:34 pm, Nathan nathan.d.mel...@gmail.com wrote: Apologies if everyone else found this more easily than I did. I'm borrowing this device for the day. Windows won't find a driver for it, even if I browse to

[android-developers] Re: Maps API : drawing driving itinerary

2012-05-18 Thread JP
Try the Douglas-Peucker algorithm. There is an open-source implementation of the Douglas-Peucker algorithm in Java in the MyTracks Android project, which is licensed under Apache 2.0:

[android-developers] Re: How to detect screen rotation through 180 degrees from landscape to landscape orientation?

2012-05-18 Thread JP
Read the accelerometer values. They should be distinct enough to conclude the device orientation with confidence. On May 18, 5:58 am, arsalank2 arsala...@gmail.com wrote: I also need it for the same reasons and unable to find a workaround. I also notice similar behavior if switched between

[android-developers] Re: How to detect screen rotation through 180 degrees from landscape to landscape orientation?

2012-05-18 Thread JP
On May 18, 4:20 pm, JP joachim.pfeif...@gmail.com wrote: to conclude Infer, rather, being nitpicky... -- 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: Per Google Terms of Service: Am I permitted to...?

2012-05-13 Thread JP
Terms of Service aren't the law... you're a bit overly cautious here. Although a lawyer could provide an answer of course. But to move to OP's original question. I want to point to section 8.7 (c) and it looks as if dispatch and fleet management that's critical to a core business is not

[android-developers] Re: All APK has cracked by apkcracks.net

2012-05-08 Thread JP
a credit card skimmer app with it. JP On May 8, 2:48 am, Eric Lafortune e...@graphics.cornell.edu wrote: We're finishing up an Android-specific tool that goes further than ProGuard. It should become available in the coming few weeks. Eric (developer of ProGuard) On 6 mei, 12:43, Jxn anders.jack

[android-developers] Re: All APK has cracked by apkcracks.net

2012-05-05 Thread JP
On May 3, 10:28 am, Streets Of Boston flyingdutc...@gmail.com wrote: Google can't really do anything about it. They could do much better than using Proguard. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Reading ROM version through code

2012-04-30 Thread JP
know if there is a place I can read the different handset providers property names? A wiki somewhere...? /rasmus Den søndag den 29. april 2012 22.09.58 UTC+2 skrev JP: Hey guys... This code works... although I'm not that keen on it, since it is definitely not part of the jars available

Re: [android-developers] Reading ROM version through code

2012-04-29 Thread JP
(ro.build.fingerprint: + System.getProperty(ro.build.fingerprint)); Which gave me this output on my HTC Legend: os.arch : armv6l os.name: Linux os.version: 2.6.32.17-g30929af ro.product.version: null ro.build.fingerprint: null So this didn't work either unfortunately... I'll keep looking! JP

Re: [android-developers] Reading ROM version through code

2012-04-29 Thread JP
)); Which gave me this output on my HTC Legend: os.arch : armv6l os.name: Linux os.version: 2.6.32.17-g30929af ro.product.version: 3.15.405.3 ro.build.fingerprint: htc_wwe/htc_legend/legend/legend:2.2/FRF91/291292:user/release-keys On Sunday, April 29, 2012 12:30:36 PM UTC+2, JP wrote: I tried using

[android-developers] Re: Unable to use ndk-gdb

2012-04-26 Thread JP
Hmm... isn't the answer in the error message? Open jni/Android.mk in your project, jump rto line 317 and use a number to represent the API level, methinks. API levels here: http://developer.android.com/guide/appendix/api-levels.html On Apr 24, 11:05 pm, Pammy pammy18...@gmail.com wrote: Hi,

Re: [android-developers] Reading ROM version through code

2012-04-23 Thread JP
Didn't find anything unfortunately. Is this really impossible to do? JP Den tirsdag den 17. april 2012 23.24.22 UTC+2 skrev JP: I just found that code myself... am cloning as I type. Will report what I find. JP Den tirsdag den 17. april 2012 23.19.04 UTC+2 skrev Mark Murphy (a Commons

[android-developers] Re: how to get the average speed with GPS android

2012-04-23 Thread JP
1. Register a location listener for GPS 2. Request GPS location/dataset at 1s (for greatest accuarcy) interval 3. For each location update, retrieve the data element that contains the device speed 4. Use a moving average algorithm to calculate average speed. A reference design to maintain the

[android-developers] Reading ROM version through code

2012-04-17 Thread JP
version of the ROM that a carrier will ship with the phones they sell, and bundle a ton of useless apps they want all their customers to have. I just can't find anywhere this information has been documented?!? Thanks, JP -- You received this message because you are subscribed to the Google

Re: [android-developers] Reading ROM version through code

2012-04-17 Thread JP
Den tirsdag den 17. april 2012 22.10.41 UTC+2 skrev TreKing: On Tue, Apr 17, 2012 at 9:45 AM, JP jetp...@yahoo.com wrote: I just can't find anywhere this information has been documented?!? http://developer.android.com/reference/android/telephony/TelephonyManager.html

Re: [android-developers] Reading ROM version through code

2012-04-17 Thread JP
I just found that code myself... am cloning as I type. Will report what I find. JP Den tirsdag den 17. april 2012 23.19.04 UTC+2 skrev Mark Murphy (a Commons Guy): On Tue, Apr 17, 2012 at 5:11 PM, JP jetp...@yahoo.com wrote: I looked at that also, and this doesn't give me what I want

Re: [android-developers] Reading ROM version through code

2012-04-17 Thread JP
No, as I stated to begin with this isn't what I am looking for. This returns 2.2 in my case, and this is the Android version, not the ROM version. .JP Den tirsdag den 17. april 2012 23.18.25 UTC+2 skrev MagouyaWare: Maybe this? http://developer.android.com/reference/android/os

[android-developers] Re: Requires Android in GooglePlay

2012-03-23 Thread JP
That would be the uses-sdk part of the Manifest http://developer.android.com/guide/topics/manifest/uses-sdk-element.html On Mar 23, 5:03 am, BearTi mlrti...@googlemail.com wrote: Hi, a  few weeks ago I published my own app on google play. On the right site (in about this app) there stand

[android-developers] Re: Google Maps are very old on Android

2012-03-21 Thread JP
On Mar 18, 10:22 pm, TreKing treking...@gmail.com wrote: On Sun, Mar 18, 2012 at 7:07 PM, g...@deanblakely.com g...@deanblakely.comwrote: Why would this be? The Google Maps add-on has essentially been abandoned. It has not received an update of any sort in several years now. There was

[android-developers] Correct unit of Sensor.getPower() ?

2012-03-14 Thread JP
The Android documentation http://developer.android.com/reference/android/hardware/Sensor.html#getPower%28%29 defines the units of sensor power as mA. That's milliAmps, which is a unit of electric current, not power. Can anybody in the know clarify the units delivered by getPower(), or confirm that

[android-developers] Re: Correct unit of Sensor.getPower() ?

2012-03-14 Thread JP
is A (sayeth the trusty documentation), which is incorrect. Sigh. On a sidenote. Not suggesting Lew you did - is this what we're getting when folks listen to the likes of Peter Thiel? Stay in school kids please and get an education. On Mar 14, 5:03 pm, Lew lewbl...@gmail.com wrote: JP wrote

[android-developers] Re: GPS blues

2012-02-25 Thread JP
As far as I know, Android just passes through what it gets from the GPS receiver. The Android version makes no difference. What typically helps is to be on WiFi or have be on a carrier so you can get to a first GPS fix (faster). That method is called A-GPS. On Feb 25, 6:35 am, bob

[android-developers] Re: SDK for Augmented Reality for real world objects Android ?

2012-02-20 Thread JP
Depending how serious you are, I'd recommend a trip to Santa Clara for the are 2012 conference, here: http://augmentedrealityevent.com/ Beyond my professional angle I'm a huge fan. Find out where things are at; there's also a vendor floor where you can chat with the creators of SDKs and tools.

[android-developers] Re: How can I calculate temperature of battery?

2012-02-11 Thread JP
http://lmgtfy.com/?q=Android+ACTION_BATTERY_CHANGED+in+Celcius Celcius is simply the value you receive via ACTION_BATTERY_CHANGED divided by 10 On Feb 9, 5:12 am, mc maqiut...@gmail.com wrote: When I use ACTION_BATTERY_CHANGED to get temperature of BATTERY, but the number of temperature is

[android-developers] Re: Preference text item height

2012-02-07 Thread JP
(params1); layout.setPadding(15, 5, 10, 5); layout.addView(view); return layout; } This means that I don't need the XML Fragment and I don't need to override the getView() method. Now everything works as I want it to :-) /Jay On 6 Feb., 21:17, JP jetp...@yahoo.com wrote

[android-developers] Re: Should I use Action bars

2012-02-06 Thread JP
I've recently fitted my apps that have a menu with action bar. The end result: Running on Gingerbread and earlier, I keep the existing menu structure, no change, but on HC and beyond the apps now sport the ole' menu items in action bar form instead. So I have the cake and eat it too. If you are

[android-developers] Re: OSM integration

2012-02-06 Thread JP
AndRoad is forked off of AndNav. Do some goddam googling (;-), the original project is here: http://code.google.com/p/osmdroid/ On Feb 6, 5:04 am, Oli Wright oli.wri...@gmail.com wrote: Seriously, do some goddamn googling.  It took me all of three clicks to get from a google search for

[android-developers] Preference text item height

2012-02-06 Thread JP
Hi guys, I have created an app that also contains a preference activity, that uses the xml/preferences.xml file. Apart from the regular controls, I also want to include some explanatory text, that isn't part of any of the control summaries. I haven't found any good way of doing this, so I

[android-developers] Re: How to measure activity load time

2012-01-18 Thread JP
I've used Traceview in the past. http://developer.android.com/guide/developing/debugging/debugging-tracing.html On Jan 18, 8:29 pm, PMS sreenivas...@gmail.com wrote: I have an application. some activity/screens are taking more time to load, So i am looking for a tool/ some solution to

[android-developers] Re: Google Code Project

2012-01-17 Thread JP
Subversion, Mercurial or Git. Depends which source control system was selected when the project was created. You need to be a project member to be able to access the code with commit level access. On Jan 17, 1:13 pm, 7600onair 7600on...@gmail.com wrote: What is the easiest way to upload Source

[android-developers] Newbie Needs Some Help

2012-01-16 Thread jp
Hello, I was wondering if anyone can help me out. I am having trouble having my app update/add information to my database. I fill out the log in page and I keep getting my toast message can not sign in and no info is added to mysql database. Can anyone see what I am missing in my code that is

[android-developers] Need some help troubleshooting my app

2012-01-16 Thread jp
Can anyone help me get my app connected to my database. I want a user to enter information in the registration page and have that data update and store in mysql database. For some reason though it is not working. My exception error is being caught and saying my toast message can not connect and no

[android-developers] Re: Android fragmentation study

2012-01-12 Thread JP
Focusing on the OS/API evolution here, as brought into play by the OP. Out of all areas that cause developers headaches, the evolution of the API along the succession of OS releases must be the least of our worries. Through wrapper classes and reflection, newer features like TTS or ActionBar are

[android-developers] Re: Credit card swiper with API

2012-01-11 Thread JP
On Jan 11, 11:32 am, JC jcota...@gmail.com wrote: Hello Everyone, I have a task to create and Android application that reads the Credit Card information from a CC swiper and process the payment through a web service in our existing website. The reason for that is so that our sales people

[android-developers] Re: Gettign GPS on a moving train

2012-01-06 Thread JP
As TreKing points out... with the built-in GPS - not a chance. For a series of reasons, mostly however because the inside of a coach is unfavorable to GPS reception. My recommendation would be to acquire a professional high precision GPS receiver, install it on the roof, and connect/pair it to

[android-developers] Re: Gettign GPS on a moving train

2012-01-06 Thread JP
Depends on what Railway user means - sounds to me like a survey for the railway. If this is supposed to be used by consumers/ridership. Yeah, that's not going to pan out too well. On Jan 6, 7:16 am, Kristopher Micinski krismicin...@gmail.com wrote: On Fri, Jan 6, 2012 at 8:56 AM, JP

[android-developers] Re: Packing data onto socket stream ?

2011-12-29 Thread JP
Works in Java just like it does in C, with some added convenience functions that cut down on the amount of code you have to lay down. Just don't apply a Java Reader to your binary stream; it may hang up the Reader. On Dec 29, 6:47 am, SL@maxis ecp_...@my-rialto.com wrote: I am sorry, I think

[android-developers] Re: Packing data onto socket stream ?

2011-12-29 Thread JP
Not so stellar advise. As Kristopher points out, the Java Socket API works just fine, and using the NDK introduces a bunch of unfavorable dependencies. For one, platform specific binaries for ARM, MIPS, x86 need to be considered... On Dec 29, 12:30 pm, Marcelo Henrique marceloh...@gmail.com

[android-developers] Re: Packing data onto socket stream ?

2011-12-29 Thread JP
Use a byte buffer as Miguel suggested. Extract byte by byte (or long by long). You'll have to deal with the little endian / big endian problem regardless of the language/stack you chose. If you have the latitude, don't use binary... On Dec 30, 2:36 pm, SL ecp_...@my-rialto.com wrote:  

[android-developers] Re: Audio jack for other functions

2011-12-23 Thread JP
Check out AudioRecord: http://developer.android.com/reference/android/media/AudioRecord.html You can use that to record audio, music, or, magnetic card strips like Square does... On Dec 21, 11:00 pm, PhotoSteve dfwgoph...@gmail.com wrote: How would you get access to the audio jack to perform

[android-developers] Re: ADB driver...

2011-12-16 Thread JP
On Dec 12, 3:47 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Hi, where can I download the ADB driver for my galaxy nexus? Windows, here:

[android-developers] Many Widgets in one layout

2011-12-15 Thread JP
Hi, I'm really new to Android programming, so this question may be obvious, but still I can't find a way to do it: I'm working on a layout where the user have to enter many data about a person (name, address, birthdate, etc). I'm capturing this information through EditText widgets. I added them

[android-developers] Re: Many Widgets in one layout

2011-12-15 Thread JP
Hi guys, thanks a lot for your suggestions! Now it's working as I needed! My mistake was precisely having the EditText widgets as children of the ScrollView and not from the LinearLayout. Again, thank you very much! Happy holidays! JP On Dec 15, 3:46 pm, Fred Stluka f...@bristle.com wrote: JP

[android-developers] Honeycomb screen rotation: hook to full completion

2011-12-12 Thread JP
Hi all, I am trying to find a hook on the SDK level that allows me to capture the full completion of a screen rotation in Honeycomb, say the Motorola Xoom. I can capture the initiation of the rotation with public void onConfigurationChanged(Configuration newConfig) (when

[android-developers] Re: Skip activity to maintain activity stack

2011-11-29 Thread JP
I have just implemented the startActivityForResult solution I outlined above, and that does the trick! Thanks a lot! JP On 29 Nov., 08:58, JP jetp...@yahoo.com wrote: Hi Guys, Thanks for the input. I can see how you would do this by overriding the back button functionality, which I

[android-developers] Skip activity to maintain activity stack

2011-11-28 Thread JP
the Activity Stack. ... there is just one problem. I see the MainActivity screen flash on the screen before the user is sent to the LoginActivity. Am I going about this wrong, or is there some way I can prevent the MainActivity from flashing on the screen? Thanks, JP -- You received

[android-developers] Re: Skip activity to maintain activity stack

2011-11-28 Thread JP
? Thanks, JP On 28 Nov., 17:11, lbendlin l...@bendlin.us wrote: look into startActivityForResult and onActivityResult -- 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: How to obtain A-GPS data via Android phone

2011-10-31 Thread JP
I believe Skyhook folds WiFi data into their service. Perhaps worth a look. On Oct 29, 12:49 pm, lbendlin l...@bendlin.us wrote: Sorry, A-GPS has nothing to do with indoor navigation. All it does is speed up the initial lock because it can tell the receiver which satellites to expect

[android-developers] Scaling Xperia X10 Mini and other scaling oddities

2011-10-21 Thread JP
anyone tell me what the actual resolution of the X10 mini is. Because it doesn't seem to be what the phone reports back. Thanks, JP -- 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] My app is on market but any device can install it

2011-10-13 Thread deloupy jp
Hi, 1) We can't find our appli in android market, only in our developer account . It has been developed on eclipse and tested successfully on samsung galaxy 2 We can't find any relevant reason for dysfunction of our application. When i want to install on my mobile, it's not OK too. Thanks

[android-developers] Error on manifest

2011-10-13 Thread deloupy jp
may be can you help me, because I'm perplex about the jungle of case for manifest publication I make an appli OK in eclipse. I update x times my manifest and nothing run in installation ??? Can you say me if my manifest is OK ?? Because, even my appli is on market nobody can install it... All

[android-developers] Re: Android NDK C++ 'wstring' support

2011-10-08 Thread JP
STL is not supported by the NDK. Tons of discussions on this topic, web research Android NDK STL On Oct 8, 5:17 am, Ankit Shah iankits...@gmail.com wrote: Hi, I have source code/lib written in C++ - now i would like to compile and use the same in Android NDK project (NDK 6). I am able to

[android-developers] Re: Android and QT

2011-10-03 Thread JP
Check out android-lighthouse http://code.google.com/p/android-lighthouse/ On Oct 3, 1:33 am, Dmitriy Nikolaev ndimon...@gmail.com wrote: Hello! I have only question. Is any official support for qt in Android-based devices? If so, where can be find emulator for the Android device and other

[android-developers] Re: NDK Issue

2011-09-25 Thread JP
http://developer.android.com/sdk/ndk/index.html On Sep 25, 8:12 am, sourabh sahu souruit...@gmail.com wrote: Hi All, Can anybody please probile me exact step by step procedure for installation of NDK and running a JNI based project on android on Ubuntu. Thanks Regards, Sourabh -- You

[android-developers] Re: reading data from audio head jack in android

2011-09-20 Thread JP
On Sep 19, 9:55 pm, riz rizcs...@gmail.com wrote: Please let me know any library or source code available for reading That would be AudioRecord http://developer.android.com/reference/android/media/AudioRecord.html -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: android.git.kernel.org down?

2011-09-19 Thread JP
They are working on it http://groups.google.com/group/android-platform/search?group=android-platformq=kernel.orgqt_g=Search+this+group I've downloaded the 2.3.4_r1 source from one of the mirrors recently, you should find one posted in the links above. On Sep 19, 7:38 am, robstoddard

[android-developers] Re: Flash Nexus One with Gingerbread, from scratch

2011-09-12 Thread JP
, JP joachim.pfeif...@gmail.com wrote: I've regularly flashed my Nexus One with the various updates, GRJ22- from-GRI40, GRI40-from-FRG83G etc. It is my understanding these are all updates that build on previously installed versions of Android? If so - is there a full stock Android Gingerbread

[android-developers] Flash Nexus One with Gingerbread, from scratch

2011-09-11 Thread JP
I've regularly flashed my Nexus One with the various updates, GRJ22- from-GRI40, GRI40-from-FRG83G etc. It is my understanding these are all updates that build on previously installed versions of Android? If so - is there a full stock Android Gingerbread ROM for the Nexus One that flashes a

[android-developers] Re: Not an Overwhelmingly Positive First Impression

2011-09-08 Thread JP
irony on You have issues on that level? Wait until you see Android Market. irony off I'll hazard a guess and say you've miss-typed a repository URL or something like that. Besides, high time to get to Indigo anyways, I've rebuild my Eclipse installations around the office the other day, no pain.

[android-developers] Re: A user of pirated? version seeking support

2011-09-02 Thread JP
My guess, based on what we have seen in the past: Somebody stripped your apk and extracted your original resource file(s), translated to Russian, then re-packaged and released. Did you leave your contact inside the app? (I suspect yes) Do you use source code obfuscation (e.g. Proguard)? (I

[android-developers] Re: MapView Overlay problem

2011-07-01 Thread JP
You could conceivably use a change in zoom level to drive the thinning of the poly lines, or other factors that help you determine the level of thinning. This is not trivial - you'll want to run the algorithm outside of your Overlay.draw() and probably not draw any lines until the algorithm has

  1   2   3   4   5   6   >