[android-developers] set text color for all guis within the task

2009-09-08 Thread jonathan
I need to make a toggle button that when clicked, change all text colors to green. I am thinking about recursively go through all the guis to set the color. and I'll have to do this for every activity. is there another way? all suggestions are welcome. thanks

[android-developers] Re: running emulator on a remote machine

2009-09-08 Thread Bart van Wissen
I'm sorry, I don't understand. I would like the emulator running on the laptop to show up in the list of devices in DDMS on my desktop, and receive its logcat output, etc. How could I use NFS for that? On 9 sep, 01:01, Roman ( T-Mobile USA) roman.baumgaert...@t- mobile.com wrote: If your

[android-developers] Feedback on my application

2009-09-08 Thread Jonas Alves
Hello all... I'm developing an application... I'll be very happy if you guys could test it and give feedback. It's called WorldSpeak! The users can search for and listen to words in many languages. It was made for traveling people and students, who don't master a language. (ie: an american

[android-developers] How to display a local file in the browser?

2009-09-08 Thread Jason Proctor
this is excellent news! this has always been a mega-pain to work around. thanks j local file access from the browser will be available in one of the upcoming sdk releases. thanks! 2009/9/8 riosalado mailto:miaowe...@gmail.commiaowe...@gmail.com Hi Megha, Could you provide more details on:

[android-developers] question about viewgroup margins

2009-09-08 Thread Jason Proctor
i tried to get round this by having an invisible view hierarchy which i could effectively clone by loading it using the LayoutInflater. well, got headed off at the pass there too. i get a Resources$NotFoundException, resource ID blah type blah is not valid. can LayoutInflater not inflate

[android-developers] Re: Getting Julian Date in Android

2009-09-08 Thread Feras
Haha Thanks Mark, I made the same mistake, which makes sense now. Guess we were both a bit careless. Also, I wish that they would of had the line 'the time is initialized to Jan 1, 1970' in the initial constructer definition. Only way to see that is if you click the hyperlink and jump down to the

[android-developers] Re: running emulator on a remote machine

2009-09-08 Thread Roman ( T-Mobile USA)
Bart, Sorry, my bad. I read your post again and I noticed that I misunderstood it a little bit. My idea here was to start the emulator from your second system over NFS. In this case you would run the emulator on one machine and your Eclipse on the other machine. Of course you wouldn't have the

[android-developers] Re: Ethernet / IP over USB connection?

2009-09-08 Thread David Wilson
Hey JavaNut, In addition to existing replies, it should be possible to enable USB device serial support in the kernel configuration, enabling the device to appear as a serial port to the computer. You could then run pppd on the Android side, and dial-up networking on the Windows side over the

[android-developers] Disabling spelling suggestions in EditText

2009-09-08 Thread Lee
I've got an EditText that I don't want spelling suggestions for since it's just a user name input field. I've tried setting autoText to be false but when I start typing in the EditText with the soft keyboard I am still provided with spelling suggestions. I've also tried setting inputType to be

[android-developers] Compiling for different targets

2009-09-08 Thread Junda
Hi, I would like to create a free version and a paid version for the same project under Eclipse. I do know how to use the preprocessor directives in code, but I do not know how to configure them and compile for different targets as I like. I could do so for Midlet configurations in NetBeans, or

[android-developers] Re: Ethernet / IP over USB connection?

2009-09-08 Thread JavaNut
Thanks Roman. Sounds non-trivial. I'm going to see if we can convince the customer to go with a plain old USB Ethernet adapter, which seems like it would be a lot easier to work with. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] N00b: Do I really need the official developer hardware kit?

2009-09-08 Thread Mawg
It's $400 and out of stock. There are Chinese Android 'phones on eBay for less than $100 - can I just use one of them for development? The answer is probably yes, so I guess that what I am asking is if the official HDK makes life (significantly) easier for me. Thanks in advance for any help.

[android-developers] Re: Anyone else notice that the Top apps in android.market.com seem inaccurate?

2009-09-08 Thread niko20
Exactly, I was talking about the android.market.com website! I would understand featured apps being manually picked, but Top paid also seem completely arbitrary, and pretty much BS IMO. I would think Top paid would actually be based on some sort of real information, but that website barely ever

[android-developers] Re: Anyone else notice that the Top apps in android.market.com seem inaccurate?

2009-09-08 Thread niko20
I guess what I mean to say is that supposedly all these new phones are coming out with android, but the market and the market website still stink to high heaven with basic problems. (Download issues, BS top stats, bad messages like authorizing credit card when a user upgrades). Yes 1.6 will

答复: [android-developers] Ongoing...

2009-09-08 Thread wangfuquan
sample code: Notification status = new Notification(); status.contentView = views; status.flags |= Notification.FLAG_ONGOING_EVENT; // status.icon = R.drawable.stat_notify_musicplayer; status.contentIntent =

[android-developers] Re: Is there any gmail API for android now?

2009-09-08 Thread Liang
Thank you, Micheal I tried g4j, but it doesn't work. hope to get a workable api for android. On Sep 2, 9:26 am, Chi Kit Leung michaelchi...@gmail.com wrote: I don't think they have a Gmail API built-in sdk. But I know there is a java version of Gmail APIhttp://g4j.sourceforge.net/. I have

[android-developers] Re: Probing for an already set Alarm?

2009-09-08 Thread htbest2000
I guess there is no way to achieve your purpose, except hack the AlarmManagerService to export the array list mRtcAlarms, which holds all requested RTC alarms. On Sep 8, 1:34 pm, Walles johan.wal...@gmail.com wrote: Hi! How can I probe for whether a specific alarm has been set?  I set the

[android-developers] Re: 【招聘】Androi d开发工程师 15-20w-北京

2009-09-08 Thread 何斌斌
hi, 如何联系, 本人的msn:hbbs...@hotmail.com 从事android开发:1.5 年 2009/9/8 IDA yydl...@gmail.com 职位描述: 从事Android或OMS平台手机终端应用的开发。 职位要求: 1、计算机及相关专业本科以上学历; 2、良好的Java技术功底; 3、熟悉Android系统架构及相关技术,1年以上实际Android平台开发经验; 4、熟悉无线网络及多媒体应用开发; 5、思路清晰,思维敏捷,快速的学习能力,良好的英文资料阅读能力; 6、能承担较大工作压力,具备良好的沟通能力和团队合作精神;

[android-developers] Re: Showing force close / report dialog

2009-09-08 Thread Dmitry.Skiba
You can use this technique: http://www.anddev.org/crashreporthandler-t6389.html In short, installing exception handler and lauching error report activity on crash. Add 'send' button and you're done. Dmitry On 9 сен, 01:16, Iroid irfan.f.k...@gmail.com wrote: Hello all, In my current

[android-developers] insert large volume data into sql database

2009-09-08 Thread tstanly
hi all, I have a large volume data that must insert into sql, the tables contains about ten columns and at least one thousand rows, the values of each rows are string and different, so is there a conveniance way to insert String data? I think the for loop is not a good method to solve... because

[android-developers] Re: Is there any gmail API for android now?

2009-09-08 Thread 于洋
2009/9/9 Liang zhangliang...@gmail.com Thank you, Micheal I tried g4j, but it doesn't work. hope to get a workable api for android. On Sep 2, 9:26 am, Chi Kit Leung michaelchi...@gmail.com wrote: I don't think they have a Gmail API built-in sdk. But I know there is a java version of

[android-developers] Text View issue....

2009-09-08 Thread Sudeep
Hi, I have a list view with diffrent widgets(Text View , check box, togglebutton etc). I know in touch mode that text view need not get focussed if user touches the text view as this is expected behaviour of Android framework. The problem I am facing is that when i click on the textview,

[android-developers] Re: Help Needed : MediaRecorder error: java.io.IOException: prepare failed

2009-09-08 Thread preetam_pict
i sorry for the cross post but i am stuck ... :( in error logs i am seeing this please help me to resolve this ...! 09-08 12:30:26.174: ERROR/MediaPlayer(554): Unable to to create media player 09-08 12:30:26.183: ERROR/CameraService(554): Failed to load CameraService sounds. 09-08

[android-developers] emulator debugging option for proxy problems.

2009-09-08 Thread Eric Lintu
I'm having problems debugging networking with the emulator. I'm on a Fedora 8 system, using the emulator I built from a full repo checkout and build as of Sep 4. I get the same problem with an emulator from the 1.5 released SDK. I'm behind a firewall, and when I launch the browser and try to

[android-developers] When will Google supply the 64bit support for Mac Platform?

2009-09-08 Thread unalone
Snow Leopard has been published for several weeks, Eclipse also provide an 64bit Cocoa version on 3.5, but the Android SDK still only support the 32bit mode on Mac, why? It's emulator also still use QuickDraw to draw interface, maybe Google has forgotten us... Please! Give us an 64bit version

[android-developers] I want to create the layout sample like settings in Andriod

2009-09-08 Thread andymoris
How can i create layout style similar to settings in Andriod emulator? Example, in andriod T mobile, you can see, under settings, list of settings like Wireless control Call settings Sound display Security location etc are displayed ine by line accordingly with with brief description of each

[android-developers] Re: Probing for an already set Alarm?

2009-09-08 Thread Beth
It seems like you should be tracking exactly which Alarms you have set as a matter of course, rather than try to find out what is set after the fact. If you use a unique id for each alarm then you need not be concerned that you will overwrite one that is in the queue. When I say unique id, what

[android-developers] unable to access internet through emulator in linux

2009-09-08 Thread mmkr
Hi, I'm unable to connect to the Internet through emulator in linux ( ubuntu 9.04 ). It shows me web page not available. But works fine in windows. Can any one tell me why it is so or any solution? please help. Thanks in advance. --~--~-~--~~~---~--~~ You

[android-developers] Deep sleep behaviour

2009-09-08 Thread sukumar bhashyam
Hello, I have some basic doubts with Deep Sleep on Android device. Deep sleep will turn the CPU to OFF. Suppose if I have a service which does some operations every 5 sec and I din't acquire any power manager locks in my service. When device goes to Deep sleep, will my service still running?. If

[android-developers] SQLlite issue

2009-09-08 Thread tstanly
hello, I have a question about the SQLlite, is it possiable import existed database or tables in the Android SQLlite? or can Android SQLite link to external database via Internet? I search for this topic in this group,and someone mention that Android not support for JDBC connection. so can

[android-developers] Re: Deep sleep behaviour

2009-09-08 Thread Dianne Hackborn
When no wake locks are held, the CPU will not run at all, and time has effectively stopped for most scheduling (that is scheduling based on SystemClock.uptimeMillis(), which is what most things like Handler and Java timeouts use). On Tue, Sep 8, 2009 at 10:19 PM, sukumar bhashyam

[android-developers] Re: SQLlite issue

2009-09-08 Thread Desu Vinod Kumar
HI Here for exporting is there go through this and do that by using thias i think public class DatabaseAssistant { private static final String EXPORT_FILE_NAME = /sdcard/export.xml; private Context _ctx; private SQLiteDatabase _db; private Exporter _exporter;

[android-developers] Re: N00b: Do I really need the official developer hardware kit?

2009-09-08 Thread Yusuf Saib (T-Mobile USA)
To develop an app, you do (eventually) need a phone to test it on. Any Android phone should allow you to install apps you write. Bear in mind that there are differences between phone models, so that for example if you get a phone with a physical keyboard, other people may want to run it on phones

[android-developers] Re: When will Google supply the 64bit support for Mac Platform?

2009-09-08 Thread Romain Guy
Snow Leopard has been out for a week :) but the Android SDK still only support the 32bit mode on Mac, why? It's emulator also still use QuickDraw to draw interface, maybe Google has forgotten us... Many members of the Android team use 64 bits Mac on a day to day basis, so you are not

[android-developers] manually restart an activity

2009-09-08 Thread jonathan
Is there a way to restart an activity? The reason is that need to change the theme dynamically, and the activity needs to be restarted and redraw itself after the change. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

<    1   2   3