Re: [android-developers] Run application without emulator

2010-10-13 Thread { Devdroid }
On 13 October 2010 09:59, pramod.deore deore.pramo...@gmail.com wrote:
 I think it is stupid question still to make confirmation I am asking
 this question  - Can we run android application on directly computer
 without using emulator?

If by computer you mean your desktop say Windows/Linux box then No.

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


Re: [android-developers] Re: User Identity

2010-10-13 Thread { Devdroid }
On 13 October 2010 01:57, William Ferguson
william.ferguson...@gmail.com wrote:


 IMEI changes as they move device

No, IMEI does not change unless you manually reflash firware with
different IMEI.
http://en.wikipedia.org/wiki/International_Mobile_Equipment_Identity

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


Re: [android-developers] Re: Run application without emulator

2010-10-13 Thread { Devdroid }
On 13 October 2010 10:24, pramod.deore deore.pramo...@gmail.com wrote:
 Actually I want to develop an application for some board (just like
 android tablet) but board is not still ready and I want to test the
 application. How should I test it? Only emulator is choice or there is
 something else is also?

If it's for Android then use simulator. Not really understand what's your
problem with it (besides possible non existing hardware support)?

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


Re: [android-developers] android internationalization problem

2010-10-11 Thread { Devdroid }
On 11 October 2010 11:12, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote:


 i wanna to test it if the language is Norwegian
 but i can't find it on my simulator .

it only means you can't easily test your localizaion
in simulator. But it won't affect the app itself.
You can add preferences so users can enforce
specific language no matter what lang is OS running

 how to Add Norwegian Language To my Application ?

put your norvegian translation into values-no folder

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


Re: [android-developers] Save User Data in android

2010-10-11 Thread { Devdroid }
On 11 October 2010 14:19, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote:
 hi all,

 i want to know how to save user Data in android so i can retrieve it
 when staring and during the run of the application

1. user preferences data (simplier, key-val)
2. database (more complex)
3. both discussed in the manual so read it first

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


Re: [android-developers] App2SD

2010-10-08 Thread { Devdroid }
On 8 October 2010 02:16, Zaid zaid.a...@gmail.com wrote:
 i added  android:installLocation=auto to my manifest and changed
 the project target api in eclipse to 8(was 3 b4) so my app can be
 installed to SD card, but i kept the minisdkversion to 3, so people
 with android 1.5 can use my app.

 my question is, can people with android version 1.5 still be able to
 download my app from the market after changing my target api to 8?

Yes. Target API is one thing, but android:minSdkVersion is what limits
in that case

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


Re: [android-developers] Re: Jumpnote

2010-10-08 Thread { Devdroid }
On 8 October 2010 10:18, Zsolt Vasvari zvasv...@gmail.com wrote:
 What is jumpnote and how does it relate to developing for the Android
 platform?

Not your best day, huh? http://tinyurl.com/2af8fb

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


Re: [android-developers] Re: Jumpnote

2010-10-08 Thread { Devdroid }
On 8 October 2010 12:29, { Devdroid } webnet.andr...@gmail.com wrote:

 http://tinyurl.com/2af8fb

That's the right one http://tinyurl.com/2v5znr7

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


Re: [android-developers] Re: Simulating USB connection

2010-10-08 Thread { Devdroid }
On 8 October 2010 13:31, DanH danhi...@ieee.org wrote:
 Maybe you can think of some other way to cause the equivalent juggling
 of the notification area.

The problem is that anny other juggling just works. USB connection
crashes each time, so that would be perfect to have this simulated.
I may check android sources too, but it's not what I'd like to do now
Will keep trying anyway

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


Re: [android-developers] Undetectable Android Service

2010-10-08 Thread { Devdroid }
On 8 October 2010 13:21, Amit Mangal forum.amit.man...@gmail.com wrote:
 Hi,
 Is it possible to write a background service in android which is
 undetectable ? it should not me present is app manager also.

No.

-- 
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] Simulating USB connection

2010-10-07 Thread { Devdroid }
Hi,

Our app seem to misbehave sometimes when user plug USB cable to the
device. Is there any way to simulate this event using Android
simulator?
Since it does not matter what type of USB connection is set (SD card
access or just charging) I may just need the OS to think the USB
cable
has been connected and do what it does on the device. Can I achieve
this in any sane way?

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


Re: [android-developers] Re: Simulating USB connection

2010-10-07 Thread { Devdroid }
On 7 October 2010 14:26, DanH danhi...@ieee.org wrote:
 You sure the problem doesn't only occur when the USB is attached in SD
 sharing mode?

No. Plug the cable - boom :) That's why I wonder how can I debug this
w/o doing extensive logging and hoping it got written to the log. Unfortunately,
for obvious reason I can't debug it on device ;)

  Do you get the same failure with just a charger?  Are
 you accessing files on the SD chip?

Not at all. Not even setting sd card access perm. In fact I suspect it
got something
to do with pull down notification area as once you plug OS adds own icon
there and I got custom view there. Some users also reported my app conflict
with some 3rd party apps but this is very rare (I never seen that here
anyway) I do not
know these apps so not sure if do something similar OS does. Anyway,
the cable crash
happens each time. Once I disable my custom view it's gone.

-- 
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] List of task killers

2010-10-07 Thread { Devdroid }
Hi,

The so called task killers are sort of pain in my *** as users keep
using it w/o understanding it, so I decided to check installed
apps to find out if TK is installed and if so, warn the user about the
potential consequences. Anyone got by any chance list
of such apps (or packages) to share?

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


Re: [android-developers] Re: Simulating USB connection

2010-10-07 Thread { Devdroid }
I managed to narow down the problem and it seems some combinations of
Table Layout can hurt when using with RemoteViews?
Did not yet found the exact culprit

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


Re: [android-developers] List of task killers

2010-10-07 Thread { Devdroid }
 What's the point of some pre-populated list? As more get published your list
 will quickly be outdated.

I do not care all of these, just most popular ones. And what's the point? That's
obvious - if at least one user understand the warning and exclude my app,
I will have one it does not work user less to support.

 Barring that, a large popup that says Don't be stupid and kill my app if
 you want it to work right might work too.

I do not like popups w/o the real reason, so such warning is already built-in,
but I want to throw it in the face if I detect task killer. Anyway,
http://www.androlib.com/r.aspx?r=killer+task may be good start. But this
list far too many of these tools for me to deal with today :/

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


Re: [android-developers] List of task killers

2010-10-07 Thread { Devdroid }
On 7 October 2010 17:36, TreKing treking...@gmail.com wrote:

 But then you're leaving out set of users, however small, that will be using
 the less popular ones. If you're concerned about one less user to support,
 you should cover all your bases, no?

Perhaps, but I do care, still not that much :) Anyway, it'd be still better than
leaving them all.

 A generic solution that automatically identifies any of these apps on a
 user's device seems like the best solution to me, in terms of coverage and
 maintainability (what happens when a new task killer that becomes the most
 popular hits the market? You update your hard coded list and update?)

Not my concern at that point.I can always have the list downloadable
and update it remotely.

 Not sure what so such warning is already built-in means, but a one time

There's built-in help page with such info. But most probably I am the only
one how read it.

 pop-up explaining the issues with task killers is probably the quickest and
 easiest way to convey the message. If nothing else you can use it as a stop
 gap until you come up with a real solution.

That what I just did. As wrote formerly. andlib listed too much :)

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


Re: [android-developers] Tutor for project

2010-10-07 Thread { Devdroid }
On 7 October 2010 20:31, Mike karl mike.d.k...@gmail.com wrote:
 Looking for some teaching on a simple calculator app please send rates to
 mike.d.k...@gmail.com should only be a couple hour job I'm a fast leaner

Then get yourself *any* more advanced android tutorial covering basisc of UI,
buttons and layout and you will get your teacher.

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


Re: [android-developers] Re: List of task killers

2010-10-07 Thread { Devdroid }
On 7 October 2010 20:15, Nathan critter...@crittermap.com wrote:

 I'm straying a bit, but what problems do you generally get from task
 killers?

The major proble is most people does not need any as they got no bloody
idea about android application lifecycle. They believe all tasks they
got listed are running tasks. Majority of users do not know what they do
by installing task killer and what are the options they configure if they
do. They blindly follow silly belief task killes (pardon, The Task Killers)
are remedy to any problems apps or OS or whatever may have. They
auto-kill services and can probably do other problematic things.

 What's been the usual signs?

If your user reports something odd, you may try the blind shot:
tried disabling your task killer 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


Re: [android-developers] Re: Possible to check .apk signature?

2010-10-06 Thread { Devdroid }
On 7 October 2010 01:34, JonFHancock jonfhanc...@gmail.com wrote:

 System.out.println line on, and copied it from Logcat.  Then in actual
 production builds  I just comment it out.

And then app signature changed.

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


Re: [android-developers] Developing Stand alone service

2010-10-06 Thread { Devdroid }
On 3 October 2010 15:26, Fakhri Abbas fakhri.g.ab...@gmail.com wrote:
 How to develop application with service only without any activities,
 so the user can't open the application but other applications can use
 the service

Having Activity does not automatically mean you need to show the UI.
So you can have Actvity subclass that fires up service during onCreate()
and then do finish() and it shall be 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


Re: [android-developers] Android emulator not booting with customized kernel image

2010-10-05 Thread { Devdroid }
 Please Please help me in resolving the problem. Thanks in advance..
 Please help

I'd ask on Cyanogen related site first

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


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

2010-10-04 Thread { Devdroid }
On 4 October 2010 14:32, tony obrien tobsourcecode...@gmail.com wrote:

 And my point is -- why would the designers of that APP use a cache?
 It doesn't 'minimize network traffic' since it always seems to go up
 to the net anyway to do a D/L

Cache in Market app does reduce network traffic.

 And having to either KILL the MARKET app on the device, or Clear its'
 cache still confounds me as to why it has one at all.
 If the thing is smart enough to know when an update is ready, why
 isn't it smart enough to know that its' cache is stale?

You do not have to do that. Sparringly Market may lag a bit
when you update anything, but it does not last too long.

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


Re: [android-developers] Stolen app on market

2010-10-04 Thread { Devdroid }
On 4 October 2010 19:14, Nightwolf mikh...@gmail.com wrote:
 Recently I've discovered that our app Little Python is distributed by
 developer who call himself Adam Gates. He renamed our app to snake,
 replaced icon and changed AdMob id.
 He has 55 published apps. Please take a look may be you'll find yours.
 Is there any way to shut him down? Please advise.

Sure. Write to Google using this link (in Market console Help on the
upper side, then Contacting Us on bottom and then
Android Market Developers: Publishers  Merchants then
probably Application Removal which would lead you to this:

http://www.google.com/support/androidmarket/bin/request.py?contact_type=publisher

Write down your discovery

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


Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-10-04 Thread { Devdroid }
On 3 October 2010 00:58, Lance Nanek lna...@gmail.com wrote:
  you have some automatic tools to do that or something I never saw in
  my console ? Seems like a daunting task ...

 I ended up writing a web scraper for the publishing console using
 HtmlUnit.

Mind sharing?

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


Re: [android-developers] Re: Tablet programming

2010-10-01 Thread { Devdroid }
On 1 October 2010 07:37, pramod.deore deore.pramo...@gmail.com wrote:
 Thanks Devdroid for your reply, any other suggestions?

Not really I am afraid, unless you got particular device in mind, as there might
be some device specific bugs in i.e. hardware drivers that may affect your,
otherwise clearly written app, or other issues planted by the manufacturer.
Just go ahead with your development for now if your app is just planned
to work on tablets but you got no particular needs or target

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


Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-10-01 Thread { Devdroid }
On 1 October 2010 15:43, Yahel kaye...@gmail.com wrote:
 Hi all,

 Sorry but I see you giving percentage and all about your date, just so
 I know, do you guys actually go everyday on the developper console and
 record in some kind of excel sheet the numbers you find there ? Or do
 you have some automatic tools to do that or something I never saw in
 my console ? Seems like a daunting task ...

http://code.google.com/p/android-market-api/

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


Re: [android-developers] Running OpenGL ES 2.0 application on emulator

2010-10-01 Thread { Devdroid }
On 1 October 2010 12:50, Andy milind...@gmail.com wrote:

 So I am really confused why it is said that we cannot run the 2.0
 applicaiton on emulator? Can anyone explain me?

You can run it, why not. If you like slideshows, as simulator does
not support HW acceleration.

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


Re: [android-developers] Hide Partition From My Computer

2010-10-01 Thread { Devdroid }
On 1 October 2010 17:39, Sami sami...@gmail.com wrote:
 http://softsami.blogspot.com/2010/09/hide-partitions-from-my-computer.htm

don't spam kid

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


Re: [android-developers] Tablet programming

2010-09-30 Thread { Devdroid }
On 30 September 2010 06:28, pramod.deore deore.pramo...@gmail.com wrote:
 Hi, everybody
           I want to develop application for Android Tablets, Please
 let me know that developing application for Tablets are different than
 Mobile application? It will be great if somebody provide me a link
 that is from where I should start?

No it's not. Beside bigger screen and (probably) some hardware features
that may or may not be available on certan devices you write your app
like for any other Android device

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


Re: [android-developers] Launching application in Market

2010-09-30 Thread { Devdroid }
On 30 September 2010 09:13, pramod.deore deore.pramo...@gmail.com wrote:
 Hi, I want to launch my application in market. I ahd go to
 http://market.android.com/publish/signup but there they are asking for
 Website URL. But i don't have any website then what should I enter
 there? or is it necessary to have our own website to launch
 application in market?

Get yourself one. It might be useful to promote your app for example.
You may also try putting http://www.i-do-not-have-a-website.com/ there
to pass that step

-- 
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] No access to Errors reports for unpublished apps?

2010-09-30 Thread { Devdroid }
Hi,

I noticed that when I unpublish app for which I see fresh error
reports in Market console I no longer can access
these error reports as long as app is unpublised. When I publish it
back, Errors reappears. Is is it me, or Market
sucks there 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


Re: [android-developers] New countries !!!!

2010-09-30 Thread { Devdroid }
On 1 October 2010 00:37, Yahel kaye...@gmail.com wrote:
 Effective today, developers from 20 additional countries (Argentina,
 Australia, Belgium, Brazil, Canada, Denmark, Finland, Hong Kong,
 Ireland, Israel, Mexico, New Zealand, Norway, Portugal, Russia,
 Singapore, South Korea, Sweden, Switzerland and Taiwan) can now sell
 paid apps on Android Market. Over the next 2 weeks, users from 18 new
 countries (Argentina, Brazil, Belgium, Czech Republic, Denmark,
 Finland, Hong Kong, India, Ireland, Israel, Mexico, Norway, Poland,
 Portugal, Russia, Singapore, Sweden, and Taiwan) will be able to
 purchase paid apps from Android Market.


This still sucks as there's 18 new sellers vs 20 buyers, which
means that developers from 2 countries (namely South Korea and
Poland) are still left behind and can't sell anyting to users in
their own countries. That's lame.

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


Re: [android-developers] New countries !!!!

2010-09-30 Thread { Devdroid }
On 1 October 2010 00:55, { Devdroid } webnet.andr...@gmail.com wrote:

 (namely South Korea and Poland)

I meant Czech Republic and Poland of course

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


Re: [android-developers] Payment on updates?

2010-09-29 Thread { Devdroid }
Competitors perhaps? Or common idiot user (that type who
gives 1 star and claims in comment your apps i.e. contains
ads or any other imaginary obstacle)

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


Re: [android-developers] Payment on updates?

2010-09-29 Thread { Devdroid }
On 29 September 2010 11:34, Pieter pie...@gamesquare.nl wrote:
 I received the following comment today:
 Is there a technical reason why any user would need to pay again after
 we bring out an update?

If it's update then no. Side note - contact google and ask for removal
of these coments - these are agains commenting MArket rules so
it should be no 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


Re: [android-developers] Confirmation when mail has been sent

2010-09-29 Thread { Devdroid }
On 29 September 2010 13:02, Amit amitmishr...@gmail.com wrote:
 HI All,

 I am using the configured mail applications on the device to send e-
 mail from my android application.

 When the user has actually send the mail, I want to know whether the
 mail has been sent or not? How can i get the same information back in
 my Android application.

You can't. Basically please note you are not sending the mail as you falsely
believe. You are passing some data to external application which claims
it knows how to send it. But these two are NOT equal. If you want to
ensure mail is sent, you have to deal with it yourself, but I'd rather
not recommend these unless you really got a valid reason to.

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


Re: [android-developers] Domain name won't resolve to an IP address.

2010-09-28 Thread { Devdroid }
 If anyone has any ideas, I'd love to hear them! Thank you!

You could be using DNS which simply malfunction (or your device
got no DNS specified at all - worth checking). Try using other DNS,
or, if you got any domain of your own, delegate something like,

either:

time.mydomain. IN CNAME time-a.nist.gov.

or

time.mydomain IN A 129.6.15.28

and us that domain. However, if the culprit is DNS, it sill may
not solve your problem. Checking how queriers are resolved
(i.e. by using dig tool) could move you forward.

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


Re: [android-developers] Are translation tools available?

2010-09-28 Thread { Devdroid }
Hi,

 I am just going through a translation of resource files and I am
 wondering if there is additional support.

 At the moment I have both the base strings.xml and the localised
 version opened parallel in Eclipse. This quite works, but I am
 thinking of the following tools:

 - Showing both (or more) versions of a key together
 - Showing missing keys in a version
 I didn't find anything like this, is such a tool available?

Not really what you're looking for: never seen such complete tool unluckyly
so we endede with some custom scripts. My practise shows that:

 - Integrating a lookup service (Google Translate, Wikipedia)

is wrong approach unless you want to end with crappy translation
that would make natives laughing their head off. Therefore we never
do the translation into any language we can't speak or proofread.
GT helps getting the picture, but I'd never use it as the trustworthy
source

 - Showing missing keys in a version

This is quite easy. There's short PHP script which you can use for that:
http://code.google.com/p/k9mail/issues/detail?id=1931

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


Re: [android-developers] Are translation tools available?

2010-09-28 Thread { Devdroid }
On 28 September 2010 13:34, { Devdroid } webnet.andr...@gmail.com wrote:

 This is quite easy. There's short PHP script which you can use for that:
 http://code.google.com/p/k9mail/issues/detail?id=1931

Here is script author's blog entry:
http://wfmh.org.pl/carlos/blog/2010/07/06/android-translators-helper-tool/

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


Re: [android-developers] Android 3.0 64-bit system host required?

2010-09-27 Thread { Devdroid }
On 23 September 2010 23:12, galib galib.arri...@gmail.com wrote:
 I heard that in order to build Android 3.0 you need your build host
 computer to have 64bit Linux OS installed (similar to Chromium OS
 build requirement).
 Is this true?

Quite unlikely. It's crosscompiled anyway, so it shall make no difference
on what platfrom you do that. Just in case you missed the difference
you talk about building Android 3.0 not about build *for* Android 3.0
(which is what most of us here do), right?

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


Re: [android-developers] Music

2010-09-27 Thread { Devdroid }
On 24 September 2010 00:10, Android isaac.olse...@gmail.com wrote:
 Hey guys you are doing a really good job. But i have one thing to ask.
 Is there anyway you guys could make it so the default music app that
 comes with the software have an equalizer? You know like Bass, Rock,
 Classical. that kinda stuff. thanks guys

I bet your request could be posted there:
http://source.android.com/source/index.html
perhaps in Report a bug

-- 
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] Northern Sami - bug in Market language detection?

2010-09-17 Thread { Devdroid }
Hi,

We released app with Swedish translation (values-se) but Market says:

Localized to: default, Northern Sami, Polish

which, to my understanding does not look correct as swedish is not in
the same language
Norther Sami.

http://en.wikipedia.org/wiki/Northern_Sami_language

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


Re: [android-developers] Re: How do I refer to a drawable with a variable

2010-09-15 Thread { Devdroid }
On 14 September 2010 17:24, nextgen nextgenfant...@comcast.net wrote:
 Thank you for this, it gives me a possible solution.  Unfortunately
 getDrawable will only take an integer as an input, which really
 defeats the simplicity of solution I'm looking for.  I can set about
 assigning integers to each team, but I'm not sure that would even do
 it because I'm not sure about the nature of the integer it wants.
 Here is the description I see in Eclipse:


// returns ID of drawable given by name (i.e. getDrawableByName(
app_icon );
public static int getDrawableByName( String name )
{
int drawableId = 0;

try {
Class res = R.drawable.class;
Field field = res.getField( name );
drawableId = field.getInt(null);
}
catch (Exception e) {
//  Toast.makeText(context, DIT Service: onStartCommand(),
Toast.LENGTH_SHORT).show();
Log.e(DateInTray, Failure to get drawable:  + name, e);
}

return( drawableId );
}

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


Re: [android-developers] 1-star Market weirdness

2010-09-15 Thread { Devdroid }
On 14 September 2010 20:29, Zsolt Vasvari zvasv...@gmail.com wrote:
 I woke up this morning to 2 new 1-star rating on my app, which made it
 3 total.  There were no comments and no purchase cancelations in the
 last couple of days, so I said to myself WTF, 2 people actually kept
 the app and gave it a one star?  I thought it might be a competitor.

Or moron kid. Or frustrated competitor. Or both. Or Market just sucks :)

 But I just looked again and the 2 new 1-stars have disappeared.  What
 is going on with the market?

Anyone can revoke own rating  (see menu in Market app on device).

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


Re: [android-developers] Re: GOOGLE, WHAT IS GOING ON with the Active Install %? Bug in install to SDCARD is my guess!

2010-09-15 Thread { Devdroid }
On 14 September 2010 21:21, Pent tas...@dinglisch.net wrote:

 If that turns out to be it, I'm kindof horrified how many people are
 running old versions of my app!

That's common problem. And that's people check for updates
in their code as you can't rely on the OS there. And if you find
out new version nag the user saying you do not support
version they use but there's free update for them. Or that
new version introduces many cool fixes and improvements,
That usually works :)

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


Re: [android-developers] How to disable any android application.

2010-09-14 Thread { Devdroid }
On 14 September 2010 13:38, piyu spk2p...@gmail.com wrote:
 Hi,

  I want to create api in android source code to dissable installed
 android application ( not uninstalled).Is there any pointer for this
 task? By using this api in system application user can select desired
 application to dissable and enable when it needed.

There's no clean way to do that.

 For example I have installed paid weather application on android phone
 which is running background thread to get updated report from server
 over http.which i want to disable on roaming and again unable it when
 come back.but dont want to uninstall application from phone.

Contact weather app developer and report bug to him so they can
fix 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


Re: [android-developers] Saving drawables to sd card?

2010-09-12 Thread { Devdroid }
On 12 September 2010 19:14, arberb beqi...@gmail.com wrote:
 My application has alot of pictures in it and I was wondering if its
 possible if one of my users click a button to send that picture to the
 sd card? If this is possible please let me know

No, there's no magic button, beside moving the whole app to SD card
but it's android 2.2+ only. If you want to separate media files, then
you will probably have to rework your app to deal with these files
yourself (in general framework requires resources to be part of your
application and your application apk file cannot be splitted into parts.

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


Re: [android-developers] Re: Monkey problems -- **URGENT HELP** --

2010-09-10 Thread { Devdroid }
On 10 September 2010 13:59, DanH danhi...@ieee.org wrote:
 Yes - to person with the deadline, sure this would seem urgent. To the rest
 of us on this volunteer list? Not so much. I think it makes the poster seem
 impatient, especially when the OP does not explain what makes it so
 important. He could be trying to cram in some last minute homework
 assignment that he slacked off on, for all we know.

 So in other words, it's only validly urgent if it interests YOU, and
 everyone must get clearance from YOU before labeling anything
 urgent.

Please stop ranting. It was pretty clearly said by others but maybe
some needs in simplier words - nobody cares your urgency. It's
you who have deadline, not us. Flagging urgent, answer now
and reposting withing next hours with nobody? or so usually annoys
people (I simply delete such post without even bothering its content).
If that's what you want, then keep going that way. BTW: if it's so urgent
for one's business then s/he shall *hire* someone to help urgently. If s/he
want free help, it's recommended to follow common rules here and wait
kindly in the line.

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


Re: [android-developers] eclipse - importing image into res folder

2010-09-09 Thread { Devdroid }
On 9 September 2010 01:30, dashman erjdri...@gmail.com wrote:

 in eclipse, how do i import an image from my computer
 into the project.

Copy it to drawable resource folder (you may need to do RMB -
Refresh it let eclipse know)
or just drag image files to eclipse project tree and drop into
drawables (which eliminates
need of refreshing)

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


Re: [android-developers] [Offtopic] I need a car to get to the Android Only! conference in Stockholm, help me win one!!!

2010-09-07 Thread { Devdroid }
On 7 September 2010 14:47, Rijad Sacirovic rij...@gmail.com wrote:
 Hi i would want to attend the Android Only! Conference in Stockholm
 but this is hard without a car, why dont you help me win a car?
 the man with the cigar thats me :D
 http://www.audia1.nu/Contest/My/586af7756a8c7e588d9432e299042474-1-2412

First, stop smoking - that would save you couple of bucks. Then get
yourself a train ticket and after 4 hours your are in Stockholm. And
don't spam here again.

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


Re: [android-developers] ClassNotFoundException crash reports from Market

2010-09-06 Thread { Devdroid }
On 6 September 2010 13:28, Tauno Talimaa tau...@gmail.com wrote:
  Hi all,

 I'm seeing some strange crash reports in Android Market and I can't really
 tell how this could be caused by our application. The reason is always
 ClassNotFoundException or NoClassDefFoundError.
 The exact traces come in various flavors and they have happened for a total
 of ~100 times - here's one (reported 37 times):

What your app do? Is it calling any other application for example? If so,
ensure you do try/catch around startActivity() - users' device may not
have it at all.

 java.lang.RuntimeException: Unable to instantiate application
 com.company.product.MyApplication: java.lang.ClassNotFoundException:
   ^

you shouldn't name your classes that way unless you really own company.com
domain

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


Re: [android-developers] about android Reversepengineering !!!!

2010-09-06 Thread { Devdroid }
On 6 September 2010 09:09, xc s sxchao2...@gmail.com wrote:
 So Actually this no answer really? no any method?

No. No bullet proof methods. No Santa Claus.

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


Re: [android-developers] Upgrade my Game Application

2010-09-06 Thread { Devdroid }
On 6 September 2010 14:42, Dhrumil Shah dhrumilsh...@gmail.com wrote:
 Hi Sandeep,

 I try to change it, but it shows an error like this:

 error: Error: Float types not allowed (at 'versionCode' with value '1.1').

You should not change things you do not understand in hope it will work
even you do not know why. There's clear error message quoted above
and there's manual you shall read to get what value is valid there:
http://developer.android.com/guide/publishing/versioning.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


Re: [android-developers] ViewGroup with round angle

2010-09-03 Thread { Devdroid }
On 3 September 2010 14:51, Mark Murphy mmur...@commonsware.com wrote:
 On Fri, Sep 3, 2010 at 8:49 AM, Davide d...@vide.bz wrote:
 I like to have a ViewGroup (like LinearLayout) that has rounded
 angles.

 What is a rounded angle?

My guess, he meant rounded corners

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


Re: [android-developers] Do android support multiple languages?

2010-09-02 Thread { Devdroid }
On 2 September 2010 14:01, G Ganesh ganesh.in.andr...@gmail.com wrote:

        If i run my android application with htc magic with locale
 English, i find my application running properly and if i find to run
 it on Motorola droid with locale korean, i find even my
 application(apk) cannot b installed on the device.

Not sure about korean (could make any difference, still I doubt so) it shall
be no difference from app standpoint what language OS uses. If there's
no values-XX (i.e. values-kr/strings.xml) in your app, application would fall
back to contenct of values/strings.xml. Do you by any chance used
values-en in your app and do not have values folder to let it fall back to
(not sure if such would build, but if it does and you did what I asked,
it would explain why it does not work)

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


Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-08-31 Thread { Devdroid }
 As a side note, how are you guys tracking the daily history of stats?
 I suppose there's no automated way, right? So we have to set up a
 spreadsheet and daily copy the data, right?

There's Market API:
http://code.google.com/p/android-market-api/
you may want to try to use to automate data stats as it seems to export most of
data you may want. Not that we tried it 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


Re: [android-developers] Re: Application installation

2010-08-30 Thread { Devdroid }
On 30 August 2010 09:58, Surfer kalik...@yahoo.com wrote:

 As i mentioned above my app is a system app, it is registered under /
 data/system/packages.xml with system=true.

But you noticed that every other package is listed in that file too, right?

 Doesn't this mean it's part of the system and it has corresponding
 rights.

No. In general, if you are  regular developer (as most here is)
you won't be able to make any system app on non rooted devices
just because you wish so

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


Re: [android-developers] Changing from one dev machine to another, keystore question

2010-08-30 Thread { Devdroid }
On 27 August 2010 17:53, Chris Stewart cstewart...@gmail.com wrote:
 If I'm understanding your first sentence, I'm at work and cannot test it for
 myself right now.
 I'm not sure what you're saying beyond that point.

I am talking about asymmetric key cryptography which is also used to sign
apps. All you need is you private (secret) key. It's in your keystore
file (which simply can holds more private keys than one. If you (or
anyone) can have your private key and know the passphrase s/he
will be able to sign on behalf of you and nobody will catch the
difference. So you only need the key or keystore copied/moved
to other machine.

PS: that's why it's important to keep private secure and have strong
passphrase. Once both leak you're in trouble.

More on wikipedia if you are not familiar with cryptgraphy subjects:
http://en.wikipedia.org/wiki/Public-key_cryptography

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


Re: [android-developers] Which device should i buy to test My Custom Input Method Application

2010-08-27 Thread { Devdroid }
On 27 August 2010 13:20, sameer kamble sameerbkam...@gmail.com wrote:

 1. I am in the process of creating an Input Method for Android
 devices. I using Eclipse(3.4) IDE and have Android (1.5 and 2.2) SDK.
 2. Currently i am doing testing on the Emulator. But i wish to test it
 on actual Android device.

It depends on your target OS. If you got for 1.5-2.2 then one device may
not be enough as you may need at least one for each OS version. However
if you want just one, I'd go for any with Android 1.6 - it's quite popular OS
yet and sometimes oddly buggy so apps can behave differently on simulator
(they work) and on real devices (crashes).

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


Re: [android-developers] Read the data in Intent

2010-08-27 Thread { Devdroid }
On 26 August 2010 20:26, crajesh crajesh2...@gmail.com wrote:
 Hi all,

   i am new in android how read the data from server using intent

Intent is not for reading data from remote servers.

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


Re: [android-developers] Unsuccessful install of successful built apk

2010-08-27 Thread { Devdroid }
On 27 August 2010 17:38, Rutton rut...@web.de wrote:

 more debugging options for adb install? Or what can I do to provide
 more info to solve the problem? Thank you.

 W/RecognitionManagerService(   72): no available voice recognition
 services found

What 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


Re: [android-developers] Changing from one dev machine to another, keystore question

2010-08-27 Thread { Devdroid }
On 27 August 2010 17:11, Chris Stewart cstewart...@gmail.com wrote:
 To this point, I've been doing development on multiple machines but always
 packaging for deployment on the same machine.  If I want to package for
 deployment on another machine, will simply copying the keystore file to the
 new machine do the trick?  Anything else I need to be concerned about when
 doing this?

Why not just testing yourself? Private key is just what you need to do so,
so if you copy keystore to other machine and sign with it then you just signed
your app right.

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


Re: [android-developers] Application installation

2010-08-26 Thread { Devdroid }
On 26 August 2010 14:34, Surfer kalik...@yahoo.com wrote:

 works. What i would like to do is perform a silent install,

You should not be able to do so.

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


Re: [android-developers] Android application upgrade scenario

2010-08-26 Thread { Devdroid }
On 25 August 2010 08:22, Android Developer core.test.accou...@gmail.com wrote:
 I have a pre-installed application on device, when user upgrades
 application on pre-installed application, i want to show alert
 something similar change log when user opens the application. In pre-
 installed application, it's not  storing any version specific
 information.Is there any way to recognize user is upgraded from the
 pre-installed application?

Why do you even need to bother what version user upgraded from? The
simpliest approach could
be i.e. to store in app preferences app versionCode. On launch, check
if that prefs value exists.
if it does, check if value is lower than your versionCode, if it is,
user upgraded = show changelog.
If there's no prefs entry = show changelog as it is definitely old
code which did not store
such entry. Afterall store current versionCode so on next launch you
won't show changelog
as versionCodes would be equal.

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


Re: [android-developers] Re: Listing ROM apps

2010-08-26 Thread { Devdroid }
Hi,

I know how to do that, but I simply wondered if there's app I can use
instead of crafting my own
which just takes some time.

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


Re: [android-developers] Re: Negative comment causing drop in sales

2010-08-26 Thread { Devdroid }
On 26 August 2010 16:25, Yahel kaye...@gmail.com wrote:
 Take a look at this :
 http://www.androlib.com/android.comment.author.smoke1331-pqEAB.aspx
 The guys seems to be randomly picking apps and sending this comment :s

There're idiots everywhere, especially in anonymous community. You can
send comment removal request to google via Contacting Us -
Android Market Developers: Publishers  Merchants form. They may help

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


Re: [android-developers] Can non-market app be updated from a market app later?

2010-08-26 Thread { Devdroid }
On 26 August 2010 19:57, Connick oconn...@gmail.com wrote:
 If I've got a non-market app installed can I later upgrade with a market
 version if they're signed with same cert? (Figuring out pre-release builds
 etc)

Yes. If package name and cert is the same you can update from market

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


Re: [android-developers] Re: Negative comment causing drop in sales

2010-08-26 Thread { Devdroid }
On 26 August 2010 18:51, TreKing treking...@gmail.com wrote:
 On Thu, Aug 26, 2010 at 11:46 AM, niko20 nikolatesl...@yahoo.com wrote:

 Long press and mark the comment as spam

If would hide it from your sight only.

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


Re: [android-developers] How to configure SDK emulator to start with english instead of japanese?

2010-08-25 Thread { Devdroid }
2010/8/25 Per-Jarle Sæther per.jarle.saet...@gmail.com:
 Hello all
 I'm new to Android development and have just startet playing with the SDK.

 One thing that is annoying is that the emulator always start with Japanese
 settings.
 I have found out how to fix this by going into settings and remove all the
 Japanese stuff, but this is time consuming since I have to do it every time
 I start the emulator.

Simulator shall behave as regular OS and remember your settings. If you
start if over, it will launch in the locale you configured last time (unless
you doing something odd/wrong/tricky there)

 Can someone help me change the startup settings for the emulator?

FYI: this is NOT an emulator. This is simulator. And the difference is
fundamental.

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


Re: [android-developers] hyphenated Android directory names and SVN

2010-08-25 Thread { Devdroid }
On 23 August 2010 23:35, andrew aute...@gmail.com wrote:
 I am having trouble committing to my svn repository changes made in
 files in my Android project in folders that have a hyphen in the name.

 In particular /res/layout and /res/layout-land.
 It *seems* that the svn client doesn't like the hyphen and truncates

As others said - svn does not care hyphen and it can be used in
names without any problems. Check your setup (be it SVN server
problem or your client setup being broken). It is definitely not
fault anyway.

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


Re: [android-developers] Market app version question

2010-08-25 Thread { Devdroid }
On 24 August 2010 16:12, Alex Xin xinxi...@gmail.com wrote:
 Hi,
 I've check out the android-market-api, it's great but I have a problem: It
 requires me to use my Google account to login, I can do that, but if I ask
 my user to to the same thing, are there any risks for my users that their
 google account may banned because too many connections to Google server?

Why you do not make your app quering *your* server then? And your server
querys 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.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Market app version question

2010-08-25 Thread { Devdroid }
 Why you do not make your app quering *your* server then? And your server
 querys google.

To make things clear - I do not mean your server to offer same API google maket
does. All you need is to expose recent version number of your app. It
can be in any form you app would be able to query and parse (text
file, static XML
file, whatever). Your app gets that data from your server and compares with
versionCode and you're done. It's not importat if you get that info on
the server
by hand or any other way

-- 
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] Listing ROM apps

2010-08-25 Thread { Devdroid }
Hi,

Is there any app that can list ROM apps? There's App List app on
Market but it only lists user installed apps,
while I need to know what's preinstalled on user device.

Alternatively, maybe anyone knows if there's a website that lists
things like that for Android?

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


Re: [android-developers] Market app version question

2010-08-23 Thread { Devdroid }
On 23 August 2010 15:41, Alex Xin xinxi...@gmail.com wrote:
 oh, sorry for my poor English, I mean, if I know a app's package name and
 that app is listed on Android Market, are there any ways I can get its
 version from market using SDK? then I could know if I need a software update

http://code.google.com/p/android-market-api/

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


Re: [android-developers] Re: providing updates to unpublished application( old users)

2010-08-19 Thread { Devdroid }
On 19 August 2010 19:51, TreKing treking...@gmail.com wrote:
 On Thu, Aug 19, 2010 at 12:53 AM, Brad Gies rbg...@gmail.com wrote:

 Republish the app with an incremented version number and a price of ...
 oh... say... $130 and then in the description say Please do not
 purchase this app. This update is ONLY for users that have already purchased
 itand then describe the bug you fixed.

I would change product title by adding Update Only words to 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


Re: [android-developers] To use admob, I post the app in the market first? or do I need to insert code before

2010-08-19 Thread { Devdroid }
On 19 August 2010 20:44, ericmahlon ericmah...@hotmail.com wrote:
 kind of confused on this one.  any help is appreciated.

 I believe I upload the app to the market, fill out the admob info, and
 then admob automatically implements itself into the app?  is that
 correct?

No You need to add admob to your app and link with their library.
There's faq on their site with example code

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


Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-08-15 Thread { Devdroid }
On 15 August 2010 09:40, Mark Carter mjc1...@googlemail.com wrote:

 Back to the original question... yes, I've also noticed a bit of a dip
 in the active install % for my paid apps, though can't be sure exactly
 when this happened. I also find it hard to believe that so many people
 buy the app, don't cancel/refund, and then uninstall.

I did some checks on our stats and I tend to admit there's something
wrong with that counter. I see downloads increasing on regular
rate but installs go up smaller, at the same time i see no negative
comments nor anything that would indicate app failures that could
lead to mass uninstall.

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


Re: [android-developers] Drawing an EditText on top of an image

2010-08-14 Thread { Devdroid }
On 14 August 2010 06:26, Abhi abishe...@gmail.com wrote:
 Hi,
   I am creating a custom view which has an image. The image can be of
 any type. What i want to achieve is that i want to draw an EditText
 control on top of the image so that the user can add some values to
 it. I am not sure how to achieve this. The onDraw control will not
 allow me to draw any view right? I am new to android so any help would
 be appreaciated.

Put them both in relative or absolute layout and make edit text object
overlap your image object and that's it. note layout order matters,
so text edit have to be second in layout order as  otherwise image view
will be drawn over 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


Re: [android-developers] Android 1.5 device behaves differently than the emulator

2010-08-14 Thread { Devdroid }
We had different problem on 1.5 where app worked fine on emulator but crashed
on device. In our case it was string formatting difference where some
call returned
coma separated output on device while on emulator it was dot separated (thus
come conversion calls crashed later on).

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


Re: [android-developers] Android Market cropping uploaded screenshots

2010-08-14 Thread { Devdroid }
On 13 August 2010 17:33, OldSkoolMark m...@sublimeslime.com wrote:
 Thought I'd inquire here where perhaps some other dev is having
 similar problems currently.  I've done this before (months ago), and
 as far as I can tell, I'm doing it the same way. My 480x854 24-bit PNG
 screenshots are being scaled/cropped by Market. Same with 480x854
 jpgs. It looks like they're being cropped to 480x800 but of course,
 Market won't let me upload an image with those dimensions. Windows
 explorer confirms that my PNG file is of the proscribed size and bit
 depth.

Market shows 320x480 so I assume they just scale down or crop/scale
down. To avoid such issue prescale your screenshots in GIMP or PS to
match 320x480 and then upload. Still you can't do much about the
compression as what Market serves is always JPEG with too low
quality (so if you got i.e. gradients your pic may not look too nice)

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


Re: [android-developers] Is anyone's active install % dropping like a rock lately?

2010-08-14 Thread { Devdroid }
On 15 August 2010 01:50, Doug beafd...@gmail.com wrote:

 Or, people really are just buying my app and discarding it like a
 cheap trinket!  Or maybe I'm placing too much importance on what might
 be a meaningless number!

As long as your sales stay at least the same, you got not much to
worry about :) However I do agree, that developer console is in general
of no use for developers. Aside from stats not being real time or
from being false/broken etc, I wonder why the heck there's no information
like device breakdown per downloads and per installation. In general -
Market sucks from developer standpoint. Period.

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


Re: [android-developers] OpenGL ES 2.0 available on the updated HTC Hero? (Android 2.1)

2010-08-13 Thread { Devdroid }
On 12 August 2010 21:52, Johan Gardell gar...@gmail.com wrote:

 I'm trying to run some of the hello-gl2 code on my HTC Hero updated to
 Android 2.1 but i keep getting the error
 java.lang.IllegalArgumentException: No configs match configSpec,
 which is in GL2JNIView.java on line 168.

get glInfo app from Market and launch on your device - it will list all
GL related information, incl. version and available extensions

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


Re: [android-developers] Droid Froyo manual update

2010-08-12 Thread { Devdroid }
On 11 August 2010 23:33, Abhi abhishek.r.sha...@gmail.com wrote:
 Hi guys,

 I may be posting this question in the wrong forum. But maybe some of
 you are facing the same problems as me and might be able to help. I
 did the manual Froyo update on my Moto Droid couple of days ago after
 following instructions on a reliable forum. However, I have been
 having problems like system hangs and video playback not smooth like
 before. I wanted to get back to my original 2.1 firmware and wait for
 the OTA update instead. Is there any way I can switch back to the old
 firmware update of 2.1?

Yes, just reflash the device with 2.1 or restore system image if
you backuped it prior installing froyo.

Old binaries can be probably found on Motorola site, or you
can try here: http://and-developers.com/sbf#rsd_web_service
however they got 2.0.1 for droid as the latest, so you will
have to search yourself.

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


Re: [android-developers] Re: Droid Froyo manual update

2010-08-12 Thread { Devdroid }
On 12 August 2010 00:09, TreKing treking...@gmail.com wrote:
 On Wed, Aug 11, 2010 at 5:04 PM, Abhi abhishek.r.sha...@gmail.com wrote:

 It resets with Froyo and deletes all my data.

 Seriously? AFAIK, a factory reset should get you back to exactly how you
 originally got your phone for the very first time. If that doesn't work,
 you've got serious problems. No idea what else to tell you.

Once you flash with new firmware you can revert only by flashing
back the old one. The reset restores firmware status but of
currently flashed version.

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


Re: [android-developers] Adsense link to market

2010-08-12 Thread { Devdroid }
 I have a Google Adsense Ad running and wanted the link on the mobile
 campaign to go straight to market using the normal search style url.
 This however does not work as the ad's keep getting rejected due to
 the link going nowhere. Has anyone solved this issue?

You got adsense ads on your website, right? If so, just (assuming
there's no better solution) link add to small PHP script like:

?php header('Location: market://rest-of-uri'); die(); ?

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


Re: [android-developers] Facing problem when screen orientation changes

2010-08-12 Thread { Devdroid }
On 12 August 2010 15:12, pramod.deore deore.pramo...@gmail.com wrote:

             But when user change the screen orientation then I am
 facing problem. When user changes screen orientation then progress bar
 get disappears and user never come to know that his data is uploaded
 or downloaded successfully or not?

Once orientation is changed your activity gets killed and restarted so
if you are doing data transfer in the same thread it will probably
be interrupted. I'd suggest to spawn separate task for that + and
communicate back to main thread with handler when upload is done.

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


Re: [android-developers] Re: Droid Froyo manual update

2010-08-12 Thread { Devdroid }
On 12 August 2010 15:52, Abhi abhishek.r.sha...@gmail.com wrote:
 devdroid,

 I just checked that site for last Droid update and was able to find
 2.1 in there (Droid: A855). It is a .rar file though. Could you help
 me with the install instructions? what about the filename? Does it hav
 to be update.zip?

You have to flash your device with what in that rar. There's couple
of guides on the web so just google for it. Or just follow this one:

http://wfmh.org.pl/carlos/blog/2010/04/07/how-to-update-motorola-milestone-to-android-2-1/

to get the picture. Procedure shall be simmilar even you got different
device.

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


Re: [android-developers] Re: Facing problem when screen orientation changes

2010-08-12 Thread { Devdroid }
On 12 August 2010 15:40, pramod.deore deore.pramo...@gmail.com wrote:
 Hello Sir,
 Thanks for quick reply, But i didn't get it clearly. Will you please
 give an example or some link that shows me how to communicate back to
 main thread.

Code example of spawning new thread for background job which then
talks back can be found i.e. here:

http://developer.android.com/resources/faq/commontasks.html

(see Handling Expensive Operations in the UI Thread chapter)

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


Re: [android-developers] Re: LVL buy now button.

2010-08-12 Thread { Devdroid }
On 12 August 2010 16:16, sblantipodi perini.dav...@dpsoftware.org wrote:
 I haven't got a real device at the moment,
 so if the http://market.android.com/details?id=URL doesn't work well
 (I use it using intent) why is documented?
 I can't understand it...

 So the suggestion is to use:
 Intent marketIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(
                                market://search?q=pname: +
 packageName()));
                        startActivity(marketIntent);
                        finish();

it FCs because you do not catch any exception (especially ActivityNotFound
which most likely is thrown there)

try {
  startActivity(marketIntent);
} catch( Exception e )  {
  
}

also, if you know package name, instead of search use details which
redirect you to package details page (if such package exists for that
device).

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


Re: [android-developers] Re: LVL buy now button.

2010-08-12 Thread { Devdroid }
On 12 August 2010 16:23, sblantipodi perini.dav...@dpsoftware.org wrote:


 what kind of dialog?

Most likely list of application capable of handling that intent. Web browsers
mostly

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


Re: [android-developers] How to start application when bootup complete of emulator

2010-08-12 Thread { Devdroid }
 receiver android:name=com.android.exchange.BootReceiver

is your package really named com.android.exchange? Anyway, shorten the name
to just android:name=.BootReceiver so you will not have to bother
package names by hand

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


Re: [android-developers] ADT Crashing Constantly - Background Image Related

2010-08-12 Thread { Devdroid }
On 12 August 2010 17:48, Evan Ruff evan.r...@gmail.com wrote:
 Hey guys,

 I don't know if this is the right group, but my ADT keeps crashing
 while editing layout files. I'm not positive, but I think it might
 have something to do with the background images that I'm attempting to
 use, as they are not rendered in the preview at all. Is this the
 appropriate group to discuss the ADT tools? If so, does anyone else
 have problems getting background images to display?

Works here. What version of ADT? What version of Eclipse (note it's told Helios
shall not be used due to some known problems)

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


Re: [android-developers] Changing app name in market

2010-08-11 Thread { Devdroid }
On 11 August 2010 10:21, Peter Webb r.peter.w...@gmail.com wrote:
 This has come up before, but I'm still not clear.

 I published my first app last night. It sunk like a stone. I want to
 change its name. I don't want to force the few people who have
 downloaded it to get an update.

Simply keep package name unchanged (manifest's package=.. - that's
most important.
Application name (application android:label=...) is just string shown to end
user.

 1. Change the android:label in the manifest to be the new name, and
 2. Resubmit it with the same version number

 Then the name in the market should change but not force an update.
 Is this correct?

Correct. You may also need to manually change app Title in your
developer console

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


Re: [android-developers] How to use Toast.makeText in Service

2010-08-11 Thread { Devdroid }
On 11 August 2010 11:50, CaryWang wangjf...@gmail.com wrote:
 I run service in the background I want to use Toast.makeText display message
 to run Activity.but I don't know Activity context I know Activity
 packageName and className.What should I do?

What about just using getApplicationContext()?

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


Re: [android-developers] How to use Toast.makeText in Service

2010-08-11 Thread { Devdroid }
On 11 August 2010 11:57, CaryWang wangjf...@gmail.com wrote:
 NO,getApplicationContext() is Service Context don't Activity Context.

Service got no Activity, remember? Just use getApplicationContext() as I said,
because it's valid for services too, becasue:

java.lang.Object
   ↳android.content.Context
   ↳android.content.ContextWrapper
   ↳android.app.Service


and your toast will appear on screen. It's irrelevant what activity is currently
visible.

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


Re: [android-developers] Programmatically access Android social network settings

2010-08-11 Thread { Devdroid }
On 11 August 2010 13:38, t tomers...@gmail.com wrote:
 is there a way to retrieve the user's social network accounts via his
 selections under Settings-Social Networks? I'm trying to save the
 user from double entering his social networks username  passwords in
 my app, and only display the allow this app.. window.

http://developer.android.com/reference/android/accounts/AccountManager.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


Re: [android-developers] Re: Changing app name in market

2010-08-11 Thread { Devdroid }
 The app name is set in the developer console; doesn't matter what you
 use in the app.

What you can change in console  app title seen in Market. It got nothing
to do with app name itself.

 Unfortunately, to change anything in the market youhave to re-load
 your app,

Which is quite obvious if you ask me. APK changes does not populate
other way.

 and it checks that the version number is higher before it
 will accept the new apk.

How otherwise you would like to user know about the update?

 So you can't rename without also incrementing
 the release number.

Which is not big deal. You just made a change so update have to have
higher versionCode

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


Re: [android-developers] Sending email by Intent... not simply composing a message

2010-08-11 Thread { Devdroid }
On 11 August 2010 20:37, DulcetTone dulcett...@gmail.com wrote:
 I can't see that there is a means of sending an email programmatically
 by Intent, as an analog to sending an SMS.  ACTION_SENDTO simply
 allows you to pre-fill-out a composition of a new email (subject,
 body, addressees, etc), but not cause it to be sent.

 Is this correct?

Yes.

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


Re: [android-developers] Clearing a remembered password in my app

2010-08-10 Thread { Devdroid }
On 10 August 2010 11:23, t tomers...@gmail.com wrote:

 How can I programmatically clear that saved password? Assuming that I
 know the host URL. I tried webView.clearCache(true),
 webView.clearFormData(). But it didn't work.

Doubt it's related to stored password. I'd bet it's just simple cookie in
webbrowser.

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


Re: [android-developers] How safe is emailing a signed App apk?

2010-08-10 Thread { Devdroid }
On 10 August 2010 11:20, Droid rod...@gmail.com wrote:
 I have an email wanting to localise an APK. But I have to email him/
 her a signed APK. Is that safe, I mean can they access my merchant
 account or something horrible like that if they get my key store?

Is as safe as releasing it on Market. I suggest you read about public/private
key based cryptography as it seems you lack some basic knowledge.

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


  1   2   >