[android-developers] Re: EditText selectAll() does not work in ICS

2012-08-27 Thread fhucho
Hi, this works for me:

new Handler().post(new Runnable() {
@Override
public void run() {
paidView.selectAll();
}
});

On Thursday, February 2, 2012 5:12:54 AM UTC+1, Michel Stéphane Bruno wrote:

 Hi,

 I am trying to programmatically select all the text in an EditText field 
 when a user touches the field so that when the user starts typing it 
 replaces the existing text (I cannot use settings in the XML file because 
 this field is programmatically added to the screen). To do this, I attached 
 an OnFocusChangeListener to the EditText field.  The onFocusChange method 
 is below:

 @Override

 public void onFocusChange(View v, boolean hasFocus) {

 EditText editText = (EditText) v;
 if (hasFocus) editText.selectAll();

 }

 This works fine on Android 2.x, but it does not work in ICS. After 
 touching the EditText field, the cursor just sits in the begin of the field 
 and the text is not selected. Is it a bug? Is there a workaround?


-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-29 Thread fhucho
I have never received anything from Fedex or similar company before,
how does it work? Do they call you in advance? I have one missed call
(I erased the number), so I'm little worried. Answer quickly please,
I'm quite impatient ;)

On Apr 29, 1:12 pm, Lim Sim lim@gmail.com wrote:
 Hmm...should I be worried that the guy on the live chat says they can't find
 a package for my address?

 On 29 April 2010 11:53, feilfly feil...@gmail.com wrote:





  mine is confirmed it will arrive today and I got the tracking number
  now, I'm in UK

  Thanks google.

  :-)

  Anyone who wants to track their  package just go to the live chat on
  FedEx and ask.

  here is UK FedEx live chat link :
 http://www.fedex.com/ukservices/helpme/index.html

  On Apr 29, 11:33 am, dgoemans dgoem...@gmail.com wrote:
   Currently installing stuff on my new Nexus One in the Netherlands.
   Thank you Google!

   On Apr 29, 12:18 pm, Mads Kalør mkal...@gmail.com wrote:

Looking forward to receiving mine, but how do you check your delivery
status? We don't have a tracking number, do we?

Den 4 29, 2010 12:14 PM skrev Al alcapw...@googlemail.com:

Apparently mine arrive today aswell, london uk :D, wish i could get
home now!

Thanks google!

On Apr 29, 11:08 am, Olivier Bonal olivier.bo...@gmail.com wrote: 
  Just
got mine in Marseille Fr...

 On Thu, Apr 29, 2010 at 12:01 PM, Mark Gjøl bitflips...@gmail.com
  wrote:
  How do you see this...

  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.com
  android-developers%2bunsubs­cr...@googlegroups.com
  android-developers%2Bunsubs

cr...@googlegroups.comandroid-developers%2Bunsubs

  cr...@googlegroups.com   For more
  options,

visit this group athttp://...
  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.com
  android-developers%2bunsubs­cr...@googlegroups.com
  android-developers%2Bunsubs

cr...@googlegroups.comandroid-developers%2Bunsubs

  cr...@googlegroups.com  For more
  options,

visit this group athttp:// ...   
  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.com
  android-developers%2bunsubs­cr...@googlegroups.com
  android-developers%2Bunsubs

cr...@googlegroups.comandroid-developers%2Bunsubs

  cr...@googlegroups.com For more options,
  visit

this group athttp://  ...  
  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.com
  android-developers%2bunsubs­cr...@googlegroups.com
  android-developers%2Bunsubs

cr...@googlegroups.comandroid-developers%2Bunsubs

  cr...@googlegroups.comFor more options,
  visit

this group athttp://   ... 
  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.com
  android-developers%2bunsubs­cr...@googlegroups.com
  android-developers%2Bunsubs

cr...@googlegroups.comandroid-developers%2Bunsubs

  cr...@googlegroups.com   For more options,
  visit this

group athttp://...
  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.com
  android-developers%2bunsubs­cr...@googlegroups.com
  android-developers%2Bunsubs

cr...@googlegroups.comandroid-developers%2Bunsubs

  cr...@googlegroups.com  For more options, visit
  this

group athttp:// ...   
  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.com
  android-developers%2bunsubs­cr...@googlegroups.com
  android-developers%2Bunsubs

cr...@googlegroups.comandroid-developers%2Bunsubs

  cr...@googlegroups.com For more options, visit
  this

group athttp://  ...  
  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.com
  android-developers%2bunsubs­cr...@googlegroups.com
  android-developers%2Bunsubs

cr...@googlegroups.comandroid-developers%2Bunsubs

  cr...@googlegroups.comFor more options, visit this
  group

at   http://...

  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
   cr...@googlegroups.com
  android-developers%2bunsubs­cr...@googlegroups.com
  android-developers%2Bunsubs
cr...@google...
 ...

 read more »

--

You received this message because you are subscribed to the Google
  Groups
Android Developers group...

--
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-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.com
For more 

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-29 Thread fhucho
Thanks for quick replies!

On Apr 29, 1:29 pm, JDS jesper.d.svens...@gmail.com wrote:
 Don't worry. If you are not home they will give you a note and you can
 either pick up the package next day at their office or schedule a new
 delivery at home.

 On 29 Apr, 13:20, fhucho fhu...@gmail.com wrote:





  I have never received anything from Fedex or similar company before,
  how does it work? Do they call you in advance? I have one missed call
  (I erased the number), so I'm little worried. Answer quickly please,
  I'm quite impatient ;)

  On Apr 29, 1:12 pm, Lim Sim lim@gmail.com wrote:

   Hmm...should I be worried that the guy on the live chat says they can't 
   find
   a package for my address?

   On 29 April 2010 11:53, feilfly feil...@gmail.com wrote:

mine is confirmed it will arrive today and I got the tracking number
now, I'm in UK

Thanks google.

:-)

Anyone who wants to track their  package just go to the live chat on
FedEx and ask.

here is UK FedEx live chat link :
   http://www.fedex.com/ukservices/helpme/index.html

On Apr 29, 11:33 am, dgoemans dgoem...@gmail.com wrote:
 Currently installing stuff on my new Nexus One in the Netherlands.
 Thank you Google!

 On Apr 29, 12:18 pm, Mads Kalør mkal...@gmail.com wrote:

  Looking forward to receiving mine, but how do you check your 
  delivery
  status? We don't have a tracking number, do we?

  Den 4 29, 2010 12:14 PM skrev Al alcapw...@googlemail.com:

  Apparently mine arrive today aswell, london uk :D, wish i could get
  home now!

  Thanks google!

  On Apr 29, 11:08 am, Olivier Bonal olivier.bo...@gmail.com wrote: 
  
Just
  got mine in Marseille Fr...

   On Thu, Apr 29, 2010 at 12:01 PM, Mark Gjøl 
   bitflips...@gmail.com
wrote:
How do you see this...

android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.com
android-developers%2bunsubs­cr...@googlegroups.com
android-developers%2Bunsubs

  cr...@googlegroups.comandroid-developers%2Bunsubs

cr...@googlegroups.com   For more
options,

  visit this group athttp://...
android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.com
android-developers%2bunsubs­cr...@googlegroups.com
android-developers%2Bunsubs

  cr...@googlegroups.comandroid-developers%2Bunsubs

cr...@googlegroups.com  For more
options,

  visit this group athttp:// ...   
android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.com
android-developers%2bunsubs­cr...@googlegroups.com
android-developers%2Bunsubs

  cr...@googlegroups.comandroid-developers%2Bunsubs

cr...@googlegroups.com For more 
options,
visit

  this group athttp://  ...  
android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.com
android-developers%2bunsubs­cr...@googlegroups.com
android-developers%2Bunsubs

  cr...@googlegroups.comandroid-developers%2Bunsubs

cr...@googlegroups.comFor more options,
visit

  this group athttp://   ... 
android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.com
android-developers%2bunsubs­cr...@googlegroups.com
android-developers%2Bunsubs

  cr...@googlegroups.comandroid-developers%2Bunsubs

cr...@googlegroups.com   For more options,
visit this

  group athttp://...
android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.com
android-developers%2bunsubs­cr...@googlegroups.com
android-developers%2Bunsubs

  cr...@googlegroups.comandroid-developers%2Bunsubs

cr...@googlegroups.com  For more options, 
visit
this

  group athttp:// ...   
android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.com
android-developers%2bunsubs­cr...@googlegroups.com
android-developers%2Bunsubs

  cr...@googlegroups.comandroid-developers%2Bunsubs

cr...@googlegroups.com For more options, visit
this

  group athttp://  ...  
android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.com
android-developers%2bunsubs­cr...@googlegroups.com
android-developers%2Bunsubs

  cr...@googlegroups.comandroid-developers%2Bunsubs

cr...@googlegroups.comFor more options, visit 
this
group

  at   http://...

android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.com
android-developers%2bunsubs­cr...@googlegroups.com
android

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread fhucho
@Lim Sim
LOL, they're not installing Froyo on it :) They said about a month ago
that all the phones have been sent. If they wanted to install Froyo on
it they would do it over the air.

On Apr 23, 7:07 am, dgoemans dgoem...@gmail.com wrote:
 Dude,
 1. What do you mean your instructions. They specifically said, no
 choosing. Thou shalt not choose. Bam. That's it.
 2. I'm gonna guess u're in the states, none of us in Europe have got
 our phones ( without the potential for a Droid ), and it's closing on
 the 8th week

 On Apr 22, 4:01 am, Jason K [Appirio] kadar...@gmail.com wrote:





  I got my Droid, but my instructions were for a Nexus One (sigh).

  Anyway, is there a way to expedite the free thirty day service?

  Jason

  On Mar 31, 5:28 am, Justin Giles jtgi...@gmail.com wrote:

   On Tue, Mar 30, 2010 at 11:48 PM, Jason arm...@gmail.com wrote:
I received a Droid and I did not see the Read Me First leaflet that
was referenced in the Getting Started on Droid - Activation section of
the letter. Anyone else who got a Droid know what it looks like, where
it was packed or what it said?

   I too received a Droid and I didn't get a Read Me First leaflet.  Not 
   sure
   what channel to go through to activate this thing so I can get the 2.1
   update coming any day now.

   Justin

  --
  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-developers+unsubscr...@googlegroups.com
  For more options, visit this group 
  athttp://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-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread fhucho
Out of curiosity, what is the app you guys are getting Nexus / Droid
for?

On Apr 23, 11:05 am, Lim Sim lim@gmail.com wrote:
 haha. maybe they are upgrading the phones in transit?

 On Apr 23, 2010 10:00 AM, fhucho fhu...@gmail.com wrote:

 @Lim Sim
 LOL, they're not installing Froyo on it :) They said about a month ago
 that all the phones have been sent. If they wanted to install Froyo on
 it they would do it over the air.

 On Apr 23, 7:07 am, dgoemans dgoem...@gmail.com wrote:

  Dude,
  1. What do you mean your instru...

 --
 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-developers+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread fhucho
@Lim Sim
My app is Chess Walk.

On Apr 23, 1:22 pm, Lim Sim lim@gmail.com wrote:
 @fhucho.  great question.  i've been wondering the same thing for a while.

 Mine's Auto Memory Manager.  what's yours?

 [image: qr-code1.png]

 On 23 April 2010 12:15, fhucho fhu...@gmail.com wrote:





  Out of curiosity, what is the app you guys are getting Nexus / Droid
  for?

  On Apr 23, 11:05 am, Lim Sim lim@gmail.com wrote:
   haha. maybe they are upgrading the phones in transit?

   On Apr 23, 2010 10:00 AM, fhucho fhu...@gmail.com wrote:

   @Lim Sim
   LOL, they're not installing Froyo on it :) They said about a month ago
   that all the phones have been sent. If they wanted to install Froyo on
   it they would do it over the air.

   On Apr 23, 7:07 am, dgoemans dgoem...@gmail.com wrote:

Dude,
1. What do you mean your instru...

   --
   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-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
cr...@googlegroups.com
   For more options, visit this group athttp://
  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-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 --
 Lim Sim
 t: +44 790 4181648
 f:http://www.flickr.com/photos/limsim

 --
 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-developers+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread fhucho
Unforunately I can't try your apps (I don't have Android phone), but
most of you have quite high number of downloads and ratings according
to cyrket.com. My Chess Walk has over 7000 downloads and 79 ratings.
Another chess app - Chess for Android - has over 250k downloads and
11750 ratings. I think my app is comaparble or better, why does it
have so much worse stats?

BTW, I got this reply from Google:


We have verified that there is no problem with any shipment. We
apologize for the delays in the shipments; we had some issues which
have been resolved. I can't go into details about the exact problems;
that is internal information. You should be receiving your phone
within the next 2 weeks.

We apologize again for the delays and thank you for your ongoing
patience.



On Apr 23, 4:07 pm, Kevin Gaudin kevin.gau...@gmail.com wrote:
 Having them SAY that they sent the devices doesn't mean they DID... if
 something bigger needs to be hidden this is just a partial lie. What I
 understood is that they sent all the devices... to their logistic
 partner. This partner may still have the ability to package/update
 devices before sending them.

 Until these days, we had no real clue that FroYo was coming soon, but
 now there are lots of proofs which make it real.

 My opinion is that they might be :
 - preparing the opening of official european availability of the N1
 (with a different power adapters, for example)
 - willing to ship all the european countries with FroYo preinstalled
 - as they are readying the official european logistic system, why
 bother sending a thousand Device Seeding phones through a different
 logistic system ? This can be a good field test.
 - FroYo has to be ready for Google I/O (19/20 May)
 - People coming at Google I/O will receive phones as well, and it has
 been promised by Google BEFORE the event... it would be better if they
 received it with FroYo preinstalled.

 (My winning app is EmailAlbum).

 Kevin

 On Apr 23, 10:59 am, fhucho fhu...@gmail.com wrote:





  @Lim Sim
  LOL, they're not installing Froyo on it :) They said about a month ago
  that all the phones have been sent. If they wanted to install Froyo on
  it they would do it over the air.

  On Apr 23, 7:07 am, dgoemans dgoem...@gmail.com wrote:

   Dude,
   1. What do you mean your instructions. They specifically said, no
   choosing. Thou shalt not choose. Bam. That's it.
   2. I'm gonna guess u're in the states, none of us in Europe have got
   our phones ( without the potential for a Droid ), and it's closing on
   the 8th week

   On Apr 22, 4:01 am, Jason K [Appirio] kadar...@gmail.com wrote:

I got my Droid, but my instructions were for a Nexus One (sigh).

Anyway, is there a way to expedite the free thirty day service?

Jason

On Mar 31, 5:28 am, Justin Giles jtgi...@gmail.com wrote:

 On Tue, Mar 30, 2010 at 11:48 PM, Jason arm...@gmail.com wrote:
  I received a Droid and I did not see the Read Me First leaflet 
  that
  was referenced in the Getting Started on Droid - Activation section 
  of
  the letter. Anyone else who got a Droid know what it looks like, 
  where
  it was packed or what it said?

 I too received a Droid and I didn't get a Read Me First leaflet.  
 Not sure
 what channel to go through to activate this thing so I can get the 2.1
 update coming any day now.

 Justin

--
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-developers+unsubscr...@googlegroups.com
For more options, visit this group 
athttp://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-developers@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group 
   athttp://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-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group 
  athttp://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-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-22 Thread fhucho
Still no one in Europe? When was it that Google said it should arrive
in two weeks? I wonder where exactly all the phones are at the
moment :) I wouldn't mind making a trip to Brightpoint Netherlands for
the phone, if they are not able to deliver it in 7 weeks. Waiting so
long is quite frustrating, especially if you don't have any Android
phone as me and really need it for development. Why don't they just
send everyone in Europe mail saying what exactly the problem is?
BTW, check out my app, Chess Walk, I recently released a new version.

On Apr 21, 10:37 am, Josef Pfleger green-car...@orange-cactus.org
wrote:
 I am from Austria and have not yet received a phone either. Will be a
 nice surprise if/when it gets here.

 On Apr 20, 8:51 pm, Chister Nordvik cnord...@gmail.com wrote:





  Couldn't agree more. How many people in here have contacted Google,
  FedEx  Brightpoint just because of lack of information from Google? A
  simple mail saying: Sorry, you'll get your phone in May would have
  been enough.

  And don't get us started on the Android Market! The petition 
  (http://www.petitiononline.com/androidm/) has most of it covered I guess. 
  Even
  though it seems to be ignored by any official comment then we can hope
  that Google soon launches a brand new marketplace where all our wishes
  have come through!

  -Christer

  On Apr 20, 10:17 am, Ove Olavgaard ove.olavfga...@gmail.com wrote:

It is, after all a free gift

   So what? If only the developers in US got a free phone that would not 
   bother
   me.
   I got a mail from Google saying they would give me a free phone in 2-4
   weeks!
   Great Then I dont have to purchase the phone Ive orginally planned, 
   and
   I can test my new app  on yet another device.
   Well... After 7 weeks, no words and no phone, I had to buy the planned 
   phone
   anyway.

   If they know its been problems with delivery of all phones outside US, so
   send the developers a mail. They got all the e-mail-adresses.
   Should be an easy task.

   Ove, i understand your pain, it took a while for paid apps to get
   here, and as an ex-South African, they don't even have paid app
   downloads over there, so its bad.

   Well, its the same same for most European countries. No paid apps 
   available
   for download.
   It wouldn't be a problem if Google said that it would support Merchang
   Accounts and paid apps in 2011.
   Then we will at least know, and can plan according to that. The situation
   now is just silence for over 2 years.
   That is not taking your developers or customers seriously.

   2010/4/20 dgoemans dgoem...@gmail.com

*stands up*

Hi, my name's David, i'm in the Netherlands, and i haven't had a Nexus
One for 7 weeks now.

Seriously tho, i think we need to be calm and strong. They'll arrive
( hopefully before i move! ) and we just need patience. It is, after
all a free gift, which after 2 years as a day job iPhone dev, i can
say is more than i've been given before.

Ove, i understand your pain, it took a while for paid apps to get
here, and as an ex-South African, they don't even have paid app
downloads over there, so its bad. That said, it's worth keeping in
mind that there are serious region restrictions on these things
( unfortunately - i really hate that ). For example, look at
Microsoft's Xbox Live Indie Games, which is only accessible in a small
handful of countries to download for, and only a few more than that
can dev for it. This is due to (stupid) global financial restrictions.
Remember that it took Apple many years to get iTunes working across
the globe.

On Apr 19, 10:24 pm, JDS jesper.d.svens...@gmail.com wrote:
 I would be very surprised if they do not arrive. If the intention
 never was to send any to europe, why would Google confirm that they
 will arrive over and over again? What is obvious is that they had, or
 still have, some major issues but I don't think we will never know
 what kind.

 In the last response I got, they do confirm they had some issues and
 that I should (they don't use the word will receive anymore ;-) )
 receive my phone in 2 weeks, which will be on April 28 and I will wait
 patiently until then before I will contact them again.

 On 19 Apr, 21:05, gambiting gambit...@gmail.com wrote:

  Well,with each day I'm getting convinced more and more that the 
  phones
  will not arrive in europe,and it was only for the US.
  But on the other side, we didn't pay anything for these phones, so 
  it
  doesn't hurt to wait - maybe one day there we will get them?
  I just hope that people from europe will share info here if they
  receive their phones.

  On 19 Kwi, 18:33, TomTasche tomtas...@gmail.com wrote:

 --
 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] Re: Device Seeding Program for Top Android Market Developers

2010-04-19 Thread fhucho
@Ove Olaavgard
I completely agree with you. The worst thing is that they are not
giving any information about when/if will they expand support for
selling apps to more countries. Not being able to get any response
from them is really frustrating. They don't even answer simple
questions like Will it happen in 2010 or later?. In the Czech
Republic, Google Checkout is normally working, so why it's so hard to
allow Czech developers to sell their apps? I think that they are
artificially delaying it, because it's a way to keep prices on the
Market down. Devs from countries where selling is not allowed will put
their high quality apps for free - and this will also force
competitors who can sell their apps to keep the price low.

On Apr 19, 2:51 pm, Ove Olavgaard ove.olavfga...@gmail.com wrote:
 Well, I have lost all hope. I realize that this was really just meant for
 the US.
 Been waiting 7 weeks a well, and can't get any info from Google, Shipping
 partner or FedEx.

 Personally I have no choice but to leave the Android platform:
 - No Google merchant for northern europe means I cant sell applications
 - No paid apps for customers in northern europe means my customers cant buy
 - Its been like this 2 years now
 - No word from Google when it will be available

 Its really really sad, but I can't afford spending more time on Android,
 without beeing able to create an income, while all my competitors in the US
 can steal ideas and get paid.

 Ove

 2010/4/19 mscwd01 mscw...@gmail.com





  Many people have said the phones will be shipping not from the US but
  from a warehouse in Europe so I agree that the volcano shouldn't have
  any effect on delivering the phones. They would be sent over land not
  by air - which makes me wonder if there is another issue delaying the
  phones?

  On Apr 19, 12:25 pm, JDS jesper.d.svens...@gmail.com wrote:
   No news from anybody in europe?

   Since the phones to EU, or at least to us in sweden, are shippen from
   Frankfurt at least people in germany should have received theirs by
   now, with or without any volcano?

   --
   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-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
cr...@googlegroups.com
   For more options, visit this group athttp://
  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-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.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-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Paid apps in more countries - I am sick about it

2010-04-14 Thread fhucho
Last year in October I was told by Reto Meier that expanding support
for paid apps in Android Market is the top priority for the Market
team. Now, six month later, I don't beleive he was telling the truth.

I am really sick about this. Maybe this is a way for Google to keep
the app prices low - there will be many good free apps on the market
from developers who can't release a paid version. This will also keep
the price of the paid apps lower (because the user might switch to
competitor's app that is free).

The thing I am sick even more is that they are not able to give out
any other response than We're woking on it (which I find a bit hard
to beleive, they're working on it for over a year with no result).
When I ask a very simpe question, Will it happen in 2010 or later?,
they answer with silence.

I haven't found any forum about this that has some official reply from
a Googler. I guess this post will be also left without an answer from
anyone from Google. Why is Google so secretive about this?

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


[android-developers] Re: Paid apps in more countries - I am sick about it

2010-04-14 Thread fhucho
I am from the Czech Republic. I don't care so much if it's possible to
buy apps here, I just want to sell my apps.

On Apr 14, 6:08 pm, Donal Rafferty draf...@gmail.com wrote:
 Apologies for my spelling:

 I believe by the end of the year there will be enough Android users to make
 an Irish paid market worthwhile but its been quite clear a paid apps market
 in Ireland so far hasn't made sense.



 On Wed, Apr 14, 2010 at 5:07 PM, Donal Rafferty draf...@gmail.com wrote:
  Might be helpful if you state which country your in and want the paid
  market to come to?

  I'm in Ireland and to be honest Android is only starting to take off here
  so there was no sense in having  a paid market here.

  I believe by the end of the year there will be enough Android users to make
  an Irish paid market worthwhile but its been quiet clean a paid apps market
  in Ireland so far hasn't made sense.

  On Wed, Apr 14, 2010 at 4:48 PM, fhucho fhu...@gmail.com wrote:

  Last year in October I was told by Reto Meier that expanding support
  for paid apps in Android Market is the top priority for the Market
  team. Now, six month later, I don't beleive he was telling the truth.

  I am really sick about this. Maybe this is a way for Google to keep
  the app prices low - there will be many good free apps on the market
  from developers who can't release a paid version. This will also keep
  the price of the paid apps lower (because the user might switch to
  competitor's app that is free).

  The thing I am sick even more is that they are not able to give out
  any other response than We're woking on it (which I find a bit hard
  to beleive, they're working on it for over a year with no result).
  When I ask a very simpe question, Will it happen in 2010 or later?,
  they answer with silence.

  I haven't found any forum about this that has some official reply from
  a Googler. I guess this post will be also left without an answer from
  anyone from Google. Why is Google so secretive about this?

  --
  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-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
   cr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

  To unsubscribe, reply using remove me as the subject.

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Paid apps in more countries - I am sick about it

2010-04-14 Thread fhucho
Unfortunately you won't be able to sell it.

On Apr 14, 6:33 pm, r0ytlay mipa...@gmail.com wrote:
 You should still be able to release your app as a paid app in
 countries where it is supported, even thoug you are in a country which
 does not support paid apps, or am i wrong?

 I am almost finished developing my app which im planning to charge
 for. Unfortunetly i live in sweden where there is no paid market, but
 i hope to be able to sell it in the countries that supports paid
 market.

 On Apr 14, 5:48 pm, fhucho fhu...@gmail.com wrote:



  Last year in October I was told by Reto Meier that expanding support
  for paid apps in Android Market is the top priority for the Market
  team. Now, six month later, I don't beleive he was telling the truth.

  I am really sick about this. Maybe this is a way for Google to keep
  the app prices low - there will be many good free apps on the market
  from developers who can't release a paid version. This will also keep
  the price of the paid apps lower (because the user might switch to
  competitor's app that is free).

  The thing I am sick even more is that they are not able to give out
  any other response than We're woking on it (which I find a bit hard
  to beleive, they're working on it for over a year with no result).
  When I ask a very simpe question, Will it happen in 2010 or later?,
  they answer with silence.

  I haven't found any forum about this that has some official reply from
  a Googler. I guess this post will be also left without an answer from
  anyone from Google. Why is Google so secretive about this?

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-13 Thread fhucho
I agree, I find it very weird that such a big company like Brightpoint
has problems with delivering this amount of packges.

On Apr 13, 11:10 am, Sławek slawe...@gmail.com wrote:
 Strange, I don't think it's a problem to deliver 2000 small
 packages...

 5 weeks, I'm still waiting, Poland.

 On Apr 12, 8:55 pm, Teo [GD API Guru] teomina...@gmail.com wrote:



  Hi guys,

  i don't want to be a smart-ass or anything :) It may seem to people
  looking at this thread that some are complaining which i don't think
  is true.. Thanks Google for doing this btw! Must be a logistical
  nightmare to deliver so many phones at once, especially in Europe too,
  which, considering we're talking about the Nexus, is kind of cutting
  edge because otherwise Google doesn't directly sell phones in most of
  our countries. But precisely for this reason it's probably very hard
  for us to have the official status of every phone, so i think posting
  updates or about our own situations, in this thread, is understandable
  because we know more about what and when to expect...

  Just my humble thoughts :)

  P.S. I think it was done before, but i'll ask for it again anyway: if
  you get the phone (especially in the EU) from the seeding program (and
  not from ADC cause apparently there was some confusion about that)
  please remember us and let us know :)

  On Apr 12, 9:32 pm, Mirko Nasato mirko.nas...@gmail.com wrote:

   Yeah why don't you two launch your own free gift program, only to call
   it off some time later? There wouldn't be nothing wrong with that
   according to your reasoning, right? :)

   Kind regards

   Mirko

   On Apr 12, 3:16 pm, Thomas Riley tomrile...@googlemail.com wrote:

I agree with Al, in some ways, If Google suddenly said it's not doing
the program any more we couldn't complain as it's a free gift.
However, the lab attendees, forum supporters and free app developers
all have a combined positive effect on the Android platform.

Anyway Al, fancy doing an AndAppStore DeviceSeedingprogram ? :p

Tom.

On Apr 12, 1:49 pm, Al Sutton a...@funkyandroid.com wrote:

 If they were only going to paid-app developers I'd understand your
 point, but theseedingprogram is getting devices to lab attendees,
 forum supporters and free app developers as well as paid ones, so
 there are a fair number of people in there that won't be making
 anything back for Google because either they won't release apps or
 they won't charge for them.

 As you're no worse off than before you got your email I don't see why
 you're sad, I'd understand being sad if you'd had to do something or
 pay something specifically to qualify for the 'phone, but in this case
 they're rewards for past actions, so you haven't really been put-out
 and you're definitely not out of pocket if the 'phone doesn't turn up.

 Al.

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-13 Thread fhucho
By the way did anyone try to contact BrigtPoint?

On Apr 13, 3:02 pm, JDS jesper.d.svens...@gmail.com wrote:
 I also agree, especially since the phones to the US developers already
 have been delivered which makes the total amount of phones to be
 delivered to europe perhaps just a couple of thousand. Even a very
 small webshop can deliver 2000 packets in 6 weeks to any adress in the
 worldbut perhaps they are shipped from the US by boat ;-)

 But All things come to he who waitsso I will give them a couple
 of weeks before I send them another mail.

 On 13 Apr, 14:48, fhucho fhu...@gmail.com wrote:



  I agree, I find it very weird that such a big company like Brightpoint
  has problems with delivering this amount of packges.

  On Apr 13, 11:10 am, Sławek slawe...@gmail.com wrote:

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-13 Thread fhucho
What is Google using then?

On Apr 13, 5:46 pm, Thomas Riley tomrile...@googlemail.com wrote:
 Google are using Brightpoint Holland to delivery to anyone in the EU
 and NOT your local brightpoint warehouse.

 Tom.

 On Apr 13, 2:55 pm, JDS jesper.d.svens...@gmail.com wrote:



  No I don't think he misunderstood your question.

  Brightpoint in Sweden does not sell N1 either and since they don't
  have N1 in stock and not even in their ordering system google can't
  use them. I would guess they either use Brightpoint in the nearest
  country that do have them in stock to send them to us in sweden or use
  some other channels.

  On 13 Apr, 15:46, Willem Stoker willem.sto...@gmail.com wrote:

   I havae contacted Brightpoint Netherlands by email. The reply was:

   Goede morgen,

   Nee we verkopen niet de Nexus One
   sorry

   Eric Feyder

   Which means Good morning, We don't sell the Nexus One... He probably did
   not understand the question?
   I stated in my question very clear that i was receiving the Nexus with the
   Google Device Seeding program...

   2010/4/13 Arnon arnonse...@gmail.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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-13 Thread fhucho
Sorry, I misread your post.

On Apr 13, 5:50 pm, fhucho fhu...@gmail.com wrote:
 What is Google using then?

 On Apr 13, 5:46 pm, Thomas Riley tomrile...@googlemail.com wrote:



  Google are using Brightpoint Holland to delivery to anyone in the EU
  and NOT your local brightpoint warehouse.

  Tom.

  On Apr 13, 2:55 pm, JDS jesper.d.svens...@gmail.com wrote:

   No I don't think he misunderstood your question.

   Brightpoint in Sweden does not sell N1 either and since they don't
   have N1 in stock and not even in their ordering system google can't
   use them. I would guess they either use Brightpoint in the nearest
   country that do have them in stock to send them to us in sweden or use
   some other channels.

   On 13 Apr, 15:46, Willem Stoker willem.sto...@gmail.com wrote:

I havae contacted Brightpoint Netherlands by email. The reply was:

Goede morgen,

Nee we verkopen niet de Nexus One
sorry

Eric Feyder

Which means Good morning, We don't sell the Nexus One... He probably 
did
not understand the question?
I stated in my question very clear that i was receiving the Nexus with 
the
Google Device Seeding program...

2010/4/13 Arnon arnonse...@gmail.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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-08 Thread fhucho
I received something similar, the only additional info is that A lot
of people in Europe have received their phones already.


I'd wait another couple weeks; trust me, there is a phone assigned to
you and it will get to you in due time.

On Apr 8, 5:38 am, Disconnect dc.disconn...@gmail.com wrote:
 This is getting me too :/ Its nice that its a free month, but it'd be better
 if it could be used ;)



 On Wed, Apr 7, 2010 at 8:01 PM, Dan Sherman impact...@gmail.com wrote:
  Has anyone been able to get their Droid transferred off the free month of
  service (through a Google Account), and onto their personal Verizon account?

  - Dan

  On Wed, Apr 7, 2010 at 7:52 PM, Thomas Riley 
  tomrile...@googlemail.comwrote:

  I just had a similar email.

  If your reading this Neel, thanks for the reply!

  Tom.

  On Apr 8, 12:38 am, Richard rtaylor...@googlemail.com wrote:
   I sent an email to Google, this is the reply:

   Hi Richard,

   No one has been forgotten. There's a large volume of phones being
   shipped out, and apparently we overestimated the capacity of our
   shipping vendor. We have sent them the addresses and the inventory and
   they are working through the list.

   I'd wait another couple weeks; trust me, there is a phone assigned to
   you and it will get to you in due time.

   Thanks,
   Neel

  --
  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-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
   cr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

  To unsubscribe, reply using remove me as the subject.

   --
  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-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-08 Thread fhucho
Sorry, I put the second paragraph in my previous post accidentaly...

On Apr 8, 9:07 am, fhucho fhu...@gmail.com wrote:
 I received something similar, the only additional info is that A lot
 of people in Europe have received their phones already.

 I'd wait another couple weeks; trust me, there is a phone assigned to
 you and it will get to you in due time.

 On Apr 8, 5:38 am, Disconnect dc.disconn...@gmail.com wrote:



  This is getting me too :/ Its nice that its a free month, but it'd be better
  if it could be used ;)

  On Wed, Apr 7, 2010 at 8:01 PM, Dan Sherman impact...@gmail.com wrote:
   Has anyone been able to get their Droid transferred off the free month of
   service (through a Google Account), and onto their personal Verizon 
   account?

   - Dan

   On Wed, Apr 7, 2010 at 7:52 PM, Thomas Riley 
   tomrile...@googlemail.comwrote:

   I just had a similar email.

   If your reading this Neel, thanks for the reply!

   Tom.

   On Apr 8, 12:38 am, Richard rtaylor...@googlemail.com wrote:
I sent an email to Google, this is the reply:

Hi Richard,

No one has been forgotten. There's a large volume of phones being
shipped out, and apparently we overestimated the capacity of our
shipping vendor. We have sent them the addresses and the inventory and
they are working through the list.

I'd wait another couple weeks; trust me, there is a phone assigned to
you and it will get to you in due time.

Thanks,
Neel

   --
   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-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
cr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

   To unsubscribe, reply using remove me as the subject.

    --
   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-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
cr...@googlegroups.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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread fhucho
Google replied me that the phone should arrive by Fedex to Czech
Republic (and I guess to other parts of EU too).

On Apr 5, 11:36 pm, Atif ati...@gmail.com wrote:
 I got the Droid last week and I am in the same boat that I don't want
 to sign up with Verizon. I know I can use Droid over WiFi, but I can't
 use it for testing actual phone related app functionality until I sign
 up with Verizon. If anyone wants to trade their N1 with Droid, please
 shoot me an email. I will be more than happy to make the switch as I
 am already a T-Mobile customer and can swap my SIM from my existing
 Android phone to N1 for all kinds of testing.

 On Mar 8, 5:19 pm, JasonC jcohe...@gmail.com wrote:



  TheDroidcomes with 30 days for Free service. So you CAN activate the
  phone and get it working so you can test on it.

  On Mar 6, 6:13 pm, anton.slut...@gmail.com anton.slut...@gmail.com
  wrote:

   Do Verizon phones even load without being hooked up to Verizon?  Sorry
   for being ignorant.  Have never had Verizon and not huge on mobile
   protocols.  I know a gsm phone wont let you past the boot prompt
   without a valid sim card.

   On Mar 6, 9:04 pm, Quartertone quartert...@gmail.com wrote:

Well, I don't know about anyone else, but I would prefer to have a
device that I can use with my current plan. I have T-mobile service
with a MyTouch, so I'm definitely hoping for a Nexus One.

For any developers in the New Orleans area, I have a proposition:
If you're hoping for aDroidand you get a Nexus One, i'll gladly
trade you for it (that is, if i end up getting aDroid). Just keep me
in mind and contact me in 2-4 weeks when you get your device if youre
interested.

cheers

On Mar 6, 6:15 pm, niko20 nikolatesl...@yahoo.com wrote:

 Geez people. Who cares if u can't use the phone if its on Verizon.
 You can develop on any google phone it doesn't need to ha e actual
 service unless u are writing app that uses the phone or such. But for
 game writing it would be fine, etc. Actually for example I already
 have aDroidbut even if I got a nexus one I couldn't use it much here
 since its GSM and I don't get T-Mobile in my area. But I can still
 test the apps I make on it.

 On Mar 6, 7:01 pm, Mariano Kamp mariano.k...@gmail.com wrote:

  What kind of confirmation is that? Is that the first mail or a 
  confirmation
  after you went to their website?

  I am asking, because I haven't got any email even though I have an 
  app in
  the Market that would qualify. Should I start to worry or are the 
  first
  mails sent out incrementally?

  On Sat, Mar 6, 2010 at 1:10 PM, Thomas Riley 
  tomrile...@googlemail.comwrote:

   I also have the confirmation email.
   It says they will arrive in 2-4 weeks, but can it really be so 
   slow?
   Or is that use an over estimate?

   On Mar 6, 10:51 am, Rootko roo...@gmail.com wrote:
Just got mine confirmation email, but unfortunately they removed
leading zero in my zip code, so I've responded to change it. 
Hopefully
this won't be a problem and I'll enjoy my Nexus One soon (I'm 
in EU).

Hooray, thanks Google!

   --
   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-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
cr...@googlegroups.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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-05 Thread fhucho
What about the engraving on the back? What do you think is most
likely:
a) No engraving
b) We will have option to choose engraving
c) There will be some fixed engraving

On Mar 5, 8:05 pm, Nikolay Ananiev devuni...@gmail.com wrote:
 My app, Bebbled, has 600k+ downloads, 4.5 rating, and I'm in the EU, but did
 not get an e-mail.



 On Fri, Mar 5, 2010 at 2:26 PM, Linus linus.karnl...@gmail.com wrote:
  I see that none of your apps on market have 3.5+ rating, so
  unfortunately you do not qualify for this giveaway.
  Keep working and you'll get there next time!

  On Mar 5, 12:53 pm, Abdul Mateen abmat...@gmail.com wrote:
   I am a also a developer, wanting a FREE N1 I have my application
  Facebook
   Plus on android market , how can I apply to this seeding ?

   Thank You,
   Abdul Mateen.

   On Fri, Mar 5, 2010 at 6:20 AM, Yahel kaye...@gmail.com wrote:
@ Tako Au

I've recently downloaded a widget and when I tried to launch it the
app that was bundle with it just contained an alert dialog box telling
me how to install the widget.

Maybe you should try that.

Yahel

On 5 mar, 10:21, Tako Au tak...@gmail.com wrote:
 Agree with you.  I've written a pure widget (which cannot be opened)
 and received tons of 1-star commented Can't open.

 On Mar 5, 5:56 am, Wayne Wenthin wa...@fuligin.com wrote:

  Yeah the rest of us are really interested in your good fortune.

  Honestly if the market were worth its salt there wouldn't be angry
customers
  because we developers that are trying could actually communicate
  with
the 1
  stars out there that just say crap like FC's too much without
  even
trying
  to contact support.    I've busted my ass in the last couple months
  to
get
  my rating from 2 stars to 3.25.   Stuff like this does nothing but
anger me
  because if I not tried to build something uniq and just built
  another
fart
  app I could have got a free phone.    Sorry but this leaves a bad
  taste
in
  my mouth and I'm sure I'm not alone.

  On Thu, Mar 4, 2010 at 1:30 PM, Thomas Riley 
tomrile...@googlemail.comwrote:

   :(

   Remember everyone, be sure to post your joy here!

   On Mar 4, 9:20 pm, Markus tamet...@gmail.com wrote:
Nope, not yet. Though I'm sitting on fire waiting for it ;)

On Mar 4, 10:13 pm, Thomas Riley tomrile...@googlemail.com
wrote:

 Ok, so I know its still early days, but has anyone had their
dispatch
 confirmation email yet?

   --
   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-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
cr...@googlegroups.comandroid-developers%2Bunsubs
  cr...@googlegroups.comandroid-developers%2Bunsubs
­cr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

  --
  Writing code is one of few things
  that teaches me I don't know everything.

  Make Call Girl Manager great!
  Join the forums.http://www.fuligin.com/forums-Hidequotedtext -

  - Show quoted text -

--
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-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.comandroid-developers%2Bunsubs
  cr...@googlegroups.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-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: ACTION_POWER_CONNECTED broadcast receiver not working

2010-01-18 Thread fhucho
Any idea what I could try?

On Jan 18, 12:29 am, fhucho fhu...@gmail.com wrote:
 Hi,
 I want to do something after the the phone is put into charger. So I
 created ChargingOnReciever:

 public class ChargingOnReceiver extends BroadcastReceiver {
         public void onReceive(Context context, Intent intent) {
                 context.startActivity(someActivity);
         }

 }

 and I put this into manifest:

 reciever android:name=ChargingOnReceiver
         intent-filter
                 action 
 android:name=android.intent.action.ACTION_POWER_CONNECTED /

         /intent-filter
 /reciever

 But ChargingOnReceiver is not started when I put my G1 to charger
 (connect to my notebook via USB cable).
 Any help is much appreciated.
-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] ACTION_POWER_CONNECTED broadcast receiver not working

2010-01-17 Thread fhucho
Hi,
I want to do something after the the phone is put into charger. So I
created ChargingOnReciever:

public class ChargingOnReceiver extends BroadcastReceiver {
public void onReceive(Context context, Intent intent) {
context.startActivity(someActivity);
}
}

and I put this into manifest:

reciever android:name=ChargingOnReceiver
intent-filter
action
android:name=android.intent.action.ACTION_POWER_CONNECTED /
action
android:name=android.intent.action.ACTION_POWER_DISCONNECTED /
/intent-filter
/reciever
-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] ACTION_POWER_CONNECTED broadcast receiver not working

2010-01-17 Thread fhucho
Hi,
I want to do something after the the phone is put into charger. So I
created ChargingOnReciever:

public class ChargingOnReceiver extends BroadcastReceiver {
public void onReceive(Context context, Intent intent) {
context.startActivity(someActivity);
}
}

and I put this into manifest:

reciever android:name=ChargingOnReceiver
intent-filter
action 
android:name=android.intent.action.ACTION_POWER_CONNECTED /

/intent-filter
/reciever

But ChargingOnReceiver is not started when I put my G1 to charger
(connect to my notebook via USB cable).
Any help is much appreciated.
-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Make menu item disabled

2010-01-14 Thread fhucho
Hi,
is it possible to disable (gray) a menu item?
-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How to completely remove application

2010-01-12 Thread fhucho
Hi, I am developing on T-Mobile G1. How do I completely remove my
application (database, SharedPreferences etc.)? I don't have root.
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Service - how to show its progress in Activity

2010-01-02 Thread fhucho
Hi,
I have a service that downloads something from the Internet, it shows
progress in notifications and in MyActivity (only when MyActivity is
on foreground of course). How should the service post the progress to
MyActivity? I know this could be done somehow with IBind but can I
just simply do this in MyActivity:

MySevice.myActivity = this;
startService(new Intent());

?
From MyService I can now call MyActivity's methods because I have a
static reference to it in MySevice.myActivity, so I can call e.g.
myActivity.sendProgress(63).

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Google Analytics

2009-11-07 Thread fhucho
Hi,

I would like to implement a href=http://code.google.com/apis/
analytics/docs/tracking/mobileAppsTracking.htmlGoogle Analytics for
Mobile/a ) into my app a href=http://
androidchess.appspot.comChess Walk/a. I want the following
behavior:
* for every Activity the user enters, generate a pageview
* only send usage data to Analytics after user logs in to play online
How exactly should I do this? Should I  perform tracker.start(UA-YOUR-
ACCOUNT-HERE, this); in every Activity's onCreate() method or just in
the main Activity? When to call tracker.stop(); ?

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Chess Walk

2009-11-05 Thread fhucho
My game Chess Walk (http://androidchess.appspot.com) was in top 50%
bud didn't make it... BTW can someone please tell me what are the
comments in Market, I don't have an Android phone yet.

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Priced apps - is there a wa

2009-10-30 Thread fhucho

Hi,
I just finished a chess game and have found out that I can't sell it
on Android Market because my country is not supported (Czech
Republic). Is there a way to circumvent this restriction (e.g. pretend
that I am from US in the registration form)? What would you advise me
if I want to earn some money on my app? I was thinking about giving it
for free now and when priced apps are supported in CR start to charge
for it.
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] EditText - dosplay gray text when blank

2009-10-27 Thread fhucho

Hi,
I have a username EditText, by default it should show a light gray
text Enter username, when user clicks on it it should disappear. I
think I saw somewhere that this can be done with a xml attribute
without writing Java code. Does EditText has a xml attribute for this?
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Handler behaving strangely after orientation change

2009-10-25 Thread fhucho

Hi,
in my app I have a simple clock, the clock is updating every second. I
update the clock using a handler -  to start ticking I call:

handler.postAtTime(clockTask, currentTime + 1000);

So after 1000 milliseconds clockTask is run. In clockTask I update the
clock and call
handler.postAtTime(clockTask, currentTime + 1000);  again.

When my activity is restarted after orientation change and the clock
was ticking, I start the clock in onCreate().
But unfortunately the clock (which is a TextView) doesn't update!
clockTask is run correctly every second, it tries to update the clock
with correct time, but textViewClock.setText(time) doesn't have any
effect. Just before textViewClock.setText(timeString) I print the
timeString variable to logcat, and it is working ok. Now if I change
screen orientation again, the clock still isn't updating but clockTask
seems to be run twice every second (the previous clockTask is still
running). If I now finish the activity the clockTask is still running
twice every second.
What can be behind this problem?
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] How to save my custom view's state

2009-10-20 Thread fhucho

Hi,
I have a custom View, what is the proper way of saving / restoring
it's state after orientation change. I know I should implement
onSaveStateInstatnce() and onRestoreInstanceState() methods, but how
exactly (with which argumets) and when I should call them?
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to save my custom view's state

2009-10-20 Thread fhucho

I tested it and the methods aren't called automatically. I was talking
about View.onSaveStateInstatnce, not Activity.onSaveStateInstatnce().

On Oct 20, 8:53 pm, RichardC richard.crit...@googlemail.com wrote:
 The framework calls your application when it wants you to save or
 restore your state, so you do not call these methods.

 See step 7 in the Notepad 
 tutorial:http://developer.android.com/guide/tutorials/notepad/notepad-ex3.html

 --
 RichardC

 On Oct 20, 4:27 pm, fhucho fhu...@gmail.com wrote:



  Hi,
  I have a custom View, what is the proper way of saving / restoring
  it's state after orientation change. I know I should implement
  onSaveStateInstatnce() and onRestoreInstanceState() methods, but how
  exactly (with which argumets) and when I should call them?
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to save my custom view's state

2009-10-20 Thread fhucho

Probably the best way to do this is to call those methods from the
Activity's methods onSavedStateInstance() and onRestoreInstanceState
().

On Oct 20, 10:06 pm, fhucho fhu...@gmail.com wrote:
 I tested it and the methods aren't called automatically. I was talking
 about View.onSaveStateInstatnce, not Activity.onSaveStateInstatnce().

 On Oct 20, 8:53 pm, RichardC richard.crit...@googlemail.com wrote:



  The framework calls your application when it wants you to save or
  restore your state, so you do not call these methods.

  See step 7 in the Notepad 
  tutorial:http://developer.android.com/guide/tutorials/notepad/notepad-ex3.html

  --
  RichardC

  On Oct 20, 4:27 pm, fhucho fhu...@gmail.com wrote:

   Hi,
   I have a custom View, what is the proper way of saving / restoring
   it's state after orientation change. I know I should implement
   onSaveStateInstatnce() and onRestoreInstanceState() methods, but how
   exactly (with which argumets) and when I should call them?
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Custom View - obtain android:layout_width value

2009-10-18 Thread fhucho

I have a custom View, it is created from xml - how can I obtain the
android:layout:width value in the constructor View(Context x,
AttributeSet a) ?
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Custom View - obtain android:layout_width value

2009-10-18 Thread fhucho

I did it this way:
String widthString = attrs.getAttributeValue(http://
schemas.android.com/apk/res/android, layout_width);
// now widthString can ba for example 150px, I need to convert it to
int
int s = Integer.parseInt(widthString.substring(0, 3));


On Oct 18, 2:30 pm, Mark Murphy mmur...@commonsware.com wrote:
 fhucho wrote:
  I have a custom View, it is created from xml - how can I obtain the
  android:layout:width value in the constructor View(Context x,
  AttributeSet a) ?

 To get at a custom attribute, you would use code like this:

 TypedArray a=ctxt.obtainStyledAttributes(attrs,
                                                 R.styleable.Meter,
                                                 0, 0);

 max=a.getInt(R.styleable.Meter_max, 100);
 incrAmount=a.getInt(R.styleable.Meter_incr, 1);
 decrAmount=-1*a.getInt(R.styleable.Meter_decr, 1);

 a.recycle();

 (fromhttp://github.com/commonsguy/cw-advandroid/tree/master/Views/Meter/)

 For android:layout_width, presumably you would use
 android.R.styleable.ViewGroup_Layout_layout_width, though I have not
 tried that.

 However, in theory, that attribute should be handled for you, I would
 think. You would negotiate the size in onMeasure().

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://twitter.com/commonsguy

 Android App Developer Training:http://commonsware.com/training.html
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Vertical TextView

2009-10-13 Thread fhucho

Is it possible to create a vertical (90 degrees rotated) TextView? I
need this because I have a TextView label on SlidingDrawer at the
bottom edge of the screen in portrait layout. When orientation changes
to landscape, the SlidingDrawer is at the right edge, so now it is
vertical (or 90 degrees rotated).
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: People still using ADC2 entries

2009-10-12 Thread fhucho

Those users have rooted phones and they just somewhere exported the
downloaded apps.

On Oct 12, 10:26 pm, CraigsRace craig...@gmail.com wrote:
 I had a look at my server logs, it looks like people are still playing
 my ADC2 entry (only about 30 people / day).

 The users are spread out from all over the world (LA, NY, London,
 Spain, France, ...).

 Was there a way that users could keep the ADC2 apps?  I thought they
 got deleted as soon as the user entered their ratings?

 I don't mind that people are playing my game (I think it's great!).  I
 just would have liked to keep some of the ADC2 apps too!  :)
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Vertical TextView

2009-10-12 Thread fhucho

Can I somehow make my TextView to be vertical - it should look like
normal TextView rotated 90 degrees. I want this because at the bottom
of the screen I have a SlidingDrawer widget with a TextView label and
when the screen orientation changes to landscape I want to display the
SlidingDrawer at the right edge of the screen - so it will be rotated
90 degrees.
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Should I use Canvas or SurfaceView for a chess game?

2009-10-11 Thread fhucho

Thanks for replies, I will stick with Canvas. One more question - for
the animations should I use the built-in animaton framework or do them
manually?
Note that I am using one custom View for the whole chessboard.
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Animation not working as I want

2009-10-11 Thread fhucho

Hi,
I have a LinearLayout, with a text and a button, which I want to show
and hide (using translate animation) sometimes. As for now I show/hide
it by setVisibility() to View.GONE or View.VISIBLE. To set the
translate animation I do this:

myLinearLayout.setLayoutAnimation(new LayoutAnimationController
(myTranslateAnimation));

But when I call myLinearLayout.setVisibility(View.VISIBLE),
myLinearLayout shows imediately but without the text and the button.
The text then slides to the linearlayout and then the button does the
same. When I call setVisibility next time there is no animation at all.
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Should I use Canvas or SurfaceView for a chess game?

2009-10-10 Thread fhucho

Hi,
I am developing a chess game, what view should I use for the
chessboard, Canvas or SurfaceView? I want to implement some animations
like moving a piece, fading the chessboard or maybe rotating the
chessboard.
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] How to create Spinner with custom items

2009-10-06 Thread fhucho

How can I create Spinner with customized items? Normally it is
possible to have spinner items with text and checkboxes on the right,
but I would like to have one part of the item's text black and the
second part gray. I tried to create custom ArrayAdapter for the
Spinner but I just can't figure out how to do it. I would be really
gratefull if someone could help me with this.
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to create Spinner with custom items

2009-10-06 Thread fhucho

Yes, I have to override getView() and getDropDownView(), but what
should I do in getDropDownView(), in order to display a standard
Spinner item with RadioButton, with the only difference that part of
the text would have my custom color?

On Oct 6, 10:51 pm, konic nflous...@gmail.com wrote:
 Mostly you have to derive from certain adapter and then override
 getView() method there.

 On Oct 6, 4:24 pm, fhucho fhu...@gmail.com wrote:



  How can I create Spinner with customized items? Normally it is
  possible to have spinner items with text and checkboxes on the right,
  but I would like to have one part of the item's text black and the
  second part gray. I tried to create custom ArrayAdapter for the
  Spinner but I just can't figure out how to do it. I would be really
  gratefull if someone could help me with this.
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to create Spinner with custom items

2009-10-06 Thread fhucho

But the problem is that to get this working I would also have to
properly manage checking und unchecking the RadioButtons (this does
normall Spinner automatically). Do I really have to do all this just
to make part of the items text gray??

On Oct 6, 11:17 pm, konic nflous...@gmail.com wrote:
 Well, on android forums there are plenty of examples.
 In general, you have to create and then use certain layout.
 Put all stuff you want onto this layout based on the position index.
 Return that layout.

 On Oct 6, 5:05 pm, fhucho fhu...@gmail.com wrote:



  Yes, I have to override getView() and getDropDownView(), but what
  should I do in getDropDownView(), in order to display a standard
  Spinner item with RadioButton, with the only difference that part of
  the text would have my custom color?

  On Oct 6, 10:51 pm, konic nflous...@gmail.com wrote:

   Mostly you have to derive from certain adapter and then override
   getView() method there.

   On Oct 6, 4:24 pm, fhucho fhu...@gmail.com wrote:

How can I create Spinner with customized items? Normally it is
possible to have spinner items with text and checkboxes on the right,
but I would like to have one part of the item's text black and the
second part gray. I tried to create custom ArrayAdapter for the
Spinner but I just can't figure out how to do it. I would be really
gratefull if someone could help me with this.
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Center TextView between other two widgets

2009-10-01 Thread fhucho

Hi, I have a horizontal LinearLayout in which I have a button, text1
and text2. I want the button to be on the left, text2 on the right and
text1 centered between them, like in the following diagram ( | is edge
of the screen, - is empty space):

| BUTTON---TEXT1TEXT2 |


text1 and text2 can have different length based on language settings,
so unfortunaely I cant hardcode the positions in pixels.
--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] How to create TextView with a link that opens in browser

2009-10-01 Thread fhucho

I would like to create a TextView that would contain a single link,
e.g. google.com. After click it would open google.com in browser.
I found a way how to do it, but it's a bit slow, can this be done more
efficiently? Now I use this code:

TextView link = (TextView) findViewById(R.id.link);
link.setText(Html.fromHtml(a href=\http://www.google.com\;google/
a));
link.setMovementMethod(LinkMovementMethod.getInstance());


--~--~-~--~~~---~--~~
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Problems with ADC upload

2009-08-31 Thread fhucho

Is your app signed? But if you tested it on your G1 it probably is...

On Aug 31, 2:26 pm, longhairedsi longhaire...@googlemail.com wrote:
 Hi

 I've been trying to upload my adc submission. I keep getting an error
 saying Upload a valid APK. can anyone elaborate on what this
 means I've followed the checklist for publisihing and tested on my
 g1 and it all seems fine. Why can't I upload? What constitutes as a
 valid apk?

 Thanks
 Simon
--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] ADC: I don't see my uploaded application

2009-08-31 Thread fhucho

Hi,
I uploaded my app to ADC, but I don't see it in the developer console.
When I want to upload an updated version it says You have another
application on Android Market or ADC with the same package name
(cz.fhejl.chess). Go to that other application, and click upgrade.
--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Activity stack: A B C - press BACK - go to A

2009-08-30 Thread fhucho

Hi,
my activity stack is ABC, in activity C I press back, and return to B,
then press back again and go to A. What should I do to return to A
directly from C?
--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Activity stack: A B C - press BACK - go to A

2009-08-30 Thread fhucho

Thanks. Good idea, I did it this way.

On Aug 30, 10:11 pm, Jonas Petersson jonas.peters...@xms.se wrote:
 fhucho wrote:
  my activity stack is ABC, in activity C I press back, and return to B,
  then press back again and go to A. What should I do to return to A
  directly from C?

 I guess it depends on the reason for wanting to skip B. I needed
 exactly this case yesterday and in my case B knows very well that it
 will not be needed when it starts up C, so B simply calls finish()
 after that. Solved.

                         Best / Jonas
--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] How to create button with icon and text

2009-08-27 Thread fhucho

Hi,
How can I create a Button with icon and text?
--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to create button with icon and text

2009-08-27 Thread fhucho

Thanks
On Aug 27, 2:17 pm, Mark Murphy mmur...@commonsware.com wrote:
  How can I create a Button with icon and text?

 Use android:drawableLeft or android:drawableRight or
 android:drawableBottom or android:drawableTop.

 --
 Mark Murphy (a Commons Guy)http://commonsware.com
 Android App Developer Books:http://commonsware.com/books.html
--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to create button with icon and text

2009-08-27 Thread fhucho

I don't know if I understand it correctly, but you can try setting the
background manually in the topDrawable image (ie don't make the
background of topDrawable transparent).

On Aug 27, 2:38 pm, Klaus Kartou kar...@gmail.com wrote:
 I have a additional question then.
 If I want to specify a background color for the text only, how do I do
 that?When
 I set android:background=#FF I get a red color around both the text
 and the topDrawable.

 Regards,
 Klaus

 On Thu, Aug 27, 2009 at 2:17 PM, Mark Murphy mmur...@commonsware.comwrote:





   How can I create a Button with icon and text?

  Use android:drawableLeft or android:drawableRight or
  android:drawableBottom or android:drawableTop.

  --
  Mark Murphy (a Commons Guy)
 http://commonsware.com
  Android App Developer Books:http://commonsware.com/books.html
--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] How to style part of TextView

2009-08-17 Thread fhucho

Hi,
I want to include a chat feature into my application. But I don't know
what widget should I use for the chat - now I use TextView but I have
two problems:

1) In the TextView there will be lines like John: Hi, how're you
doing?. I want the text John to have blue color, how can I do that?
2) When a new message arrives I want the chat to scroll automatically.

What do you think is the simplest way to implement chat according to
my requirenments?
--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] ADC 2 - can I update my app after the 1. round

2009-08-17 Thread fhucho

Hi,
if I submit my app to ADC 2, can I then submit an updated version
later, e.g. after the 1. round ended?

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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: ADC 2 - can I update my app after the 1. round

2009-08-17 Thread fhucho

I don't think so, but it I hope it will open later than on 31. August,
because my app is far from finished ;)

On 17 srp, 20:38, cindy ypu01...@yahoo.com wrote:
 Is the site opened ?

 Thanks!

 On Aug 17, 11:29 am, fhucho fhu...@gmail.com wrote:



  Hi,
  if I submit my app to ADC 2, can I then submit an updated version
  later, e.g. after the 1. round ended?

  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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] How to redraw only a part of my custom View

2009-08-14 Thread fhucho

I have a custom view, that overrides the onDraw() method. For better
performance I want to redraw only a small part of Canvas in onDraw(),
how can I do that?
--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to use telnet

2009-08-07 Thread fhucho

Thanks! I didn't think it would be so easy :)

On Aug 6, 10:49 pm, Marco Nelissen marc...@android.com wrote:
 You just open a socket connection to the telnet port on the remote host, and
 then read/write the socket. This is standard network stuff, nothing android
 specific about it.

 On Thu, Aug 6, 2009 at 1:15 PM, fhucho fhu...@gmail.com wrote:

  Hi, I want my app to connect to a server via telnet, send some
  commands and read the output, how can I do that?
  I googled a lot but found nothing...
--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] How to pass an object to an Activity via Intent.putExtra()

2009-08-07 Thread fhucho

Hi,
I am developing an app that connects to a server. For that connection
I created a class Client that maintains info about the connection . My
app consists of several Activities and each of that Activity needs
access to the Client object to communicate to the server.

1) Can I put somewhere the Client object so that all Acitvities have
an access to it?
2) If not I would probably need to pass the object to each Activity
via Intent.putExtra(). But putExtra does't accept Object as an
argument. It only accepts several types like int, long, String etc. So
how can I pass an object to another Activity?

--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] How to use telnet

2009-08-06 Thread fhucho

Hi, I want my app to connect to a server via telnet, send some
commands and read the output, how can I do that?
I googled a lot but found nothing...
--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] How to create toggle buttons that have 'jointed' appereance?

2009-06-24 Thread fhucho

Hi,
how can I create a group of 3 toggle buttons that look like there are
a single widget (they look 'jointed').
If it is not clear what I mean, look at the bottom buttons in iPhone
map application.
Or the buttons for choosing car/walk/transit directions in the new
maps for android app.

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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---