[android-developers] Re: Debugging an app

2008-12-17 Thread JS
Thanks. I love code. where is ro.debuggable set? On Dec 16, 5:40 pm, fadden fad...@android.com wrote: On Dec 16, 1:03 pm, JS yevm...@gmail.com wrote: Interesting.  So the emulator doesn't honor the debuggable in manifest? Can I copy the app from the phone to the emulator and debug it?

[android-developers] Re: A ListView that show the contact icon and name in a list item

2008-12-17 Thread Luke w
Thanks verymuch for android. Your method of extends the CursorAdapter is more facility, and it is really smart looks cute, ha. BR, Luke Wang Rita Rudner - I was a vegetarian until I started leaning toward the sunlight. On Tue, Dec 16, 2008 at 1:36 PM, for android forandr...@gmail.com wrote:

[android-developers] Re: If your hosting your own .apk

2008-12-17 Thread Al Sutton
Google Sites is a no-no for apk hostig at the moment; http://groups.google.com/group/android-developers/browse_thread/thread/b4fffb26e83d9653 Al. David Given wrote: Tom wrote: My APK is 1.2M. I've searched for ways to reduce it in size without success. Any pointers? Alas,

[android-developers] Re: Creating reusable components for use across multiple packages

2008-12-17 Thread joshv
I do not believe there is any way to share code via an apk deployment. Each application is an island, and can use only the system libraries, and the code shipped in its own apk. On Dec 16, 12:28 pm, Mark mark.nuetzm...@gmail.com wrote: If I am interested in creating custom views, services, and

[android-developers] Re: TextView/Button, Gravity, Background Images

2008-12-17 Thread Romain Guy
Hi, Your 9patch might contain a very large padding area. You should check it out in the draw9patch tool and make sure the content area is large enough. On Wed, Dec 17, 2008 at 4:59 PM, Ward Willats goo...@wardco.com wrote: It seems as though if I set the background to a stateful drawable in

[android-developers] Re: G1 activation problem

2008-12-17 Thread Michael
Your carrier has no way of knowing that you're using wifi, they're not involved in that case. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: When is (or isn't) instance state restored ?

2008-12-17 Thread Peli
The only possible complication is that it is also possible to save an activity state through shared preferences (or a content provider) in onPause() and retrieve that in onResume(), so there is a delicate question which information to store in shared preferences (or content provider) and which

[android-developers] Re: processing camera preview before display

2008-12-17 Thread dmanpearl
Some notes on this thread and some code... 1. You need the Surface and it must be as large as the preview image, though it doesn't have to be visible. Don't set SURFACE_TYPE_PUSH_BUFFERS. 2. Don't try to process the preview in the preview callback. There isn't enough time and you will crash the

Re: [android-beginners] Re: [android-developers] G1 owners: A system update is available - is it safe?

2008-12-17 Thread Cyril Jaquier
The SIM-locking in the G1 is unrelated to Android itself, it's a much deeper property of the underlying firmware. You can apply the upgrade and your device will still be SIM-unlocked. I can confirm that you won't need to re-activate your phone. Regards, Cyril

[android-developers] Podcasts

2008-12-17 Thread Rajendrakumar C
Hi All, Hey anyone of you know aything about podcasts in Android. Anyone of you know how to implement. I need the code to implement to podcasts --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-beginners] Re: [android-developers] Re: G1 owners: A system update is available - is it safe?

2008-12-17 Thread Xavier Mathews
This Still involves android so its still the right place. If you update from your phone then its safe. On 12/17/2008, Disconnect dc.disconn...@gmail.com wrote: What he's not mentioning (and this is importnat if you are a developer) is that the update will remove root access, so you lose most

[android-developers] Re: Adb server probelm

2008-12-17 Thread Xavier Mathews
Well that error is annoying! Did you reset your connection to both server and reconect your monitor. And diable the remote host. On 12/17/2008, Atish atish...@gmail.com wrote: Hi i am new to android.Sometimes while running the emulator i get this error.I don't know what to do.I restart

[android-developers] Re: ATT

2008-12-17 Thread moazzamk
Tmobile G1 IS capable of accessing a 3G service but at 1700Mhz frequecy. So, it can only access the 3G service of Tmobile only (which is the only provider that runs their 3G service on that frequency). Since G1 uses Android, we know that it is capable of using it too. - Moazzam

[android-developers] Re: Issues while using putExtra

2008-12-17 Thread Peli
You should change the following: static final String CONTACT_NAME = null; static final String CONTACT_PHONENUMBER = null; into this: static final String CONTACT_NAME = I_am_so_silly; static final String CONTACT_PHONENUMBER =

[android-developers] Re: Get message from inbox

2008-12-17 Thread Xavier Mathews
SMS Text or SMS Email? On 12/16/2008, Syahreza Octadian syahreza.octad...@gmail.com wrote: Dear all, any one can help me, what API that i can use to manipulating SMS -- Regards Syahreza Octadian -- Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Client

[android-developers] Re: apache httpclient usage in 1.0 r2 release

2008-12-17 Thread Jason Proctor
did you request internet permission for your application in your manifest file? (occurrence #3225 of this FAQ.) Hi, Trying a simplge connection in andorid using the 3rd party library Apache Client (these libs were present by default in M5 now that it is removed, compiling by including these

[android-developers] Re: ATT

2008-12-17 Thread Al Sutton
The G1 also works at 2100Mhz which is the standard used in most of the worlds 3G deployments. Al. moazzamk wrote: Tmobile G1 IS capable of accessing a 3G service but at 1700Mhz frequecy. So, it can only access the 3G service of Tmobile only (which is the only provider that runs their 3G

[android-developers] Re: When is (or isn't) instance state restored ?

2008-12-17 Thread Justin (Google Employee)
I see a couple of problems with your scenario. While possible, its unlikely that an application is going to live that long in the background, unless you have a very unusual user. Secondly, data in a content provider can change at any time, even while your application us running. Whatever data you

[android-developers] Re: How can I send CJK text via SMS on G1

2008-12-17 Thread pusher
haha. The problem is that there is only 7bit encoding for sms characters. And u need usc-2. You can manually create correct PDUs and send it using reflection (sendRawPdu method) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] group delivery options settings ineffective

2008-12-17 Thread Jason Proctor
anyone else encountered this? the options offered here -- http://groups.google.com/group/android-developers/subscribe -- don't do anything any more. i said no email yesterday, but i'm still getting every email today. (if there's a better place for this email, please suggest. thanks. btw the

[android-developers] Re: Question about the use of FrameLayout

2008-12-17 Thread Satya Komatineni
I suppose if something is an activity it can be replaced with another component activity and thereby promising a certain amount of openness where it is applicable through intents etc.. On Wed, Dec 17, 2008 at 1:17 AM, Eric Chan jude...@gmail.com wrote: lol, I always argue with my mates about

[android-developers] junit

2008-12-17 Thread chinna
Can anybody tell me how to run the junit program --~--~-~--~~~---~--~~ 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

[android-developers] Re: Android Dev Phone 1 + Shipping to Germany

2008-12-17 Thread Sergi Vélez
My phone was shipped on 15. Took 3 days from ordering day. Brighstar tracking page never changed from ordered, but I was able to track it using UPS track by reference. Arrived just now (Spain) :) On Dec 14, 11:22 pm, Tim tjh...@gmail.com wrote: Go tohttp://www.ups.com/WebTracking/referenceand

[android-developers] Re: Trouble getting values from a data driven Spinner

2008-12-17 Thread filbert
Well, I found the XML attribute android:visibility=gone to make a hidden field so I can pass the code around... but I'm still wondering if there's a better way to do what I'm attempting. I still have the problem of how to pre-select it the next time the spinner is visible without iterating

[android-developers] Re: G1 activation problem

2008-12-17 Thread Alex B
Vladimir, you only need data access for the 5 minute activation process. Beyond activation, the data plan is only necessary for always-on-networking; however, if you do not care for always-on- networking, you can definitely just use Wi-Fi networking intermittently -- that is, whenever you obtain

[android-developers] Re: Command line parameters to Instrumentation test case

2008-12-17 Thread avi
I found it out. Posting it for people who might be interested. Intents are used for this purpose. The Activity Manager command line tool am can accept Intent parameters. adb shell am -e param_name value -n package/.Activity_class can be used to execute the Activity from command line and in the

[android-developers] Re: OutOfMemoryError BitmapFactory.nativeDecodeByteArray inside Threads

2008-12-17 Thread Mike Reed
Its a little raw, but if you know you're absolutely done using a given bitmap object, you can call bitmap.recycle(). This immediately frees up the memory associated with the bitmap, and marks it as dead, meaning it cannot be referenced again (i.e. don't try to draw or get/ set its pixels

[android-developers] Re: unlocked phone - shipping fee

2008-12-17 Thread Dirk Jäckel
Hi! Over here in Germany its 174$. Most of it seems to be customs fee. The rest is hopefully for fast overses shipping. I will now how much what is when my phone gets here. Hopefully soon :-) The explanation is in the help http://android.brightstarcorp.com/help.php: For Orders shipping outside

[android-developers] G1 owners: A system update is available - is it safe?

2008-12-17 Thread Stoyan Damov
Sorry for the cross-post, but it's kind of urgent. I got this message A system update is available. While your phone is updating, you cannot make emergency calls. Your phone will restart during the update. I own an unlocked G1 (I'm in Bulgaria), so I'm concerned that I'll have to unlock it again

[android-developers] Re: Detect TAB key?

2008-12-17 Thread Keith Wiley
Hmmm, that's very interesting. Thank you. As hinted in my original post, I suspected there was some dichotomy between the physical keyboard (and its KeyListener) and the higher-level characters being delivered to the EditText. Thank you. Nevertheless, I am actually trying to implement a

[android-developers] Re: How to remove Gallery drop shadow

2008-12-17 Thread Tyler Clintworth
Below is my test code. If you look at the left side of the text you will see a gradient shadow over the text, but I'm not specifying any background. Forcing the background to null had no effect. public class GalleryTestActivity extends Activity { ArrayAdapterString arrayAdapter; /**

[android-developers] Re: How to remove Gallery drop shadow

2008-12-17 Thread devileper
Below is my test code. If you look at the left side of the text you will see a gradient shadow over the text, but I'm not specifying any background. Forcing the background to null had no effect. public class GalleryTestActivity extends Activity { ArrayAdapterString arrayAdapter; /**

[android-developers] Re: OutOfMemoryError BitmapFactory.nativeDecodeByteArray inside Threads

2008-12-17 Thread Mark K
Thanks for the beta on the bitmap,recycle(), it works! Before processing the next bitmap I use this code to free up memory. I have a class level Bitmap object. Bitmap bm;// class level if (bm!=null) {

[android-developers] Keeping GUI Updated

2008-12-17 Thread Al
Hi, I have a Service which maintains a connection to the server. The info from the server is sent to the GUI via a Handler. When my Activity is killed, I can no longer keep the GUI update to date. Does anyone know how do keep it always up to date? I've seen connect bot do this, but I can't work

[android-developers] Keeping GUI Updated

2008-12-17 Thread Al
Hi, I have a Service which maintains a connection to the server. The info from the server is sent to the GUI via a Handler. When my Activity is killed, I can no longer keep the GUI update to date. Does anyone know how do keep it always up to date? I've seen connect bot do this, but I can't work

[android-developers] How do you start a service on installation?

2008-12-17 Thread devile...@gmail.com
I need a service to begin the moment my application is installed. Is this possible? My current approach is to create a BroadcastService which receives the PACKAGE_ADDED action. However, this only seems to work after my application is installed, not when my application is installed. receiver

[android-developers] HTTP Post with header

2008-12-17 Thread agal
Hi, I want to do an HTTP Post in Android, using the HttpClient 4.0 APIs. This is my code snippet: ... HttpClient postclient = new DefaultHttpClient(); HttpPost postMethod=new HttpPost(posturl); postMethod.addHeader(Content-Type, the type); String requestBody = some text; postMethod.setEntity(new

[android-developers] Problem with screenshot

2008-12-17 Thread Dec.
hi,guys~! i've been playing around on g-phone test for a few days,But i'm really confused on how to get current screenshot,One way is to use getrootview()-getdrawingcache() method,providing that a View on the screen is already known ;But the statusbar is lost,What's more,if i launch an

[android-developers] Re: Keeping GUI Updated

2008-12-17 Thread Michael
I have an app that uses a background thread to fetch data, then posts messages/runnables to keep the UI up to date. When the UI is not visible, this thread is suspended. Pretty much, onCreate/onResume/etc for the Activity starts the background process if it's not running.

[android-developers] Re: ATT

2008-12-17 Thread jack.cox1...@gmail.com
Unfortunately you can't do it with the g1... sorry edge only. although edge is not at all bad on android, and WAY faster than on that other phone. Jack from my dev1 (via ATT) On Dec 16, 10:15 pm, Xavier Mathews xavieruni...@gmail.com wrote: Att is 3G! On 12/16/2008, Dave

[android-developers] execute ping from RunTime exec

2008-12-17 Thread tonyant
In those code, StringBuffer echo = new StringBuffer(); Process process = runtime.exec(ping -c 4 127.0.0.1); InputStreamReader reader = new InputStreamReader(process.getInputStream ()); BufferedReader bufferedReader = new BufferedReader(reader); String line = ; while ((line =

[android-developers] Re: junit

2008-12-17 Thread Xavier Mathews
Excusse Me? Whats the problem. Can you please provide more detail? On 12/17/2008, chinna skbara...@gmail.com wrote: Can anybody tell me how to run the junit program -- Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Client Based Tech Support Specialist Hazel Crest

Re: [android-beginners] Re: [android-developers] Re: G1 owners: A system update is available - is it safe?

2008-12-17 Thread Disconnect
What he's not mentioning (and this is importnat if you are a developer) is that the update will remove root access, so you lose most of the (potential) control over your device. On Wed, Dec 17, 2008 at 10:45 AM, Stoyan Damov stoyan.da...@gmail.comwrote: @ JBQ, I'm sorry for the wrong place to

[android-developers] Re: Why File.mkdirs() can not succeed?

2008-12-17 Thread Jean-Baptiste Queru
Please don't hard-code that path and use the appropriate API in Context instead, so that your app continues to work if/when that path changes. JBQ On Wed, Dec 17, 2008 at 4:23 AM, shuoshuo wzshuos...@gmail.com wrote: Yes, I see, I create file on /data/data/mypackagename/ could succeed.

[android-developers] Re: Keeping GUI Updated

2008-12-17 Thread Al
Usually I wouldn't mind if the Activity is stopped and no more updates can be sent, but in this case (IRC app), I always need to keep the channel info up to date, even when the app isn't in focus, so suspending the thread is not an option. Also, for events like private messages and highlights, I

[android-developers] Re: What is Result of Building Source Code ?

2008-12-17 Thread Ravi Yenduri
Hi Amit, Did you build the code yet? If not, please do so. If yes, please look at the out directory. The directory structure in the out (build output) folder is very self explanatory. The basic questions should probably be posted in http://groups.google.com/group/android-beginners. -Ravi

[android-developers] Trying to restore state

2008-12-17 Thread Brad Gies
My app was a couple of custom classes that have long running processes in them, so I instantiate them in a thread and pass them back to the activity in a message and then from the handler run the FillProductInfo method which updates the UI with the data. I thought I might have a few problems

[android-developers] What is Result of Building Source Code ?

2008-12-17 Thread Amit
Hi friends, I want to know what is the result of building the android source code on Linux, what all files are generated ? Is the file android.jar generated. If yes, at what location ? Are the tools emulator and adb generated ? Also, how will i come to know if my build is successful or not ?

[android-developers] Computer Reboots when accessing G1 through USB

2008-12-17 Thread Urig
Hi all, I'm having a problem when trying to debug on my G1 device. My machine runs Windows XP with with service pack 2. I'm working on SDK version 1.0_r2 Yesterday, I've downloaded the SDK which included drivers for USB. But since then, every time I open eclipse (Eclipse 3.4 - Ganymede), the

[android-developers] Fwd: Menu Issue

2008-12-17 Thread diya blore
-- Forwarded message -- From: diya blore diya.bl...@gmail.com Date: Wed, Dec 17, 2008 at 6:18 AM Subject: Re:Menu Issue To: android-developers@googlegroups.com Hi All, i wan to implement listveiw onclick.. i had done with code.. wen i click it.. as it giving

[android-developers] GPS reading jumps a thousand miles or more

2008-12-17 Thread Don Park
my android app that is a location listener gets fairly good data but once in a while the location jumps by a thousand miles or more and stays there for numerous updates with no corresponding major increase in the (in)accuracy reading. for example you can see that at 3:07 and 3:09 and 3:10 i was

[android-developers] Adb server probelm

2008-12-17 Thread Atish
Hi i am new to android.Sometimes while running the emulator i get this error.I don't know what to do.I restart eclipse 3/4 times.Sometimes it works sometimes it takes even 15/20 times.What is permanent solution for this???i even tried kill adb server by adb kill-server.But it was of no use.

[android-developers] Re: Keeping GUI Updated

2008-12-17 Thread Michael
Ah yeah. You can't just reconnect with an IRC client like I can with my app. And your app might be killed outright, in which case you'd have to completely restart it... But you should be able to get away with a background thread running to keep the connection open, just don't update the UI if

[android-developers] apache httpclient usage in 1.0 r2 release

2008-12-17 Thread Raja Nagendra Kumar
Hi, Trying a simplge connection in andorid using the 3rd party library Apache Client (these libs were present by default in M5 now that it is removed, compiling by including these as part of my app).. However this results in unknown error.. the stacktrace is below.. [logConsole] I/TNS_DIALER(

[android-developers] Re: Android Dev Phone 1 Specification

2008-12-17 Thread e...@brainaid.de
Now that developer devices are spreading out, I wonder if there is a ready to use serial port adapter to utilize the debugger and console in the Linux kernel with the device. If there is such a device, where could I get one? If there is no such device I will have to build my own, I will share

[android-developers] Add new contact...only possible with starred

2008-12-17 Thread arnouf
Hi all, I've an incredible problem. I try to add a new contact... If I set just a name, my contact doesn't appear in contact application. I check the google documentation and tutorials, I saw that Google adds the option Starred in ContentValues to create the contact. I did the same thing...It

[android-developers] How to create .apk file from the resurces that are given fro Android market

2008-12-17 Thread Asif k
Hi All, I have downloaded one application from adroidgear.com and application is not given in the form of simple source code or .apk file but given a folder which contains 1) META-INF 2)res 3)android-manifest.xml 4)resources.arsc 5)classes.dex even I cant see the conents of

[android-developers] Re: Why File.mkdirs() can not succeed?

2008-12-17 Thread shuoshuo
Yes, I see, I create file on /data/data/mypackagename/ could succeed. Thanks all . On 12月17日, 上午12时21分, Jean-Baptiste Queru j...@google.com wrote: You're trying to write in a location (/data) where your app doesn't have write permissions. JBQ On Mon, Dec 15, 2008 at 10:04 PM, shuoshuo

[android-developers] Re: G1 activation problem

2008-12-17 Thread Vladimir Kelman
@Alex, you're right - it is always a monopoly. I was surprised to find out that I basically have only two expensive choices for broadband Internet connection: Verizon DSL or Comcast cable. Hopefully it will change some time... Barac said something about importance of broadband Internet connection

[android-developers] Re: Add new contact...only possible with starred

2008-12-17 Thread arnouf
I think That i have to set a specific group... Ok, sorry Regards On Dec 17, 9:08 pm, arnouf arnaud.far...@gmail.com wrote: Hi all, I've an incredible problem. I try to add a new contact... If I set just a name, my contact doesn't appear in contact application. I check the google

[android-developers] Re: ATT

2008-12-17 Thread Disconnect
(Ignoring the other response..) ATT 3g runs on different frequencies than Tmob, and G1/ADP1 only uses tmob freqs. So .. no, unfortunately not. (And its been answered dozens of times, so you might try searching next time..) On Tue, Dec 16, 2008 at 10:12 PM, Dave dlarsonmob...@gmail.com wrote:

[android-developers] Re: How to send email programmatically?

2008-12-17 Thread dileep singh
Hi Peli, Is sending email stuff is supporting in android emulator sdk1.0 r2?:Email application is dere but when i am executing that code , message is appearing that no application can perform this action.A lot of people are having this problem.So,please tell whats the reason ,eventhough email

[android-developers] Trouble getting values from a data driven Spinner

2008-12-17 Thread filbert
I'm trying to set up a preferences page using a data driven Spinner. I've searched around and looked at some tutorials, but they all seem to be much simpler examples. The data in my table looks like this: - id (primary key) - description (user friendly description of the option) - code (int

[android-developers] Re: How to create .apk file from the resurces that are given fro Android market

2008-12-17 Thread Asif k
Hi All, I got the solution.Thanks. I had just push that zip file with adb install abc.zip On Dec 17, 3:38 pm, Asif k asifk1...@gmail.com wrote: Hi All,   I have downloaded one application from adroidgear.com and application is not given in the form of simple source code or .apk file but

[android-developers] Vids of App Progress CNET iPhone UI libs working

2008-12-17 Thread Fred Grott(shareme)
Yes you can use CNET's iPhone UI js libs on Android..just change top or parent anonymous js function to a named js function. I started doing vids of my app dev progress at: http://www.youtube.com/user/memine44 --~--~-~--~~~---~--~~ You received this message

[android-developers] Get message from inbox

2008-12-17 Thread Syahreza Octadian
Dear all, any one can help me, what API that i can use to manipulating SMS -- Regards Syahreza Octadian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to send email programmatically?

2008-12-17 Thread friedger
Are you working on a device or the emulator? On the emulator there is no email apps installed by default. Install Email or K9 and the code should work. Friedger openintents.org openintents.biz On 14 Dez., 05:31, Siva G sivarama...@gmail.com wrote: Hi, When I try this snippet I get a message

[android-developers] Re: Vertical tabs

2008-12-17 Thread Eric Chan
I have the same problem. but it seems the tabsview derived from framelayout ,can not be set as linearlayout 2008/11/27 Guillaume Perrot guillaume.p...@gmail.com I have the same problem. Vertical tabs would be great. Vertical Gallery would also be neat. Especially in landscape mode, a

[android-developers] Re: G1 owners: A system update is available - is it safe?

2008-12-17 Thread Jean-Baptiste Queru
This'd be a question for android-discuss, actually. The SIM-locking in the G1 is unrelated to Android itself, it's a much deeper property of the underlying firmware. You can apply the upgrade and your device will still be SIM-unlocked. JBQ On Wed, Dec 17, 2008 at 7:35 AM, Stoyan Damov

[android-developers] Issues while using putExtra

2008-12-17 Thread Ashok Kumar
Hi,I am trying to pass two variables from one screen (ContactsView.java )to second screen (NewContact.java) In ContactsView.java I am passing two values as shown below: static final String CONTACT_NAME = null; static final String CONTACT_PHONENUMBER = null;

[android-developers] Re: How to send email programmatically?

2008-12-17 Thread filbert
Sunit, thanks for your writeups, they've been helpful. Your Code Snippet 1 for this new tutorial has some formatting issues, the last few lines are not in the code box. Also, does your code open the email client to send or does it send automatically? your code looks similar to what's posted

[android-developers] Re: Has anybody received an android dev phone in the US yet?

2008-12-17 Thread Bob C
Ordered mine on 12/8 (in the evening). Order screen still says ordered. Sent an email without response on 12/16, and tracking by reference didn't work -- until today, 12/17. Now tracking works and shows that it will be delivered on 12/18. I ordered Fedex 2-day.

[android-developers] Issues while using putExtra

2008-12-17 Thread Ashok Kumar
Hi,I am trying to pass two variables from one screen (ContactsView.java )to second screen (NewContact.java) In ContactsView.java I am passing two values as shown below: static final String CONTACT_NAME = null; static final String CONTACT_PHONENUMBER = null;

[android-developers] Re: ATT on dev phone, data connection not working

2008-12-17 Thread Vladimir Kelman
Does your ATT account includes PDA package? Although I saw messages here, that Dev Phone works even without it (through wi-fi?), I upgraded my ATT to include PDA ($30 extra per month) and my phone works with usual settings http://pro-thoughts.blogspot.com/2008/12/android-dev-phone-1-and-at.html

[android-developers] Re: Android Dev Phone 1 and AT T

2008-12-17 Thread Al Sutton
HTC put built the 'phone so ultimately it's their say. The telecoms body in each country decides which parts of the spectrum are available for use for a given purpose, and the carriers decide how to use them. At the moment the only phone which looks like it may support ATTs' 3G network is the

[android-developers] Re: Has anybody received an android dev phone in the US yet?

2008-12-17 Thread Xavier Mathews
Who is faster fed-x or ups? On 12/17/2008, Bob C bcopel...@gmail.com wrote: Ordered mine on 12/8 (in the evening). Order screen still says ordered. Sent an email without response on 12/16, and tracking by reference didn't work -- until today, 12/17. Now tracking works and shows that it

[android-developers] Re: dev phone 1 and chunghwa telecom

2008-12-17 Thread walterc
btw, do you need a unlimited data plan for the phone to function (register with google)? my account supports 3g but the data plan is not unlimited. i can see on the status the signal strength is pretty good but i do not see the icon representing data network though. On Dec 17, 10:28 pm,

[android-developers] Re: G1 owners: A system update is available - is it safe?

2008-12-17 Thread Stoyan Damov
@ JBQ, I'm sorry for the wrong place to ask. I got this impression that android-discuss was the android internals list, I don't know how this occurred to me. Sorry again and *thanks* for your reply! @ Cyril - Thanks mate! On Wed, Dec 17, 2008 at 5:39 PM, Jean-Baptiste Queru j...@google.com

[android-developers] Re: How to create .apk file from the resurces that are given fro Android market

2008-12-17 Thread Dec.
Actually that is the APK file, Just pick another .apk file,Change it's postfix to .zip,Decompression it and you will see everything. Hope this helps! On 12月17日, 下午6时38分, Asif k asifk1...@gmail.com wrote: Hi All, I have downloaded one application from adroidgear.com and application is not

[android-developers] Re: How to send email programmatically?

2008-12-17 Thread dileep singh
Thanks peli.I will check that . On Wed, Dec 17, 2008 at 6:32 PM, Peli peli0...@googlemail.com wrote: Currently there is no application installed on the emulator by default that can handle this intent. On the 'real' device G1 there are Google Mail and MMS available to handle this intent.

[android-developers] Why requestWindowFeature(Window.FEATURE_LEFT_ICON) always return false?

2008-12-17 Thread Hastala
Here is my code in public void onCreate(Bundle savedInstanceState) if( requestWindowFeature(Window.FEATURE_LEFT_ICON) ) setFeatureDrawableResource(Window.FEATURE_LEFT_ICON, R.drawable.stat_happy); Why I always get false when do requestWindowFeature to test the LEFT_ICON? I am

[android-developers] Unable to emulate Hello, Android

2008-12-17 Thread jared.c...@gmail.com
I'm just getting started with Android and was trying to follow the instructions at: http://code.google.com/android/intro/hello-android.html for setting up and running the Hello, Android project. However, when I tell Eclipse to run the project, the emulator opens but just sits at the default

[android-developers] Job Openings in Northern Virginia for Android Developers

2008-12-17 Thread jdk....@gmail.com
A startup company with a proven management team in the Northern Virginia area is seeking Java/Android senior and mid-level developers for immediate full time positions. If you are interested in more information, please click on:

[android-developers] Re: Has anybody received an android dev phone in the US yet?

2008-12-17 Thread Vincent C.
I placed my order at 12/11. Still not get my phone. :-( Now my tracking number shows Pending Shippment. What kind of NUMBER it is?! (even with wrong spell... XD) Hope can get my phone this week... -Vincent On Dec 17, 5:04 am, Bob C bcopel...@gmail.com wrote: Ordered mine on 12/8 (in the

[android-developers] Re: Starting new group for Android OpenMax

2008-12-17 Thread Juan Arturo Camposeco
Girish, Which new group, how can I join, I worked in OMx for 3 years I would like to help. Regards, On Wed, Dec 17, 2008 at 4:40 AM, Girish htgir...@gmail.com wrote: Dear all, Starting a new group for Android Openmax related queries, Intrested ones please join this new group. Regards

[android-developers] android.app.Application onTerminate() Method doesn't fire

2008-12-17 Thread djfrodo
Hi all, O.k. it's clearly stated in the docs (here: http://code.google.com/android/reference/android/app/Application.html) that the Application class allows one to maintain global application state. Unfortunately this seems not to be the case due to the fact that onTerminate() doesn't fire when

[android-developers] getting started with eclipse

2008-12-17 Thread Aaron
Hello, I'd like to get started developing apps for android and I'm getting errors trying to set up the plugin with eclipse. In Window - Preferences, I click the Android plugin, and it throws two errors: Error 1: Could not open selected VM debug port (8700). Make sure you do not have another

[android-developers] Developing Your Application IDEAS REQUIRED !

2008-12-17 Thread T-Mobile Whisperer [G1]
Hi Guys, The Mission: To develop an android program for the G1 (and hopefully any other android handset which will follow) Problem: Does anyone have any ideas what I could make a program about, and what its purpose would be, PLEASE only sensible answers. P.S. It has to be something essential

[android-developers] fitness or workout program

2008-12-17 Thread Dave
I've been waiting for someone to create a workout or fitness program. Anything in the works? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Android Dev Phone 1 and AT T

2008-12-17 Thread Al Sutton
It looks like Ruslan Koogan will have an Agora at CES (http://www.kogan.com.au/blog/2008/dec/17/android-apps/) I'll ask him if he's testing it with ATT 3G. Al. Al Sutton wrote: HTC put built the 'phone so ultimately it's their say. The telecoms body in each country decides which parts of

[android-developers] dev phone 1 and chunghwa telecom

2008-12-17 Thread walterc
i just got me dev phone and it looked pretty good except one thing: i was not able to configure the apn. i tried all the suggested apn settings for my local carrier in taiwan, chunghwa telecom, to no avail. did anyone got it configured here in taiwan? regards. walter chang

[android-developers] emulator not launching

2008-12-17 Thread Shivam Srivastava
Hi all, when i m trying to run my first program in android,i m getting the following error: NAND: could not write file /android-sdk-linux_x86-1.0_r1/tools/lib/ images//system.img, File exists did anybody knows a solution for this??? thanx in advance

[android-developers] Re: Starting new group for Android OpenMax

2008-12-17 Thread onlythoughtwo...@googlemail.com
What is OpenMax? On Dec 17, 11:40 am, Girish htgir...@gmail.com wrote: Dear all, Starting a new group for Android Openmax related queries, Intrested ones please join this new group. Regards Girish --~--~-~--~~~---~--~~ You received this message because you

[android-developers] TextView/Button, Gravity, Background Images

2008-12-17 Thread Ward Willats
It seems as though if I set the background to a stateful drawable in the View of a Button/TextView, gravity breaks. That is, I have a Button with a 9-patch background I would like to write the button label on. If I set center_vertical|center_horizontal without the background, the label is

[android-developers] Re: If your hosting your own .apk

2008-12-17 Thread David Given
Tom wrote: Sites will not work for hosting APKs since the mimetype is not set properly: Clicking the file from the G1 will result in a browser error, not an install. Damn. It might be worth asking them to change it, particularly if any Google people from here feel like putting in a word; it

[android-developers] Re: How to send email programmatically?

2008-12-17 Thread Peli
Currently there is no application installed on the emulator by default that can handle this intent. On the 'real' device G1 there are Google Mail and MMS available to handle this intent. Looking at the K9mail Manifest

[android-developers] Re: Phone crash on volume key

2008-12-17 Thread bleucalme
Problem solved! Thanks On Dec 16, 7:34 pm, Dave Sparks davidspa...@android.com wrote: It sounds like your application is not releasing its media player resources. When you're done playing a sound, you need to call the MediaPlayer.release() method. If you're playing a lot of sounds rapidly,

[android-developers] Starting new group for Android OpenMax

2008-12-17 Thread Girish
Dear all, Starting a new group for Android Openmax related queries, Intrested ones please join this new group. Regards Girish --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re:Menu Issue

2008-12-17 Thread diya blore
Hi All, i wan to implement listveiw onclick.. i had done with code.. wen i click it.. as it giving NullPointerException.. here is my code.. button.setText(b); ll.addView(button,*new* LinearLayout.LayoutParams(LayoutParams.*WRAP_CONTENT *,LayoutParams.*WRAP_CONTENT*));

[android-developers] Re: Errors when POSTing a jpeg

2008-12-17 Thread Anna PS
Thanks! According to a Java-expert friend, the code looks OK and the problem is probably with the import script (though I've yet to confirm this). I'll update when I find out, and post an example of the code that definitely works. On 16 Dec, 00:04, Tom thomasfmc...@gmail.com wrote: Check out

  1   2   >