[android-developers] Re: New SDK Manager (14) do not recognise JDK JAVA path on windows 7

2011-10-21 Thread Gregg Reno
I had this problem. Try this: - In Eclipse, select the Help -> Check for Updates menu. If it updates the Android Developer Toolkit, great. That alone might do it - If that doesn't work, go to Help -> Install New Software. - Click the drop down list and look for an item for https://dl-ssl.google.

[android-developers] Re: Problems with Orders Inbox?

2011-08-10 Thread Gregg Reno
That's good news - thanks. I was thinking they only thought it was related to July payouts. -Gregg On Jul 26, 11:21 pm, Mark Carter wrote: > They've just fixed this in the last hour or so: > > http://www.google.com/support/androidmarket/developer/bin/static.py?p... -- You received this message

[android-developers] Re: Payout much smaller than expected

2011-08-10 Thread Gregg Reno
#x27;t just the most recent day's transactions. I can see these going back over a week. So are sales not being counted as they should? Sorry if I'm posting to the wrong board. If I should post this somewhere else, let me know. -Gregg Reno -- You received this message because you are s

[android-developers] Re: Problems with Orders Inbox?

2011-07-19 Thread Gregg Reno
OK, thanks Mark. Good idea about archiving. -Gregg On Jul 18, 10:02 pm, Mark Carter wrote: > Yep, I've been getting that too. It happens for failed operator billings (as > opposed to credit card billings). > > I just archive it and so transfer the problem to my Archive folder! > > I sent a mes

[android-developers] Problems with Orders Inbox?

2011-07-18 Thread Gregg Reno
In the past week, I've had a couple of transactions in my google checkout orders inbox show up with the following error: Oops! An error occurred while retrieving data for your request. Please try again. If the error persists, please contact Google. So if there are 20 transactions on the page and

[android-developers] Re: Transactions in android market not clearing?

2011-04-26 Thread Gregg Reno
Yup, looks like its just a matter of catching up now. Seems like about 90% of my sales have cleared. -Gregg On Apr 26, 7:44 pm, Nathan Roy wrote: > About 50% of my transactions have now cleared. > > Looks like the problem may be resolved :) > > On Apr 26, 1:14 pm, Kostya Vasilyev wrote: > > > T

[android-developers] Re: Transactions in android market not clearing?

2011-04-25 Thread Gregg Reno
Still no change. None of the purchases have cleared for me since last night. - Gregg On Apr 25, 9:21 pm, Zsolt Vasvari wrote: > Not only have they not cleared, the ones that had cleared earlier have > been uncleared... > > On Apr 26, 6:09 am, String wrote: > > > > > Hmmm, for me it's every tran

[android-developers] Transactions in android market not clearing?

2011-04-25 Thread Gregg Reno
I was wondering why the payout from 4/24 was lower than it should based on the number of sales. But it looks like transactions since about 9:00 pm EDT on 4/24 haven't cleared. Is anyone else noticing this? (Grey circles in the charge and ship columns in the Orders tab) -Gregg -- You received t

[android-developers] No Activity found to handle Intent

2011-04-22 Thread Gerry Reno
android-sdk_r10-linux_x86 Using implicit intent I cannot get the activity found. AndroidManifest.xml: In Main Activity: try { Intent intent = new Intent("android.intent.action.PICK"); st

[android-developers] Re: Borders between fragments?

2011-04-19 Thread Gregg Reno
Ok, thanks Streets. I'll take that approach. -Gregg On Apr 18, 11:29 am, Streets Of Boston wrote: > Add a border to the view-group that hosts the fragment, not the fragment > itself. > For borders you can use 9-patches or drawables. -- You received this message because you are subscribed to t

[android-developers] Re: Fragment, how to send message from one fragment to another

2011-04-19 Thread Gregg Reno
You may want to check out this earlier thread too. http://groups.google.com/group/android-developers/browse_thread/thread/34194c26731a19ba/2207a2e07b5febde -Gregg On Apr 18, 7:10 am, Mark Murphy wrote: > On Mon, Apr 18, 2011 at 3:07 AM, Droid wrote: > > If I click a button in one fragment, wha

[android-developers] Borders between fragments?

2011-04-18 Thread Gregg Reno
I'm building a honeycomb specific app and wanted to know if there is an easy way to create visible borders between fragments? I know I could just set different backgrounds for each fragment layout so they are distinct, but that's not what I'm going for. I want it to look like one background across

[android-developers] Re: Amazon appstore order reports

2011-04-04 Thread Gregg Reno
Thanks. That is pretty much what I saw too. At least I'm not alone. -Gregg On Apr 4, 9:37 pm, Justin Giles wrote: > On Apr 4, 6:49 pm, Gregg Reno wrote:> > I haven't been > able to see my Amazon appstore order report in over a > > > week. As a developer with

[android-developers] Amazon appstore order reports

2011-04-04 Thread Gregg Reno
I haven't been able to see my Amazon appstore order report in over a week. As a developer with an app in the top 25 paid apps list, this is really frustrating. I have no idea what my sales have been since launch. Am I the only one having this problem? -- You received this message because you are

[android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Gregg Reno
Have you all noticed a big discrepancy between the order counts on the Amazon AppStore home dashboard and what is shown in the Reports page? The counts for me on the home page are about one third of what shows in the reports page -Gregg -- You received this message because you are subscribed to t

[android-developers] Re: Amazon Appmarket is now open!

2011-03-23 Thread Gregg Reno
I'm not that happy about Amazon changing the descriptions without me reviewing it first, but they have been very responsive to my requests. I usually get something back from them the same day. What I am happy about are my sales numbers. Not sure if this is just a first day thing, but my sales nu

[android-developers] Re: Am unable to make breakpoint work in Eclipse

2011-03-09 Thread Gregg Reno
Also make sure you have android:debuggable="true" in the element of your manifest. -Gregg -- 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 gr

[android-developers] Re: Fragment question: inter-fragment communication?

2011-02-28 Thread Gregg Reno
Thanks for all the help on this. I'm not the greatest Java programmer, but thought I would share my code in case it's useful to anyone else. In my case, I'm trying to replicate the functionality similar to the email client. I have 3 fragments - a list view, a gallery view, and a content view. A

Re: [android-developers] Re: Fragment question: inter-fragment communication?

2011-02-27 Thread Gregg Reno
sing that fragment can > implement. > > On Sun, Feb 27, 2011 at 6:39 PM, Gregg Reno wrote: > >> Maybe this covered earlier in this thread and I'm still not >> understanding it. I like the idea of a each fragment communicating >> back to the activity rather than to ot

[android-developers] Re: Fragment question: inter-fragment communication?

2011-02-27 Thread Gregg Reno
ng or hiding various fragments. Thanks, -Gregg Reno -- 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 android-deve

[android-developers] Re: Honeycomb SDK

2011-02-18 Thread Gregg Reno
wrote: > On Fri, Feb 18, 2011 at 5:47 AM, Gregg Reno wrote: > > I know, but it's the timing I'm worried about.  The Xoom could be > > released long before the SDK is refreshed. > > Generally the SDK for a new version of Android is available by the time it > is shippi

[android-developers] Re: Honeycomb SDK

2011-02-18 Thread Gregg Reno
I know, but it's the timing I'm worried about. The Xoom could be released long before the SDK is refreshed. On Feb 18, 8:45 am, Streets Of Boston wrote: > Don't get hung up on the *preview* SDK. > The api-level value 'honeycomb' will not be the real value. It will be a > number, like 11 or 12.

[android-developers] Re: Honeycomb SDK

2011-02-18 Thread Gregg Reno
Related to this, I'm wondering if we will be in a situation where we won't be able to test our honeycomb apps on real devices. For example, I'm planning on picking up a xoom - hopefully in the next couple of days. If we are still required to use "Honeycomb" as the minSdkVersion. Will those apps

[android-developers] Honeycomb SDK Refresh?

2011-02-16 Thread Gregg Reno
I really appreciate being able to play with the Honeycomb SDK, and have even started porting one of my apps to it. The fragments concept is great. However, the emulator sure is buggy. For example, you can't touch anything on the browser without it crashing. I made some progress getting my app w

[android-developers] Continuous Speech Recognition?

2010-03-31 Thread Gregg Reno
I understand the current speech recognition method where you can have the user click a button to recognize a phrase. But does anyone know if continuous speech recognition is possible? For example, using voice commands control the phone (without clicking a button) to launch apps or provide an inte

[android-developers] Error when sending sms

2010-03-02 Thread Reno Akbar
Hai guys I have develop some application using sending sms" when I try sending sms show up " The Application xxx(Process com. Bhn.xxx)has stoped unexpectedly Any body knows , about that error ? Please advice Sent from my xperia -- You received this message because you are subscribed to

[android-developers] How To Using lisview

2010-02-18 Thread Reno Akbar
Hai Guys any body share with me how to use lisview ? thanks -- 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 android-dev

[android-developers] Re: Using USB connection for data transfer

2010-02-10 Thread Gregg Reno
Saw this post on Engadget this morning about a team that hacked the Droid so it could act as a USB Host. http://www.engadget.com/2010/02/10/droid-gets-a-usb-hack-allowing-it-to-control-printers-and-camera/ -Gregg On Feb 9, 10:55 pm, Nand wrote: > Hi Guobin, > Thanks for the reply. But > 1) is i

[android-developers] Re: ANDROID_ID always null on devices

2010-02-03 Thread Gregg Reno
How about using the WIFI MAC address in cases where the ANDROID_ID is null? I believe it should be unique for each device: WifiManager manager = (WifiManager) getSystemService (Context.WIFI_SERVICE); WifiInfo wifiInfo = manager.getConnectionInfo(); String MACAddress = wifi

[android-developers] Re: Can't see comments for Android 2.0 version of app

2010-01-20 Thread Gregg Reno
Ah, ok. I thought if I targeted 2.0 then 1.6 users wouldn't see it in the market. I guess that's simply controlled through minsdkversion Thanks -Gregg On Jan 20, 12:55 pm, theSmith wrote: > On Jan 20, 10:04 am, Gregg Reno wrote: > > > > > A while back, I released

[android-developers] Re: Can't see comments for Android 2.0 version of app

2010-01-20 Thread Gregg Reno
Thanks! http://www.androlib.com/ had the info I was looking for, but http://www.androidzoom.com/ looks out of date. The problem I have with using one version is that if I target the app as 1.6, I can't build the project because I need the following import to launch an activity to select a contact

[android-developers] Can't see comments for Android 2.0 version of app

2010-01-20 Thread Gregg Reno
A while back, I released an app targeted for 1.6. I got reports that it wouldn't run under 2.0, so I created a 2.0 specific version and released it to the market as well. This was tested using only the emulator since I don't have a 2.0 phone. The problem is, my G1 phone is running 1.6, and can't

[android-developers] Re: Invalidate and a card flip

2010-01-15 Thread Gregg Reno
Thanks for the reply Beth. I'll take a look at the ImageSwitcher. Since posting this, I found a workaround that seems to work. Basically I do the face up flip, and then send a message to the activity. The message handler does the face down flip like this. Here is some of the code: private O

[android-developers] Invalidate and a card flip

2010-01-13 Thread Gregg Reno
I am working on a card game, and using a custom ImageView for the cards. I have an OnClickListener that handles the presses on the cards. What I want to happen is in some cases is: - User presses a face down card - Card displays face up - Wait 1 second - Card displays face down Within the OnClic

[android-developers] Re: Warning before exiting app?

2009-08-01 Thread Gregg Reno
I figured this out. I was doing this: this.mainIntent = PendingIntent.getActivity(this, 0, new Intent (this, MyActivity.class), 0); which created a new intent that was used to create the the notification. Instead I do this: this.mainIntent = PendingIntent.getActivity(this, 0, get

[android-developers] Re: Warning before exiting app?

2009-07-31 Thread Gregg Reno
Sorry, one more new problem that is odd.. Using this method, my app is running in the background. If I launch the app again from the home screen using the application icon, it correctly switches to my running app. However, if the user pulls down the notification list and clicks my notification

[android-developers] Re: Warning before exiting app?

2009-07-31 Thread Gregg Reno
uld take the user to the > corresponding UI. > > > > On Wed, Jul 29, 2009 at 7:20 PM, Gregg Reno wrote: > > > I have an app that receives and stores SMS messages.  The main use is > > to run in the background, although it does have a full GUI when > > running

[android-developers] Warning before exiting app?

2009-07-29 Thread Gregg Reno
I have an app that receives and stores SMS messages. The main use is to run in the background, although it does have a full GUI when running in the foreground. I'm using a notification with the FLAG_ONGOING_EVENT flag so users can tell the application is running, even if it's in the background.

[android-developers] Re: Clickable ListView element?

2009-07-24 Thread Gregg Reno
Excellent! Thanks for posting this eags. From all of the postings I've seen from people looking to do something similar, this should be a big help. Just started working through this to adapt it to my project, but I'm getting a bunch of syntax errors. I should probably start a project from scra

[android-developers] Re: Clickable ListView element?

2009-07-23 Thread Gregg Reno
It would be great if you could post the code and xml! I'm using a SimpleCursorAdapter and would love to see how you are using the CursorAdaptor instead. My app is a little tricky because I extend TabActivity rather than ListActivity. If I get it working, maybe I'll put together a standalone tut

[android-developers] Re: Clickable ListView element?

2009-07-23 Thread Gregg Reno
Thanks for trying Andrew, but that didn't work for me either. I notice your example HTML doesn't have a checkbox in it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

[android-developers] Re: Clickable ListView element?

2009-07-23 Thread Gregg Reno
I am having the same problem with a CheckBox in the ListView. I've spent so much time trying to find some examples of this working under 1.5, and can't find anything. The main thing I'm trying to accomplish is to detect long presses on items in a list that contains checkboxes. Even if I don't h

[android-developers] Gravity of ImageView inside TableLayout

2009-06-09 Thread Reno
I have a class which extends from TableLayout: public class EntryCallLog extends TableLayout { I defined two columns and I have two TableRows. Therefore there are two Views inside a Row. The first should be gravity left the second should be gravity right. So I can not use tablerow.setGravity(Gra

[android-developers] get call and sms logs / data

2009-02-24 Thread Reno
Hi @ all I want to develop a kind of special contact application. for some features, I need to have access to the call and sms history. for example, I wan to: - show the top three persons, I have called this month - show the sms conversation between me and another contact Call logs and sms log