[android-developers] Re: How to access items in an included layout

2009-05-11 Thread Romain Guy
To get the two spinners you can do (for instance): findViewById(R.id.include03).findViewById(R.id.Spinner01) findViewById(R.id.include04).findViewById(R.id.Spinner01) On Sun, May 10, 2009 at 9:19 PM, nwmotog...@gmail.com nwmotog...@gmail.com wrote: Let's say I have a list of included layouts

[android-developers] Re: How to control composing text more flexibly in Android 1.5 IMF.

2009-05-11 Thread Paranoia
On May 11, 4:57 am, Dianne Hackborn hack...@android.com wrote: On Sat, May 9, 2009 at 10:39 PM, Paranoia zheny...@gmail.com wrote: i want to draw the compoing text and the cursor by myself. but i do not find how to implement this. You can't.  You can deliver the composing text with style

[android-developers] Re: New phones are selling with FW 1.5?

2009-05-11 Thread Al Sutton
My UK G1 got cupcake a week or more ago. If T-Mob are selling G1s in a region with 1.5 and they've not rolled it out to the users I'd be going into the stores and asking the question of How do I make my 'phone get the new software? and act *really* dumb by making out you can't understand why

[android-developers] Re: How to control composing text more flexibly in Android 1.5 IMF.

2009-05-11 Thread Paranoia
On May 11, 4:57 am, Dianne Hackborn hack...@android.com wrote: On Sat, May 9, 2009 at 10:39 PM, Paranoia zheny...@gmail.com wrote: i want to draw the compoing text and the cursor by myself. but i do not find how to implement this. You can't.  You can deliver the composing text with style

[android-developers] Problems with Cupcake OTA update for ADP1

2009-05-11 Thread Agus
I am using ADP1 and recently received Cupcake OTA update. now the adb devices command does not list my G1, and there are some problems when opening Calendar and Market app. Both the Calendar and Market app now auto-close immediately as soon as they are opened. Maybe I shouldn't have run the

[android-developers] How to run Sample instrumentation test applications ?

2009-05-11 Thread vrukesh
Hi, We are exploring to run the Instrumentation tests for Android 1.1 r1. On the ARM-based target, Applications Apidemos.apk and ApiDemosTests.apk are copied in /system/app location. We run following command and got the error: framework=/system/framework

[android-developers] Unable to install .apk after Cupcake update on ADP1

2009-05-11 Thread Agus
using adb install command: I got this message: Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES] Please help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: How to show two or more fields to list(Notepad Tutorial)?

2009-05-11 Thread Daehoon Jeon
Thank you for help... I tried, but it doesn't work.I wrote xml file like this... it has no error on it... TextView android:id=@+id/text1 xmlns:android= http://schemas.android.com/apk/res/android; android:layout_width=wrap_content android:layout_height=wrap_content TextView

[android-developers] Re: Localizing the assets folder

2009-05-11 Thread Raphael
On Sun, May 10, 2009 at 10:22 PM, EboMike ebom...@gmail.com wrote: The instructions for my app are in HTML format in my assets so I can display them with proper formatting and hyperlinks in a WebView. Given that they're in the assets folder, not res, I can't properly localize them (i.e.

[android-developers] Re: Why supports Typeface.createFromAsset only?

2009-05-11 Thread Raphael
On Sun, May 10, 2009 at 7:57 PM, freeanderson freeander...@gmail.com wrote: just cause of time? i guess it seems to be intended. it doesn't make a sense. I've saw JNI source of Android. FileInputStream is much easier than extracting from assets resources. Maybe nobody needed the feature.

[android-developers] Re: I get Unable to resolve static field error

2009-05-11 Thread Raphael
Different applications run in distinct VMs. You can't just access data directly. The Android way of sharing data between activities is to send an Intent. R/ On Sun, May 10, 2009 at 7:23 PM, Rakoun regis.geromegn...@gmail.com wrote: Bonsoir tout le monde, I investigated more and I notice

[android-developers] Re: How to show two or more fields to list(Notepad Tutorial)?

2009-05-11 Thread Raphael
On Sun, May 10, 2009 at 11:58 PM, Daehoon Jeon jeondaeh...@gmail.com wrote: Thank you for help... I tried, but it doesn't work. I wrote xml file like this... it has no error on it... TextView android:id=@+id/text1 xmlns:android=http://schemas.android.com/apk/res/android;     

[android-developers] Re: How to control composing text more flexibly in Android 1.5 IMF.

2009-05-11 Thread Paranoia
On May 11, 4:57 am, Dianne Hackborn hack...@android.com wrote: On Sat, May 9, 2009 at 10:39 PM, Paranoia zheny...@gmail.com wrote: i want to draw the compoing text and the cursor by myself. but i do not find how to implement this. You can't.  You can deliver the composing text with style

[android-developers] Touch events from my PC to device using adb shell

2009-05-11 Thread raj.10788
Hi All, Can we able to send the touch events like key events. Can anyone tell me how to do that. Is it possible to send touch events from my PC to device using adb shell. thanks raj --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: AppWidget issues

2009-05-11 Thread Alan Jones
Hi Jeff (and all), On Apr 24, 4:02 am, Jeff Sharkey jeffrey.shar...@gmail.com wrote: So just a heads up that we won't be able to fix the onDeleted() bug for the 1.5 SDK.  Here is a quick workaround that you can patch against your class that extends AppWidgetProvider to correctly catch and

[android-developers] Re: WebView.addJavascriptInterface problems

2009-05-11 Thread jfcog...@gsyc.es
another question, If I use addJavascriptInterface(getCurrentPosition, getCurrentPostion) and make a call in javascript like this : getCurrentposition( successCallback, errorCallback ); and successCallback and ErroCallback are implemented in the JS , how it's works this?! I can use javascript

[android-developers] Re: How to show two or more fields to list(Notepad Tutorial)?

2009-05-11 Thread Daehoon Jeon
Thank you very very much~~ can I ask some another question? I saw list was vertical. like this... title1 name1 -- title2 name2 I wanna change to like this.

[android-developers] sales on android - how is that going??

2009-05-11 Thread Android
heya everyone.. just curios about the market's stats so far: how are sales going on android platform? can you make money out of it? is ad-based biz model working? how many apps been sold? heard rumors saying it ain't so good coz people do not want to use the google checkout account--anything in

[android-developers] Re: Uploading an image in a multipart message - sample code

2009-05-11 Thread Wouter
Hey! Thank you very much for sharing this great code! It helped me a lot! But I have on problem! I have created a ruby on rails webapp where I want to upload my image. On the website I can upload a image without a problem but when I want to upload the image with Android, the image cannot be

[android-developers] Re: How to show two or more fields to list(Notepad Tutorial)?

2009-05-11 Thread Daehoon Jeon
Oh,,, i solved vertical problem,, change vertical to horizontal in xml file, it was working.But I still in trouble with add String to the list. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] KeyEvent.KEYCODE_ENDCALL doesn't work

2009-05-11 Thread Kai Hu
Hi there, I am doing an experimental project and I found I couldn't make KeyEvent.KEYCODE_ENDCALL work for me. I could inject KeyEvent.KEYCODE_CALL, KeyEvent.KEYCODE_DPAD_CENTER and so on, but not for KeyEvent.KEYCODE_ENDCALL. Anybody could help me on that? Thanks for your time. Thanks, Kai

[android-developers] what's /sys/class/net/ppp0/operstate? where can i find the source code about it?

2009-05-11 Thread www_...@yahoo.com.cn
Dear all I debug ppp connection now, in the file ppplink.java, there is a string PATH_PPP_OPERSTATE=/sys/class/net/ppp0/operstate. I check the source code but do not find where to config it. Does anybody help me about it? Thanks and regards!

[android-developers] what do MACRO LOCAL_SDK_VERSION do?

2009-05-11 Thread max
Hi All, When I compile one example , I met with the following errors: development/samples/HelloActivity/src/com/example/android/ helloactivity/HelloActivity.java:19: cannot find symbol symbol : class ActivityManagerNative location: package android.app import android.app.ActivityManagerNative;

[android-developers] Re: OutOfMemoryError when changing screen orientation

2009-05-11 Thread geopicmob...@googlemail.com
Yeah! Thanks a lot :) On May 8, 10:11 pm, Streets Of Boston flyingdutc...@gmail.com wrote: Your image is probably too big. By setting a 2048x1536 pixels image, you will eat up about 6MByte of memory right there. The memory of the large bitmap may not be cleaned up quick enough when chaning

[android-developers] Re: include/ in TableRow

2009-05-11 Thread longhairedsi
Ok, I found a solution but I'm still not sure why this doesn't work. I had to use within the included view android:height=100dp android:width=50dp instead of android:layout_height=100dp android:layout_width=50dp cheers simon On May 6, 10:56 pm, longhairedsi longhaire...@googlemail.com

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-11 Thread Bill Zimmerly
Has this highly frustrating issue been resolved yet? I haven't been able to use WebView under 1.5 on either the Linux or Windows platforms. Here is source code that *worked perfectly* under 1.1 on both, but only displays under 1.5, as sss wrote in his original message, a blank black screen...

[android-developers] Re: XML schema validation Android

2009-05-11 Thread Sam
Hi, i have downloaded the src code for jaxp i.e, the classes which i require and i have added those files in my project now the code compiles but i get values null for the getSystemProperty (propertyname) ,is that i am doing something wrong and due to that reason i am getting exception of

[android-developers] aac frame in rtp packet with media type audio mp4a-latm is supported in Android

2009-05-11 Thread Dilli
Hi Dave Sparks, According to discussion raw aac file format not supported in the android. If i send RTP packets which contains raw AAC audio frame in mp4a- latm format as payload, then the android will capable to play the stream ? i am using android sdk android-sdk-windows-1.0_r2. need help

[android-developers] Re: Audio streaming/progressive download over HTTP

2009-05-11 Thread Dilli
Hi Dave Sparks, According to above discussion raw aac file format not supported in the android. If i send RTP packets which contains AAC audio frame in mp4a-latm format , then the android will capable to play the stream ? i am using android sdk android-sdk-windows-1.0_r2 On Apr 23, 10:16

[android-developers] video play error

2009-05-11 Thread N V
Hi to all Can anyone tell me that How can i play the video in emulator of D1 videosize Is it possible to play? Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Transport Data between Android and PC application

2009-05-11 Thread lorenz
I'm also writing an app that needs data to be transferred to and from the android device from/to my desktop pc. I'm using Google Protocol Buffers and it seems to be working just fine. Maybe you want to have a look at it too: http://code.google.com/p/protobuf/ With my project, I included the

[android-developers] playing audio file using intent

2009-05-11 Thread jagtap.jj
I want play audio file, which is on sdcard, with intent String path = Environment.getExternalStorageDirectory().getAbsolutePath (); File audioFile = new File(path, westron.mp3); Intent intent = new Intent(Intent.ACTION_VIEW); Uri uri = Uri.fromFile(audioFile);

[android-developers] Some Android issues' got response.

2009-05-11 Thread Lucky-dog
Hi all I got a response notification from google as below. Comment #21 on issue 54 by peacock73: Can't reject a call http://code.google.com/p/android/issues/detail?id=54 Yes to all the above. Long overdue. Would you like to let me know if this enhancement will

[android-developers] Seek bar sequence

2009-05-11 Thread Muthu Kumar K.
Hi All, I have developed seek bar component (I am showing while playing the song). If i seeks the bar the song is getting changed the position based on the seek bar change event, and playing fine. But if I leave the seek bar it is not moving based on the song sequence. I know we have to do

[android-developers] Re: Force close msg for few seconds when application starts, why?

2009-05-11 Thread Sena Gbeckor-Kove
Check out the Android blog, there's a recent post about this and related threading issues with examples. http://android-developers.blogspot.com/2009/05/painless-threading.html Thanks S On 11 May 2009, at 13:53, sheik wrote: Hi.. i am facing similar problem..as i am using network

[android-developers] Re: Seek bar sequence

2009-05-11 Thread dillirao malipeddi
Hi, set the seek bar max size to (totalplaytime/1000) and ever sec try to fill the seek bar you have to write a thread and at every 1 sec intervals you have to get the player cur position and check with the previous position then fill the seekbar. sleep the current thread for 1 sec and after

[android-developers] Calendar Apps missing in Android 1.5 SDK

2009-05-11 Thread Shrikant Agrawal
Hi Guys, It seems that there is no calendar app in the android 1.5 sdk. Actually in my app i want to retreive the information stored in the calendar app in android. But I cant find the classes in Android 1.5 . Is calendar omitted from the 1.5 release or I am not able to find it? Can anyone

[android-developers] Re: I get Unable to resolve static field error

2009-05-11 Thread Rakoun
I don't try to communicate between Project1 and Project2 or to send data from Project2 to Project1. I just want to use a class from Project1 in Project2. Before I update to 1.5 it worked. Rakoun /°\ On 11 mai, 03:08, Raphael r...@android.com wrote: Different applications run in distinct VMs.

[android-developers] Re: Tap Outside Listener for Dialog

2009-05-11 Thread UBZack
Man... I can't believe I didn't see this before! :) Thank you! -Zack On May 2, 8:59 am, Jason Parekh jasonpar...@gmail.com wrote: If you want your dialog to cancel when the user taps outside its area, check out Dialog.setCanceledOnTouchOutside. jason On Thu, Apr 30, 2009 at 2:46 PM,

[android-developers] The app got crashed on SDK 1.5 which is working fine on SDK 1.0

2009-05-11 Thread manoj
Hi friends, I have developed an application which has tabActivity using SDK 1.0 r2. 1st Tab contains List view. - the list contains some images 2nd and 3rd contains some webviews. The app works fine on G1 mobile. Today I downloaded SDK 1.5 and ran the same app on SDK 1.5. The app got

[android-developers] Cupcake Firmware to Dev Phone

2009-05-11 Thread Breno
Hi, I have two Dev phones here. One, i updated with HTC Cupcake firmware, as soon lunched, and the other not. But now, i'd like to update the other Dev Phone, but, apparently, HTC has removed the Cupcake Firmware to Dev Phone from site. (http://www.htc.com/www/ support/android/adp.html) I'm

[android-developers] Back to last activity the user was using, after finishing activity from notification

2009-05-11 Thread denzel
Hi, I have an main activity that creates a background thread to do some processing. While this thread is running the user can do other things. When the background thread needs user input, it shows a notification. When the user clicks on it, it starts a new activity to handle the user input. When

[android-developers] Re: The app got crashed on SDK 1.5 which is working fine on SDK 1.0

2009-05-11 Thread Streets Of Boston
I'm not absolutely sure, but i remember reading that sdk1.5 is much much more conservative on the allowable depth and width of your screen's layout. If you go very deep (from parent-views to child-views) or very wide (many 'sibling' views), sdk1.1 had a bit of a hard time, but could handle it.

[android-developers] Re: why webview swap load new url only after animation?

2009-05-11 Thread zeeshan
any help? On May 8, 3:21 pm, zeeshan genx...@gmail.com wrote: Hi, i need to load several url to a webview in animated transition. i used 2 webviews; prev_view and next_view. if we click on next button, next_view will appear with right to left animation covering the prev_view underneath.

[android-developers] Widget opening a dialog instead of the browser...

2009-05-11 Thread Jiri
Hello, I'm trying to create my first widget for Android according to the SimpleWiktionary example. In this example is shown how to open a web browser after tapping on the widget. Can somebody explain me how to open and other activity then the browser, for example a Dialog? Best regards, Jiri

[android-developers] Re: About PinyinIME in android-1.5

2009-05-11 Thread Yuan Kwok
where are you looking for the PinyinIME? from the T-mobile official release or the official SDK emulator? I don't have a real phone for dev, but the PinyinIME can be found in the emulator(remember to kick off the emulator with a avd of firmware version 1.5) when you press and hold in an input

[android-developers] Widget design in Gimp

2009-05-11 Thread Jose de Paula Eufrasio Junior
So, I was reading this thread: http://groups.google.com/group/android-discuss/browse_thread/thread/74d0cac4c3b5525d Does anyone here use Gimp to adjust the widget sizes and shadow? Or I am really limited to Photoshop? -- José de Paula Eufrásio Júnior (coredump) MCSO, GRC Professional

[android-developers] Which Android Library Support for Google Applications

2009-05-11 Thread beachboy
From reading through the internet it seems as though the GDATA API Library is not not supported on Android. Is there any library available that can run on Android that provides equivalent functionality? --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: The app got crashed on SDK 1.5 which is working fine on SDK 1.0

2009-05-11 Thread Filipe Abrantes
I remember reading that Tabs would add also 3 levels (in depth) to your layout, so you need to be even more restricitve on the layout when using them. Cheers, Filipe Streets Of Boston wrote: I'm not absolutely sure, but i remember reading that sdk1.5 is much much more conservative on the

[android-developers] Re: The app got crashed on SDK 1.5 which is working fine on SDK 1.0

2009-05-11 Thread manoj
How can I lessen the number of views in my layout? can you please suggest me in detail? Thanks, Manoj. On May 11, 6:19 pm, Streets Of Boston flyingdutc...@gmail.com wrote: I'm not absolutely sure, but i remember reading that sdk1.5 is much much more conservative on the allowable depth and

[android-developers] Re: Widget design in Gimp

2009-05-11 Thread Jiri
I have been facing the same problem. First I wanted to create my own widget background but then I have downloaded one of the examples of the background from this site (http://developer.android.com/guide/ practices/ui_guidelines/widget_design.html). Then I have used the draw9patch utility (part of

[android-developers] How to remove the tab on android backgournd

2009-05-11 Thread Vingo Cheng
All: I would like to change the android behaviour. Who know which code or how to remove the tab on the android ? There is a tab page on the android desktop and user can drop the tab to open the page (there are the application installed in the page view). I would like to remove the whole

[android-developers] debug application - gdb

2009-05-11 Thread Maha
Hi, Please tell me how to debug application using gdb Thanks, Maha --~--~-~--~~~---~--~~ 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: Detecting new video

2009-05-11 Thread kiriri
Up Someone has an idea? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] get id of array in spinner

2009-05-11 Thread daehoon
Here is code Spinner s = (Spinner) findViewById(R.id.spinner); ArrayAdapter adapter = ArrayAdapter.createFromResource( this, R.array.planets, android.R.layout.simple_spinner_item); adapter.setDropDownViewResource

[android-developers] Voice search on ADP1 + 1.5: 'Connection problem'

2009-05-11 Thread BoD
Hi. Since I installed the 1.5 firmware from HTC's website on my ADP1, the voice search feature doesn't work and gives immediately a 'Connection problem' message. I don't think it's a network problem since everything else works normally. I don't know if this is might be the problem, but I'm not

[android-developers] Re: Why supports Typeface.createFromAsset only?

2009-05-11 Thread freeanderson
My opinion is not related 'solution'. I said 'why'. And see. not nobody. http://groups.google.com/group/android-developers/search?group=android-developersq=typefaceqt_g=Search+this+group And I don't think that the feature of reading from asset is more necessary than from a file. If you don't

[android-developers] Re: Why supports Typeface.createFromAsset only?

2009-05-11 Thread Romain Guy
And I don't think that the feature of reading from asset is more necessary than from a file. It is, because it allows apps (and games notably) to bundle fonts in the apk. -- Romain Guy Android framework engineer romain...@android.com Note: please don't send private questions to me, as I

[android-developers] Re: WebView in the 1.5 SDK

2009-05-11 Thread daniel.benedykt
I am having the same problem on 1.5 Does anyone have a solution for this? Thanks Daniel On Apr 28, 2:29 pm, Kenn Min Chong kmch...@gomez.com wrote: Hi Richard!    I'm getting this same issue too. Prior to1.5, theWebViewobject will display the page within the same view. Now with1.5, for some

[android-developers] Re: Calendar Apps missing in Android 1.5 SDK

2009-05-11 Thread zlu
+1 On May 11, 5:31 am, Shrikant Agrawal shrikant...@gmail.com wrote: Hi Guys, It seems that there is no calendar app in the android 1.5 sdk. Actually in my app i want to retreive the information stored in the calendar app in  android. But I cant find the classes in Android 1.5 . Is

[android-developers] Re: Using SQLite for caching and serialization options

2009-05-11 Thread hapciu
Hi Alan, I have an almost identical problem. What approach did you take after all ? So far I'm thinking of: - use a common table for the fields of the superclass, and a table for each in subclass (the subclass fields). This is overkill. - flatten the subclass fields and put them in the database

[android-developers] How to get the used memory (ram) by a task/process?

2009-05-11 Thread Morpheo
Hi everybody, I have a List of RunningTasks: ActivityManager am = (ActivityManager)getSystemService (ACTIVITY_SERVICE); ListActivityManager.RunningTaskInfo list = am.getRunningTasks (10); and i can to get the app icon of each Task (i.e.): pm = getPackageManager();

[android-developers] android create avd - usage in ant

2009-05-11 Thread Raja Nagendra Kumar
Hi, Is there a way to create avd profile using ant. The create avd is using java which inturn expects a user input to customize or no. SDK 1.1 was using mostly ant tags to automate the build however in 1.5r1 we see Java Class doing lot of things internally. is there any work around to this..

[android-developers] Re: Problems with Cupcake OTA update for ADP1

2009-05-11 Thread Disconnect
There is no OTA for adp1. HTC offers it as a direct download. Is that what you meant? On Mon, May 11, 2009 at 2:32 AM, Agus agus.sant...@gmail.com wrote: I am using ADP1 and recently received Cupcake OTA update. now the adb devices command does not list my G1, and there are some problems when

[android-developers] Re: VerifyError with Maps Add-ons

2009-05-11 Thread Zach Hobbs
Not doing any instrumentation tests. The superclass of MusicMapActivity is com.google.android.maps.MapActivity, so how could this class not be found? I do have uses-library android:name=com.google.android.maps / in my Manifest under my application/ tag. Thanks, -Zach On May 8, 4:15 pm,

[android-developers] Alert Text box value read error

2009-05-11 Thread N V
Hello all, I've been trying to access the values of the EditTexts in the alert dialog text entry API demo. I've added two lines to the code in the onClick method for the case DIALOG_TEXT_ENTRY: // This example shows how to add a custom layout to an AlertDialog LayoutInflater factory =

[android-developers] Re: The app got crashed on SDK 1.5 which is working fine on SDK 1.0

2009-05-11 Thread jarkman
Look at your app with the Hierarchy Viewer, and look at ways to reimplement parts of your UI so that the hierarchy is shallower. So, for example, you might replace two nested LinearLayouts with one RelativeLayout, to get the same result with a shallower tree. You could also take a look at

[android-developers] Ed Hardy Store : Clothing, Hats, Shoes, Shirts, Clothes, Jeans

2009-05-11 Thread dzfgg10...@gmail.com
HTTP://WWW.EKSHOE.COM We are wholesaler of Nike Jordan and Other Shoes in China. We are a professional exporting company in china. We supply many kinds of Shoes, such as Nike Shoes, Jordan 1-23, Air Jordan, AF1, DUNK, Air max series etc. Most of them are in stock and can be supplied surely on

[android-developers] Nike dunk high shoes wholesale\retail

2009-05-11 Thread sssaas
Nike dunk high shoes wholesale\retail Our company mainly deal with the import and export of the brand sports shoes, clothes, jewelry, bags , glasses, etc . Products such as Nike Jordan sell well in America , Canada , as well as Europe and other countries. Our objective is to supply products of

[android-developers] ╫█╫•►Aishwa rya rai hot boob squeez ,erotic sex videos ,photos◄•╫█╫..

2009-05-11 Thread pinky
╫█╫•►Aishwarya rai hot boob squeez ,erotic sex videos,photos◄•╫█╫ http://hollywoodsexyactress4u.blogspot.com/ http://bollywoodheroinevideos.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] VISIT http://soft-32.blogspot.com/ FOR SOFTWARES

2009-05-11 Thread Saima Tasleem
VISIT http://soft-32.blogspot.com/ FOR SOFTWARES --~--~-~--~~~---~--~~ 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] cheap GHD Straightener,(www.518store.com)

2009-05-11 Thread 0oikjk...@sina.com
cheap GHD Straightener,(www.518store.com) Cheap GHD Iron,(www.518store.com) Cheap GHD iv styler(www.518store.com) ,Cheap ghd stylers,(www.518store.com) Cheap pink ghd,(www.518store.com) Cheap ghd ceramic iron,(www.518store.com) Cheap ghd flat iron,Cheap ghd (www.518store.com) mk5,cheap ghd

[android-developers] ( paypal payment )( www.315store.com )Air Jordans Air Jordans 1 Air Jordans 2 Air Jordans 3 Air Jordans 3.5 Air Jordans 4 Air Jordans 4.5 Air Jordans 5 Air Jordans 6 ( paypal pa

2009-05-11 Thread 0oikjk...@sina.com
( paypal payment )( www.315store.com )Air Jordans Air Jordans 1 Air Jordans 2 Air Jordans 3 Air Jordans 3.5 Air Jordans 4 Air Jordans 4.5 Air Jordans 5 Air Jordans 6 ( paypal payment )( www.315store.com )Air Jordans 7 Air Jordans 8 Air Jordans 9 Air Jordans 10 Air Jordans 11 Air Jordans 12 Air

[android-developers] GUCCI bags ( paypal payment )( www.315store.com )

2009-05-11 Thread 0oikjk...@sina.com
GUCCI bags ( paypal payment )( www.315store.com ) CHLOE bags CHANEL bags CLOTHES COACH bags ( paypal payment )( www.315store.com ) DOLCEGABBANA bags FENDI bags GUESS bags JIMMY CHOO bags ( paypal payment )( www.315store.com ) JUICY bags LV bags PRADA bags ( paypal payment )( www.315store.com

[android-developers] Buy stunning collection of diamond jewelry

2009-05-11 Thread jewel oction
Dear Customer *Open In Your Windowhttp://www.jewelryoction.com/special/spring-special09.htm * http://www.jewelryoction.com/ http://www.jewelryoction.com/pages/whyjo.asphttp://www.jewelryoction.com/pages/whyjo.asp http://stores.ebay.com/JewelryOction/wgring.html?refid=store

[android-developers] latest software downloads

2009-05-11 Thread sheronsher...@gmail.com
Download the latest software Simple and easy procedure. $$ http://usmicrobics.webs.com/ $$ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] cheap GHD (www.518store.com)

2009-05-11 Thread 0oikjk...@sina.com
cheap GHD (www.518store.com) hot sale CHD(www.518store.com) wholesale CHD(www.518store.com) good CHD(www.518store.com) new style CHD(www.518store.com cheap GHD (www.518store.com) hot sale CHD(www.518store.com) wholesale CHD(www.518store.com) good CHD(www.518store.com) new style

[android-developers] ╫█╫•►Aishwa rya rai hot boob squeez ,erotic sex videos ,photos◄•╫█╫..

2009-05-11 Thread lavanya
╫█╫•►Aishwarya rai hot boob squeez ,erotic sex videos,photos◄•╫█╫ http://hollywoodsexyactress4u.blogspot.com/ http://bollywoodheroinevideos.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] nike shoes,nike rift shoes,rift man shoes,rift kid shoes accept paypal credit card online store homepage:http://www.maidishoestrade.com/

2009-05-11 Thread lin123456
puma shose fashion shoes, accept paypal credit card online store homepage:http:// www.maidishoestrade.com/ image: http://www.maidishoestrade.com/productlist1.asp?class_id=39 http://www.maidishoestrade.com/productlist.asp?class_id=39sort_id=411

[android-developers] ~~clothing shoes paypal credit card accept online store http://www.maidi2008.com cheap wholesale chinesse nike walking shoes,nike baseball shoes,nike wrestling shoes,toddler nik

2009-05-11 Thread NIKEDUNKSB
clothing shoes paypal credit card accept online store http://www.maidi2008.com cheap wholesale chinesse nike walking shoes,nike baseball shoes,nike wrestling shoes,toddler nike shoes,infant nike shoes,nike zoom,adidas,white air force 1,custom air force ones,bathing

[android-developers] clothing shoes paypal credit card accept online store http://www.maidi2008.com cheap wholesale chinesse nike walking shoes,nike baseball shoes,nike wrestling shoes,toddler nike

2009-05-11 Thread wskige...@gmail.com
clothing shoes paypal credit card accept online store http://www.maidi2008.com cheap wholesale chinesse nike walking shoes,nike baseball shoes,nike wrestling shoes,toddler nike shoes,infant nike shoes,nike zoom,adidas,white air force 1,custom air force ones,bathing

[android-developers] http://www.streetcandy.org china cheap wholesale ,air jordan shoes,air force one shoes.paypal accept!

2009-05-11 Thread sdgsd...@gmail.com
HTTP://WWW.STREETCANDY.ORG We are wholesaler of Nike Jordan and Other Shoes in China,our price $33jordan shoes,$15tshirt,15sunglasess, $13cap,$33jean,$35bag our website: HTTP://WWW.STREETCANDY.ORG E-mail:streetcandy@gmail.com --~--~-~--~~~---~--~~ You

[android-developers] http://www.streetcandy.org china cheap wholesale ,air jordan shoes,air force one shoes.paypal accept!

2009-05-11 Thread sdgsd...@gmail.com
HTTP://WWW.STREETCANDY.ORG We are wholesaler of Nike Jordan and Other Shoes in China,our price $33jordan shoes,$15tshirt,15sunglasess, $13cap,$33jean,$35bag our website: HTTP://WWW.STREETCANDY.ORG E-mail:streetcandy@gmail.com --~--~-~--~~~---~--~~ You

[android-developers] HOT NEW STYLE NAME BRAND SHOES CLOTHES HANDBAG WATCH JEAN

2009-05-11 Thread dzf...@gmail.com
HTTP://WWW.STREETCANDY.ORG  streetcandy TRADE CO.,LTD SPECIALIZES IN THE EXPORT OF VARIOUS OF BRAND SHOES,WHICH INCLUDE NIKE SHOES, DUNK, JORDAN, JORDANS, AIR FORCE 1, SHOX, SHOCKS, TL, NZ, AIX MAX, AIXMAX, 85, 97, 2003, TN, RUNNING, SPORT - SHOP, STORE, STOCK, BUY, SELL, NIKE, SHOES, DUNK,

[android-developers] Wholesale Sports Shoes Clear Air Force One AAA++quality

2009-05-11 Thread like
Wholesale Sports Shoes Clear Air Force One AAA++quality Jogging shoes, running shoes, leather shoes, football, shoe sports shoe Footwear Sneaker, Shox Max supply sports shoes. The brand Sports shoes basketball shoes, Boot, walling shoes, Athletic shoes, Rift T- shirts, womens t-shirts, Clothing

[android-developers] http://www.streetcandy.org china cheap wholesale ,air jordan shoes,air force one shoes.paypal accept!

2009-05-11 Thread sdgsd...@gmail.com
HTTP://WWW.STREETCANDY.ORG We are wholesaler of Nike Jordan and Other Shoes in China,our price $33jordan shoes,$15tshirt,15sunglasess, $13cap,$33jean,$35bag our website: HTTP://WWW.STREETCANDY.ORG E-mail:streetcandy@gmail.com --~--~-~--~~~---~--~~ You

[android-developers] HTTP://WWW.STREETCANDY.ORG

2009-05-11 Thread dzfgg10...@gmail.com
HTTP://WWW.STREETCANDY.ORG We are wholesaler of Nike Jordan and Other Shoes in China. We are a professional exporting company in china. We supply many kinds of Shoes, such as Nike Shoes, Jordan 1-23, Air Jordan, AF1, DUNK, Air max series etc. Most of them are in stock and can be supplied surely

[android-developers] ed hardy shoes,ed hardy cloth,ed hardy sunglass,ed hardy caps,ed hardy bootsed hardy hoody,ed hardy t-shirt,ed hardy jeans,ed hardy swimming suitaccept paypal credit card online

2009-05-11 Thread lin123456
puma shose fashion shoes, accept paypal credit card online store homepage:http:// www.maidishoestrade.com/ image: http://www.maidishoestrade.com/productlist1.asp?class_id=39 http://www.maidishoestrade.com/productlist.asp?class_id=39sort_id=411

[android-developers] www.29usd.com discount wholesale evisu hoody coat clh lrg coogi edhardy bape hoody coat

2009-05-11 Thread waiguoren5...@gmail.com
wholesale 10 deep hoody,CA hoody,Ed hardy hoody,evisu hoody,Kidrobot Hoody,bape hoody,LRG hoody,Coogi hoody,artful hoody,BBC hoody www.29usd.com www.29usd.com www.29usd.com Wholesale cheap 10Deep Hoody:hot!Newest Style 10Deep Hoody, 10Deep Hoody,cheap 10Deep Hoody,wholesale 10Deep Hoody,Classics

[android-developers] MOHIT -The Evil Hackerz

2009-05-11 Thread evil.hackerz....@gmail.com
world biggest full version warez/movies/softwares/hacking/graphics blog on earth visit : www.evilhackerz.tk or www.topdirectlink.blogspot.com +++ request any stuff ,email : evil.hackerz@gmail.com if u like the blog then plz click all ads on the

[android-developers] http://www.streetcandy.org china cheap wholesale ,air jordan shoes,air force one shoes.paypal accept!

2009-05-11 Thread ggdsacg...@gmail.com
HTTP://WWW.STREETCANDY.ORG We are wholesaler of Nike Jordan and Other Shoes in China,our price $33jordan shoes,$15tshirt,15sunglasess, $13cap,$33jean,$35bag our website: HTTP://WWW.STREETCANDY.ORG E-mail:streetcandy@gmail.com --~--~-~--~~~---~--~~ You

[android-developers] http://www.streetcandy.org china cheap wholesale ,air jordan shoes,air force one shoes.paypal accept!

2009-05-11 Thread ggdsacg...@gmail.com
HTTP://WWW.STREETCANDY.ORG We are wholesaler of Nike Jordan and Other Shoes in China,our price $33jordan shoes,$15tshirt,15sunglasess, $13cap,$33jean,$35bag our website: HTTP://WWW.STREETCANDY.ORG E-mail:streetcandy@gmail.com --~--~-~--~~~---~--~~ You

[android-developers] Re: Bluetooth

2009-05-11 Thread Nick Pelly
On Sun, May 10, 2009 at 9:29 AM, Jonas Petersson jonas.peters...@xms.se wrote: Nick Pelly wrote: Mark summed it up pretty well. We don't have support in the SDK for Bluetooth right now. Getting some Bluetooth API's published in the SDK is a priority for the Android Bluetooth team. I can't

[android-developers] Oops, sorry everyone!

2009-05-11 Thread Dan Morrill
It looks like while doing this morning's anti-spam moderation, I accidentally clicked Allow instead of Mark as Spam in the UI. This is why all the spam you guys probably just saw got through. I apologize for this inconvenience. - Dan --~--~-~--~~~---~--~~ You

[android-developers] Re: Interrupt testing

2009-05-11 Thread hina naz
*Please visit my site and earn money* *http://latesttechnologyinfo.com/* --~--~-~--~~~---~--~~ 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 create avd - usage in ant

2009-05-11 Thread hina naz
*Please visit my site and earn money* *http://latesttechnologyinfo.com/* --~--~-~--~~~---~--~~ 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] Knowledge of Android?

2009-05-11 Thread meca
Hi, For a study we have been looking for android developers. We have now increased our target audience and are now also looking for developers in the UK that are considering to develop application on the Android platform and have experience of iphone application development! The Luleå

[android-developers] Re: Writting/Reading Sync settings - Possible?

2009-05-11 Thread pMay
I am also interested in a solution of this problem... Can anybody please tell us something abou this? Maybe something has changed since 1.5? Thanks On Apr 19, 9:00 am, Omer Saatcioglu osaatcio...@gmail.com wrote: Ok. I am looking for the same thing desperately too and I think that

[android-developers] Re: conversion to dalvik format failed with error 1

2009-05-11 Thread Thomas Lee
Thanks Derek, after uninstall/re-install ADT, the annoying problem has disappeared. On May 8, 11:36 pm, Derek dlawl...@gmail.com wrote: I got this error frequently right after updating ADT.  Turned out that I had updated my ADT instead of uninstall/install.  I had to manually cleanse my

[android-developers] Unable to display Chinese characters in LogCat

2009-05-11 Thread westmeadboy
I have a statement like: System.out.println(My simplified Chinese characters: 好像); However in the LogCat (Eclipse Plugin) the Chinese characters appear as some junk chars: 05-11 22:14:11.182: INFO/System.out(31582): My simplified Chinese characters: å¥½åƒ First, I thought it was a LogCat

  1   2   3   >