[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

[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

[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

[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

[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