[android-developers] Re: Market data loss

2009-11-19 Thread Rafael Sanches
here too. there's something official?

On Nov 18, 9:35 pm, Shane shanemenchi...@gmail.com wrote:
 All our apps are showing wrong download numbers and wrong number of
 ratings..

 Someone did a code push at Google that screwed things up.emergency
 rollback.

 On Nov 18, 9:11 pm, niko20 nikolatesl...@yahoo.com wrote:

  Same here too. Probably going to lose sales now because of this.
  Sucks.

  On Nov 18, 10:57 pm, Andrei gml...@gmail.com wrote:

   same here

   On Nov 18, 11:48 pm, yidongsoft long...@gmail.com wrote:

My app is 10600/6902 moments ago, but now 3050/2038. two unpublished
app is: 0/-1, 0/-15

Is Taliban destroying google's data centre?

-- 
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: App name/icon problems on Hero after reboot

2009-11-04 Thread Rafael Sanches
I have the exact same problem with my application too.

The problem is that it seems to erase the app icon. I don't see the
icon anywhere else in the phone.. menu, application manager etc.

It only happened with my app so far, so it may have something to do
with the process of me debugging with the phone and then uninstalling
the app (debug different signature) and downloading again from the
market.

What do you think?

thanks
rafael

On Oct 29, 10:58 am, Dianne Hackborn hack...@android.com wrote:
 On Thu, Oct 29, 2009 at 10:52 AM, RichardC
 richard.crit...@googlemail.comwrote:

  Where is the Android bug reporting site? 
  b.android.com

 If this is only happening on Hero, it needs to be reported to HTC, not as a
 generic platform bug.

 Has anyone tried installing an alternate home app and seeing if it still
 happens there?  I wonder if this is something in their custom home app.

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support, and so won't reply to such e-mails.  All such
 questions should be posted on public forums, where I and others can see and
 answer 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: App upgrade (with zipalign) causes force closes/disappearing of app icon

2009-11-03 Thread Rafael Sanches
Hi,

what happens with my app is that when a update or a install occurs I
see the icon. When i restart my htc hero the app icon disappears. But
it happens only after the restart.

any ideas?

thanks
rafael

On Oct 2, 12:56 am, SCMSoft scms...@gmail.com wrote:
 Now we think about it more, this release was also the first release
 for which we switched on the copy protection bit. Can it be that
 there is something broken in upgrading from a non-protected APK to a
 protected one?
 We haven't been able to reproduce it ourselves, but yesterday alone
 got another 5 emails from users to which the same happened, and in all
 cases a full uninstall + reinstall fixed it.

 On Oct 1, 6:58 pm, Dianne Hackborn hack...@android.com wrote:

  zipalign should have no impact on the running of your app at all, except for
  making some ways the system accesses it faster and lighter since it doesn't
  need to copy data out of your app.  All applications built in to the system
  have always had zipalign run on them.

  On Thu, Oct 1, 2009 at 12:52 AM, SCMSoft scms...@gmail.com wrote:

   Hi,
   Almost all our users complain that after upgrading to the newest
   version of our Camera Pro app, either the app crashes or the icon is
   not showing up anymore in the home screen. The problem seems to be
   gone after deinstalling and reinstalling the app.
   How can it be possible that the icon is gone? This is the first
   version we used zipalign on, can this have something to do with it?

   Thanks,
   Swiss Codemonkey team

  --
  Dianne Hackborn
  Android framework engineer
  hack...@android.com

  Note: please don't send private questions to me, as I don't have time to
  provide private support, and so won't reply to such e-mails.  All such
  questions should be posted on public forums, where I and others can see and
  answer 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: Trouble setting up SDK on ubuntu 9.10

2009-11-02 Thread Rafael Sanches
Hi,

I am not sure, but try to check that the tools directory of the sdk is
in your path, you can configure it in ~/.bashrc, for example:
export ANDROID_HOME=/storage/dev/android-sdk-linux_x86-1.5_r2/
export PATH=${PATH}:/storage/dev/android-sdk-linux_x86-1.5_r2/tools

maybe the upgrade changed that file,

regards
rafael

On Oct 31, 12:14 pm, azDroid rewi.els...@gmail.com wrote:
 Hi Androids,

 I need some help with getting my environment setup. I'm getting stuck
 at the very simple step of  creating an avd. I've already 
 readhttp://developer.android.com/guide/developing/tools/avd.html
 The difference is that when I list my targets they are all empty. When
 I run the android tool a nice gui pops up. The https link doesn't
 work so I enter a normal http link which works and 3 add-ons get
 installed in the add-ons directory:

 drwxrwxr-x 6 rewi azDroid 4096 2009-10-31 20:27 google_apis-3-r03
 drwxrwxr-x 6 rewi azDroid 4096 2009-10-31 20:28 google_apis-4-r01
 drwxrwxr-x 6 rewi azDroid 4096 2009-10-31 20:29 google_apis-5_r01

 If I try to create a new virtual device the Target dropdown is
 disabled. So... my question is how do I create the targets? I
 understand from the SDK readme that there's some things I must
 download but if it's not the above mentioned add-ons, I don't know
 what I should be downloading.

 When starting up the android tool I get the following in the 
 console:./tools/android

 Starting Android SDK and AVD Manager
 Error: Ignoring add-on 'google_apis-4-r01': Unable to find base
 platform with API level '4'
 Error: Ignoring add-on 'google_apis-5_r01': Unable to find base
 platform with API level '5'
 Error: Ignoring add-on 'google_apis-3-r03': Unable to find base
 platform with API level '3'
 No command line parameters provided, launching UI.
 See 'android --help' for operations from the command line.
 Error: Ignoring add-on 'google_apis-4-r01': Unable to find base
 platform with API level '4'
 Error: Ignoring add-on 'google_apis-5_r01': Unable to find base
 platform with API level '5'
 Error: Ignoring add-on 'google_apis-3-r03': Unable to find base
 platform with API level '3'

 I checked the md5 sum of the download.
 I removed my ~/.android folder from a previous sdk installation from
 many months ago.
 I've tried running the android tool as sudo.
 I've set all permissions to r+w+x.
 Java version is 1.6.0_13-b03

 I can't think of anything else.

 If anybody has any ideas your help is very 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] Re: Implementing 'push technology' into Android apps

2009-10-18 Thread Rafael Sanches

hi,

This is not push, but if you want real time you could try:
- to use a comet technique. Where you connect to the 80 port of your
server and keep the connection open while listening to its stream.
- create a XMPP connection

regards
rafael

On Oct 16, 7:43 am, rubeN_vl rvanluch...@hotmail.com wrote:
 Hi,

 What are the different ways to implement push technology into your
 Android app?
 The client Android app is supposed to receive content (XML Data)
 pushed by the server.
 I've looked around and found out it was possible to achieve it with
 usage off the SOAP protocol.
 But are there some better ways top implement push?
 The main concern in this project is the phones battery life, all off
 it has to happpen over WiFi, pushed content has to be viewable on the
 device immediately.

 Thoughts and/or sample code is welcome!

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---