[android-developers] Driver software for Android developer phone?

2008-12-26 Thread SRoy
Just got my Android developer phone, and promptly misplaced the one page getting started guide. Windows Vista (Found New Hardware) can not find driver software for it. The phone does not show up as mass storage, adb devices yields empty list of devices, and adb shell says error: device not found.

[android-developers] Error on dmtracedump

2008-12-26 Thread for android
When trying to read .trace file from dmtracedump tool,I get this error D:\android-sdk-windows-1.0_r2\toolsdmtracedump myActivity.trace ERROR: unable to read 458752 bytes from trace file Cannot read trace. Whats the reason for this error??any ideas on how to solve it ??? thanks

[android-developers] Context menu can't be create on MapView.

2008-12-26 Thread honglian...@gmail.com
hi all I want to create a context menu when LongClick is hitted. As result mapview is opened successfully; but the LongClick got no response. Would you like to give me a hand how to solve it? Below is the complete code. Thank you very much. package android.demo; import

[android-developers] Denoting non-marketplace apps

2008-12-26 Thread Al Sutton
All, Can I suggest that in apps which are not available on Market the following meta-data tag is added to the manifest; meta-data android:name=homeURL android:value=[insert_url_to_homepage] / This should help those apps which point a user to a download page for new versions. By using this

[android-developers] [Fwd: [android-discuss] Denoting beta versions]

2008-12-26 Thread Al Sutton
Forwarded to -developers because it could be a better place to discuss it. Al. -- == Funky Android Limited is registered in England Wales with the company number 6741909. The registered head office is Kemp House, 152-160 City Road, London, EC1V 2NX, UK. The views expressed in this

[android-developers] Re: Driver software for Android developer phone?

2008-12-26 Thread SRoy
Thanks to AD for pointing out http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware. -SR On Dec 26, 1:45 pm, SRoy s...@arw.in wrote: Just got my Android developer phone, and promptly misplaced the one page getting started guide. Windows Vista (Found New

[android-developers] How to track menu navigation focus changes?

2008-12-26 Thread blindfold
How can one track menu navigation events, that is, changes in focus as the user moves from menu item to menu item, i.e., yet without selecting (clicking) a menu item? The android.view.Menu.OnSelectionListener, which seemed to fit the bill, has been dropped from earlier versions of the Android

[android-developers] Re: GradientDrawable definition in XML?

2008-12-26 Thread ena
use this... ?xml version=1.0 encoding=utf-8? shape xmlns:android=http://schemas.android.com/apk/res/android; type=rectangle gradient android:startColor=#b1aeab android:endColor=#b1aeab android:angle=270/ corners android:radius=5dp / /shape On Dec 26, 7:39 am, brnzn

[android-developers] Re: Context menu can't be create on MapView.

2008-12-26 Thread honglian...@gmail.com
hi Guillaume Thanks for your response. I tried to override the onCreateContextMenu directly in MapActivity. The result is the same as the above. Below is the source code. package android.demo; import com.google.android.maps.MapActivity; import android.os.Bundle; import

[android-developers] starting Native executable from an Activity

2008-12-26 Thread kartic20
Hi, I am working on creating an Android application in which part of the code is in C and rest is in Java. i have been able to build executables of my c code and run them using adb shell. Now i want to start these executables from my Java UI (say on a button press -initialize). What is the

[android-developers] Re: Detecting if an Activity is being displayed or not

2008-12-26 Thread Mark Murphy
Jay-andro wrote: I have a service that runs in the background periodically and checks a database for some data. If it finds whats it's looking for, it shows an Activity to the user to alert him/her of this condition. Please please please please please don't do that. Raise a Notification

[android-developers] Starting native executable from an Activity

2008-12-26 Thread kartic20
Hi, I am working on creating an Android application in which part of the code is in C and rest is in Java. i have been able to build executables of my c code and run them using adb shell. Now i want to start these executables from my Java UI (say on a button press -initialize). What is the

[android-developers] Re: Context menu can't be create on MapView.

2008-12-26 Thread Guillaume Perrot
I have the same kind of code, which is working though. The key difference may be that I call mapView.setLongClickable(true); you should try it. 2008/12/26 honglian...@gmail.com honglian...@gmail.com hi Guillaume Thanks for your response. I tried to override the onCreateContextMenu

[android-developers] change gmail addres on phone

2008-12-26 Thread ipalik
Hello! Is it possible to change the mail adress, i typed in the first sign in of the phone? I mean the adress, when i turn on the phone. there i have to type in my gmail adress. ist ist possible to change this adress? Thanks --~--~-~--~~~---~--~~ You received

[android-developers] Why Instrumentation send events sync but Monkey async.

2008-12-26 Thread qiangnatural
I am doing automated test using instrumentation. I found instrumentation send key/pointer events by the sync way, however the Monkey tool sends by asynchronous way. Why automation tools use different way to send events? Which is better for automated testing? Thanks a lot.

[android-developers] Re: Context menu can't be create on MapView.

2008-12-26 Thread honglian...@gmail.com
hi Guillaume it seems I can't still work it out. log click got no response as before. below is the code and xml files. package android.demo; import com.google.android.maps.MapActivity; import android.os.Bundle; import com.google.android.maps.MapView; import android.view.ContextMenu; import

[android-developers] Is there any method help check app's UI element by automated test.

2008-12-26 Thread qiangnatural
Suppose UI designers developed UI specification to define styles of widgets/screen. App developer can easily apply the style defined by Setting its layout resource Id. Is there a way that App tester may use InstrumentationTestCase to automatically check if app's UI elements followed UI

[android-developers] Re: Media Player surprises me!

2008-12-26 Thread Moto
Hey Ninad, Post some code might 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

[android-developers] Re: Context menu can't be create on MapView.

2008-12-26 Thread Guillaume Perrot
I realized I was calling myself openContextMenu in my code, for tap events on overlays... I don't know how to handle long clicks on the map, sorry. 2008/12/26 honglian...@gmail.com honglian...@gmail.com hi Guillaume it seems I can't still work it out. log click got no response as before.

[android-developers] Re: How to track menu navigation focus changes?

2008-12-26 Thread blindfold
In other words, what is the rationale behind Android lacking something like an android.view.MenuItem.OnFocusChangeListener, while there does exist an android.view.View.OnFocusChangeListener? After all, the ListView - which is functionally not all that different from a Menu - supports both a

[android-developers] managedQuery() terminating the application.

2008-12-26 Thread Sarath Kamisetty
Hi, I am trying to write a simple application that displays the contents of Contacts content provider in the phone. So far, I have only one statement in this program (pasted below) and all it does is tries to get a cursor over the contacts list. However, when I run the application in the

[android-developers] Re: managedQuery() terminating the application.

2008-12-26 Thread Sarath Kamisetty
Ok thanks, just learnt to use adb and your guess is right. I see an error about READ_CONTACTS permission. May be I need to modify the manifest file. E/AndroidRuntime( 268): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.smsapp/com.android.smsapp.SMSApp}:

[android-developers] Re: managedQuery() terminating the application.

2008-12-26 Thread Mark Murphy
Sarath Kamisetty wrote: Ok thanks, just learnt to use adb and your guess is right. I see an error about READ_CONTACTS permission. May be I need to modify the manifest file. E/AndroidRuntime( 268): java.lang.RuntimeException: Unable to start activity

[android-developers] About register on android market

2008-12-26 Thread pubu he
Hi, Guys, I am registering account in android market, it need a card number, I wonder whether it's only used for pay the register fee ($25), or it's also used to receive the payment from users. Who knows about it? Thanks Harry --~--~-~--~~~---~--~~ You

[android-developers] 2 ListViews vertically and auto growing/shrinking

2008-12-26 Thread gsmd
Hi. 1. I want to place 2 ListViews side-by-side vertically so that each would occupy equal horizontal space. What I get so far with TableLayout wrapping them is either the first shown only or one placed under another. 2. Is there a way to say: in the ListView the first 2 items should get 25% of

[android-developers] How can I post message to service?

2008-12-26 Thread bely
Hi all, I create a service when the system starts to send information to my activity, the service is running always until system down, and it send intent to my activity when needed, and now I want my activity send back some information to the service when something happen, how can I do

[android-developers] Charging for Apps

2008-12-26 Thread tspree15
How are the 3rd party companies that let you charge for your apps. Do they work well? Is it a pain for the users to pay? Any comments would be appreciated, Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: how to evoke pv logger

2008-12-26 Thread Padmaja
Hi, Below mentioned changes are done and yet PV logs are not displayed while debugging. Please help me. Regards, Padmaja On Nov 7, 7:51 am, Dave davidlspa...@gmail.com wrote: To turn onPVlogging, change extlibs/pv/oscl/pvlogger/src/pvlogger.h: /* Release mode-- No logging */ #define

[android-developers] Re: How to force screen backlight brightness change immediately?

2008-12-26 Thread Daniel
Yes, anybody? I'm also looking into this! Thanks On Dec 9, 7:46 pm, junker37 junke...@gmail.com wrote: Does anybody have an answer for this?  I am looking to change thebrightnesslevel as well. On Oct 30, 9:44 am, Peli peli0...@googlemail.com wrote: It seems changing the backlight

[android-developers] Charge for Apps (What will Happen?)

2008-12-26 Thread thedailyb...@gmail.com
What happens to free apps when Android opens up the paying marketplace? In other words, if my app is free and I want to change it to charge , what will happen? Will all users who have the free app be able to use it still? Also, has anyone tried the current 3rd party pay sites that let you

[android-developers] Re: How does app know its APN in the APN list?

2008-12-26 Thread llnull
by apn.type type = mms for MMS type = for all PDP context type=default for browser On 12月23日, 下午12时52分, JasonCheng 17hado@gmail.com wrote: i also have interesting on this. On Dec 23, 9:59 am, JBQ jb...@huawei.com wrote: Hello,android put allapnin aapnlist in Mobile networks menu.I

[android-developers] Hello from newcomer

2008-12-26 Thread pubu he
Hi, Friends, I am a new comer in android development, hope to get help and share experience. Harry --~--~-~--~~~---~--~~ 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] Listview / Scrollview reach bottom event

2008-12-26 Thread nuno
Hi, Is there an event that is raised when the user reaches the bottom of the view when scrolling a listview or scrollview. I want this so that I can get more data from the remote server, like on the Market applications list. If it doesn't exist how do you think I can do it? Cheers, nuno

[android-developers] Android DevCamp in Amsterdam!

2008-12-26 Thread PanMan
Hi! On January 8th 2009 we will organize the first Android Dev Camp Amsterdam in honor of the introduction (early 2009) in The Netherlands of the T-Mobile G1 by Google. In short: For whom?: Current or future Android developers When and where?: Thursday, January 8th, 3pm - 10pm at Pakhuis de

[android-developers] Socket node and Session Controller node

2008-12-26 Thread m.developer.software
Hi, Streaming Manager is creating socket node, session controller node, jitter buffer node, media layer node and the graph looks like, 1. network_node_port - jitter_buffer_node_input_port connected 2. jitter_buffer_node_output_port - media_layer_input_port connected 3. network_rtcp_port -

[android-developers] android gps module ;do not exist the path data/misc/location;

2008-12-26 Thread LoveForLinux
Hi all: I read some paper about android which is named Android.A.Programmers.Guide recently . I want to test the gps module on android. But I found there is no /data/misc/location path on my android emulator when I start the emulator. Is there anybody to explain the problem. Thank your very

[android-developers] Animations causing redraw of all View objects?

2008-12-26 Thread lg
Hi. I've been experimenting with using startAnimation (TranslateAnimation) on several Views in my app. What I've been noticing is that for every frame that Android interpolates, it sends an onDraw callback to every View on the screen for a full redraw, even if they are not affected. If I ignore

[android-developers] Re: Regarding .apk file converting to .java file

2008-12-26 Thread Lee ligoden
Good idea! 2008/12/24, Naina kna...@gmail.com: Hello, If I have an .apk file for android application, I would like to know how can I convert this .apk file to .java file so that I can see the code in that application. I have tried using dexdump to get the .dex file, but I am not getting

[android-developers] Confusion over source compatibility of 1.0 release with latest SDK

2008-12-26 Thread Makeable
I recieved my (consumer) G1 just last week, and I have been eager to start hacking away. One of the minor niggles I have had is the inability to search by business name in my contact list - and the overall contact presentation in general. Rather than reinvent the wheel, I downloaded the Contacts

[android-developers] GPS / LocationListener / Location.getSpeed(), m/s or knots?

2008-12-26 Thread Vegard W
Hi, I've been playing around a bit with the sdk and the emulator today, and have a question about Location.getSpeed() I made a small app to test getting speed from the gps. It just prints out the speed as it is received from the gps using a LocationListener and Location.getSpeed() The source

[android-developers] Why the webkit just send to plugin 20 bytes through NPP_Write

2008-12-26 Thread Slacker
Hi all, I am developing a new plugin for web browser via NPAPI as google default android gears plugin. But I always get 20 bytes from browser. Every time browser call my plugin API NP_Write and then send 20 bytes. I verified the 20 bytes is the beginning of the required embedded object. Why? Is

[android-developers] Overriding Camera Button takePicture inside App

2008-12-26 Thread flashfreakmx
I am writing an application that starts the camera via the menu... then it launches the camera preview. I know I can use my own takePicture Method but how do I override the one being performed by the camera button? --~--~-~--~~~---~--~~ You received this

[android-developers] What's the usage of the card when register android market account

2008-12-26 Thread He Yunlong
Hi, Guys, I am registering account in android market, it need a card number, I wonder whether it's only used for pay the register fee ($25), or it's also used to receive the payment from users. Who knows about it? Thanks Harry --~--~-~--~~~---~--~~ You

[android-developers] 2 ListViews vertically and auto growing/shrinking

2008-12-26 Thread gsmd
Hi. 1. I want to place 2 ListViews side-by-side vertically so that each would occupy equal horizontal space. What I get so far with TableLayout wrapping them is either the first shown only or one placed under another. 2. Is there a way to say: in the ListView the first 2 items should get 25% of

[android-developers] Re: How to force screen backlight brightness change immediately?

2008-12-26 Thread Daniel
Yes, does anybody have an answer for this?? thanks On Dec 9, 7:46 pm, junker37 junke...@gmail.com wrote: Does anybody have an answer for this?  I am looking to change thebrightnesslevel as well. On Oct 30, 9:44 am, Peli peli0...@googlemail.com wrote: It seems changing the backlight

[android-developers] AT command in Android

2008-12-26 Thread ayan
Hello, I'm looking for information about the AT command set. What's version is it? Does it support modem through UART? Thanks Yan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Dpad press and hold key

2008-12-26 Thread ron
Hi, Is it normal that when you press and hold the Dpad key (or any other keys), it will first generate 1 key event, and after like 1 second or 2, it will then generate other key events repeatedly, as long as you are still pressing the key?? I am trying to write a game and want to use the Dpad as

[android-developers] Press and hold Dpad direction doesn't generate continuous events

2008-12-26 Thread ron
Hi, I am thinking to write a game that uses the Dpad as the direction keys. I am expecting to press and hold the Dpad's up/down/left/right to control my game character to move in those directions. However, when I test it on the emulator, pressing the Dpad right will first generate 1 onKeyDown

[android-developers] Can some one with a G1 and a WIFI connection test this

2008-12-26 Thread s...@zoovision.com
video stream? I'm waiting for my G1 Dev to arrive and I'm curious if this h.264 stream plays and how it looks. It's designed for a wifi or a fast 3g connection. rtsp://stream2.zoovision.com/3g/TokyoPoliceClubLiveNatureoftheExperimentnokia.3gp Thanks in advance for your feedback! Sean

[android-developers] Japanese Providers

2008-12-26 Thread srwadleigh
Has anyone gotten their dev phone to connect with a Japanese sim, from either AU or Softbank? Softbank currently supports the iphone and have a reasonable data plan, seems like a natural match for the gphone as well. Any experience people have had would be appreciated. Thanks.

[android-developers] Menu appears in middle of screen when using Dialog theme.

2008-12-26 Thread bendavis78
Here's a screenshot: Before menu btn is clicked: http://i39.tinypic.com/allwn5.jpg After menu btn is clicked: http://i39.tinypic.com/1zf7jg4.png This is pretty easy to reproduce. Just create a new android app, change the theme in the android manifest to @android:style/ Theme.Dialog, and

[android-developers] Orientation sensor: why does roll change with pitch?

2008-12-26 Thread Nick
Hello, If I have a pitch of 0 or 180 I can roll between -90 and 90 as expected. However as the pitch approaches 90 and -90 the roll range decreases proportionally. Should roll be independent of pitch? Also, I expected roll to have a range of -180 to 180. Any help is appreciated. Nick

[android-developers] new window manager for multiple applications

2008-12-26 Thread naturemade
Hi, I am wondering how difficult it is to implement a new window manager that can display multiple applications simultaneously just like a desktop window manager. I am looking Android for a big screen device and thinking that it may be doable by modifying PhonWindowManager.java at policies

[android-developers] DB read notification?

2008-12-26 Thread samudra
Hi, using content observer, I could handle a DB write notification. Is there a way to check if someone trying to read the DB? I mean, is it possible to get a notification when the DB is read? Thank you. ~Samudra --~--~-~--~~~---~--~~ You received this message

[android-developers] vnc server problem - remote display not the same with monitor

2008-12-26 Thread happyada
Hello: I use vnc server to remote control Android emulator, it's working well, but when I push right and left key, remote display not always update. the behavior is one time update one time nothing happen. but monitor part is normal. could any one help us?? or who can tell me how to modify

[android-developers] Re: Unparsed aapt error(s)! Check the console for output

2008-12-26 Thread Immy
Just delete the R.java file. It will get recreated again. and your problem is solved :) On Nov 3, 11:31 am, Qi (蒞) qike2...@gmail.com wrote: The aapt.exe compiles the Resources and generates the R.java If you see this error, likely there is some error in your resource files. As it says,

[android-developers] The G1

2008-12-26 Thread BTMS
Hi Developers, the G1 is amazing, but i have one request can you try to make a video player that uses more comon files? Oh, and i love my G1 Thankyou for taking the time out to read this message i know you guys are buissy tring to make the G1 a better phone so keep up the good work

[android-developers] Stack overflow - 32 deep class hierarchy

2008-12-26 Thread thesquib
I have come across an interesting problem. If I have a class hierarchy that is 32 deep and attempt to instantiate the 32nd one, the VM breaks with a stack overflow. I take it this is expected - 32 seems like a 'magic' number. Debugging shows that the VM fails to load the class, tries to throw and

[android-developers] Problem using ActivityInstrumentationTestCase class

2008-12-26 Thread sundar
Hey guys, I have written a simple ActivityInstrumentationTestCase class to test my activity and I have completed the settings for JUnit framework using link http://code.google.com/android/kb/ troubleshooting.html#addjunit under title I can't run a JUnit test class in Eclipse/ADT , but when I run

[android-developers] Re: Merry Christmas and a Happy New Year!

2008-12-26 Thread Lee ligoden
Hi, Thank you! Merry Christmas and Happy New Year,everyone! ligoden Lee 2008/12/24, Teo teomina...@gmail.com: Hi, just wanted to wish all the devs in this group a Merry Christmas and a Happy New Year, and special thanks to the Android team who made this all possible! Best wishes,

[android-developers] Re: Launch Voice Dial From Bluetooth Headset Button

2008-12-26 Thread epv
On Dec 12, 4:29 pm, Nick Pelly npe...@google.com wrote: We have fixed this bug - you can now trigger voice dial from bluetooth, it will be pushed to the open source repo soon. Nick This is pretty great - the second half, though is not requiring keyboard/screen interaction to confirm after

[android-developers] RTP socket creation

2008-12-26 Thread m.developer.software
Hi, Could anybody please tell me where the RTP socket will be created to receive streaming media and how it will be given to the jitter buffer ? Thanks and Regards, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Confusion on latest SDK vs android 1.0

2008-12-26 Thread Makeable
I have the most recent sdk as provided from the android website, and I have exported the Contacts application from 1.0 head repository. My aim is to make modifications to the Contacts List and implement it as an application with the neccessary intents to replace it. Unfortunately, it seems that

[android-developers] Need help...........

2008-12-26 Thread siva
Hi All, This is sivaram. I am newly shifted to google android mobile application development. I am new to android sdk i have worked on some example programs given in the api. I dont know how to debug the code line by line. I used to do this in java by using the System.out.println () and print

[android-developers] how can I find a keytool and Jarsigner which I can use without an Administrator password (I have no Administrator)

2008-12-26 Thread Keith Crozier
how can I find a keytool and Jarsigner which I can use (whenever I try to use them, it wants an Administrator password, which I have never specified - I have 2 PCs and don't belong to a group). I get a message: Unable to log on: logon failure: user account restriction. Possible reasons are

[android-developers] How to reference another GUI xml from within a GUI xml?

2008-12-26 Thread Mariano Kamp
Hi, let's consider this: You have a list view that shows all emails in your mailbox, but just their subject and from information. When you click on a list item to launch an activity that shows the full mail. The latter view also contains the same subject and from information, rendered

[android-developers] Group Text Messaging

2008-12-26 Thread medlinwsp2m
I would like to be able to send a text message to an individual group i.e. Family, Friends etc. instaed of having to type in 1 contact at a time. With technology like Android, you would think this would be no problem, but it seems that it is not an option. Is this feature going to be available

[android-developers] File download in Browser

2008-12-26 Thread TBoom8669
Unless I am missing something... The Browser should allow the download of 3gp files from GMail. All attempts thus far have resulted in the error The content being downloaded is not supported on the phone. The same file works fine if the attachment is first downloaded to a pc and transferred via

[android-developers] Is there a broadcast intent for cell network (not wifi) state changes?

2008-12-26 Thread James Aguilar
Is there a broadcast intent for cell network (not wifi) state changes? I'm trying to write an app that tracks battery usage and correlates it with the set of features that are turned on. I was hoping to use a BroadcastReceiver to track changes to the battery, wifi, screen, gps, bluetooth, and

[android-developers] When will we get root back?

2008-12-26 Thread coolbho3k
I'm speaking for the early adopters who bought a T-Mobile G1 directly from the carrier before the ADP1 was even announced. I paid full price ($400 USD) for my phone, the same price I would have paid for an ADP1. Yet, I have updated to an official version of the infamous RC30 update, thinking

[android-developers] Re: Taking payments (google checkout)

2008-12-26 Thread tspree15
Does anyone have any updated info on when the paid marketplace will be active? I know it says Q1, but I was hoping someone had a more exact time frame. I'm waiting to release my app until we can charge. Thanks On Dec 24, 3:04 pm, Kevin kgalli...@gmail.com wrote: Its not really paying for the

[android-developers] Re: Thought's On Android CupCake?

2008-12-26 Thread Muppetry
I can see both points here. T-mobile have done what cell operators have always done, which is lock as much down as they can and treat the customer like an idiot, possibly even a criminal. They're morons... we understand that. However in developing an OS for mobile devices like this Google and the

[android-developers] FireWall Packets in Jitter Buffer

2008-12-26 Thread m.developer.software
Hi, What does DecodeFireWallPackets( ) do in pvmf_jitter_buffer_node.cpp and why is this requried? What is the concept behind using this? Please answer for my above question. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: Android Dev Phone Battery life

2008-12-26 Thread albemuth
I don't know if I screwed mine up (was using it during the first charge), these last 2 days that I've been using it a lot I get 6 hours at best :/ On Dec 22, 9:50 am, Michael michael573...@gmail.com wrote: Yeah, with light use, I charge ever 2 days.  I generally plug it in every night, and

[android-developers] How translucent works?

2008-12-26 Thread Wang He
I want my activity works with translucent effect. I did as android sdk Apidemo - TranslucentBLurActivity did in my code. But it doesn't work. For my code, what difference with the Apidemo is, my layout is more complex than a simple TextView in Apidemo. So, could I think as: Android's

[android-developers] data transfer to moblie from server/pc using GPRS

2008-12-26 Thread avi
hi, i have to build an application that will transfer data from a server to an android enabled mobile phone via GPRS... i dont know where to start..give me some ideas... thanks... --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Recording audio stream

2008-12-26 Thread vitalii.mi...@gmail.com
Is there any way to record audio stream and send streaming audio to network ?? Instead of recording to file. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] soft keyboard error

2008-12-26 Thread oba
short description: after using repo sync as of today : 25.12.2008, and doing a 'make' , there is a problem when using my new system images (see attached file for details). compile env: ubunto 8.10 , with all needed pakages to compile - checked 'apt-get upgrade to make sure my env is up to date.

[android-developers] onSaveInstanceState() onConfigurationChanged()

2008-12-26 Thread Wang He
When to use onSaveInstanceState() When to use onConfigurationChanged () ? Thanks~~ --~--~-~--~~~---~--~~ 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] Encrypted email

2008-12-26 Thread James Kelly
I was wondering if anyone is working on the encrypting of text messages. Just at the point of storage. Maybe only encrypting threads for specific people. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Student Developer Deals

2008-12-26 Thread JohnStJohn
Does anyone know whether there are special deals on developer phones available for students interested in developing an Android app for a class project? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Animation flicker when change to flipped version.

2008-12-26 Thread ron
Hi, I am writing a simple game. I created a sprite sheet for animations, and I can move the character on the screen left and right. The character animation graphics on the sprite sheet are all facing right. My approach to make the character face to a different direction is to created a flipped

[android-developers] How to access internet in emulator v1.0

2008-12-26 Thread sheik ahmed
hi all, i have been looking to enable internet access in the emulator v1.0.. Please guide me regarding this ... thanks. regards, sheik --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Testing a Android Activity..

2008-12-26 Thread RAJENDIRAN SUNDARRAJAN-CPB738
Hey ... The instrumentation classes in Android is useful in testing the basic functionalities like 1. Testing the layout .. (eg:- validating the relative position of the buttons, and error conditions) 2. Launching Activities and verifying their intents ... And so on . But its not much helpful

[android-developers] Re: Media Player surprises me!

2008-12-26 Thread pashakym
hi , i think you can access Sd card (read/write) simultaneously only from one thread , (not only SD card , any USB device - like memory memory) i checked it once , in one thread i tried to read from SD card (media player) , and in another tread i tried to copy file from the card, after coping

[android-developers] dlopen error Cannot find library when trying to load a c library

2008-12-26 Thread waterblood
Hi All, I have countered a error Cannot find library when with dlopen in android arm device. Blow is my android.mk android.mk for dynamic lib --- LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_SRC_FILES := \

[android-developers] Re: change gmail addres on phone

2008-12-26 Thread sherifffruitfly
Steps here: http://groups.google.com/group/android-beginners/browse_thread/thread/4d1e0f9f80bc6fb4# On Dec 26, 5:57 am, ipalik p.christo...@googlemail.com wrote: Hello! Is it possible to change the mail adress, i typed in the first sign in of the phone?  I mean the adress, when i turn on

[android-developers] Re: Thought's On Android CupCake?

2008-12-26 Thread GTeye
The only issue is that many people bought the Tmobile G1 because they were told that these features were coming and that the only reason they weren't there is because the Google Android team could not finish them before the launch of the Tmobile G1. Hats off to Google for adding the features in

[android-developers] Table implementation

2008-12-26 Thread omar.salama
Hello all, I was asking what is the best way to implement the following UI view: A table. Each row contains the following (with the same order): An icon on the left - A string beside the icon – A progress Bar indicating the % (10%, 90%,…etc) – A string below the progress bar Thank you, Omar

[android-developers] Table implementation

2008-12-26 Thread omar.salama
Hello all, I was asking what is the best way to implement the following UI view: A table. Each row contains the following (with the same order): An icon on the left - A string beside the icon – A progress Bar indicating the % (10%, 90%,…etc) – A string below the progress bar Thank you, Omar

[android-developers] how to enable internet access in emulator v1.0

2008-12-26 Thread sheik
Hi all, i have looking to enable internet access in emulator v1.0.. kindly guide regarding this... i am working on windows xp OS with eclipse... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] fix for QuickDraw error os x ?

2008-12-26 Thread Matthew Wallace
I am very new to android development and I would say very excited because it is Java or Java like yeah! anyway I installed the latest SDK and when through the Hello World app and get the error. [2008-12-26 10:53:11 - Emulator] 2008-12-26 10:53:11.320 emulator [80590:10b] Warning once: This

[android-developers] Having trouble getting ListView to show selected item as highlighted

2008-12-26 Thread Timothy DeWees
Hello, I've seen a few post on this but have never seen or understood the solution. I have an application that is showing a list of items from a database. I extended the CursorAdapter and added an icon in front of the item to easily show type. When I navigate the items using the track-pad, it

[android-developers] Re: Need Help for installing Eclipse plugin

2008-12-26 Thread David Ziants
Note that the URL is now: http://dl-ssl.google.com/android/eclipse/ (and not https). On Nov 14 2007, 7:28 am, Luka jeremil...@gmail.com wrote: https://dl-ssl.google.com/android/eclipse/ is NOT the URL where you can download Eclipse but the URL where Eclipse can find the Android Plugin with

[android-developers] Re: managedQuery() terminating the application.

2008-12-26 Thread prakarp
In your Android Manifest file, you need to configure explicit permissions for your application to read the Contacts database. In Eclipse, you can do this easily,, just click around with the AndroidManifest file. - p On Dec 26, 10:28 am, Sarath Kamisetty sarath.kamise...@gmail.com wrote: Hi,

[android-developers] Re: Adding image to Background:

2008-12-26 Thread Android
make the object of the our view and set the background eg: view = new SampleView(this); view1.setBackgroundResource(R.drawable.bg); On Dec 22, 3:24 pm, sukumar bhashyam.suku...@gmail.com wrote: Setting background Image to where? Application background or ImageView background? Use

[android-developers] Re: change gmail addres on phone

2008-12-26 Thread freedom
'MENU-Settings-SD card phone storage-Factory data reset' then restart your phone On Dec 26, 9:57 pm, ipalik p.christo...@googlemail.com wrote: Hello! Is it possible to change the mail adress, i typed in the first sign in of the phone?  I mean the adress, when i turn on the phone. there i

[android-developers] how to make my program access /dev/log/radio directory?

2008-12-26 Thread barqw
i want cat some log in /dev/log/radio for my program,but i found that the file does not allow to access,return errors in permission deny,does anybody know how to make my program access this file ? does sign my program work?is work ,how to sign?

[android-developers] layout directories

2008-12-26 Thread Mahesh
Where can I find documentation about different layout directories like layout, layout-land, layout-finger and layout-keyshidden and similar drawable directories? A brief description would be helpful. thanks --mahesh n --~--~-~--~~~---~--~~ You received this

[android-developers] Problem with TextEdit.setError (Bug?)

2008-12-26 Thread Aaron Isotton
Hi, I'm developing a calculator-like application and I have a strange problem with error popups. I won't say that it is a bug in android yet, but I think it could be. The UI of the application consists of a ListView at the top and an EditText at the bottom. The ListView is configured to expand

  1   2   >