[android-developers] Re: How to long-press on emulator ?

2011-08-29 Thread Breakan
Have you wrote code like this? "button.setOnLongClickListener(new ButtonOnLongClick())? On 8月29日, 下午6时00分, Lotiste wrote: > Hello, > > i'm trying to test the long-press on my emulator (AVD 2.1-update 1) > with no success (right clic, double clic etc). > > Somebody to help ? > > Thanks ! > > Lo -

Re: Ang.: Re: [android-developers] Password protect an app

2011-08-29 Thread Jump
Thanks for the tip! But Pray doesn't work when switching between apps. For example, if you start a downloaded app from notification bar when pray is in the foreground and then go back, it won't show the password. This works with Dropbox. -- You received this message because you are subscribed

[android-developers] Re: "Unable to open log device '/dev/log/main': No such file or directory"

2011-08-29 Thread devgeeks
Doesn't seem to be a more normal Android to put on it yet. I ended up getting an HTC Wildfire S to develop on instead, sadly. Would still like to be able to use the Huawei, but I am at least able to debug on the HTC. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: How to long-press on emulator ?

2011-08-29 Thread kaundinya
try pressing the mouse for couple of seconds. and make sure you have written the code for long_press function. Regards, Nagaraj Rao On Aug 29, 6:56 pm, TreKing wrote: > On Mon, Aug 29, 2011 at 5:00 AM, Lotiste wrote: > > i'm trying to test the long-press on my emulator (AVD 2.1-update 1) with n

[android-developers] CAN WE RUN THE APPLICATION AFTER THE PHONE IS LOCKED AND CONTINUE THE APPLICATION AFTER IT IS UNLOCKED

2011-08-29 Thread vishnu raj
SIR, I HAVE TO DEVELOP AN APPLICATION JUST LIKE A SCREEN SAVER WITH SLIDE SHOW OF PICTURES, AND WHEN THE PHONE IS UNLOCK , SELECTED PICTURE AND DETAILS SHOULD BE SHOWN FIRST BEFORE GOING TO HOME SCREEN. IS THIS POSSIBLE IN ANDROID. IF POSSIBLE , CAN YOU GIVE ME A HINT , HOW TO DO THAT? -- You

[android-developers] Change frame size android

2011-08-29 Thread Naveen
Suppose we have a video, it's video frame size 320X220 (width , height ). i want to convert this video frame size in 480X360 by code java 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-d

Re: [android-developers] How to find freelancer for creating game picture

2011-08-29 Thread sohaib rahman
I will do that. My email id is sohaibrahma...@gmail.com On Tue, Aug 9, 2011 at 9:20 PM, Alex Coutinho wrote: > You could search on deviantart.com for an artist with the style you want, > and contact him/her. > > > 2011/8/9 Samuel > >> Hi, >> >> Do you have any references of good freelance which

[android-developers] Re: Guide Help:How to trace the internal mechanism of android.Context.java and android.os.Binder.java

2011-08-29 Thread AndroidHolder
who can help me,I am really in trouble. On Aug 29, 9:43 am, AndroidHolder wrote: > As far as I know, the base class for android.Context.java and > android.os.Binder.java are implemented on Android system OS inside.Now > I really want to understand the internal behavior of them.I will > appreciate

Re: [android-developers] CheckBox Clear on Menu click

2011-08-29 Thread Robinns
Sorry with my ?. Well i solved it. there were two options for me whether to change my getView() or use my the onBackPressed(); So i used the onBackPressed()?. Though this is a temporary. I will post the code. On Tue, Aug 30, 2011 at 5:17 AM, TreKing wrote: > On Fri, Aug 26, 2011 at 2:46 AM, Robi

Re: [android-developers] MapView

2011-08-29 Thread Robert Thau
The most common cause of this sort of misbehavior is forgetting to request internet access permission in the Android manifest (without which the MapView's background threads don't have permission to fetch the tiles). On Tue, Aug 30, 2011 at 12:31 AM, bob wrote: > I'm working with maps for the fi

[android-developers] MapView

2011-08-29 Thread bob
I'm working with maps for the first time, but all I get is this grid: http://i1190.photobucket.com/albums/z449/m75214/blankgrid.png Any ideas? Here's my code: import com.google.android.maps.GeoPoint; import com.google.android.maps.MapActivity; import com.google.android.maps.MapController; impor

[android-developers] Re: How to debug in app billing - does not work with debug key?

2011-08-29 Thread laminina
What i know is that you can build the project in eclipse using you production keystore...but edit the android manifest to debuggable to true first... then run the APK and whenever you are in the area wher eyou want to debug open DDMS from eclipse and you will see your package running there in the

[android-developers] Re: market problems (ratings and downloads)

2011-08-29 Thread Peter Sinnott
My one on one support is strikingly similar to yours :) On Aug 30, 4:02 am, Nikolay Elenkov wrote: > On Mon, Aug 29, 2011 at 4:27 AM, Peter Sinnott wrote: > > > On Aug 28, 1:23 pm, Nikolay Elenkov wrote: > >> On Sun, Aug 28, 2011 at 6:03 PM, Christiaan Schoenaker > > >> wrote: > >> > Today my

Re: [android-developers] How to debug in app billing - does not work with debug key?

2011-08-29 Thread Nikolay Elenkov
On Tue, Aug 30, 2011 at 12:25 PM, MB wrote: > Hi, > > I am able to run the  sample application (Dungeons.apk) for in-app > billing when signed with production key. Read the docs. If you sign with you release key, you need to upload a draft APK to Market (not publish) and use the specified test ac

[android-developers] Re: Application force close after change it from /system/app to /data/

2011-08-29 Thread James
When removing your application, a full uninstall is required. On Aug 26, 11:09 am, sam wrote: > HI guys, > > I have a question: > my application is installed in /system/app at first, and I run the app > for a while. > > then I remove it from /system/app and install it via adb to /data/ > director

[android-developers] How to debug in app billing - does not work with debug key?

2011-08-29 Thread MB
Hi, I am able to run the sample application (Dungeons.apk) for in-app billing when signed with production key. However when I try to debug it in eclipse, it gives the error that "This application is not configured for market billing". Is there some way to debug in-app billing in eclipse? I wou

Re: [android-developers] Re: market problems (ratings and downloads)

2011-08-29 Thread Nikolay Elenkov
On Mon, Aug 29, 2011 at 4:27 AM, Peter Sinnott wrote: > > > On Aug 28, 1:23 pm, Nikolay Elenkov wrote: >> On Sun, Aug 28, 2011 at 6:03 PM, Christiaan Schoenaker >> >> wrote: >> > Today my actief installations was down 25. And lost 25ratings too.(of >> > which 5comments). Anyone share this bug? >

[android-developers] Re: Application force close after change it from /system/app to /data/

2011-08-29 Thread Kevin TeslaCoil Software
Removing an APK from /system/app won't clean up the left overs in / data/data. I'd bet that the UID changes and then your properly installed app can't read the database. 1) Don't install apps to /system/app 2) Don't leave crap in /data/data when removing APKs 3) This list is about SDK development,

Re: [android-developers] Re: Using AndroidHttpClient as a singleton.

2011-08-29 Thread Nikolay Elenkov
On Tue, Aug 30, 2011 at 9:40 AM, Nathan wrote: > After forcing some errors and doing some debugging, I found that I was not > always calling entity.consumecontent() if I got an error, as you suggested > in another thread. If an actual exception is thrown, I hope I don't have to. > Nonetheless, if

Re: [android-developers] how to tell google market a violation of use of our images

2011-08-29 Thread TreKing
On Fri, Aug 26, 2011 at 10:45 AM, ahorre wrote: > today we found out , that one android developer was using them in > an android app. how can we tell android market about this? > http://www.google.com/support/androidmarket/developer/bin/answer.py?answer=136601&hl=en Please let us know how the on

[android-developers] Re: How to define an Activity as a Singleton (Activity to be launched only once a time)

2011-08-29 Thread Ubuntu guy
how about launchMode as singleTask ? On Aug 25, 1:27 am, maxinfos wrote: > Hello, > > I'm detecting my Android Phone movement using a Service. > > If the movement is too strong, this Service launch an Activity to > display a GUI confirmation (Yes/No). > > The fact is if the movement continues to

Re: [android-developers] Take input from a EditText box and recaculate.....

2011-08-29 Thread TreKing
On Sat, Aug 27, 2011 at 10:28 PM, Rick wrote: > I get a Force Close when I click the new button. Any help would be > appreciated... > Debug your app. - TreKing

Re: [android-developers] Mono for Android

2011-08-29 Thread TreKing
On Fri, Aug 26, 2011 at 11:11 PM, Mousam Kumar wrote: > Would you please suggest me some sites & books which will be helpful for > a begginer like me. > google.com - TreKing

Re: [android-developers] Go SMS is aborting the SMS_RECEIVED broadcast. Why does the Android OS let them do this?

2011-08-29 Thread TreKing
On Thu, Aug 25, 2011 at 2:52 PM, Camille wrote: > Why does the Android OS let them do this? Shouldn't the Android OS prevent > apps from aborting system broadcasts? > Read the BroadCastReceiver documentation and search the Android blog for more info on this.

Re: [android-developers] How to select a text line from Radio Button

2011-08-29 Thread TreKing
On Thu, Aug 25, 2011 at 2:57 AM, ashish kumar wrote: > I want to design an app in which there are multiple radio buttons, every > radio button has some text in multiple lines associated with it, when a > radio button is selected i want to take one line from those multiple text > lines. > OK, cool

Re: [android-developers] How to define an Activity as a Singleton (Activity to be launched only once a time)

2011-08-29 Thread TreKing
On Thu, Aug 25, 2011 at 3:27 AM, maxinfos wrote: > Any idea about how to make an Activity to be like a singleton ? Don't make your Activity a Singleton - just keep a static flag. Set it before your show your dialog, clear it after you close it. Done. ---

Re: [android-developers] Use of buttons

2011-08-29 Thread TreKing
On Mon, Aug 29, 2011 at 7:39 AM, John wrote: > Can somebody explain how to improve this situation? Use Gmail. - TreKing - Chicago transit tracking

Re: [android-developers] Using PhoneGap Can i develop Android apps and advantage and disadvantage

2011-08-29 Thread TreKing
On Sun, Aug 28, 2011 at 12:19 AM, AmtBappa wrote: > So if i go with phone-gap what are the advantage or disadvantage. > Try asking a PhoneGap group or forum. - TreKing

[android-developers] Re: Develop for Google Plus

2011-08-29 Thread Zsolt Vasvari
Why would a Google+ API be part of Android? Is the Google Maps API part of Android? No, it's not. On Aug 30, 5:03 am, AndrewD wrote: > Hello, > > I was wondering if anyone here has tried to add interaction with Google Plus > social network in their app. So far I haven't seen anything resembli

Re: [android-developers] android app using existing app on GAE

2011-08-29 Thread Nikolay Elenkov
On Sat, Aug 27, 2011 at 3:06 AM, MK Z wrote: > > My thought is to create GWT and when user for example click a button, > this will invoke post/get action that will add/update/remove entity in > the datastore.. but how? > Do you need a native Android app or just a web app that is optimized for mo

Re: [android-developers] application should not exists

2011-08-29 Thread TreKing
On Mon, Aug 29, 2011 at 8:15 AM, mohanapriya wrote: > But for me the application should not get closed. > Too bad, that's how Android works. > Any one give some suggestions for this problem. > Get used to it - this is not something you can get around. > I need the coding. > Then get to work

Re: [android-developers] http connection

2011-08-29 Thread TreKing
On Thu, Aug 25, 2011 at 8:31 AM, ritu agarwal wrote: > Any help. Plenty: it's called "The Internet" ... give it a shot: http://www.google.com - TreKing

Re: [android-developers] sending POST data to GAE datastore from android

2011-08-29 Thread Nikolay Elenkov
On Sun, Aug 28, 2011 at 10:19 AM, MK Z wrote: > Hi, > Ive been trying for days now to get form data send to GAE datastore. > Ive looked through stackoverflow and some other sites for example.. > basically this is what i done: Your Android code seems OK. So this is really a GAE/Servlet problem. >

Re: [android-developers] how to recognize which .apk is signed with debug key?

2011-08-29 Thread Nikolay Elenkov
On Tue, Aug 30, 2011 at 1:32 AM, rerureru wrote: > > 1. If I find the specific text, "Android Debug", then .apk is signed > with the debug key.(correct or incorrect?) More or less. The auto-generated debug certificate always has the same CN. If the CN of the certificate in the APK matches, you c

[android-developers] Re: Working with VideoView without calling MediaPlayer.release()

2011-08-29 Thread Christopher Perry
I'm also having this issue, I'd like to see a resolution to this because my application relies heavily on video and the Android MediaPlayer doesn't work very well. I'm not sure what else to do at this point. On Aug 23, 1:23 am, Guilo wrote: > Hi ! > > Today, this issuehttp://code.google.com/p/and

Re: [android-developers] Re: Freemium Model with In-App Purchases

2011-08-29 Thread Christopher Van Kirk
That's not going to stop them from coming after you, and it'll be on you to explain the distinction in court (if they were really going to sue you). They seem to think they've patented the link to purchase from an app, and you could arguably conclude that even links inside a web browser violate

[android-developers] Re: Using AndroidHttpClient as a singleton.

2011-08-29 Thread Nathan
After forcing some errors and doing some debugging, I found that I was not always calling entity.consumecontent() if I got an error, as you suggested in another thread. If an actual exception is thrown, I hope I don't have to. Nonetheless, if I get a status code other than 200, there can still b

Re: [android-developers] Convert C++ command line tool to Android app?

2011-08-29 Thread jtoolsdev
Depends on how complicated your C/C++ code is. For me it was fairly easy to do a search/replace for some elements and change the function calls a little on a fairly complicated C++ library. Tangible Software makes commercial C++ to Java tool. I considered it for doing projects where a lot of

Re: [android-developers] How to long-press on emulator ?

2011-08-29 Thread jtoolsdev
Yup, just select whatever widget needs a long click and hold down the mouse button longer (as if it were a finger). -- 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

[android-developers] Re: BitmapFactory.decodeStream() blocking

2011-08-29 Thread b0b
Did not try it as I cannot reproduce the problem and I think it is related to a corrupted image. -- 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 t

[android-developers] Re: Using AndroidHttpClient as a singleton.

2011-08-29 Thread b0b
When an error (Exception) occurs you must call abort() on the request (ie your HttpGet or HttpPost instance). Also if you don't read (or read partially) the Entity in the response, you must call EntityUtils.consume(entity). Otherwise you may have hanging threads / connections. But I forgot to t

Re: [android-developers] Adding setOnClickListener() to button causes crashes

2011-08-29 Thread TreKing
On Thu, Aug 25, 2011 at 6:27 PM, Steven P wrote: > I'm trying to add a button that can pause the threads that run my game. It > looks like I can basically copy paste the button example, but it doesn't > work. > Rarely can you copy examples into your code and have it work perfectly. > It runs p

Re: [android-developers] Re: Eclipse couldn't open Ardroid project

2011-08-29 Thread Jim Graham
On Mon, Aug 29, 2011 at 04:30:42PM -0700, Indicator Veritatis wrote: > He put it in the title, not the body. I missed it on first reading > too, so don't feel too badly about missing this. It is not the best > place to put it. Particularly when some systems clip subject lines to one line. Either w

[android-developers] Re: Eclipse couldn't open Ardroid project with "Could not open the editor: Invalid Input: Must be IFileEditorInput" error

2011-08-29 Thread Indicator Veritatis
The error you are seeing is an Eclipse bug. But since they have left it unfixed for so long, it looks like somebody on the Eclipse team thinks the bug is a feature:( But it is described in http://forums.pragprog.com/forums/138/topics/3627, which suggests the proper fix is to make sure that the file

Re: [android-developers] Application force close after change it from /system/app to /data/

2011-08-29 Thread TreKing
On Thu, Aug 25, 2011 at 10:09 PM, sam wrote: > Do yo know the reason why this happen after change the app > install location? > Well if you're trying to open a file relative to the app's install location and change that install location, then it's highly likely you won't find that file in the ne

Re: [android-developers] Develop for Google Plus

2011-08-29 Thread TreKing
On Mon, Aug 29, 2011 at 4:03 PM, AndrewD wrote: > So far I haven't seen anything resembling an SDK in the Android docs. Probably because there isn't one. > Could someone perhaps give me a few pointers? Wait patiently.

Re: [android-developers] CheckBox Clear on Menu click

2011-08-29 Thread TreKing
On Fri, Aug 26, 2011 at 2:46 AM, Robin Thapa wrote: > I have a listView populated with checkbox? > I select checkbox, it is being selected. > On my Menu i have cancel button which on click should uncheck the selected > checkbox? > I am not being able to perform this? > Why don't you post the cod

[android-developers] Re: Eclipse couldn't open Ardroid project

2011-08-29 Thread Indicator Veritatis
He put it in the title, not the body. I missed it on first reading too, so don't feel too badly about missing this. It is not the best place to put it. On Aug 29, 4:03 pm, Jim Graham wrote: > On Sat, Aug 27, 2011 at 07:41:28AM -0700, ?? > wrote: > > Dear group.

[android-developers] Re: Using AndroidHttpClient as a singleton.

2011-08-29 Thread Streets Of Boston
I found the same issue (actually, response-content from a previous request was 'bleeding' over into the next one). I solved this by make an AndroidHttpClient a ThreadLocal. This way, the number of AndroidHttpClients is never larger than the number of threads handling http-requests in the backgr

Re: [android-developers] App Suspended

2011-08-29 Thread TreKing
On Wed, Aug 24, 2011 at 7:52 PM, Code Rebel Base wrote: > Has anyone else dealt with a situation like this and found a > rapid resolution? Thanks. > Not personally, thankfully, but from reading the Market "Support" Forum, people in situation don't find a resolution, let alone a "rapid" one. Sea

Re: [android-developers] Convert C++ command line tool to Android app?

2011-08-29 Thread TreKing
On Sun, Aug 28, 2011 at 12:50 PM, Jack Harvard wrote: > I've got a C++ command line tool, and want to put this tool onto my Android > phone. I've done the helloandroid example, and it worked perfectly. My > question is, what's the easiest way to port my C++ program to the Android > platform. > The

Re: [android-developers] opening a specific file in a new activity

2011-08-29 Thread TreKing
On Mon, Aug 29, 2011 at 5:06 PM, imsmooth wrote: > how does one pass this information to the new activity? > Put data in the intent used to launch the Activity. Read the docs - this is Android 101. > I also need to be able to jump back to the list activity so the user > can select a different

[android-developers] Re: Android emulator gets stuck in Ubuntu 10.04 (Lucid)

2011-08-29 Thread Indicator Veritatis
You didn't say what else you are running alongside the emulator. If you are trying to run both the SDK under Eclipse and the Emulator at the same time, 1.8G is not enough memory. I have 2.5G. Before I upgraded the memory, I had problems. However, since the problem I was having was different, I cann

[android-developers] starting custom intent from link click in textView

2011-08-29 Thread ivan harmady
Hi people, I have faced a problem and I really haven't seen any solutions how to solve it. Can anybody help me pls? :( Definition: I have a database with some articles and I need to put them into TextViews, they are in HTML form and there are anchor tags like this something . the number in the hr

[android-developers] passing a value

2011-08-29 Thread imsmooth
I have a list view with file names. I want to select one of the list items (a file name) and pass this value to another activity where I will then open the file. The name of the file selected can vary, so I can not hard-code it into the activity. How do I do this (allow the activity to know whic

Re: [android-developers] Eclipse couldn't open Ardroid project

2011-08-29 Thread Jim Graham
On Sat, Aug 27, 2011 at 07:41:28AM -0700, ?? wrote: > Dear group. Could you help me to solve subject problem? It appeared > after I've upgraded revisions of Android packages. Both installations > Galileo (Ubuntu native) and Indigo (from Eclipse site) falls with th

Re: [android-developers] Official site provides the SDK,

2011-08-29 Thread Jim Graham
On Fri, Aug 26, 2011 at 11:52:05PM -0700, shenba valli wrote: > [android-developers] placing data files in apk and opening them. By > Mike Adams - 5:49pm - 2 authors - 2 replies. NullPointerException on > displaying ImageView ... What, exactly, is you question? Your subject line doesn't explain a

Re: [android-developers] android app using existing app on GAE

2011-08-29 Thread TreKing
On Fri, Aug 26, 2011 at 1:06 PM, MK Z wrote: > My thought is to create GWT and when user for example click a button, this > will invoke post/get action that will add/update/remove entity in the > datastore.. but how? > How are you currently interacting / using your web-app?

Re: [android-developers] How to long-press on emulator ?

2011-08-29 Thread TreKing
On Mon, Aug 29, 2011 at 5:00 AM, Lotiste wrote: > i'm trying to test the long-press on my emulator (AVD 2.1-update 1) with no > success (right clic, double clic etc). > Did you try long-pressing . ?

[android-developers] universal sim

2011-08-29 Thread bob
why is there not a universal sim card ? buy it once and it stays activated no matter what phone or company u use? and is auto updated,and trackable thru gps.theres a thought for ya... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] viewing downloaded ebooks on html

2011-08-29 Thread jamie hough
Hi I have down loaded several ebooks to my X10mini pro, which are stored in Bluetooth File Tx/ SD card/downloads. The only way I can read these is if I select them via my browsers downloads option. This takes me to bluetooth file Tx where I open it as a temporary file using my html viewer. If I try

[android-developers] how to capture once the search intent is returned

2011-08-29 Thread axl
Hi, I have been looking into this example: http://developer.android.com/resources/samples/SearchableDictionary/index.html This uses "android.intent.action.SEARCH", and if you noticed in the example, you would have to press search button to invoke the search bar. and press back it will return back

[android-developers] little trouble with resolution

2011-08-29 Thread Morelo
Hi, i'm designing a system for motorola spice with screen size of 240x320 so i created a new virtual device using the built-in QVGA skin, wich is said to have the same screen resolution, but once i tested it with the css it was revealed that even though the width was set to 240px there was some ex

[android-developers] get the URI from a absolute path

2011-08-29 Thread Flame-Tree
Hello All I am not able to retrive a cursor object from a absolute path (nothing but Media.Data column contents) String filepath = "/mnt/sdcard/DCIM/100MEDIA/IMAG0028.jpg"; Uri uri = Uri.fromFile(new File(filepath)); Cursor pointer = getContentResolver().query(uri, null, null, null, null); I am

[android-developers] how to query mms delivery status

2011-08-29 Thread FengHu
Hi, guy, I am developing and mms-related app, but was stuck in find the right to obtain mms delivery status. By looking through android mms source code, I found that push receiver can catch MESSAGE_TYPE_DELIVERY_IND and MESSAGE_TYPE_READ_ORIG_IND. But while receiving the broadcast intent, the mms

[android-developers] in app billing not working

2011-08-29 Thread Imotep
i'm trying to add the in app illing in an application but something is wrong: I took the goole's sample code and just extended the "purchaseobject" class, and add a log in each function. It worked fine and I could make some transactions, restorations, etc. Now, when I make an chekbillingsupported

[android-developers] put value from database sqlite to xyseries to make a chart

2011-08-29 Thread Lucky
hi, i've problem to get value from database (sqlite) my code : mDbHelper = new NotesDbAdapter(this); mDbHelper.open(); Cursor notesCursor = mDbHelper.fetchAllNotes(); startManagingCursor(notesCursor); Double a, b; for(int i = 0;ihttp://groups.google.com/group/

[android-developers] handover between 3G and WiFi

2011-08-29 Thread Giovanni Spigoni
Hello everybody, i'm developing a software for Android 2.2 Froyo, what my sofware has to do is pritty simple: it has to check the presence of a particular WiFi network (let's say "Mywifi") and if the power level of that network is good enough it has to redirect all the internet data traffic through

[android-developers] http connection

2011-08-29 Thread ritu agarwal
Hi all, I am new to android and still in learning phase.I want to make http connection in my program and read the response. Any help. Thanks, Ritu -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

[android-developers] how to recognize which .apk is signed with debug key?

2011-08-29 Thread rerureru
Hello, I'm working with Android application developers. We need to recognize which APK package(.apk) is unsigned application package or signed application package. Also we would like to distinguish which signed APK package is signed by private key or signed by debug key. I know we could find these

[android-developers] sending POST data to GAE datastore from android

2011-08-29 Thread MK Z
Hi, Ive been trying for days now to get form data send to GAE datastore. Ive looked through stackoverflow and some other sites for example.. basically this is what i done: android side: public class myapp extends Activity { /** Called when the activity is first created. */ @Override pu

[android-developers] startDiscovery() of BluetoothAdapter not working

2011-08-29 Thread Pavan Karanam
IntentFilter iF=new IntentFilter(BluetoothAdapter.ACTION_DISCOVERY_STARTED); BroadcastReceiver br=new BroadcastReceiver() { @Override public void onReceive(Context context, Intent intent) { // TODO Auto-generated method stub TextView tv=(TextV

[android-developers] how to tell google market a violation of use of our images

2011-08-29 Thread ahorre
Hi, we have several apps, and work hard on them . today we found out , that one android developer was using them in an android app. how can we tell android market about this? thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: Is it possible to give gradient effect using code?

2011-08-29 Thread Ash
Thanks for sharing the sample code. Wonderful. What about giving corners to the default Android button. At present I have an xml file which does this I am trying to get rid of the XML file and do everything using code. Please let me know if this is possible. -- You re

[android-developers] android's look and feel

2011-08-29 Thread katacarbix
I think Android should look a lot like chrome, or the new google site. It would feel more... googley. :D -- 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

[android-developers] [How to open 3G data call settings dialog]

2011-08-29 Thread GMR
Hello buddies. I am currently developing a app which requires either the WiFi connectivity or 3G connectivity . When the device has no active connectivity, the users would be prompted a dialog with 2 buttons. One is for enabling WiFi connectivity. Another is for 3G connectivity. When the WiFi bu

[android-developers] What topics to learn in android to accomplish making a voice recorder &image capture app?

2011-08-29 Thread dave
I am starting to learn android framework.But the purpose of learning it is so i can make a mobile app to record voice and capture pictures.The mobile app will be intergrated with a web application,where those captured images and audio files will be uploaded.Question is What topics i need to concetr

[android-developers] capturing return of search intent

2011-08-29 Thread axl
Hi, I was looking at searchabledict example on QSB. I have a bit of a problem. Upon doing the search with QSB, if i click back, it will go to the first activity screen which is blank. Now, how can I capture "back" from the parent activity when QSB has returned ? Im using this:

[android-developers] Why is onKeyUp or onKeyDown not getting called for certain characters?

2011-08-29 Thread Miha
In my activity, I have an onKeyUp and onKeyDown event handlers, which are called for normal characters and even for some unicode characters like cedilla (ç). But not for others like á, à, ü, é, č, š, ž, è, ... Why is that? And how can I register those key presses (or better yet, characters)? I am

[android-developers] What do arguments of the root() function in the Renderscript correspond to?

2011-08-29 Thread Macoto nalds
Hello. I have a qustion about RenderScript. What do arguments of the root() correspond to? For example the root() of HelloCompute in the SDK has some arguments as follows. void root(const uchar4 *v_in, uchar4 *v_out, const void *usrData, uint32_t x, uint32_t y) { float4 f4 = rsUnpackColor(

[android-developers] Using PhoneGap Can i develop Android apps and advantage and disadvantage

2011-08-29 Thread AmtBappa
Dear All, I m in confusion what i take for my development. Because phone-gap one tool provide for common interface i.e cross platform for all the mobile like android ,iphone,blackberry. So if i go with phone-gap what are the advantage or disadvantage. Thanks & Regards, Amit. -- You received t

[android-developers] exit camera

2011-08-29 Thread mohana priya
am in a camera mode and if any interruption occurs or if need to attend the calls the application gets closed or exception occurs.But for me application should not get closed.Any one give suggestions through coding -- You received this message because you are subscribed to the Google Groups "Andr

[android-developers] application should not exists

2011-08-29 Thread mohanapriya
Am in a camera and if any interruption occurs or if i need to attend the calls the application gets close.But for me the application should not get closed.Any one give some suggestions for this problem .I need the coding. -- You received this message because you are subscribed to the Google Group

[android-developers] android app using existing app on GAE

2011-08-29 Thread MK Z
Hi, I have application running on GAE and now i want to write android app that can interact with GAE datastore. my java app currently has the entities, servlet, Jsps and among others. Ive googled for hours and came up with this RESTlet thingy that allow user to post data to the servlet which will t

[android-developers] can we change simple_list_item_multiple_choice textAppearence ?

2011-08-29 Thread karthik
can i change the color of strings that are being populated from a string array to the simple_list_item_multiple_choice.. the default color of the strings is white i need to change it to black... please can any one help me with it -- You received this message because you are subscribed to t

[android-developers] WiFi Error

2011-08-29 Thread Ratheesh Valamchuzhy
Hi Al In my emulator i cant setup the WiFi, while selecting the *Settings->wireless&networks->wifi,* clicking the wifi check box causes wifi error Any one help me please -- ωιтн яєgαя∂ѕ[image: device.png] Ratheesh * *... -- You received this message because you are subscribe

[android-developers] Use of buttons

2011-08-29 Thread John
I'm baffled by the usage of Google Groups. I've tried the 'Reply' button and even though it says that the message is posted, it doesn't show in the thread when I press F5. 'Reply to Author' button does result in an email being sent to the person who posted that message, but it doesn't result in an

[android-developers] about remote database

2011-08-29 Thread Chandra Sekhar
can anybody please help me to work with remote databases with sample codes or otherwise do u know any blogs sene me -- 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

[android-developers] about in a jar to start a system activity---bluetooth

2011-08-29 Thread SunEx
hello every body, i am a fresh in android. i have wrote a program that about the bluetooth use the sdk 2.2 api level 8. first i wrote a jar. In this jar, it check the bluetooth grant. if the bluetooth device not prepered, it will start the system bluetooth grant activity. And then I wrote a test

[android-developers] Trouble installing ADT in an Eclipse Ganymede derivative

2011-08-29 Thread David L
I'm trying to install ADT in IBM Rational Application Developer 7.5.3, which is built around Eclipse 3.4.2 (Ganymede). I'm getting various errors about unsatisfied dependencies. Yes, I've read http://developer.android.com/resources/faq/troubleshooting.html#installeclipsecomponents but I follo

[android-developers] Tower Cell Locations

2011-08-29 Thread < < Sn4k3p!7 > >
Hello folks, Im developing an app that change the cell phone profile according cell tower are take it. So i haven't difficults about that, my problem is that i want to provide to the user el localization of all cell tower in a map because the user can see all alternative and set profiles in closet

[android-developers] Take input from a EditText box and recaculate.....

2011-08-29 Thread Rick
I have a button in my app that takes me to a new layout. Inside that new layout is a TextView and an EditText box. The EditText input is used for a calculation that is displayed in the TextView. The EditText box has a default value (when the layout is first loaded) but I want to be able to take us

[android-developers] Take Screenshots - com.android.ddmlib.*

2011-08-29 Thread Klausen
Hi, I have a small question regarding the Android SDk itself. I hope this is the right place to ask. I would like to write my own Eclipse Plugin, which will automatically take screen shots of entire application. To do so, I'd like to use the com.android.ddmlib.* Classes. I tried to import the name

[android-developers] Service callback references "ghost" instance of my activity

2011-08-29 Thread Jason
Hello all, I'm running into an issue in my app and am trying to determine the root cause. Here's some background info: I have an activity that can be triggered from various places throughout my application. I am also using a service developed by a third party ( it is a library that i make calls

[android-developers] Re : Re: Android : Detect history.back() in WebView

2011-08-29 Thread Erwann Abalea
"something" You're welcome. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.

Re: [android-developers] The textview not displaying the text

2011-08-29 Thread aditya prakash
Change the Text Color On Thu, Aug 25, 2011 at 2:22 PM, Ratheesh Valamchuzhy wrote: > > Hi > > here is my XML file > > > >xmlns:android="http://schemas.android.com/apk/res/android"; > android:layout_width="fill_parent" > android:layout_height="fill_parent" > android:screenOrientation="p

Re: [android-developers] Recommendation for Android Training

2011-08-29 Thread Sammi WANG
I'd like to hearing some thing about Admob's running model, is someone knows that? Thxxx Sammi 2011/8/26 Bsweet > Has anyone attended any in person Android development training? If > so, I would love to hear any recommendations (or classes to avoid). > I'm in Seattle, but willing to travel

Re: [android-developers] Re: java.lang.NoClassDefFoundError: android.os.AsyncTask

2011-08-29 Thread exakoustos
Was faced with the same error when trying to launch an AsyncTask and found that the reason it would fail was that an unrelated thread would throw an unhanded exception early on. It seems the AsyncTask and the other thread (used to fetch ad banners) shared resources and when the ad thread misbe

Re: [android-developers] Re: attach prolog file in Android project

2011-08-29 Thread Klimek .....
G.. mnie obchodzi to 2011/8/25 Daniel Drozdzewski > On 25 August 2011 09:52, Daniel Drozdzewski > wrote: > > On 25 August 2011 09:31, prosardar wrote: > >> Found in LogCat this > >> PackageManager : Package game.app desires unavailable shared library > >> jpl; ignoring! > >> and then after som

Re: [android-developers] Re: Freemium Model with In-App Purchases

2011-08-29 Thread Wayne Wenthin
That opens an interesting concept.If you want the paid version of my game download this intermediary app that will then point you to the premium game.They can't claim you are linking to an upgrade to your game if the link is not in the free version Hmmm. On Mon, Aug 29, 2011 at 3:01

  1   2   3   >