[android-developers] About Default debug.keystore

2012-04-29 Thread Soyer
Hello everybody, I recently moved .android folder from C drive to D drive, and now eclipe is taking the default debug.keystore in D:/ so when i go to run it first i cant see the old AVDs and when i create a new one and press run , i get this error C:\Users\USER\.android/avd/Avd1.ini i googled

[android-developers] Re: Hello Everyone---a Quick question please

2012-04-15 Thread Soyer
Developerhttp://sites.google.com/site/magouyaware On Sat, Apr 14, 2012 at 2:49 PM, Soyer mblack...@gmail.com wrote: Hello everybody, i am trying to split a line to a set of strings, and i am using the following bunch of code: str = hello welcome to your application text= X

[android-developers] Re: Hello Everyone---a Quick question please

2012-04-15 Thread Soyer
On Sat, Apr 14, 2012 at 2:49 PM, Soyer mblack...@gmail.com wrote: Hello everybody, i am trying to split a line to a set of strings, and i am using the following bunch of code: str = hello welcome to your application text= X, A                                 String t1[]=str.split

[android-developers] Re: Hello Everyone---a Quick question please

2012-04-15 Thread Soyer
first google your questions up before you post them here On Sun, Apr 15, 2012 at 2:31 PM, Soyer mblack...@gmail.com wrote: yes i know its a very beginner question, i even dint expect to be the problem with my code, however i tried the other way String[] t1 = str.split

[android-developers] Hello Everyone---a Quick question please

2012-04-14 Thread Soyer
Hello everybody, i am trying to split a line to a set of strings, and i am using the following bunch of code: str = hello welcome to your application text= X, A String t1[]=str.split( ); String t2[]=text.split( ); the problem is

[android-developers] Re: Hello everyone, what i have done so far regarding passing a ListView from one activity to another

2012-04-06 Thread Soyer
in the onListItenClick()   , in which you can get the exat position where it was  cllicked  and get the text from the array list by passing the position as the index. Cheers Tarun On Mon, Apr 2, 2012 at 9:11 PM, Soyer mblack...@gmail.com wrote: thanks a lot mate. that worked, i have

[android-developers] Re: Hello everyone, what i have done so far regarding passing a ListView from one activity to another

2012-04-02 Thread Soyer
properly !!! On Apr 2, 12:03 pm, Zsolt Vasvari zvasv...@gmail.com wrote: Why spam the list with a new thread?  Your previous one is just below.  If you do this, NOBODY is going to help you. On Monday, April 2, 2012 5:52:35 AM UTC+8, Soyer wrote: Hello everyone, i posted a question about

[android-developers] Hello Everyone, Is there anyway we can pass a listView from one activity to another

2012-04-01 Thread Soyer
I am trying to pass a list view from one activity to another and use it as a Text_to_speech. I converted the list view to a string (Using toString()) in the first activity and did work, but it's not so convenient since i can't manipulate the elements in the list(I can't use them)...i thought of

[android-developers] Re: Hello Everyone, Is there anyway we can pass a listView from one activity to another

2012-04-01 Thread Soyer
:45 AM UTC-4, Soyer wrote: I am trying to pass a list view from one activity to another and use it as a Text_to_speech. I converted the list view to a string (Using toString()) in the first activity and did work, but it's not so convenient since i can't manipulate the elements in the list

[android-developers] Hello everyone, what i have done so far regarding passing a ListView from one activity to another

2012-04-01 Thread Soyer
Hello everyone, i posted a question about passing a listview from one activity to another and this is what i did so far.. the first activity is this: Bundle bundle = new Bundle(1); bundle.putStringArrayList(fromLat, fromLat); Intent intent1=new

[android-developers] Re: Hello everyone, i couldn't figure out what this error in the logcat means!!!

2012-03-31 Thread Soyer
:):) --Soyer. On Mar 28, 9:55 pm, Kostya Vasilyev kmans...@gmail.com wrote: I second that motion. Taking Vicodin Ex with a glass of red wine after my own deviated septum surgery some twenty years ago was great :) -- K On 03/28/2012 09:36 PM, Mark Phillips wrote: Penalty

[android-developers] Hello Everyone, i have a small Question.about Text_to_Speech activity.

2012-03-31 Thread Soyer
Hello everyone, I am using a Text_To_Speech in my application, which is detecting bluetooth signal and give it as a vocal feedback, the application is perfectly working, is just the given list of devices are given in brackets hence the text_to_speech is saying: Left Bracket,..., Right

[android-developers] Re: Hello Everyone, i have a small Question.about Text_to_Speech activity.

2012-03-31 Thread Soyer
...@gmail.com wrote: Use If else.. !! When there is braces it shouldnt speak out ! On Sat, Mar 31, 2012 at 5:23 PM, Soyer mblack...@gmail.com wrote: Hello everyone, I am using a Text_To_Speech in my application, which is detecting bluetooth signal and give it as a vocal feedback

[android-developers] Re: Hello everyone, i couldn't figure out what this error in the logcat means!!!

2012-03-28 Thread Soyer
Thanks guys for the help, the problem was solved just by making two different classes, one for buttons and listviews and the other is just for textview...thanks again... Justin i hope u ll get will soon mate, take care, cheers. On Mar 25, 5:43 am, Justin Anderson magouyaw...@gmail.com wrote:

[android-developers] Re: Hello everyone, i couldn't figure out what this error in the logcat means!!!

2012-03-23 Thread Soyer
Apen sorry i dint notice ur suggestion, no it's not about the name, hmm i think it's something wrong with the order of the blocks... On Mar 23, 12:35 am, Soyer mblack...@gmail.com wrote: Hello Justin, thanks for the reply... yes it is in that form,  extView newDevicesListView = (TextView

[android-developers] Hello everyone:), About USB Debugging driver.

2012-03-23 Thread Soyer
Hello there, Does anyone knows from where can i download the driver to use the USB Debugging ? 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@googlegroups.com To

[android-developers] Re: Hello everyone:), About USB Debugging driver.

2012-03-23 Thread Soyer
, Mohamed Gougam mblack...@gmail.com wrote: Thanks a lot. :) On Fri, Mar 23, 2012 at 5:03 PM, Mark Murphy mmur...@commonsware.comwrote: http://developer.android.com/sdk/oem-usb.html On Fri, Mar 23, 2012 at 8:54 AM, Soyer mblack...@gmail.com wrote: Hello there, Does anyone knows

[android-developers] Re: Hello everyone:), About USB Debugging driver.

2012-03-23 Thread Soyer
hmm ok i will try these suggestions out, thanks a lot :) On Mar 23, 7:21 pm, Kostya Vasilyev kmans...@gmail.com wrote: Or edit the standard driver's .inf file, entering the UPnP ids for your device... Which is not any different from entering them in the udev rules file on Linux...

[android-developers] Hello everyone, i couldn't figure out what this error in the logcat means!!!

2012-03-22 Thread Soyer
03-22 06:23:21.295: E/AndroidRuntime(1941): java.lang.IllegalStateException: ArrayAdapter requires the resource ID to be a TextView the problem is in this couple of lines: mNewDevicesArrayAdapter = new ArrayAdapterString(this, R.layout.textviewlayout); // Find and set up the

[android-developers] Re: Hello everyone, i couldn't figure out what this error in the logcat means!!!

2012-03-22 Thread Soyer
://developer.android.com/reference/android/widget/ArrayAdapter.ht... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 22, 2012 at 4:31 AM, Soyer mblack...@gmail.com wrote: 03-22 06:23:21.295: E/AndroidRuntime(1941

[android-developers] Hello, just a quick question.

2012-03-15 Thread Soyer
Hello all, I am trying to use USB debugger on the phone, to debug my App, so i did activate it after attach it to the laptop, but i didn't know what next, isn't it suppose to show the reference of the phone on eclipse when you want to run the App (i.e just like when you try to run it on a

[android-developers] Hello Everyone, i just have a quick question:

2012-02-19 Thread Soyer
Hello everyone, Can anyone explain to me what this following error means? have anyone faced the same? ERROR: 02-19 18:10:41.321: E/AndroidRuntime(319): java.lang.RuntimeException: Unable to start activity ComponentInfo{android.mgo.helloandroid/

[android-developers] Hello Everyone, i am developing an android App with Bluetooth.

2012-02-16 Thread Soyer
Hello Everyone, i am developing an app on android to catch bluetooth, and i am facing an error which i couldn't understand what its source can be, the error is on the logcat as the following: 02-13 13:02:11.538: E/AndroidRuntime(196): java.lang.RuntimeException: Unable to start activity

[android-developers] Hello Everybody, i am developing an android App with Bluetooth.

2012-02-13 Thread Soyer
Hello Everyone, i am developing an app on android to catch bluetooth, and i am facing an error which i couldn't understand what its source can be, the error is on the logcat as the following: 02-13 13:02:11.538: E/AndroidRuntime(196): java.lang.RuntimeException: Unable to start activity

[android-developers] Hello Everybody, i am developing an android App with Bluetooth.

2012-02-13 Thread Soyer
Hello Everyone, i am developing an app on android to catch bluetooth, and i am facing an error which i couldn't understand what its source can be, the error is on the logcat as the following: 02-13 13:02:11.538: E/AndroidRuntime(196): java.lang.RuntimeException: Unable to start activity

[android-developers] Hello everyone, i am developing an android bluetooth App

2012-02-12 Thread Soyer
Hello folks, I am developing an android app and i am facing a unexpected error,try again alter error message, could any have a look on it and please tell me what i missed. This is my Code, manifest and main files and the Logcat bellow: package android.mgo.helloandroid; import

[android-developers] Hello everyone, i am developing a bluetooth app.

2012-02-09 Thread Soyer
i am developing a bluetooth app, and i think it's passing through the different parts of the code as expected but the issue now is that i don't know why it is not listing any detected devices. Any Ideas? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Hello everyone, i am developing a bluetooth app.

2012-02-09 Thread Soyer
=android.permission.BLUETOOTH_ADMIN / /manifest On Feb 9, 6:29 pm, TreKing treking...@gmail.com wrote: On Thu, Feb 9, 2012 at 5:42 AM, Soyer mblack...@gmail.com wrote: the issue now is that i don't know why it is not listing any detected devices. Any Ideas? Elaborate on your problem

[android-developers] Re: Hello everyone, i am developing a bluetooth app.

2012-02-09 Thread Soyer
9, 7:41 pm, Kristopher Micinski krismicin...@gmail.com wrote: Did you try running this in a debugger to see what's going on? kris On Thu, Feb 9, 2012 at 9:58 AM, Soyer mblack...@gmail.com wrote: Sure, first bluetooth detection on Android emulator is not supported on Wind7 so i used

[android-developers] Re: Hello everyone, i am developing a bluetooth app.

2012-02-09 Thread Soyer
for more recent devices, but I remember to have gotten it working on the Hero a long time ago (that being said, BT on the older HTCs was always somewhat flaky for me). kris On Thu, Feb 9, 2012 at 11:13 AM, Soyer mblack...@gmail.com wrote: Hello Kris, i tried it on a mobile phone (HTC

[android-developers] Re: Hello everyone, i am developing a bluetooth app.

2012-02-09 Thread Soyer
alright Thanks for the guidance mate. I will update u, thanks again. cheers :) On Feb 9, 8:54 pm, Kristopher Micinski krismicin...@gmail.com wrote: On Thu, Feb 9, 2012 at 11:44 AM, Soyer mblack...@gmail.com wrote: so it's an order issue, Could you please instruct me which part should i

[android-developers] Hello i am developing an App for android using bluetooth.

2012-02-08 Thread Soyer
This is my Code, Please tell me if i am missing something...i am Stuck with this for more then 2 weeks now, any help will be very appreciated. it's short please have a look on it. package android.mgo.helloandroid; import java.util.Set; import android.app.Activity; import