[android-developers] ISO8583 ANDRIOD SOLUTION

2019-10-08 Thread isaac kabonso
Morning Every All Kindly seeking assist with a project that am currently working on that requires an app that supports iso8583 message for mobile phones . A pointer to an example of or a working prototype can be very helpful . -- You received this message because you are subscribed to the Go

[android-developers] Re: Call Recording Android M+ 6.0 Marshmallow 7.0 Nougat

2016-09-12 Thread Isaac
Hey... Just curious if you were able to find a solution to this. On Friday, July 29, 2016 at 1:37:49 PM UTC-7, tidyg...@gmail.com wrote: > > Hi All, > > >- Android 6.0 Marshmallow broke all known commercial call recording >applications > >- We can understand why Google may not hav

[android-developers] help, I have a Chinese phone oppo u707t

2016-04-13 Thread Isaac Reyes Hernández
help, I have a Chinese phone oppo u707t and I could not install google services, not even I could do fastboot oem unlock, if anyone knows how to change the coloros or install google services -- You received this message because you are subscribed to the Google Groups "Android Developers" group

[android-developers] Software and Game dedicated keyboards

2012-05-20 Thread isaac tanner-dempsey
Dedicated keyboard skins are available like this http://www.solotype.com/images/thumbs/0001168_430.jpeg which showed shortcut keys cheat sheets directly on the keys. This is called a dedicated keyboard. I was thinking I would be great if these dedicated keyboard skins were available on tablets I ha

[android-developers] Re: MediaController with MediaPlayer

2012-01-20 Thread Isaac
Hi Giuseppe, You can call MediaController's show(int timeout) method and pass MediaPlayer.getDuration() as parameter to it. Something like myMediacontroller.show(myMP.getDuration()); I hope this helps. Cheers, Isaac On Jan 18, 4:19 pm, Giuseppe wrote: >  I would like to

Re: [android-developers] ANDROID WIDGETS

2011-10-28 Thread Isaac Wesley
Is the app you are trying to start, a service? On Fri, Oct 28, 2011 at 11:48 AM, Omollo Ateng wrote: > Hi there, am developing an application using both activity and service. I > would like a widget to be on the screen such that if clicked (tapped), it > starts my app, and if again tapped - in a

Re: [android-developers] SMS is auto-replied in a loop.

2011-10-24 Thread Isaac Wesley
If I have got your question right, for your app to app method. You can store the first time value or I'd as a shared prefrences. In your second device. So if your second device gets a new or different I'd. You can stop the receive in device 2. (P.S you can set an auto incremental is for this) On Oc

[android-developers] Compilation error on my if else statement

2011-10-07 Thread Isaac Ng
I have an error on 'else' code on if-else statment. What's wrong, pls advise. Thank you. //click on one of chapters list.setOnItemClickListener(new OnItemClickListener() { public void onItemClick(AdapterView parent, View view, int position, long id) { Stri

[android-developers] how to change color of fonts in a listView?

2011-10-03 Thread Isaac Ng
I using a listView, but I set its background color to white, due to application requirements. when I run application, it showed a blank white screen when it went into the 'chapters-menu' activity. It only show when I 'highlight' the entire listView while application is running. I've a xml file th

[android-developers] Getting a String to AppWidget via GetExtras (or) Shared prefrences

2011-09-28 Thread Isaac Wesley
*Getting a String to AppWidget via GetExtras (or) Shared prefrences:* I have an app widged which basically has a textview. I also have an activity which displays a textview from string created within. Now i have a button in Activity 1 which onClick will send data (string to appWidget class) I trie

[android-developers]

2011-03-22 Thread roger isaac navarro perez
Hi, i need to create an application for my corp, my question is can i create a OTA like blackberry for download, i want to write url for my application in browser and download the application. Thanks for answer -- Ing. Roger Isaac Navarro Pérez, Desarrollador Skype: roger.isaac.navarro.perez

[android-developers] RecognizerIntent not working; “missing extra calling_package”

2011-01-18 Thread Isaac Waller
I'm having problems using the RecognizerIntent API on Android 2.2. When I call the API using this code: Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, RecognizerIntent.LANGUAGE_MODEL_WEB_SEARCH); startActivityForRe

[android-developers] Question about services

2010-11-30 Thread Isaac Wagner
I've been reading Mark Murphy's books about Android programming and I am having trouble understanding some things about services. As I understand it there are "local" and "remote" services that I can create. However, what I don't understand are the use cases for when you would use one over the ot

Re: [android-developers] Android & Corba

2010-06-21 Thread Isaac Wagner
CORBA no. However, you can do client server apps using ICE from ZeroC (http://www.zeroc.com/labs/android/index.html). I did CORBA programming several years ago and stumbled onto ICE a year or so ago. I've not done anything other than simple stuff, but from what I've seen it is fairly easy to use.

[android-developers] Automatic font size adjustment?

2010-05-23 Thread Isaac Wagner
I've got a TextView that I allow to expand to fill the remaining available size in my layout. I'd like for the font size to automatically increase to fill the entire TextArea, if possible. Does anyone know of a way to make this happen? -- You received this message because you are subscribed to

Re: [android-developers] Registering OnClick listener on AppWidget button

2010-05-15 Thread Isaac Wagner
, May 15, 2010 at 8:18 PM, Mark Murphy wrote: > Isaac Wagner wrote: >> I'm creating my first widget and ran into a snag.  I have several >> buttons on this widget and need a way to register an onClick action >> for each of the buttons.  So far I've only found exam

[android-developers] Registering OnClick listener on AppWidget button

2010-05-15 Thread Isaac Wagner
I'm creating my first widget and ran into a snag. I have several buttons on this widget and need a way to register an onClick action for each of the buttons. So far I've only found examples where they start a configuration activity from a widget button. Does someone have example code on using bu

Re: [android-developers] Portrait/landscape question

2010-04-18 Thread Isaac Wagner
> This discussion list gets a lot of people asking questions where they > are barking up the wrong tree. It is commonplace to inquire about their > rationale for barking up that tree and steer them in the direction of > more common patterns. Sometimes, the barking is indeed up the correct > tree, b

Re: [android-developers] Portrait/landscape question

2010-04-18 Thread Isaac Wagner
On Sun, Apr 18, 2010 at 3:25 PM, Justin Giles wrote: > Why would you want to allow them to set it in settings when Android handles > the rotation automagically? All you have to do is have a xml file in your > "layout" directory, then for landscape have a xml file (with the same name) > in your "l

Re: [android-developers] Portrait/landscape question

2010-04-18 Thread Isaac Wagner
On Sun, Apr 18, 2010 at 2:24 PM, Anurag Singh wrote: > > Specify in your manifest file into Activity block as > android:ScreenOrientation="portrait" > My question is, how do I change the orientation through my program? I want the user, through a settings option, to be able to change the orientat

[android-developers] Portrait/landscape question

2010-04-18 Thread Isaac Wagner
I've got an app that I don't want to auto-rotate. Currently, I've got it set up so that it is always in portrait mode. However, I'd like to add a setting to my preferences where the user can choose either portrait or landscape mode. Is there a way to force screen rotation? Or, could I perhaps ma

Re: [android-developers] Can someone test my app on the Nexus One and Droid?

2010-04-06 Thread Isaac Wagner
Thank you! On Tue, Apr 6, 2010 at 8:16 AM, Jason LeBlanc wrote: > Search the forum for "complains of shrinking font size" > > J > > On Apr 6, 2010 7:07 AM, "Isaac Wagner" wrote: > > I published an app that works in all the emulators I've tried a

[android-developers] Can someone test my app on the Nexus One and Droid?

2010-04-06 Thread Isaac Wagner
called "Just GPS" by "42 Productions" and is free in the Android market. Thanks, Isaac -- 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.co

[android-developers] HTML Email with inline image

2010-04-05 Thread Isaac Wagner
Is it possible to send an HTML email with an inline image via the 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@googlegroups.com To unsubscribe from this group, send email to an

[android-developers] Not sure if this is possible

2010-03-31 Thread Isaac Wagner
I want to write an app that would just be for my phone. I don't intend to distribute it. Basically, what I want to do is write a replacement phone app. However, all the phone API's that the existing phone app uses are all internal non-public API's. So, my questions: 1. I've seen time and time

Re: [android-developers] CALL_PHONE permission

2010-03-31 Thread Isaac Wagner
On Wed, Mar 31, 2010 at 7:44 AM, Mark Murphy wrote: > Isaac Wagner wrote: >> On Tue, Mar 30, 2010 at 10:34 PM, Mark Murphy >> wrote: >>> Isaac Wagner wrote: >>>>> startActivity(new Intent(Intent.ACTION_CALL, "tel:...")); >>>> Yes,

Re: [android-developers] CALL_PHONE permission

2010-03-30 Thread Isaac Wagner
On Tue, Mar 30, 2010 at 10:34 PM, Mark Murphy wrote: > Isaac Wagner wrote: >>> startActivity(new Intent(Intent.ACTION_CALL, "tel:...")); >> >> Yes, but that brings up the dialer.  I don't want the dialer UI to >> come up on the screen. > &g

Re: [android-developers] CALL_PHONE permission

2010-03-30 Thread Isaac Wagner
On Tue, Mar 30, 2010 at 10:22 PM, Mark Murphy wrote: > Isaac Wagner wrote: >> In the Android docs for the CALL_PHONE permission it says: Allows an >> application to initiate a phone call without going through the Dialer >> user interface for the user to confirm the call being

[android-developers] CALL_PHONE permission

2010-03-30 Thread Isaac Wagner
In the Android docs for the CALL_PHONE permission it says: Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed. So, my question is, how do I make a phone call through the API without it bringing up the dialer

[android-developers] Prevent screen rotation

2010-03-30 Thread Isaac Wagner
I've got an app where I don't want the screen to rotate when they rotate their device -- I need to keep the app in portrait mode all the time. How do I do this? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

Re: [android-developers] Pulling my hair out

2010-03-26 Thread Isaac Wagner
e code of existing Phone APP and modify to suit your needs. > I don't think so by keeping the existing dialer you can achieve your > requirements > LG > > > On Fri, Mar 26, 2010 at 10:36 AM, Isaac Wagner > wrote: >> >> I've been hunting for a solution fo

[android-developers] Pulling my hair out

2010-03-25 Thread Isaac Wagner
I've been hunting for a solution for days and can't find an answer. I've got an application where I need to place multiple calls in a row. I can invoke the dialer just fine and it starts calling the number. The problem is that after the call is over the call log comes up. I don't want the call lo

Re: [android-developers] Grrrrr.... 100 SMS per hour

2010-03-16 Thread Isaac Wagner
On Tue, Mar 16, 2010 at 3:56 PM, Mark Murphy wrote: > Isaac Wagner wrote: >> After the 100 messages limit Android pops up a dialog saying something >> about sending a large number of messages and asking the user if they >> want to continue.  When they click OK or Ca

Re: [android-developers] Grrrrr.... 100 SMS per hour

2010-03-16 Thread Isaac Wagner
BTW: I'm using the 1.5 emulator. I've not yet tried it in a later version of Android. On Tue, Mar 16, 2010 at 8:21 AM, Mark Murphy wrote: > Isaac Wagner wrote: >> So, I've hit the 100 text messages per hour limit from my application. >> Is there: >> >&

Re: [android-developers] Grrrrr.... 100 SMS per hour

2010-03-16 Thread Isaac Wagner
> D) Recognize that sending 100 text messages per hour is going to be > expensive for many Android device users, and so having this confirmation > is good for Android as a whole, even if it means you cannot do whatever > it is you are trying to do. > I agree that this is a good thing to have in pl

[android-developers] Grrrrr.... 100 SMS per hour

2010-03-16 Thread Isaac Wagner
So, I've hit the 100 text messages per hour limit from my application. Is there: A) A way to work around that without rooting the phone B) A way for my application to push the OK button on the dialog that pops up C) Panic Thanks. -- You received this message because you are subscribed to the

[android-developers] Dialer Question

2010-03-10 Thread Isaac Wagner
I've got an application where I need to dial a phone number. This is how I'm starting the dialer: int DIAL = 1; Intent dial = new Intent(Intent.ACTION_CALL, Uri.parse("tel:5551212")); startActivityForResult(dial, DIAL); After the phone call is ended the dialer automatically goes to the call log

[android-developers] Hang up phone call

2010-02-23 Thread Isaac Wagner
uld be for Google to add a HANG_UP_CALL permission and expose the hangup() method to the public API, but it doesn't appear that will happen. :( Thanks, -Isaac -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

Re: [android-developers] Petition: Google, please improve the Android Market.

2010-02-22 Thread Isaac Wagner
I like it. Hopefully Google will listen. I'll sign it. On Sun, Feb 21, 2010 at 8:43 AM, Rob Irondad wrote: > Hi fellow developers. > I've come up with this text for a petition (warning: long): > > http://docs.google.com/View?id=dd9hmc43_0c9zh58gd > > You're all welcome to review it and send yo

[android-developers] Place a call and bypass call log on return

2010-02-21 Thread Isaac Wagner
I can't seem to find any useful information on doing that. As an alternative, is it possible to dial a number without leaving my activity? That would also work for me. Any help would be much appreciated. Thank you. -Isaac -- You received this message because you are subscribed to the Goo

[android-developers] New Icon Guidelines for 2.0

2009-10-27 Thread Isaac Waller
I see in your demo video you seem to have a new style of icons for Android 2.0 - when are you going to update the Icon Guidelines for 2.0? I would like to update my icons to fit in with the UI as soon as possible - it is very important to me that my icons fit in with the rest. Thanks, Isaac

[android-developers] Re: Garbled extracted XML resources

2009-07-28 Thread Isaac Waller
That's what I suspected. Thanks! On Jul 28, 3:32 pm, Romain Guy wrote: > You can't "fix" it because it's not an issue. XML files are compiled > to binary XML for faster parsing on the device. It's the same data, > but a different format. > > On Tue

[android-developers] Garbled extracted XML resources

2009-07-28 Thread Isaac Waller
Hello, When I extract a XML file from res/layout in an APK file it is garbled up. How can I fix this? Thanks, Isaac --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Android: NullPointerException at android.app.ActivityThread$PackageInfo$ServiceDispatcher.doConnected( ActivityThread.java:1012)

2009-07-09 Thread Isaac Waller
problem? Thanks, Isaac Waller --~--~-~--~~~---~--~~ 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] Re: Android Loading listview items from service results in hang

2009-05-24 Thread Isaac Waller
I have read that article before, it is very informative, but I do not see anything about retaining the scroll position. I know it has something to do with the saved instance state, but I do not know how to restore this at a certain time? Thanks, Isaac On May 24, 2:53 am, Mark Murphy wrote

[android-developers] Re: Android Loading listview items from service results in hang

2009-05-23 Thread Isaac Waller
How would I delay the saved state application until I load the service then? LOADING is my android:empty view - I guess I could remove it... Thanks, Isaac Waller On May 23, 9:11 pm, Marco Nelissen wrote: > On Sat, May 23, 2009 at 8:27 PM, Isaac Waller wrote: > > > No, what you are

[android-developers] Re: Android Loading listview items from service results in hang

2009-05-23 Thread Isaac Waller
. It looks quite ugly. And then there is the losing of scroll position and focus too. On May 23, 8:23 pm, Marco Nelissen wrote: > "hanging the UI thread" is the hack. I suggest you do it the right way > instead. > > On Sat, May 23, 2009 at 8:09 PM, Isaac Waller wrote: >

[android-developers] Re: Android Loading listview items from service results in hang

2009-05-23 Thread Isaac Waller
Even if I changed that, I would lose the saved list scroll position and selected item. I do not want to make some hack around running it in the UI thread - I want to hang the UI thread. On May 23, 8:06 pm, Jason Proctor wrote: > >If I do this, then I lose the benefits of running it in the UI thr

[android-developers] Re: Android Loading listview items from service results in hang

2009-05-23 Thread Isaac Waller
server you're > fetching data from)? The data is inside a List inside my service, already pre-made. It should take basically no time at all. How would I fix the deadlock? On May 23, 5:33 pm, Mark Murphy wrote: > Isaac Waller wrote: > > In my Android application, I have a ListActivit

[android-developers] Android Loading listview items from service results in hang

2009-05-23 Thread Isaac Waller
ooper.loop() (I don't know why.) Sorry for such a long question, Isaac Waller --~--~-~--~~~---~--~~ 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

[android-developers] Re: Android Keystore V2

2009-03-12 Thread Isaac Potoczny-Jones
Greetings. You might find the OpenIntents keystore project of interest as well: http://code.google.com/p/openintents/wiki/CryptoIntents It would be great to build something compatible, since the goal of the openintents project is interoperability :) peace, isaac

[android-developers] Install .odex + .apk

2009-02-22 Thread Isaac Waller
Hello, I have a .odex and a .apk file. I understand that the .odex is just the classes.dex file extracted, so if there is some way I can put it back in so I can install it on the emulator? I am getting errors about classes.dex without that. Thanks, Isaac

[android-developers] Re: support for encryption

2009-01-03 Thread Isaac Potoczny-Jones
rypt, and store keys using the same master password that the user enters once, which is somewhat of an advantage over directly using the bouncycastle implementation, depending on the need of your application: http://code.google.com/p/openintents/wiki/CryptoIntents peace,