Re: [android-developers] BANNING APPS ON PURPOSE

2014-12-31 Thread Todd Grigsby
from now on though, you've got two ways to ensure payment. first, put a drop dead date in so it stops working after a certain point in time. once they pay you in full, they get the brain with the drop dead date disabled. second, get paid up front or don't do the work. On Dec 31, 2014 9:08 AM,

Re: [android-developers] How to implement app specific VPN

2014-09-24 Thread Todd Grigsby
Sounds like you want to pass secure data. Why not just encrypt the data? On Sep 24, 2014 4:29 AM, sree android android.sreeni...@gmail.com wrote: Hi, In my application, i need to implement application specific VPN and that VPN data should not modify the user.How can i implement this feature

Re: [android-developers] Android : How to recognize MICR codes

2014-08-13 Thread Todd Grigsby
My advice: pay for Leadtools. On Aug 13, 2014 5:30 AM, Juned Khan jkhan6...@gmail.com wrote: Since last few days I am trying to find the way to OCR the MICR codes from document. for that I used Tesseract https://github.com/rmtheis/tess-two library, Using this I got success in recognizing texts

Re: [android-developers] How to query a string from a specific library project?

2014-03-18 Thread Todd Grigsby
You're making your life way too hard. Treking is right. Define two string names. On Feb 19, 2014 12:32 PM, sushant sharma sushant...@gmail.com wrote: I have an android project A which imports another android project B. B is a library project and has some strings. I intentionally keep a

Re: [android-developers] getVoiceMessageCount?

2013-05-02 Thread Todd Grigsby
Does the version of the source you're looking at match the version you're compiling against? On Apr 30, 2013 12:37 AM, steveg1...@gmail.com wrote: I am trying to get the number of voicemails on an Android using TelephonyManager, seems it should be easy enough using the getVoiceMessageCount()

Re: [android-developers] how can i delete data from item listview android ?plz help

2013-05-02 Thread Todd Grigsby
Delete the item from the container behind the adapter and then notify the adapter that the list has changed. On Apr 30, 2013 12:37 AM, Maka ahmed thuglive...@gmail.com wrote: -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: javax.crypto.BadPaddingException: pad block corrupted

2013-04-16 Thread Todd Grigsby
If you want a consistent experience across platforms I would recommend Chilkat. That's what we use and it makes encryption so much easier. On Apr 4, 2013 11:58 PM, Hiren Dabhi hrdabhi3...@gmail.com wrote: i don't know the encryption-decryption, you can try to change the last line for decrypt

Re: [android-developers] Development on platform?

2013-04-01 Thread Todd Grigsby
The only thing I use the emulator for at this point is screen shots. I do all my debugging against devices. On Mar 31, 2013 7:58 PM, Marty Rehder martyg...@gmail.com wrote: Just curious as to how many people actually develop Android codes on an Android device. Is is feasible to try and do any

Re: [android-developers] database question

2013-01-16 Thread Todd Grigsby
Before you adopt SQLite, I recommend you research its limitations. On Jan 16, 2013 6:53 PM, dashman erjdri...@gmail.com wrote: I'm at the initial stages of writing an app which will need a database. 1. can android databases be created on windows - i.e. populated. 2. where are these files

Re: [android-developers] Network File browser

2013-01-01 Thread Todd Grigsby
See http://www.samba.org On Dec 31, 2012 10:26 PM, satish bhoyar getsatonl...@gmail.com wrote: hi all, Happy new year to all of you. I am trying to make application like file browser. the constraint is I want to browse the files that are shared on the network in my company. My android

Re: [android-developers] Barometer reading changes throughout the day while on same altitude.

2012-12-30 Thread Todd Grigsby
You can't use a barometer to accurately determine altitude. Air pressure changes almost continuously for a variety of meteorological reasons. What level of accuracy were you expecting? On Dec 30, 2012 3:24 AM, sebouh00 sebou...@gmail.com wrote: On my galaxy nexus, I created a simple app which

Re: [android-developers] Beginning ADK

2012-12-28 Thread Todd Grigsby
Google IOIO boards. On Dec 28, 2012 3:01 AM, Deepak Mishra dux.dee...@gmail.com wrote: I have an Arduino Uno, which I cannot connect to my Android phone because of lacking support. I would request for some help pointing me to a place I can buy an ADK kit, or any other board which can help me

Re: [android-developers] Re: OnStop and OnDestroy aren`t invoked after calling finish()

2012-12-23 Thread Todd Grigsby
A lot of Google's Android presentations are online. Can you provide a link or recall the time period during which that presentation was given? On Dec 23, 2012 7:00 AM, Piren gpi...@gmail.com wrote: thats really pissy... they said the exact opposite in one of their original android video

Re: [android-developers] Re: newbie question: Open settings on desktop icon for wallpaper

2012-11-25 Thread Todd Grigsby
Sorry, this is Abuse. Tech Support is down the hall. (obligatory Monty Python reference) On Nov 25, 2012 8:54 AM, TreKing treking...@gmail.com wrote: On Sun, Nov 25, 2012 at 2:12 AM, Johan Wasserman johan.wasser...@gmail.com wrote: Really? No one? And I thought this is the place where the

Re: [android-developers] Re: How do I fix this error

2012-11-20 Thread Todd Grigsby
You're kidding, right? Lew was nice enough to offer some advice, and your responses were rude. Here's some more friendly advice: be a man and apologize. On Nov 19, 2012 8:57 PM, Kevin Brooks bear35...@gmail.com wrote: If you don't consider his choice of words rude, then perhaps you also

Re: [android-developers] Android virtualization (for massing real world simulation)?

2012-11-20 Thread Todd Grigsby
The kind if resources you're talking about would be enormous. You'd be better off writing a multi-threaded app the simulates the calls that your app would make. Write a single function that makes the various requests your server handles in some random order, with pauses of random length in

Re: [android-developers] good videos

2012-11-20 Thread Todd Grigsby
Run it in the emulator, then use Camtasia or something similar. Of course, that assumes the emulator can keep up with your game's graphics. On Nov 13, 2012 1:01 PM, bob b...@coolfone.comze.com wrote: That does actually work for recording. Not so sure about the mouse and keyboard control

Re: [android-developers] broken breakpoint

2012-11-02 Thread Todd Grigsby
I don't think it's an eclipse problem so much as a newbie problem. it's not getting triggered because that line isn't getting executed. Perhaps some code prior to that line is throwing an exception? Either way, Treking is right that you didn't give near enough information. On Nov 1, 2012 8:53

Re: [android-developers] xml file encryption and decryption

2012-09-21 Thread Todd Grigsby
Depends on how much time you want to spend on it and whether you'll need to decrypt the XML on a system with a different OS. I use Chilkat to move encrypted messages between Android and Windows systems. On Sep 20, 2012 6:34 AM, tj tj.duba...@gmail.com wrote: hello developers i want to encrypt

Re: [android-developers] NFC

2012-09-20 Thread Todd Grigsby
Inmates that want to have a private conversation between cells? -- 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

Re: [android-developers] Easy and fast String obfuscation?

2012-07-08 Thread Todd Grigsby
Personally I prefer 3DES. Chilkat has a really nice set of cross-platform, cross-language libraries for encryption. On Jul 6, 2012 3:47 AM, Francisco M. Marzoa Alonso fmmar...@gmail.com wrote: Hi there, I am looking for a way to obfuscate some strings in a way that they may be unobfuscated

Re: [android-developers] Not able to connect to REST service from application in device

2012-07-02 Thread Todd Grigsby
To clarify, it sounds like your device is trying to connect to the wrong machine. This has nothing to do with REST. You may want to debug your application and see what port and address it's trying to connect to. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Eclipse Image Bug

2012-06-15 Thread Todd Grigsby
How are you editing the page? On Jun 12, 2012 12:07 AM, Sam scoutamis...@gmail.com wrote: Hello everyone. I had a serious problem with Eclipse and it pretty much renders my app useless if it isn't fixed. When i'm in the XML editor of one of my XML files, and i -- You received this message

Re: [android-developers] Eclipse Image Bug

2012-06-15 Thread Todd Grigsby
Let me rephrase that: are you using the visual editor or are you editing the XML directly? The reason I ask is because the visual editor is, IMHO, a bit frustrating. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Non Repeating random number btw 1 to 1000

2012-06-06 Thread Todd Grigsby
Its highly unlikely that anyone here is going to help you with your homework. Don't cheat. On Jun 6, 2012 9:01 PM, Hemant Chaudhari hemant.newslet...@gmail.com wrote: Hello, I want to generate non Repeating random number between 1 to 1000. If possible efficiently without any look up. Any

Re: [android-developers] what are all the details return by the card reader to the phone

2012-04-03 Thread Todd Grigsby
That depends on the hardware. Some MSRs return track data, some, like IDTechs audio plug devices, can hand back an encrypted block. if you're doing EFT processing yourself, you want to handle the data directly, but if you're communicating with an EFT processor you need to talk to the processor

Re: [android-developers] android lazarus based pascal dev on windows

2012-03-24 Thread Todd Grigsby
Delphi XE2 has some cross-platform capabilities. Check it out on Emarcaderos web site. I'm not sure Lazarus has that capability, On Feb 21, 2012 3:03 PM, Siva sivabsang...@gmail.com wrote: Hi all ... I would like to know if any of you guys have worked on app dev with pascal ..?? Please

Re: [android-developers] Set Layout Background Image and change color of the image dynamically

2012-03-24 Thread Todd Grigsby
Yes. You are the only one confused by this question. the answer is, it can't be done. On Mar 24, 2012 1:44 PM, Justin Anderson magouyaw...@gmail.com wrote: Am I the only one confused by this question? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

Re: [android-developers] Re: Android how to send the hex code out?

2012-03-07 Thread Todd Grigsby
...@gmail.com wrote: Dear Todd : Thanks for your kindly hint. Could you give me a more detail? Thanks. BR, Mark On 3月6日, 下午6時57分, Todd Grigsby tgrigsby...@gmail.com wrote: Google hex notation and hexadecimal. On Mar 6, 2012 12:34 AM, mark2011 androidmark2...@gmail.com wrote: Dear

Re: [android-developers] Android how to send the hex code out?

2012-03-06 Thread Todd Grigsby
Google hex notation and hexadecimal. On Mar 6, 2012 12:34 AM, mark2011 androidmark2...@gmail.com wrote: Dear All : I want to send out the hex code like 0xfa through the serial port. How do I send the 0x code in the program? Thanks in advanced. BR, Mark -- You received this message

Re: [android-developers] using custom views in xml layouts

2012-03-06 Thread Todd Grigsby
Not specific enough. Have you stepped through this code in debug to see what line is giving you the problem? On Mar 6, 2012 1:07 AM, chowdary nani naveenneeli...@gmail.com wrote: Hi All, i am working with custom views using in xml layouts Following is my custom view code: public class

Re: [android-developers] Re: Why are new apps not featured on Android market anymore?

2012-02-16 Thread Todd Grigsby
Let me throw in an example. I've written an app that serves as a plugin to a well known point of sale application. I'm marketing it directly to users of that application. I'm not relying on the app market for exposure, only for access. I can't imagine, with the tremendous number of apps listed

Re: [android-developers] What do you all use for automated testing?

2012-02-12 Thread Todd Grigsby
I use a college kid. He's getting intern credits. Highly recommended. On Jan 9, 2012 1:28 PM, darrinps darri...@gmail.com wrote: I'm doing a little research into automated testing and curious to know what the folks here use. What I am looking for is a tool to allow testers the ability to

Re: [android-developers] A proof for being Android developer

2012-02-08 Thread Todd Grigsby
Have him download one of your apps. On Feb 8, 2012 10:20 AM, Ofir ofi...@gmail.com wrote: Hi all, I need to prove to a potential client that I'm an Android developer, registered at Google. How can I do this? Is there some kind of certificate I can send him? All I've got now is the receipt

Re: [android-developers] when I tap the screen, it registers multiple taps, not just one...

2012-02-07 Thread Todd Grigsby
Try googling debounce. On Feb 7, 2012 6:19 AM, cellurl gpscru...@gmail.com wrote: I tap the screen and it registers multiple-taps. It didn't do that on the emulator, but on a G1, if I tap once, it fires multiple times. Q: How do I get rid of the double taps? Thanks in advance! -cellurl

Re: [android-developers] Re: Poll: how many of you use a backend service or roll your own

2012-02-02 Thread Todd Grigsby
to Android... On Feb 1, 2012 8:39 AM, Kristopher Micinski krismicin...@gmail.com wrote: On Wed, Feb 1, 2012 at 10:47 AM, Todd Grigsby tgrigsby...@gmail.com wrote: just to throw in my 2 cents: DynamoDB is not restful. it's RPC. Yup! But you can think of RPC and rest doing something

Re: [android-developers] Re: Poll: how many of you use a backend service or roll your own

2012-02-01 Thread Todd Grigsby
just to throw in my 2 cents: DynamoDB is not restful. it's RPC. On Jan 29, 2012 9:25 PM, Kristopher Micinski krismicin...@gmail.com wrote: On Sun, Jan 29, 2012 at 10:45 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Mon, Jan 30, 2012 at 11:46 AM, Kristopher Micinski

Re: [android-developers] getting started

2012-01-26 Thread Todd Grigsby
On Jan 26, 2012 10:05 AM, Android Developer adamryan...@gmail.com wrote: when did you guys get started working on android and why did you start? I got started out of curiosity and a desire to try something new. I've been coding for twenty years - it wasn't a big leap. Is it possible to be a

Re: [android-developers] Best encryption method?

2012-01-12 Thread Todd Grigsby
Aes and 3des. google chilkat. On Jan 6, 2012 2:04 AM, giles ian gilesian@gmail.com wrote: Hello, Which is the best encryption method. My need is to encrypt data and store it in DB. Which would be the best among: 1. Base 64 2. AES 3. 3 DES 4. MD - 5 in terms of: 1. Security

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

2012-01-12 Thread Todd Grigsby
have you googled JPOS or UPOS? On Jan 11, 2012 1:39 PM, 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

Re: [android-developers] re:Google Maps

2011-11-05 Thread Todd Grigsby
For help with map views, try http://code.google.com/android/add-ons/google-apis/mapkey.html. On Nov 4, 2011 4:52 AM, jaggu mjagadeeshb...@gmail.com wrote: Hi How to get the map api key :because of my url is like ajax with javascripit combination : even when extends MapActvity also not coming

Re: [android-developers] ProgressBar.setMax() Exception in Dialog; don't understand why it is happening

2011-10-31 Thread Todd Grigsby
Is pb nil? If so, you might want to make sure a control with that ID exists on that layout... On Oct 27, 2011 11:05 PM, Anuj Goyal anuj.go...@gmail.com wrote: I am attempting to use a ProgressBar in a Dialog but when I try to use setMax() my app crashes with an unhandled Exception. When