[android-developers] Sent SMS doesn't show up in the messaging app?

2011-07-12 Thread tony obrien
When using the conventional means to programatically send an SMS TXT message, does anyone understand why there is no history of the outbound message in the MESSAGING App? thanks, tob -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-12 Thread tony obrien
as any inbound. {And please excuse me if there is some mysterious way to delete the thing...} On Jul 12, 3:15 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Jul 12, 2011 at 3:12 PM, tony obrien tobsourcecode...@gmail.com wrote: When using the conventional means to programatically send

[android-developers] Goo Market Frustration(s) -- a request to experienced app developers

2010-10-07 Thread tony obrien
HI, I have several applications available for d/l. They involve complicated use of the OS's facilities (GPS, SMS TXT, display manipulations, etc.) I have them tested on a Motorola DROID, and an LG ALLY, as well as a few others through family and friends (otherwise known as beta testers ;) I

[android-developers] Re: The Market App has a CACHE !

2010-10-05 Thread tony obrien
Doug, Greg... I've calmed quite a bit ;) As a (new android market) developer, I was making updates and expecting that the latest would always be the one coming down for me to verify. Now that I've 'institutionalized' my release process with scripts, etc. *and* understand what the heck was going

[android-developers] Re: The Market App has a CACHE !

2010-10-04 Thread tony obrien
For those thinking I meant a BROWSER's cache -- perhaps I was not clear... I meant that on the PHONE,the MARKET APPLICATION has a cache. (Settings = Applications = Manage Applications = Menu: Show ALL = Choose MARKET. You'll see a button to CLEAR CACHE. And my point is -- why would the

[android-developers] Re: The Market App has a CACHE !

2010-10-04 Thread tony obrien
} webnet.andr...@gmail.com wrote: On 4 October 2010 14:32, tony obrien tobsourcecode...@gmail.com wrote: And my point is -- why would the designers of that APP use a cache? It doesn't 'minimize network traffic' since it always seems to go up to the net anyway to do a D/L Cache in Market app

[android-developers] The Market App has a CACHE !

2010-10-03 Thread tony obrien
Hi, I just spent 2 hours in a minor panic because of this. I had a small update to put out (and, yes, I AM new to this Market stuff), so I update the Manifest to reflect the version upgrade, I build the APK, and sign it, and do the 'upgrade' via the Console. I then go to my phone, UNINSTALL my

[android-developers] Re: (EDITED by author) My app gets killed ... but I think I know why now

2010-09-12 Thread tony obrien
Vasilyev --http://kmansoft.wordpress.com 12.09.2010 1:10 пользователь tony obrien tobsourcecode...@gmail.com написал: Actually I have LOGGING all over the place. I was able to determine that the SMS Receiver is actually getting called ... but it has trouble doing the NM.Notify();  (I'm still

[android-developers] (EDITED by author) My app gets killed ... but I think I know why now

2010-09-11 Thread tony obrien
 am, tony obrien tobsourcecode...@gmail.com wrote: Hi, I have seen one reference to this sort of problem where a MAIN app dies because ::: because provider com.android.providers.media.MediaProvider is in dying process android.process.media In that reference the implication was that if you

[android-developers] Re: (EDITED by author) My app gets killed ... but I think I know why now

2010-09-11 Thread tony obrien
11.09.2010 22:25, tony obrien пишет: I am hoping someone may respond and say … Well, all-you-gotta-do is Blah_Blah…  Is there a way to make the OS not clean me out of memory? Is the answer to make the b-receiver a service? And is that allowable in Android? -- Kostya Vasilyev -- WiFi

[android-developers] Re: (EDITED by author) My app gets killed ... but I think I know why now

2010-09-11 Thread tony obrien
One more thing ... if I happen to be in the NetBeans IDE / Debugger I can be at a breakpoint and (all of a sudden) its been knocked out of debugging mode -- i.e. the App really has died On Sep 11, 3:37 pm, tony obrien tobsourcecode...@gmail.com wrote: Thanks, but I already HAVE such a thing

[android-developers] Re: (EDITED by author) My app gets killed ... but I think I know why now

2010-09-11 Thread tony obrien
: http://developer.android.com/guide/topics/ui/notifiers/notifications Finally, as for statics - this is a Java thing. Static members are, by definition, independent of any particular instance of the class they are declared in. Hope this helps, -- Kostya 11.09.2010 23:40, tony obrien пишет

[android-developers] Re: (EDITED by author) My app gets killed ... but I think I know why now

2010-09-11 Thread tony obrien
think of... Main has a runnable which is essentially monitoring the Statics and so can then act upon them changing in ClsSMSRCV. In my last experiment I had the onReceive() try to express a Notification nuttin happened. On Sep 11, 4:21 pm, tony obrien tobsourcecode...@gmail.com wrote

[android-developers] Re: (EDITED by author) My app gets killed ... but I think I know why now

2010-09-11 Thread tony obrien
the compiler not understand what startActivity() means.) On Sep 11, 5:02 pm, Kostya Vasilyev kmans...@gmail.com wrote:   12.09.2010 0:37, tony obrien пишет: Well, that was a bust ... I am pretty sure that*my*  BR is not getting called... pls check my work:: This is the Manifest =  (assume

[android-developers] My app gets killed because of android.process.media getting killed by OS

2010-09-06 Thread tony obrien
Hi, I have seen one reference to this sort of problem where a MAIN app dies because ::: because provider com.android.providers.media.MediaProvider is in dying process android.process.media In that reference the implication was that if you held a CURSOR too long this could happen. I am not

[android-developers] App inconsistencies

2010-08-30 Thread tony obrien
Hi, I have an app that uses Runnables, GPS, Sensors, the AudioManager, MapView, Shared Preference storage; in effect ---all manner of the phone's capabilities. When I run this app on my Motorola DROID, it functions consistently --- all activities operate as expected -- all dialog popups POPUP

[android-developers] Re: App inconsistencies

2010-08-30 Thread tony obrien
, Kostya Vasilyev kmans...@gmail.com wrote:   30.08.2010 16:48, tony obrien пишет: I am loathe to start adding all kinds of log output turning this into a bloatware science experiment (but will if forced.) Before you start doing that, I'd ask the user to download and install one of the many

[android-developers] Re: App inconsistencies

2010-08-30 Thread tony obrien
...@gmail.com wrote:   30.08.2010 16:48, tony obrien пишет: I am loathe to start adding all kinds of log output turning this into a bloatware science experiment (but will if forced.) Before you start doing that, I'd ask the user to download and install one of the many applications that can display

[android-developers] Re: MapActivity (MapView) Problem

2010-08-26 Thread tony obrien
a blank display -- not a crash. Thanks, again. On Aug 25, 5:16 pm, TreKing treking...@gmail.com wrote: On Wed, Aug 25, 2010 at 3:52 PM, tony obrien tobsourcecode...@gmail.comwrote: I have all the appropriate Manifest entries, the simplest OnCreate --- all it does is setContextView

[android-developers] MapActivity (MapView) Problem

2010-08-25 Thread tony obrien
I have a DROID using Android 2.2 I am attempting to get the simplest MapActivity to run on the device. (NetBeans latest and greatest using a Google Api build target.) I have all the appropriate Manifest entries, the simplest OnCreate --- all it does is setContextView() to the xml with a mapview

[android-developers] SoundPool and LOADing from a resource

2010-05-27 Thread tony obrien
The code: //this is all contained in my MainActivity. private SoundPool soundPool; private HashMapInteger, Integer soundPoolMap; public static final int SOUND_CANNON = 1; public static final int SOUND_HIT = 2; public static final int SOUND_MISS = 3; public static final int

[android-developers] SoundPool.Load from a resource

2010-05-27 Thread tony obrien
The code: //this is all contained in my MainActivity. private SoundPool soundPool; private HashMapInteger, Integer soundPoolMap; public static final int SOUND_CANNON = 1; private void initSounds() { soundPool = new SoundPool(5, AudioManager.STREAM_MUSIC, 100);

[android-developers] Re: How to change the normal behaviour of a listview

2010-04-15 Thread tony obrien
By extending the LISTVIEW and overriding the GetView() you can do whatever you want. On Apr 15, 5:35 am, androidDeveloper stepmas...@googlemail.com wrote: Hello Android Developers, does anyone know how to imitate the behaviour of the iPhone list used in the cineplexx iPhone app shown on this

[android-developers] Re: Prevent Orientation change at runtime

2010-04-15 Thread tony obrien
Since you call the other overlay when the orientation changes, a cheap hack would be to have the BUTTON Click listener set a global variable that the ORIENTATION listener can see and decide whether or not to allow the orientation change. On Apr 15, 3:44 am, Kumar Bibek coomar@gmail.com

[android-developers] Re: Hey Mr or Ms Moderator...

2010-02-13 Thread tony obrien
So , Yes, This One did appear in the group! Has anyone gotten a feel for when/how-many/etc posts before you no longer go thru the moderator? thanks, tob On Feb 12, 9:26 am, tony obrien tobsourcecode...@gmail.com wrote: Hi, I have been attempting to operate within the android-developers

[android-developers] Re: Really simple android question

2010-02-12 Thread tony obrien
Hi, You're likely not waiting LONG ENOUGH it takes quite sometime for the emulator to wake up and your app to get transferred ... The process goes something liek this... A. Start Emulator B. See 'text-oriented' A N D R O I D with blinking cursor C. text turns to ANDROID Graphic with

[android-developers] Hey Mr or Ms Moderator...

2010-02-12 Thread tony obrien
to participate in) and would *really* like to get active. Anything you can do to hasten my acceptance would be greatly appreciated. thanks, tony obrien -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email