[android-developers] Re: ADT 9.0.0 preview

2010-12-16 Thread Zarah
Zsolt, by formatting do you by any chance include the indentations? FWIW, The CTRL+I auto-format shortcut in Eclipse works for Android XMLs also. - Zarah. On Dec 16, 3:20 pm, Zsolt Vasvari zvasv...@gmail.com wrote: Xavier, I just saw that a bunch of improvements for made for XML

[android-developers] Re: Help in ExpandableList

2010-12-16 Thread pramod.deore
Hi Kostya, Thanks I have change code like this: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); sampleDB = this.openOrCreateDatabase(SAMPLE_DBNAME, MODE_PRIVATE, null); Cursor groupCursor = sampleDB.rawQuery (SELECT _id, RoomName

[android-developers] Re: How can I manually set the screen rotation?

2010-12-16 Thread SW
Marcin Orlowski webnet.android at gmail.com writes: So I am trying to write an app that will allow me to set the screen rotation. Is this possible? I can't find anything in the SDK documentation that does what I want.

Re: [android-developers] Re: Project on Android

2010-12-16 Thread Chirayu Dalwadi
I need to find a definition and then to work on it. Since I am new in field of android I wanted help of community. Moreover, this is not a part of homework. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Binder IPC ( native process - to - android service )

2010-12-16 Thread FrankG
IMHO the platform is the best example ( and android platform is better group for this kind of questiions, as this is out of scope of the sdk ) The android-platfrom uses AIDL or sockets to communicate between native processes and i.e. java services. Good luck ! Frank On 15 Dez., 16:39,

[android-developers] Re: Why need CleanSpec.mk for each module from Android2.1?

2010-12-16 Thread Hylon
Hi Gurus, Anyone can help me on this? thanks. On Dec 16, 11:25 am, Hylon hlliu2...@hotmail.com wrote: Anyone can help answer this, thanks a lot in advance. On Dec 14, 2:18 pm, Hylon hlliu2...@hotmail.com wrote: Hi Everyone,   Can anyone help explain why need CleanSpec.mk for each

Re: [android-developers] Re: Help in ExpandableList

2010-12-16 Thread Kostya Vasilyev
Pramod, getChildrenCursor is given a cursor. You get the value of room name (or any other column) the same way, by calling methods of Cursor. http://developer.android.com/reference/android/database/Cursor.html -- Kostya 16.12.2010 11:08, pramod.deore пишет: Hi Kostya, Thanks I have change

[android-developers] Re: Enabling bluetooth to a System Service

2010-12-16 Thread FrankG
- android-platform On 15 Dez., 13:15, Narseo Vallina nar...@gmail.com wrote: Hi all I'm working on a research project and I need to have a system service running as an android component and one of it's features is performing bluetooth scans in the environment. I have the following code to

[android-developers] AppWidget Problem

2010-12-16 Thread Vivek
Hi All, I have been working on creating AppWidget for my application. I contains 4 images and I need to change them at an interval of 30 sec. I was able to achieve it using service and it is changing at an interval of 30 sec. The problem is that it does hang for the period where the images of the

[android-developers] Sending image to server...?

2010-12-16 Thread Abhilash baddam
Hi friends, I am new to android. Actually I have to send an image which is in SDCard to server. For that I have displayed all images which are in SDcard in grid view. When i click on image that image is sent to server. Please any help regarding this problem. Regards, Abhay_401

[android-developers] Re: Fm Radio

2010-12-16 Thread wolf
thanks mr brill, you are closer than the other answer, i want to know how the FM Radio app is work, the code, not how to use it in my programs. On Dec 15, 3:07 pm, Bob Kerns r...@acm.org wrote: I'm reasonably sure he means FM radio. Like the FM Radio app that showed up on my Google Nexus One

[android-developers] ImageView not refreshing/reflecting changes

2010-12-16 Thread Daniel Quach
I'm using a photo picker intent to choose an image and write it to an application-private file created via: FileOutputStream fos = openFileOutput(temp.jpg, Context.MODE_WORLD_WRITEABLE); fos.close(); return getFileStreamPath(temp.jpg); upon activity result, I set the ImageView's image URI to this

[android-developers] Re: android bluetooth

2010-12-16 Thread Jags
is this message a spam ? Nobody is able to see my message or what ? dont get answers, only get spams posted in the forum ! On Dec 16, 11:03 am, hanika han...@securitywall.in wrote: hi Thanks Regards, cid:image002@01CA2AEF.10F60770 Vijay Patel Test Engineer Elitecore Technologies Ltd.

Re: [android-developers] Re: Why need CleanSpec.mk for each module from Android2.1?

2010-12-16 Thread Dianne Hackborn
This question is not appropriate for android-developers; look on android-building. On Thu, Dec 16, 2010 at 12:10 AM, Hylon hlliu2...@hotmail.com wrote: Hi Gurus, Anyone can help me on this? thanks. On Dec 16, 11:25 am, Hylon hlliu2...@hotmail.com wrote: Anyone can help answer this,

Re: [android-developers] Re: How can I manually set the screen rotation?

2010-12-16 Thread Dianne Hackborn
On Thu, Dec 16, 2010 at 12:08 AM, SW simon.wind...@gmail.com wrote: That's no good, it only sets the rotation for my activity and it then reverts back once my activity exits. I want to manually set the rotation for the android device, not just my activity. Sorry, you can't. -- Dianne

[android-developers] Problem with Publishing app in android Market

2010-12-16 Thread Lamia Hannoun
Hello! I want to publish my first android app in Android market, I payed the 25 USD to get liscence to get an account to add my app and still I didn't hear from them and I didn't get any response from android market it's been 14days !!! What should I do? Thanks in advance -- You received this

Re: [android-developers] Re: display brightness

2010-12-16 Thread Dianne Hackborn
On Wed, Dec 15, 2010 at 11:08 PM, Zsolt Vasvari zvasv...@gmail.com wrote: If it's doable with the Settings app, it should be doable from your app. You may have to use reflection or whatever to get to the APIs and no gurantee of future compatibility, but that's the trade-off. That's not

[android-developers] Customizing a RelativeLayout

2010-12-16 Thread Paolo
Hi! I'm trying to customize a RelativeLayout on order to show a nice trasparent black content box. So my class has extended RelativeLayout and has overridden the onDraw() method, but nothing appears in the Eclipse layout editor; the same happens if I try to run my app on the device. I read I have

Re: [android-developers] How to identify which client called into a Remote/AIDL service?

2010-12-16 Thread 苗忠良
hi: how to get the Context of Binder.getCallingUid() ? 2010/7/31 Dianne Hackborn hack...@android.com Oh yeah and actually this is the one most people use:

[android-developers] Re: Customizing a RelativeLayout

2010-12-16 Thread Zsolt Vasvari
Why would you need to extend RelativeLayout just to change the background? On Dec 16, 5:36 pm, Paolo brand...@gmail.com wrote: Hi! I'm trying to customize a RelativeLayout on order to show a nice trasparent black content box. So my class has extended RelativeLayout and has overridden the

Re: [android-developers] Re: android bluetooth

2010-12-16 Thread Abhilash baddam
Hi every one.. I am new to Android. I want to send an image from sdcard to server. For that already I have displayed all the images from sdcard in Grid View. Now I want , when we click on a particular image that image have to sent to server. For that plz send any code

[android-developers] Re: Galaxy Tab + external screen : how to detect events from the right screen ?

2010-12-16 Thread Hakim Aammar
Hello Mark, Thanks for your feedback, I'll have to find something else then... On 15 déc, 17:27, Hakim Aammar hakim.aam...@gmail.com wrote: My first idea was to look at ACTION_SCREEN_ON and ACTION_SCREEN_OFF intents (thanks to a custom BroadcastReceiver), since these intents are correctly

[android-developers] Re: Help in ExpandableList

2010-12-16 Thread pramod.deore
Hi, After chaining getChildrenCursor(Cursor groupCursor)as protected Cursor getChildrenCursor(Cursor groupCursor) { System.out.println (Inside getChildrenCursor); String roomname = groupCursor.getString(groupCursor.getColumnIndex(RoomName));

[android-developers] Re: display brightness

2010-12-16 Thread Zsolt Vasvari
Stand corrected, thanks. On Dec 16, 5:33 pm, Dianne Hackborn hack...@android.com wrote: On Wed, Dec 15, 2010 at 11:08 PM, Zsolt Vasvari zvasv...@gmail.com wrote: If it's doable with the Settings app, it should be doable from your app.  You may have to use reflection or whatever to get to the

[android-developers] Re: Customizing a RelativeLayout

2010-12-16 Thread Paolo
Because I'd like to draw something similar to this. http://pocketjourney.files.wordpress.com/2008/03/goal.gif?w=500 On 16 Dic, 10:53, Zsolt Vasvari zvasv...@gmail.com wrote: Why would you need to extend RelativeLayout just to change the background? On Dec 16, 5:36 pm, Paolo brand...@gmail.com

[android-developers] Re: ADT 9.0.0 preview

2010-12-16 Thread Zsolt Vasvari
Well, if I start from (all the attributes niclely aligned): ScrollView android:layout_width=match_parent android:layout_height=0px android:layout_weight=1 android:fillViewport=true Hand edit it to something like what the layout editor does: ScrollView

Re: [android-developers] AppWidget Problem

2010-12-16 Thread Kostya Vasilyev
Vivek, It should not matter what mechanism you use to trigger updates. I would actually taking a second look at AlarmManager, as its much more reliable than a background service, and uses less memory. You can use a non-wake up alarm, to save battery. Which method of RemoteViews do you use

Re: [android-developers] Re: Customizing a RelativeLayout

2010-12-16 Thread Kostya Vasilyev
Just use android:background with a nine-patch drawable. No need to subclass. You can even copy one of Android's nine-patch backgrounds into your project. Take a look inside the Android SDK directory, then platforms\android-X\data\res\drawable-mdpi (-hdpi). There are some very nice one in

[android-developers] Brightness through seekbar.pls help

2010-12-16 Thread Atik
HI, i have gone through the settings app of android application on git. major java files to implement the brightness functionality through seek bar are BrightnessPreference.java DisplaySettings.java Display.java can i use this .. i m trying very diff approaches to get the desired effect..pls

Re: [android-developers] Re: ADT 9.0.0 preview

2010-12-16 Thread Kostya Vasilyev
I'd like to put in a vote for one attribute per line, and options for line breaks immediately after the view tag, and after the last attribute value, as well as how far attributes are indented (relative to view tag vs. below the first attribute tag). This is my personal preference (I edit my

[android-developers] Re: Customizing a RelativeLayout

2010-12-16 Thread Paolo
ah... and using nine-patch drawable is better than the way I'm following? Why should I prefer this way? I'm asking just to understand :) On 16 Dic, 11:16, Kostya Vasilyev kmans...@gmail.com wrote: Just use android:background with a nine-patch drawable. No need to subclass. You can even copy

Re: [android-developers] Re: Customizing a RelativeLayout

2010-12-16 Thread Kostya Vasilyev
Paolo, Yes, using a nine-patch drawable background is easy, efficient, and produces great results. Try this: open a layout in XML mode and add this attribute: android:background=@android:drawable/toast_frame Think you'll like it :) -- Kostya 16.12.2010 13:24, Paolo пишет: ah... and using

[android-developers] Re: Newbie having trouble detecting when VideoView video playing completes

2010-12-16 Thread vtb
Hi Zarah Thank you for your input and suggested code. I discovered a missing ) in it the one that matches the the opening (. Unfortunately it would still not compile due to the video.setOnCompletion() not being recognised. However what you provided certainly pushed me in the right direction I

[android-developers] Alert Dialog problem in Froyo

2010-12-16 Thread Rahul Garg
Hi Guys, In Gallery,if you view any image and in that if you select Menu- Details. At the time of display image it shows annunciator bar for a moment and just disappear. I dont want this. After analyzing this I found that this is not visible when the items in the dialog is limited to 2-3

Re: [android-developers] Capturing Intent.ACTION_MEDIA_SCANNER_FINISHED

2010-12-16 Thread Mark Murphy
On Wed, Dec 15, 2010 at 7:47 PM, Julius Spencer jul...@msa.co.nz wrote: That was it; thank you again Mark. Do you know why it might not work in the manifest in this case (ie. for this Intent)? If you have not tried the corresponding data element, try that. Otherwise, it is possible that

[android-developers] Re: Customizing a RelativeLayout

2010-12-16 Thread Paolo
Ok I'm going to try it ;) On 16 Dic, 11:31, Kostya Vasilyev kmans...@gmail.com wrote: Paolo, Yes, using a nine-patch drawable background is easy, efficient, and produces great results. Try this: open a layout in XML mode and add this attribute:

[android-developers] Re: Using AndroidHTTPClient

2010-12-16 Thread flipside
Hi Bob, thanks for the reply. What happens on the server is completely out of my hands. It is not part of my app, and it's not under my control. That said, the use of get to update the database is something that the server offers as a convenience. It's not the case the a user could

[android-developers] Re: Problem with Publishing app in android Market

2010-12-16 Thread bagelboy
What are you expecting to hear? Once you pay you should be able to log into the market as a developer using your gmail account. On Dec 16, 9:29 am, Lamia Hannoun lamia.hann...@gmail.com wrote: Hello! I want to publish my first android app in Android market, I payed the 25 USD to get liscence

[android-developers] how to change child list color in ExpandableList

2010-12-16 Thread pramod.deore
This code is from \samples\android-8\ApiDemos\. This is example of ExpandableList. But here when the list item is expanded it's hard to visually distinguish where the child item ends and next group item begins. So what I want is give different color to child and icon in front of both child and

[android-developers] Re: Customizing a RelativeLayout

2010-12-16 Thread Paolo
I've tried, but I don't like that nine-patch. Maybe I should draw end substitute my own nine patch. Anyway in this way I can simply manage it in the Eclipse Layout editor, and that's is good! The only thing I don't like of the nine-patch way is that I have to draw one nine-patch for all the time I

[android-developers] Re: Sending image to server...?

2010-12-16 Thread RamaMohan
HI Abhilash, please follow the steps as follows: 1)on cliking Grid item get the path of the image (you can get source code for this APIdemoS application) 2)after that upload the file to server using the following code. Please visit the link

[android-developers] Re: Project on Android

2010-12-16 Thread Eric Wong (hdmp4.com)
Before you start going after ideas, have you learn how to use the Android SDK yet? If not, I suggest you can start your project with App Inventor for Android http://appinventor.googlelabs.com/about/ If yes, you should define your scope and capabilities first. E.g. how much time you can put into

Re: [android-developers] Re: Customizing a RelativeLayout

2010-12-16 Thread Kostya Vasilyev
16.12.2010 14:34, Paolo пишет: I've tried, but I don't like that nine-patch. Maybe I should draw end substitute my own nine patch. Anyway in this way I can simply manage it in the Eclipse Layout editor, and that's is good! Yes, you can certainly use other nine-patches from Android (see my

[android-developers] Input Currency with Fixed decimal Values

2010-12-16 Thread RamaMohan
HI, I have an edittext which is for reading currency value. How do you create an edittext entry that formats input in money format only? When the user enters 5, I want the input to look like $0.05 and when they then enter 3, the input should now look like $0.53 and finally they enter 6 and the

[android-developers] Facing securtiy exception while binding to MediaPlaybackService in gingerBread code

2010-12-16 Thread sourabh.j...@gmail.com
Hi All, I am trying to make an application which can access the MediaPlaybackService , so I have copied the IMediaPlaybackService.aidl in my app's com.android.music path and tried to bind with the MediaPlaybackService as below . public class TestMusicPlaybackAppService extends Service { /*

[android-developers] how to download app from git.

2010-12-16 Thread Atik
hi need to check the source code execution from the git and repo but unable to find the correct way for the same. the sample code contains ample layout files. so pls tell me the how to use the same... i have allready installed the GIT BASH ..and through certain commands i have tried to

[android-developers] Re: Fm Radio

2010-12-16 Thread Bob Kerns
Well, I doubt HTC is going to tell you, so your best approach, I think, would either to see what the people who integrated it on to Nexus One did, or to reverse engineer the com.htc.fm app yourself. I suspect that's more trouble than it's worth, as the result won't be something that's supported,

[android-developers] galaxy sd card

2010-12-16 Thread Jags
hi all, i have a samsung galaxy gt-15700. i lost my micro sd card that came with d phone and when i try another pre existing card with my phone, it does not recognise. what could be the problem ? how to know if a micro sd card will work in my phone or not ? jags -- You received this message

Re: [android-developers] Hello World and Google Maps API for Android!

2010-12-16 Thread Caio Serra
Thanks a lot! This website will help me so much. Caio Vinícius Serra (11)7313-4038 2010/12/15 TreKing treking...@gmail.com On Wed, Dec 15, 2010 at 7:26 AM, Caio Serra cvse...@gmail.com wrote: Is only Java that is avaible? Or other language can be used too? Somebody has any materials to

[android-developers] Re: Customizing a RelativeLayout

2010-12-16 Thread Paolo
Thanks a lot for your answer ;) Before to use my own nine-patch, I'd like to understand what I'm wrong extending the RelativeLayout. So, in other topics I found that Roman Guy suggested to use setWillNotDraw(false). Using this flag I can show my Custom Layout correctly running on a device

[android-developers] Global Plugin.

2010-12-16 Thread Ken Perry
I am trying to find out if there is a way to add a global WebKit plugin so that any programming using the WebView will have my plugin in attached. The plugin will need access to the NP Navigation and dom. I looked at the example under development Samples for browser plugin but that only

[android-developers] Scrollview

2010-12-16 Thread André
Hi, I am trying to make an edittext with line numbers. For this I have one edittext and to the left of it is a textview with the line numbering. I have tried to put both of these in a scrollview so that both of them can be scrolled simultaneously. But when the edittext is focused it can still

[android-developers] Application visibility on Galaxy S

2010-12-16 Thread Laurent Lugon
Hi all, I have published an application on the market and I find it with different android 2.x phone. The problem is when I make the same key-word search (secu4) with my Galaxy S, I don't see anithing, however there is 2 application (for android 1.x and android2.x) on the market which should be

[android-developers] Edittext singleline in landscape

2010-12-16 Thread André
Hi, How can I disable the singleline thing in Edittext when editing in landscape mode? I have tried android:singleLine=false in the xml file and it doesn't work. Any suggestions? André -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] SQLite Implementation

2010-12-16 Thread cuil yahoo
Hello, I am trying to use a database to store a huge text in it serially(using a primary key, for easy searching). I have already done the following things, 1. Created a SQLite database(named database) using the SQLite Database Browser, and have imported that to my assets folder in Eclipse. The

Re: [android-developers] Re: ADT 9.0.0 preview

2010-12-16 Thread Jake Basile
This is an option in the Eclipse XML formatter. Open your preferencesXMLXML FilesEditor and turn on split multiple attributes each on one 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] Re: SQLite Implementation

2010-12-16 Thread Alexei 'keyhell' Zhurba
/data/data/you.package.here/databases/you_db.name -- 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

Re: [android-developers] Re: ADT 9.0.0 preview

2010-12-16 Thread Kostya Vasilyev
Thank you, this worked great! 16.12.2010 16:02, Jake Basile пишет: This is an option in the Eclipse XML formatter. Open your preferencesXMLXML FilesEditor and turn on split multiple attributes each on one line. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Global Plugin.

2010-12-16 Thread Mark Murphy
On Thu, Dec 16, 2010 at 7:46 AM, Ken Perry kpe...@blinksoft.com wrote: I am trying to find out if there is a way to add a global WebKit plugin so that any programming using the WebView will have my plugin in attached.  The plugin will need access to the NP Navigation and dom. If by any

Re: [android-developers] SQLite Implementation

2010-12-16 Thread Mark Murphy
You cannot modify application assets at runtime, as they are part of the digitally signed APK. You would need to copy that file out somewhere else and modify it there. On Thu, Dec 16, 2010 at 7:53 AM, cuil yahoo cuilya...@gmail.com wrote: Hello, I am trying to use a database to store a huge

Re: [android-developers] SQLite Implementation

2010-12-16 Thread Mark Murphy
Also, I doubt that you can use a file:/// URL to open a database. On Thu, Dec 16, 2010 at 8:19 AM, Mark Murphy mmur...@commonsware.com wrote: You cannot modify application assets at runtime, as they are part of the digitally signed APK. You would need to copy that file out somewhere else and

Re: [android-developers] App to place wallpapers on Android

2010-12-16 Thread Marcin Orlowski
I'm trying to place a number of static wallpapers on Android Marketplace No thanks. There's hell lot of such junk there already The OP didn't ask your opinion Did I about your on mine? He's got as much right to publish his apps, wallpaper or no, as anyone else. So do I to classify much

RE: [android-developers] Global Plugin.

2010-12-16 Thread Ken Perry
Modifying the firmware is not a problem the plugin I am writing is for a proprietary device. Can you point me at some information on how to go about this? Ken -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Mark

Re: [android-developers] SQLite Implementation

2010-12-16 Thread cuil yahoo
I appreciate your replying back so soon. Since, i am new to programming for android and haven't worked with databases before, it would be great if someone could correct the code for me. On Thu, Dec 16, 2010 at 6:49 PM, Mark Murphy mmur...@commonsware.comwrote: Also, I doubt that you can use a

[android-developers] tutorial for dev android application using sqlite

2010-12-16 Thread zenous
ive been searching for a good kick start/example on how to intergrate sqlite with android application but so far i found a few simple but not up to my expectation do u guys know any tutorial for android application that use sqlite database? my application currently running with a local array to

Re: [android-developers] tutorial for dev android application using sqlite

2010-12-16 Thread Kostya Vasilyev
This brief into in the SDK documentation: http://developer.android.com/guide/topics/data/data-storage.html#db includes links to sample code. This tutorial: http://developer.android.com/resources/tutorials/notepad/notepad-ex1.html also has database access, and is somewhat simpler than the

[android-developers] Re: Sipdroid build problem

2010-12-16 Thread Apache Technologoes
maxsap max.sapranidis at gmail.com writes: Thank you a lot Kostya, you have to use -t 8 to build it correctly, this is a problem posted on a lot of sites but no answer yet, but that worked I am going to post it on sipdroids forums to help others as well. regards maxsap Hi Folks, Was

Re: [android-developers] Re: Sending image to server...?

2010-12-16 Thread Abhilash baddam
Hi RamaMohan, * * * I used your code it's working fine. Thanks allot.* * * * * *Regards,* *Abhay_401 * On Thu, Dec 16, 2010 at 5:03 PM, RamaMohan rama.mohan...@gmail.com wrote: HI Abhilash, please follow the steps as follows: 1)on cliking Grid item get the path of

Re: [android-developers] App to place wallpapers on Android

2010-12-16 Thread TreKing
On Thu, Dec 16, 2010 at 7:33 AM, Marcin Orlowski webnet.andr...@gmail.comwrote: The OP didn't ask your opinion Did I about your on mine? Nope! But that's clearly not going to stop us ;-) He's got as much right to publish his apps, wallpaper or no, as anyone else. So do I to classify

Re: [android-developers] Global Plugin.

2010-12-16 Thread Mark Murphy
On Thu, Dec 16, 2010 at 9:18 AM, Ken Perry kpe...@blinksoft.com wrote: Modifying the firmware is not a problem the plugin I am writing is for a proprietary device.  Can you point me at some information on how to go about this? You would want to ask that question on one of these lists:

Re: [android-developers] SQLite Implementation

2010-12-16 Thread Mark Murphy
On Thu, Dec 16, 2010 at 9:20 AM, cuil yahoo cuilya...@gmail.com wrote: Also, I doubt that you can use a file:/// URL to open a database. Could you help me out with the statement ? I am searching for the same. Your path has to be on the file system, not a URL.  Where else should i copy the

[android-developers] getExternalStorageDirectory() on NEXUS S

2010-12-16 Thread Xavier
Hi, What is the behavior of the Nexus S when calling this function and others like getExternalStorageState(), etc... ? Is it emulating a SD Card without any extra code? Thanks, Xavier -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] SmsManager.sendDataMessage application port addressing and carrier SMSC support

2010-12-16 Thread tedx
This is slightly off topic but does anyone have experience developing mms apps for non-standard(not a picture or sound)/custom binary data? I'm testing an app that uses port 16000 (described as 'Available for allocation by applications') and watching the logcat of the radio the messages seem to

[android-developers] Re: In-App payment options

2010-12-16 Thread Xavier
Thanks JP, never heard of them before, I will take a look. The Android integrations looks pretty good. On 13 dic, 02:29, JP joachim.pfeif...@gmail.com wrote: There's probably a few options, including these guys:http://www.boku.com/ I ran into one of their staff a couple of weeks ago and asked

Re: [android-developers] Re: how to print name of parent in ExpandableList

2010-12-16 Thread TreKing
On Thu, Dec 16, 2010 at 12:56 AM, pramod.deore deore.pramo...@gmail.comwrote: In this code I am displaying list of room. and after click on any room name then switches list is displayed. I want to know on which item (1.e on room) user had clicked. How to do this?

[android-developers] Re: Programmatically specifying a particular APN to be used in my application

2010-12-16 Thread Jens
Afaik the answer is a resounding no. It's possible for the MMS application to use the MMS APN but that's about as far as it goes. On 14 Dec, 17:38, Accandme a...@accandme.com wrote: I am writing a chat application (still demo stage) for an operator, and they want to be able to use a specific

Re: [android-developers] how to change child list color in ExpandableList

2010-12-16 Thread TreKing
On Thu, Dec 16, 2010 at 5:24 AM, pramod.deore deore.pramo...@gmail.comwrote: How to do this? Thanks Change the properties of the layout you're using for either child or parent, or both. - TreKing

Re: [android-developers] getExternalStorageDirectory() on NEXUS S

2010-12-16 Thread Mark Murphy
On Thu, Dec 16, 2010 at 10:39 AM, Xavier xpl...@gmail.com wrote: What is the behavior of the Nexus S when calling this function and others like getExternalStorageState(), etc... ? Is it emulating a SD Card without any extra code? It should. There are other devices, like the HTC Droid

[android-developers] Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES on Android-2.3

2010-12-16 Thread Danny Backx
This might be the problem. No I didn't, and I can't find the tool to do it for me. What I do know is I'm not calling apkbuilder any more, it says THIS TOOL IS DEPRECATED. See --help for more information. but there's no other info if you start it with that option. I can't seem to figure out from

[android-developers] #androiddev podcast with Motorola, Foursquare, PayPal, and Adobe

2010-12-16 Thread DJ Ksar
http://mdpcyir2010-adev.eventbrite.com hey all. Just want to invite you all to today's (Dec. 16th) live MOTODEVhttp://developer.motorola.comAndroid Podcast with folks from Motorola, Adobe, Foursquare, and PayPal. Starts at 5pm pacific and will be streamed online for everyone to listen to

[android-developers] Illegal continuation byte in NewStringUTF

2010-12-16 Thread Luca Carlon
Hi! I'm trying to create a jstring using NewStringUTF but I experienced a strange issue when the C string passed to the function contains characters not ASCII (i.e. accented characters). This is what I get: 01-01 02:56:41.719: WARN/(1738): Creating the jstring for Dracula Der Pfähler.mp3. 01-01

[android-developers] Reducing 1 star ratings for IM; strategies

2010-12-16 Thread Brill Pappin
So the biggest complaint I'm getting is doesn't work when it works just fine. Usually this is because the user can't be bothered to read the dev site which has installation instructions (among other useful info). Obviously I'm looking for ways to help the low end users understand what they

[android-developers] Re: Reducing 1 star ratings for IM; strategies

2010-12-16 Thread Maps.Huge.Info (Maps API Guru)
My main app Radar Now! couldn't possibly be simpler. You just start the app and that's it. Even with its simplicity, I still get one star ratings that claim doesn't work or my favorite sux. There will always be the dolt who can't figure out how to screw in a light bulb and consequently claims it

[android-developers] Re: A ready for Android development Eclipse

2010-12-16 Thread MrUmunhum
On Dec 15, 11:24 am, Roc Boronat pipo...@gmail.com wrote: Yes, but just now I'm talking with Carles Plà, a person who wants to help us doing the same but for Linux. What OS are you using? Bests, Roc Boronat rocboronat.net 2010/12/15 MrUmunhum mrumun...@cruzio.com On Dec 14, 3:12 am,

[android-developers] How to tell if phone is Android configured?

2010-12-16 Thread MrUmunhum
Hi group, I just was given a phone that is said to support Android? How can I tell?? It is a Sony Ericsson Xperia. If it dows support Android, how do I update it? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: ADT 9.0.0 preview

2010-12-16 Thread Tor Norbye
If you are using the new 9.0.0 preview bits you can go to the Options/Preferences dialog, and enable Android Editors Automatically format the XML edited by the visual layout editor. This will run the Eclipse formatter on your behalf behind the scenes when you are making graphical edits, so you

[android-developers] Google Maps Web service

2010-12-16 Thread Ragavan
Can anyone tell how to connect my web application with android mobile application through Google Maps web service? And explain the procedure to connect in details. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Reading assets directory without AssetManager

2010-12-16 Thread btschumy
I am porting some existing code to android. I have some data files that I need to put in the assets directory (or some comparable place in the package). The code I'm porting wants a path to the directory containing the data files, in this case assets. However, it seems like android won't let

[android-developers] Stuck at Screen Locked View

2010-12-16 Thread psrikant
When I run a basic 'Hello World' Android application in eclipse, the emulator launches and shows the screen locked view and the application does not run. The console shows the following... [2010-12-15 16:28:56 - Droid1] Android Launch! [2010-12-15 16:28:56 - Droid1] adb is running normally.

[android-developers] Re: Null canvas being passed to onDraw(Canvas canvas)

2010-12-16 Thread Henning
I start to see the same issue - never experienced it during testing, now seeing bugs in the publisher console. Is it safe to follows MOxo's suggestion? -- 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] Computer Vision / Image Processing

2010-12-16 Thread mhathcock
Android Developers: I am looking to develop native Android libraries for computer vision and image processing. I am an experienced C++ developer, and have a great deal of experience with OpenCV. What I'm looking for: Information about how Android handles cameras. I am well aware of the basics

[android-developers] Keyguard Issue

2010-12-16 Thread Wik Pun
Hi, I want to start activity when the screen is on so I need to disable keyguard. I have an main activity which register broadcast receiver. That broadcast receiver will check for screen_on intent and it will start a new activity to disable the keyguard. My program works fine if my main activity

[android-developers] Wifi connect and no internet error

2010-12-16 Thread Mark
I'm trying to open a webpage in my app using : try { URL url = new URL(rl); // Get the response BufferedReader rd = new BufferedReader( new InputStreamReader(url.openStream())); } catch (Exception e) {} It works great, and when there is no internet connection, it catches the error

[android-developers] Re: Android 2.3 SDK Emulator is very slow

2010-12-16 Thread Doug C.
I noticed the same thing. I'm simply running the Notepad tutorials. Previously I was running the 2.2 emulator, but after upgrading to 2.3 it seems *considerably* slower. Unfortunately I don't have an Android phone, and if this emulator slowdown is any indication of the way the SDK is going, I

[android-developers] How can Activity from pause to resume?

2010-12-16 Thread kong
I have two activities A and B,They are transparent. B uses mediaplayer to play video. A to B use startActivity(intent); then B plays the video.Then use startActivity(intent) to A. I found B's state is pause. But then I use startActivity(intent) from A to B. B's state is onCreate, onStart,Then

[android-developers] Re: Conversion to Dalvik format failed with error 1

2010-12-16 Thread sumanth
Hi Christopher, I looked up the build path and it contains only the library of android 2.2 (i tried it with other versions, including the new 2.3). Nothing seems to work, let me know if you/anyone have any ideas. Thanks Sumanth On Dec 7, 8:07 am, Christopher Lester whichsh...@gmail.com wrote:

[android-developers] Camera Preview problems

2010-12-16 Thread sivaramkrishna neeruganti
hi all, i am running a camera preview application on froyo file system.i have got problems with the preview. the preview has got two preview surfaces side by side.i am able to see the preview on two surfaces at the same time.one surface showing slightly blurred preview compared with the preview

[android-developers] The button Uninstall is gray

2010-12-16 Thread kong
settings-Applications-Manage applications But the button uninstall is gray.How can I uninstall the app? -- 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] unable to connect to the repository

2010-12-16 Thread rajiv
hi i have downloaded eclipse from eclipse if i tried to install adt pluggin it is saying unable to connect to repository please help 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] Videos

2010-12-16 Thread nish
HI i am new to android and i am looking for some video tutorials , so if any of you'll know where i can find please let me know. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

  1   2   >