Re: [android-developers] Re: A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-11-04 Thread Raymond Rodgers
I think WebView caches the results of requests, but I've never used it personally. Hope that helps. On 11/04/2016 04:14 AM, a2networks.t...@gmail.com wrote: Could you give me a direction on how to use HTTP connection? I'm pretty new to Andoid programming Op dinsdag 1 november

Re: [android-developers] Re: A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-11-01 Thread Raymond Rodgers
I'm not familiar with the software you're using (on the server side), but if the WebView is going to be invisible, why are you using it? Does the triggering web page/API use some Javascript or something to accomplish the task? If not, I would use a different method. Forgive me, it's been a whil

Re: [android-developers] Re: HTTPS access to PlayStore is very very very bad idea!

2016-05-18 Thread Raymond Rodgers
oglegroups.com>. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CAHxu9Eo2tQdQDc-VFVZVN%3DSmM9faW9%2BPSSMRnfmH_UV-JKQL8g%40mail.gmail.com <https://groups.google.com/d/msgid/andro

Re: [android-developers] Re: Alarm Intent not triggered

2014-04-23 Thread Raymond Rodgers
ndroid Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com <mailto:android-developers+unsubscr...@googlegroups.com>. For more options, visit https://groups.google.com/d/optout. -- Ray

Re: [android-developers] SSH Port 22

2013-09-03 Thread Raymond Rodgers
or one of the "system" users. It's possible that this is a requirement on Android as well, since it's based on Linux. As a test, try binding to a port above 1024 and see if it works. -- Raymond Rodgers http://www.badlucksoft.com/ http://anevilgeni.us/ -- You receive

Re: [android-developers] Recover Certificate from APK

2013-07-22 Thread Raymond Rodgers
he ten year anniversary, but I hope there's a plan in place for dealing with this [possible] issue. -- Raymond Rodgers http://www.badlucksoft.com/ http://anevilgeni.us/ -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] Simultaneous Dual capture camera API

2013-03-15 Thread Raymond Rodgers
essage 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+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. --

Re: [android-developers] Re: best way to copy an existing application

2013-02-13 Thread Raymond Rodgers
aid versions, is why would there be two different versions of the same app, where the only difference are the background views...? Raymond -- Raymond Rodgers http://www.badlucksoft.com/ http://anevilgeni.us/ -- -- You received this message because you are subscribed to the Google Groups "

Re: [android-developers] google maps not showing

2012-12-09 Thread Raymond Rodgers
/> Do I already have an apikey in the developer console somewhere or is this something I am going to have to create? Oh and if you had to create a new package for the app and/or a new signing key, you'd have to create a new api key anyway. -- Raymond Rodgers http://www.badlucksoft.com/

Re: [android-developers] google maps not showing

2012-12-09 Thread Raymond Rodgers
/> Do I already have an apikey in the developer console somewhere or is this something I am going to have to create? You will need to create a new api key because the version 1 api keys are not compatible with the version 2 api. -- Raymond Rodgers http://www.badlucksoft.com/ http://anevi

Re: [android-developers] Re: Ordering with SQLITE by nearest latitude & longitude coordinates

2012-10-01 Thread Raymond Rodgers
ed 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 more options, visit this group

[android-developers] Enabling/Disabling Preferences

2012-07-14 Thread Raymond Rodgers
oing my testing on a stock Nexus One (2.3.6), rooted but stock Huawei Ascend (2.2), and stock Galaxy Nexus (4.0.4), and getting the same results across the board. -- Raymond Rodgers http://www.badlucksoft.com/ http://anevilgeni.us/ -- You received this message because you are subscribed to the Go

Re: [android-developers] Updating text in a DialogFragment

2012-07-11 Thread Raymond Rodgers
On 07/07/2012 11:03 AM, Raymond Rodgers wrote: On 07/06/2012 11:31 AM, Justin Anderson wrote: Please post the relevant code... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware public class MyActivity extends FragmentActivity { SectionsPagerAdapter

Re: [android-developers] Updating text in a DialogFragment

2012-07-07 Thread Raymond Rodgers
On 07/06/2012 11:31 AM, Justin Anderson wrote: Please post the relevant code... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware public class MyActivity extends FragmentActivity { SectionsPagerAdapter mSectionsPagerAdapter; ViewPager mViewPager;

[android-developers] Updating text in a DialogFragment

2012-07-05 Thread Raymond Rodgers
Hi folks, I've been searching for a solution to this problem for the last couple hours but haven't turned up a solution. I'm very new to using Fragments, but building an app based around the ViewPager in the support library. For the most part, I haven't had any problems, but I am running i

Re: [android-developers] Re: Any experience developing on the Huawei Ascend

2011-03-16 Thread Raymond Rodgers
On 3/16/2011 2:54 PM, A Curious Developer wrote: I was unable to get it (the MetroPCS version) to connect to adb through the USB cable. I ended up rooting it and using the wireless adb app from Android Market. Thanks, that is bad news but helpful - it lead me to other discussions about how adb w

Re: [android-developers] Any experience developing on the Huawei Ascend

2011-03-16 Thread Raymond Rodgers
On 3/16/2011 11:19 AM, A Curious Developer wrote: I just wondered if anyone is using this device for development and has any words of wisdom or caution. This is the first affordable device I have seen, so I am hopeful it will be a reasonable development device. Thanks for any information. I was

Re: [android-developers] Re: The Subject this: 11902

2011-03-07 Thread Raymond Rodgers
groups.com> For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

Re: [android-developers] MarkerManager for Android

2011-02-19 Thread Raymond Rodgers
d the same for longitude. Hope that helps, Raymond -- Raymond Rodgers http://www.badlucksoft.com/ http://anevilgeni.us/ -- 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@goog

Re: [android-developers] Re: EditText and auto-complete/correct

2010-12-15 Thread Raymond Rodgers
nd email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Raymond Rodgers http://www.badlucksoft.com/ -- You received this message because you are subscribed to the Google Groups "Android Devel

Re: [android-developers] Re: EditText and auto-complete/correct

2010-12-13 Thread Raymond Rodgers
Not yet, but I'll send you an .apk directly (off-list) when it's in a more complete state. Thanks, Raymond On 12/13/2010 02:49 PM, Brill Pappin wrote: Is your app available? I can test it against my keyboard code, which closely matches the stock keyboard and trace what the keyboard is doing.

[android-developers] EditText and auto-complete/correct

2010-12-12 Thread Raymond Rodgers
ing? Do I need to connect it to a dictionary, and if so how? Thank you! Raymond -- Raymond Rodgers http://www.badlucksoft.com/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developer

Re: [android-developers] 2.3 Emulator instability

2010-12-07 Thread Raymond Rodgers
Thanks for replying David. I just set the flag to 256 and 512 with the same results. On 12/07/2010 12:35 PM, David Turner wrote: I'm currently looking into it, but it seems the emulator needs more emulated RAM to run 2.3 properly. Try starting it with the "-memory 256" option and tell me if it

Re: [android-developers] 2.3 Google API's missing?

2010-12-07 Thread Raymond Rodgers
Google API add-ons under "Google Inc add-ons" in the "Available Packages" section of the "Android SDK and AVD Manager". Raymond -- Raymond Rodgers http://www.badlucksoft.com/ -- You received this message because you are subscribed to the Google Groups "Andr

[android-developers] 2.3 Emulator instability

2010-12-07 Thread Raymond Rodgers
out of the boot animation. It also isn't sending messages to LogCat. This will make working with 2.3 a little bit tougher until it gets pushed to my Nexus One... :-) Raymond -- Raymond Rodgers http://www.badlucksoft.com/ -- You received this message because you are subscribed to the Go

Re: [android-developers] Correct Redirected HTTP GET retrieval

2010-07-01 Thread Raymond Rodgers
a jungle of HttpGet, HttpClient, HttpResponse etc libraries ? Oh, and I use HttpURLConnection for most of my Java/Android web work, it seems the simplest overall. Raymond -- Raymond Rodgers http://www.badlucksoft.com/ -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Correct Redirected HTTP GET retrieval

2010-07-01 Thread Raymond Rodgers
the new URL. When you're either tired of bouncing around (HTTP clients are only suggested to handle up to 5 redirects), or when you hit a non 300 level response code, then you're at your final destination, but there's nothing saying you can't keep the responses

[android-developers] ContentValues, strings, and escaping...

2010-06-28 Thread Raymond Rodgers
ted using question mark/prepared statement form of queries... Would it be better to switch over to that? Thanks, Raymond -- Raymond Rodgers http://www.badlucksoft.com/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

Re: [android-developers] ItemizedOverlay & database items: When do I update the OverlayItem list?

2010-06-24 Thread Raymond Rodgers
On 06/24/2010 04:52 PM, Mark Murphy wrote: On Thu, Jun 24, 2010 at 4:40 PM, Raymond Rodgers wrote: How do you define "update the items"? I should have been more specific, I meant ItemizedOverlays#items (the ArrayList member). I should have been more spec

Re: [android-developers] ItemizedOverlay & database items: When do I update the OverlayItem list?

2010-06-24 Thread Raymond Rodgers
On 06/24/2010 04:28 PM, Mark Murphy wrote: On Thu, Jun 24, 2010 at 4:12 PM, Raymond Rodgers wrote: From everything that I've seen and have been reading, I'm apparently supposed to add all my OverlayItems in the constructor, then call Populate(). Not necessarily. You cal

[android-developers] ItemizedOverlay & database items: When do I update the OverlayItem list?

2010-06-24 Thread Raymond Rodgers
ither ItemizedOverlay or anything else related to the Google Maps API... Can anyone help me understand this? Thanks, Raymond -- Raymond Rodgers http://www.badlucksoft.com/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

Re: [android-developers] SQlite Security

2010-06-23 Thread Raymond Rodgers
d area of the phone/device's storage. Other applications don't have access to them at all unless your app has a shared key if I remember correctly, and I think they (the "attacking apps") have to be signed with the same key that your app is as well. Ray

[android-developers] Re: Auto-completion/correction hints

2010-06-23 Thread Raymond Rodgers
On 06/20/2010 11:09 AM, Raymond Rodgers wrote: I have an AutoCompleteTextView working with a ContentProvider that correctly pulls known information from a database when the user is typing and presents it. However, I would also like to support the automatic hints/word choice list you get when

[android-developers] Auto-completion/correction hints

2010-06-20 Thread Raymond Rodgers
x27;t figured out how to get that thin bar of word choices to appear. Can some one clue me in on how to use that in combination with my existing ContentProvider? Thank you, Raymond -- Raymond Rodgers http://www.badlucksoft.com/ -- You received this message because you are subscribed to the G

Re: [android-developers] World cities database

2010-06-19 Thread Raymond Rodgers
ll the need: http://www.geodatasource.com/cities-titanium.html Raymond -- Raymond Rodgers http://www.badlucksoft.com/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developer

Re: [android-developers] Admob ads linking to scam sites, possible additional app-security problems

2010-06-18 Thread Raymond Rodgers
On 06/18/2010 08:53 AM, Simon Broenner wrote: Hello everyone! I'd like to divert your attention from actual development issues for a moment, in order to make you aware of a troubling development that affects everyone who uses Admob advertisements in their programs, and everyone who uses these

Re: [android-developers] how to filter the objects (addresses) to display only the onscreen objects on map

2010-06-17 Thread Raymond Rodgers
Since I just happen to have written code for this recently, I don't mind sharing what I have: boolean onVisibleMap(GeoPoint point) { boolean visible = false; try { Log.v(TAG, "onvisiblemap, geopoint: lat: " + point.getLatitudeE6() + " , lng: "

Re: [android-developers] Google Maps API: Catching zoom and panning events

2010-06-08 Thread Raymond Rodgers
On Tue, Jun 8, 2010 at 7:14 PM, Steve Howard wrote: > A simple solution is to add an Overlay, override the draw() method, and not > actually do any drawing, but simply use the method as a hook to know anytime > the map has potentially moved or zoomed. The problem is, this will get > called more

[android-developers] Google Maps API: Catching zoom and panning events

2010-06-07 Thread Raymond Rodgers
I'm writing an app that will be doing queries based on what's currently viewable in a MapActivity. Currently, I've extended the MapActivity class and I'm implementing OnZoomListener and setting my activity class as the listener on the ZoomButtonsController. This works fine when the zoom buttons

Re: [android-developers] Encrypting in PHP and Decrypting in Android

2009-11-25 Thread Raymond Rodgers
Here's the Android side of things. I did this under 1.1 I believe, but it still compiled and worked under 1.5. I suspect it'll probably work under 2.0, but I'll leave it up to you to locate and/or implement a Base-64 encoding/decoding scheme. Again, this is basic functionality to allow interope

[android-developers] Re: Converting FREE app to PAID app

2009-03-04 Thread Raymond Rodgers
Avraham Serour wrote: > have the free app to export the settigns to your server or to user > file or somewhere > > have the paid one import it > > ... > > profit > > On Wed, Mar 4, 2009 at 11:26 PM, t.ar...@gmail.com > > wrote: > > > Hi, >

[android-developers] Re: Converting FREE app to PAID app

2009-03-04 Thread Raymond Rodgers
t.ar...@gmail.com wrote: > Hi, > > From what I learn, a developer cannot convert his FREE app to a PAID > app. > I was looking out for some alternative ways to make this happen. > I have an app with about 10K users. Users have their data stored > inside the application. > Lets call the existing FR

[android-developers] Free & paid versions of an app, shared user ID & SQLite

2009-03-03 Thread Raymond Rodgers
I am designing and application for which I expect to use SQLite, and I know that I will have a free and a paid version of the application. It is my wish that a person will use the free version, creating a database file in the process, and eventually buy the paid version. What I would like to h

[android-developers] Re: Two questions

2009-02-22 Thread Raymond Rodgers
neil.young wrote: > Hi, > first: It seems to be impossible to post to this group using an > ordinary mailer!? I've tried to post to android- > develop...@googlegroups.com to no avail. Is this group moderated? > > second: I would like to know, whether Android is supporting JSR 177, > especially APD

[android-developers] Re: base64 in the sdk ?

2009-02-04 Thread Raymond Rodgers
hapciu wrote: > Is there a base64 encoding/decoding utility anywhere in the Android > SDK ? > I wouldn't want to reinvent the wheel. > > thanks > Personally, I made two new packages within my app's package to handle the Apache Commons/Jakarta base-64 classes at http://commons.apache.org/code

[android-developers] Re: Developing on Stock T-Mobile G1?

2009-01-19 Thread Raymond Rodgers
deepdr...@googlemail.com wrote: > Hi there, > > is it viable to develop applications using a stock T-Mobile G1? > > I guess in contrast to the emulator the real thing is restricted when > it comes to debugging. > > But, is there a simple way to just transfer my self developed, self > compiled APK

[android-developers] Re: charging for upgrades to free apps?

2009-01-11 Thread Raymond Rodgers
chris.cap...@gmail.com wrote: > i have a free app and i want to put out an updated version that isn't > free. when us devs are able to start charging, if i put out this > updated version in place of the free app, will the people that already > downloaded the app for free have to pay for the upgrad

[android-developers] Re: Any updates on paid apps timeline?

2009-01-04 Thread Raymond Rodgers
Yannick Stucki wrote: > Yeah right, that's Apple propaganda if you ask me... Developers have > always been coding for different screen sizes and different > hardware... On a desktop you also don't know if someone has a webcam > if you are coding a chat programm or not... I see that it is a bit

[android-developers] Re: Are apk contents already compressed?

2009-01-04 Thread Raymond Rodgers
inder wrote: > Thanks for the reply but I am not seeing the results as expected. I > just tried it out: an asset file that I compressed myself with Gzip, > vs the same file uncompressed. > > The resulting apk with uncompressed file was much bigger: > > Compressed case: > Asset file: 45348 bytes >

[android-developers] Re: G1 & BT headset call button

2008-12-21 Thread Raymond Rodgers
Nick Pelly wrote: > On Sun, Dec 21, 2008 at 12:29 PM, Raymond Rodgers > wrote: > >> I just signed up for service with T-mobile and got a G1 yesterday, and >> right away paired it with my Jabra BT5020 which I've had for about a >> year now. Right off the

[android-developers] G1 & BT headset call button

2008-12-21 Thread Raymond Rodgers
I just signed up for service with T-mobile and got a G1 yesterday, and right away paired it with my Jabra BT5020 which I've had for about a year now. Right off the bat I discovered that using the headset's call button does not trigger the voice dialing/command feature of the G1/Android. As it

[android-developers] Re: new sdk

2008-08-19 Thread Raymond Rodgers
Megha Joshi wrote: > > > On Tue, Aug 19, 2008 at 2:10 AM, Peter Stevenson > <[EMAIL PROTECTED] > wrote: > > when trying to download new sdk for linux which is 91mb sun downland > keeps come up with an error > When I try down load just with fire fox download ma

[android-developers] Re: No bluetooth support ?!?!?!

2008-08-19 Thread Raymond Rodgers
Peli wrote: >> a comprehensive Bluetooth API will not be possible >> > > The big question is whether this phrasing allows for a "limited" > Bluetooth API for 1.0? > > Peli > > Good question; the roadmap indicates that another pre-1.0 SDK will be released in September, so it's possible we'l

[android-developers] Re: No bluetooth support ?!?!?!

2008-08-19 Thread Raymond Rodgers
I believe there were some issues with the bluez package that caused them to remove it at least for the time being. See the release notes (http://code.google.com/android/RELEASENOTES.html ) which state: "Due to significant API changes in the upstream open-source project and due to the timeline o

[android-developers] SDK 0.9-r1 on the way?

2008-08-18 Thread Raymond Rodgers
I'm very new to Android & Android development, in fact I installed the SDK and Eclipse plug-in under Windows on Friday night. Today, while trying to get the Eclipse plug-in installed and working under Linux, I suddenly am not able to get the plug-in pointed to the SDK in the Eclipse Preference