[android-developers] Re: hello any samsung dev here?

2017-08-23 Thread IT technology
On Wednesday, August 23, 2017 at 12:13:34 PM UTC+5, IT technology wrote: > > Hello. > how are you allz? > i,m new here. > > i want to know something. > how we change or edit android HW rev? baseband ? > i see many changes devices with changed. i want to know that how can we > change it? > >

[android-developers] Re: Hello World! I've decided to start dabbling in Android Development, mainly to get more out of my personal devices. If anyone has tips on getting started let me know!

2016-05-15 Thread freephone281
http://imgur.com/czUB0nP this should help a lot :) On Sunday, May 15, 2016 at 4:09:07 AM UTC-5, freeph...@gmail.com wrote: > > After several disappointing attempts at finding a File Explorer capable of > accessing EVERY file and partition of my S5's internal storage in a Windows > environment,

[android-developers] Re: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file?

2013-06-05 Thread amro alfares
Hello As far as i know this is not possible you can achieve that at run time but not in XML file Hope that helps Regards Amro Alfares On Tuesday, June 4, 2013 5:15:54 AM UTC+3, マキレット wrote: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within

Re: [android-developers] Re: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file?

2013-06-04 Thread rauf qureshi
Xml file is not used for layout which will load on run-time. On Tue, Jun 4, 2013 at 9:16 AM, Jonathan S xfsuno...@gmail.com wrote: Not in XML. You only do that in Java. On Monday, June 3, 2013 10:15:54 PM UTC-4, マキレット wrote: Hello. I am Japanese. Is it possible to divide View used using

Re: [android-developers] Re: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file?

2013-06-04 Thread rauf qureshi
Xml is only used for layout which will load at run-time. On Tue, Jun 4, 2013 at 9:16 AM, Jonathan S xfsuno...@gmail.com wrote: Not in XML. You only do that in Java. On Monday, June 3, 2013 10:15:54 PM UTC-4, マキレット wrote: Hello. I am Japanese. Is it possible to divide View used using a

[android-developers] Re: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file?

2013-06-03 Thread Jonathan S
Not in XML. You only do that in Java. On Monday, June 3, 2013 10:15:54 PM UTC-4, マキレット wrote: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file? The boolean value used by a conditional expression wants then to use what the java side

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

2012-04-15 Thread Soyer
Yes i know, it's very beginner, and i dint even expected to be the problem in my code, until i discovered it, i tried the other way with String[] t1 = str.split( ); right after posting my thread, but for some reason its still giving me the same output :S On Apr 15, 2:22 am, Justin Anderson

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

2012-04-15 Thread Soyer
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( ); and for some reason it's still giving me the same output. On Apr 15, 2:22 am, Justin Anderson magouyaw...@gmail.com wrote: This isn't an android

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

2012-04-15 Thread Farhan Tariq
String string = This is what i want to split; String[] tokens = string.split( ); for(int i =0;itokens.length;i++){ Log.d(TOKEN : , tokens[i]); } I think you are looking for something like this. This has nothing to do with android SDK, you should first google your questions up before you post

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

2012-04-15 Thread Soyer
my program it does a comparison after  splitting the lines, and  The problem is solved now, it was counting the ',' with the string which makes the comparison on and off correct, depending on the order of the strings, so if the string i want to match is in the beginning of the line then, a comma

[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
Alright, thanks alot mate :) Cheers. On Apr 3, 9:24 pm, tarun sablok tarun.sab...@gmail.com wrote:   Firstly to make tts  work in your current activity use   init()  function which initializes the tts engine for  you in the current  activity .  secondly you can include the speak function in

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

2012-04-03 Thread tarun sablok
Firstly to make tts work in your current activity use init() function which initializes the tts engine for you in the current activity . secondly you can include the speak function in the onListItenClick() , in which you can get the exat position where it was cllicked and get the

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

2012-04-02 Thread Zsolt Vasvari
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 passing a listview from one activity to another and this is what i did so

[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
Sorry i don't know if i am getting you properly, but this one is different then the other, i found the method how to pass a list from one activity to another but still for some reason it's not being passed and it's returning null. Don't be so hasty to comment before understanding the thread

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

2012-04-01 Thread lbendlin
Normally a listview is fed by an adapter. There is nothing stopping you from using the same adapter in different activities. On Sunday, April 1, 2012 8:53: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

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

2012-04-01 Thread Soyer
Hello there, the part of my code which dispatch the string form the first activity to the second is : if (BluetoothDevice.ACTION_FOUND.equals(action)) { // Get the BluetoothDevice object from the Intent BluetoothDevice device =

[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 for

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

2012-03-31 Thread Soyer
Hello Anirudh, the thing is that i am using two activities, so the string is getting dispatched from the first activity...the string is an array list but since for some reason, the list is not getting carried to the second activity and used in the TTS method i converted the array list to a

[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:

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

2012-03-28 Thread Justin Anderson
Justin i hope u ll get will soon mate, take care, cheers. Thanks, I'm better now... I can actually breathe and I'm no longer on pain meds, so hopefully next time my help will actually help... :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

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

2012-03-28 Thread Mark Phillips
Penalty for wrong answer: you have to share your pain meds ;) Mark On Mar 24, 2012 6:45 PM, Justin Anderson magouyaw...@gmail.com wrote: Kostya, Thanks for catching my mistake! I had surgery for a deviated septum a couple days ago and I'm on some pretty heavy meds... Serves me right for

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

2012-03-28 Thread Kostya Vasilyev
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 for wrong answer: you have to share your pain meds ;) Mark On Mar 24, 2012 6:45 PM,

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

2012-03-24 Thread Justin Anderson
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... No, it IS about the name... Apen was correct (and that is what I was trying to say before, but was REALLY tired so I apologize for the incoherent replies).

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

2012-03-24 Thread Kostya Vasilyev
25 марта 2012 г. 0:55 пользователь Justin Anderson magouyaw...@gmail.com написал: 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... No, it IS about the name... Apen was correct (and that is what I was trying

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

2012-03-24 Thread Justin Anderson
Kostya, Thanks for catching my mistake! I had surgery for a deviated septum a couple days ago and I'm on some pretty heavy meds... Serves me right for trying to answer some questions while I'm obviously so very loopy! :-) Thanks, Justin Anderson MagouyaWare Developer

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

2012-03-23 Thread apen sela
I think you should try using id instead of layout. Like mNewDevicesArrayAdapter = new ArrayAdapterString(this, R.*Id*.textviewlayout); hope it works. :) On Thursday, 22 March 2012 10:31:16 UTC, Soyer wrote: 03-22 06:23:21.295: E/AndroidRuntime(1941): java.lang.IllegalStateException:

[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] Re: Hello everyone:), About USB Debugging driver.

2012-03-23 Thread Soyer
Hello Mark, i found that the issue wasn't with uninstalled driver, the driver is installed (Using: Android SDK Manger) but once i want to update it, it says that the Windows could not find driver software for your device. the drivers i have in the folder are: i386 and amd64 On Mar 23, 5:20 pm,

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

2012-03-23 Thread Mark Murphy
Contact your device manufacturer for assistance, I guess. Or, move to OS X or Linux and away from Windows. :-) On Fri, Mar 23, 2012 at 11:13 AM, Soyer mblack...@gmail.com wrote: Hello Mark, i found that the issue wasn't with uninstalled driver, the driver is installed (Using: Android SDK

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

2012-03-23 Thread Kostya Vasilyev
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... 23.03.2012 19:14, Mark Murphy пишет: Contact your device manufacturer for assistance, I guess. Or, move to OS X or Linux and

[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] Re: Hello everyone, i couldn't figure out what this error in the logcat means!!!

2012-03-22 Thread Soyer
Hello Justin, thanks for the reply... yes it is in that form, extView newDevicesListView = (TextView) findViewById(R.id.title_paired_devices); On Mar 22, 9:17 pm, Justin Anderson magouyaw...@gmail.com wrote: Sorry... Didn't notice your ArrayAdapter constructor... You have more the correct

[android-developers] Re: hello for all

2012-03-18 Thread kalandar
android 4.0 is supporting arabic... try 4.0 devices -- 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

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

2012-02-26 Thread Mohamed Gougam
Sorry i didn't get your question. On Sun, Feb 26, 2012 at 5:19 AM, lbendlin l...@bendlin.us wrote: Detecet ? Really? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

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

2012-02-26 Thread YuviDroid
Uhmthe root of the error is at that line 87 of your BTD...Activity. What's at that line? is it: SetBluetoothDevice pairedDevices = mBtAdapter.getBondedDevices(); ? ant it might be that mBtAdapter is null (by reading the docs it says that BluetoothAdapter.getDefaultAdapter() returns null when

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

2012-02-26 Thread Mohamed Gougam
yes it's: // Get a set of currently paired devices SetBluetoothDevice pairedDevices = mBtAdapter.getBondedDevices(); So i wonder what's about it. Just a question about the Log.e and Log.d i added this: if (D) Log.d(Tag, in onCreate()); if (D) Log.e(Tag, onCreate());

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

2012-02-25 Thread Mohamed Gougam
Hello, I used The Log.e and Log.d in many places in the code including in the onCreate method and i found that the error is there and it's not going any further beyond it... Still don't know what's wrong though. On Thu, Feb 23, 2012 at 11:40 PM, Mohamed Gougam mblack...@gmail.comwrote: Hello

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

2012-02-25 Thread YuviDroid
As the log suggests the NullPointerException occurs at line 87 of BTDdetecetwithV7Activity.java. Take a look at that line and see what might be wrong.. On Sat, Feb 25, 2012 at 8:21 PM, Mohamed Gougam mblack...@gmail.com wrote: Hello, I used The Log.e and Log.d in many places in the code

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

2012-02-25 Thread Mohamed Gougam
Hello, You mean this part of the log: 02-23 18:35:35.985: E/AndroidRuntime(228): Caused by: java.lang.NullPointerException 02-23 18:35:35.985: E/AndroidRuntime(228): at android.mgo.helloandroid.BTDdetecetwithV7Activity.onCreate(BTDdetecetwithV7Activity.java:87) The program doesn't stop at

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

2012-02-25 Thread Mohamed Gougam
Just a quick question please, why in my code, i use button but it didn't ask me to add implements OnClickListener and when i try to add, it shows error...?? On Sun, Feb 26, 2012 at 1:19 AM, Mohamed Gougam mblack...@gmail.com wrote: Hello, You mean this part of the log: 02-23 18:35:35.985:

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

2012-02-25 Thread lbendlin
Detecet ? Really? -- 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+unsubscr...@googlegroups.com For more

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

2012-02-23 Thread Mohamed Gougam
Hello Moktarul, sorry for the late reply, i was playing around with the onCreate since you said you think that the source of the bug most probably is onCreate method, well i am putting the Logcat error messages and Activity code bellow, LogCat: 02-23 18:35:35.935: D/AndroidRuntime(228): Shutting

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

2012-02-22 Thread Mohamed Gougam
Hello moktarul, the thing about manifest.xml, is tht i have only one activity so nothing to get confused with. the manifest file is bellow: ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=android.mgo.helloandroid

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

2012-02-22 Thread moktarul anam
Hi Soyer, I think problem is in ur oncreate or onstart method. can u please do that ... remove all code from oncreate and check Can u please send little more log Moktarul On Feb 22, 11:42 pm, Mohamed Gougam mblack...@gmail.com wrote: Hello moktarul, the thing about manifest.xml, is tht i

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

2012-02-22 Thread moktarul anam
can u please send me ur activity code and little more log message Moktarul anam On Feb 23, 10:18 am, moktarul anam mokta...@gmail.com wrote: Hi Soyer, I think problem is in ur oncreate or onstart method.  can u please do that ... remove all code from oncreate and check Can u please send

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

2012-02-21 Thread moktarul anam
sorry, its Activity Intent filter not internt filter Moktarul On Feb 21, 12:42 pm, moktarul anam mokta...@gmail.com wrote: Hi Soyer, All your activity class has to be there in your Manifest.xml file if you call your activity class from other activity then that class has to be main( internt

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

2012-02-21 Thread Mohamed Gougam
Hello moktarul, Thanks alot, i will do that, and let you know :) On Tue, Feb 21, 2012 at 12:10 PM, moktarul anam mokta...@gmail.com wrote: sorry, its Activity Intent filter not internt filter Moktarul On Feb 21, 12:42 pm, moktarul anam mokta...@gmail.com wrote: Hi Soyer, All your

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

2012-02-20 Thread moktarul anam
Hi BTDdetecetwithV7Activity in ur android Manifest file activity name=BTDdetecetwithV7Activity/\ Enjoy moktarul On Feb 20, 12:26 am, Soyer mblack...@gmail.com wrote: Hello everyone, Can anyone explain to me what this following error means? have anyone faced the same? ERROR: 02-19

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

2012-02-20 Thread Mohamed Gougam
Hi Moktarul, What is in the the manifest file, you mean i have to remove the . ? i don't think that's it, the . has to be there. Thanks guys for the help, Kris is it wrong if somebody try to learn something different, out of his field !! Thanks for the help though i really appreciate it. On Mon,

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

2012-02-20 Thread Kristopher Micinski
Thanks guys for the help, Kris is it wrong if somebody try to learn something different, out of his field !! Thanks for the help though i really appreciate it. If a NullPointerException is out of your field, then your field certainly isn't programming Java. Students learn about this extremely

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

2012-02-20 Thread Mohamed Gougam
This is included in the program... PS: i am not a student i am a hardware person, this is a parallel program i am getting into, and yes i did java programming and web designing using javaservlet and JSP by using MySQL...you maybe didn't get my question in the post or i dint express my self

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

2012-02-20 Thread Kristopher Micinski
On Mon, Feb 20, 2012 at 2:06 PM, Mohamed Gougam mblack...@gmail.com wrote: This is included in the program... PS: i am not a student i am a hardware person, this is a parallel program i am getting into, and yes i did java programming and web designing using javaservlet and JSP by using

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

2012-02-20 Thread Mohamed Gougam
Alright will do that.thanks. On Tue, Feb 21, 2012 at 1:51 AM, Kristopher Micinski krismicin...@gmail.com wrote: On Mon, Feb 20, 2012 at 2:06 PM, Mohamed Gougam mblack...@gmail.com wrote: This is included in the program... PS: i am not a student i am a hardware person, this is a parallel

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

2012-02-20 Thread moktarul anam
Hi Soyer, All your activity class has to be there in your Manifest.xml file if you call your activity class from other activity then that class has to be main( internt filter main) Please check these two point and i think this will solve ur problem. I am sure some problem in ur Manifest.xml file

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

2012-02-14 Thread Mohamed Gougam
You are talking about this part, right!! ListView pairedListView = (ListView) findViewById(R.id.paired_devices); pairedListView.setAdapter(mPairedDevicesArrayAdapter); // Find and set up the ListView for newly discovered devices ListView newDevicesListView = (ListView)

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

2012-02-14 Thread Mohamed Gougam
What do you suggest to do? any ideas? On Tue, Feb 14, 2012 at 3:59 PM, Mohamed Gougam mblack...@gmail.com wrote: You are talking about this part, right!! ListView pairedListView = (ListView) findViewById(R.id.paired_devices); pairedListView.setAdapter(mPairedDevicesArrayAdapter);

[android-developers] Re: Hello Grid View Tutorial don't work

2012-02-13 Thread moktarul anam
have u copied R.drawable.sample_2, R.drawable.sample_3. all images in to your drawable folder?? On Feb 12, 10:30 pm, Asaf Nassi superdrag...@gmail.com wrote: I tray the Hello Grid View Tutorial, I using eclipse (even to copy and paste from the android developer

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

2012-02-13 Thread romdroid
isn't logcat giving more than that? it should also give you the codeline (number) where the error is thrown in your application, how about clickin' on it and find out which line of code gives you the error? On 13 Feb., 16:11, Mohamed Gougam mblack...@gmail.com wrote: I know mate, i can't see

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

2012-02-13 Thread Indicator Veritatis
Correction: they are line numbers, just not in YOUR code: e.g., 461 is a line number in AdapterView.java, which doesn't help much. As for your original logcat listing, what you need to do here is notice that this is a Runtime exception thrown because you don't have a method for addView(View,

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

2012-02-13 Thread Kostya Vasilyev
14 февраля 2012 г. 2:37 пользователь Indicator Veritatis mej1...@yahoo.comнаписал: So the REAL question is: why are you trying to call addView on an AdapterView? He's not, the framework is -- since the ListView in the XML has children (and one of those is another ListView, oh my). -- You

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

2012-02-13 Thread Indicator Veritatis
Then it sounds like you just answered the question. Can we take this as a general rule, that a ListView should not have another ListView as a child view? What other restrictions are there on what it can have as child views? On Feb 13, 2:45 pm, Kostya Vasilyev kmans...@gmail.com wrote: 14 февраля

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

2012-02-09 Thread Mohamed Gougam
This is what is shown on the logcat: 02-08 13:17:23.112: D/AndroidRuntime(4389): Shutting down VM 02-08 13:17:23.112: W/dalvikvm(4389): threadid=1: thread exiting with uncaught exception (group=0xb570e298) 02-08 13:17:23.112: E/AndroidRuntime(4389): FATAL EXCEPTION: main 02-08 13:17:23.112:

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

2012-02-09 Thread Raghav Sood
Your permissions should be outside the application node of the manifest. Thanks On Thu, Feb 9, 2012 at 2:25 PM, Mohamed Gougam mblack...@gmail.com wrote: This is what is shown on the logcat: 02-08 13:17:23.112: D/AndroidRuntime(4389): Shutting down VM 02-08 13:17:23.112: W/dalvikvm(4389):

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

2012-02-09 Thread Mohamed Gougam
Thanks indeed for the help mate, but why when i press the button Startdetecting to list the detected bluetooth deveices, the message doesnt stay stable, it comes and it goes very fast. On Thu, Feb 9, 2012 at 1:03 PM, Raghav Sood raghavs...@androidactivist.orgwrote: Your permissions should be

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

2012-02-09 Thread Mohamed Gougam
Problem solved temporary (Big project new issues appeared), thanks a lot mate for the help. On Thu, Feb 9, 2012 at 1:48 PM, Mohamed Gougam mblack...@gmail.com wrote: Thanks indeed for the help mate, but why when i press the button Startdetecting to list the detected bluetooth deveices, the

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

2012-02-09 Thread Soyer
Sure, first bluetooth detection on Android emulator is not supported on Wind7 so i used VirtualBox to run it on Linux2.4, so the bluetooth features are supported by the Host OS and the emulator, but the thing is that the app is not detecting any devices (My phone...) This is my code: package

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

2012-02-09 Thread Kristopher Micinski
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 VirtualBox to run it on Linux2.4, so the bluetooth features are

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

2012-02-09 Thread Soyer
Hello Kris, i tried it on a mobile phone (HTC Hero) and no detected devices were displayed...it's showing the default bluetooth adapter, and then Start discovering, Done with discovery and at last: Devices paired: and nothing displayed, though my other mobile phone is next to it. On Feb

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

2012-02-09 Thread Kristopher Micinski
Oh, you're not using the BluetoothAdapter correctly... You basically call startdiscovery and then display stuff. That's not how it works. It's an asynchronous call. You start discovery with .startDiscovery() and then you have to wait until it's finished. To handle that, you wait for a

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

2012-02-09 Thread Soyer
so it's an order issue, Could you please instruct me which part should i change?, because honestly i have read loads of articles and i don't think i am going anywhere which getting more n more frustrating... That would be Very Appreciated. On Feb 9, 8:21 pm, Kristopher Micinski

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

2012-02-09 Thread Kristopher Micinski
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 change?, because honestly i have read loads of articles and i don't think i am going anywhere which getting more n more frustrating... That would be Very

[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] Re: Hello i am developing an App for android using bluetooth.

2012-02-08 Thread Bipin Shashi
what is the error that you are getting?? On Feb 8, 11:32 am, Soyer mblack...@gmail.com wrote: 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

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

2012-02-08 Thread Mohamed Gougam
it says The application UIdrawing(process android.mgo.helloandroid) has stopped unexpectedly. Please try again later. On Thu, Feb 9, 2012 at 12:06 AM, Bipin Shashi bi...@lokalty.com wrote: what is the error that you are getting?? On Feb 8, 11:32 am, Soyer mblack...@gmail.com wrote: This is

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

2012-02-08 Thread Wenshan
Could you please put the whole error message from logcat here? What you've provided is not sufficient. Cheers, Wenshan -- 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: hello

2011-10-01 Thread Erel
is it good for new learning people? Basic4android is much simpler than Eclipse / Java in almost all cases. Especially for programmers with less experience. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Re: hello

2011-10-01 Thread Kristopher Micinski
On Sat, Oct 1, 2011 at 8:08 AM, Erel ereluz...@gmail.com wrote: is it good for new learning people? Basic4android is much simpler than Eclipse / Java in almost all cases. Especially for programmers with less experience. However it should be noted that this group is concerned explicitly with

[android-developers] Re: hello

2011-10-01 Thread Erel
not a watered down version intended to make it easier. Note that Basic4android is much more than a watered down version of the Android SDK. It is a RAD tool for building Android applications. Just as an example Basic4android supports many advanced features such as USB host, SMTP, POP3, home

[android-developers] Re: hello

2011-10-01 Thread clark
As Kristopher said, you will be much better off sticking with Java and the Android SDK. BASIC is fine for those that don't do a lot of programming but as a CS major you'll be doing quite a bit and you will benefit more from using Java than BASIC. I'm not knocking BASIC, I'm just letting you know

Re: [android-developers] Re: hello

2011-10-01 Thread Kristopher Micinski
On Sat, Oct 1, 2011 at 12:59 PM, Erel ereluz...@gmail.com wrote: not a watered down version intended to make it easier. Note that Basic4android is much more than a watered down version of the Android SDK. It is a RAD tool for building Android applications. Just as an example Basic4android

[android-developers] Re: Hello Everyone

2011-04-20 Thread Spiral123
TBM? Is that Male or Fem? One tip, I think Is to follow this link: https://market.android.com/details?id=com.poetry.androidfeature=search_result On Apr 16, 3:43 pm, ^TBM^ po3ticsu...@gmail.com wrote: Hey I'm new to this group you can just call me TBM. I am looking forward to learning as much

[android-developers] Re: Hello Views GridView Tutorial - Android Packaging Problem

2011-02-03 Thread MarkH
I worked on this issue for hours on my second tutorial, strangely enough I fixed it by changing Preferences: Android - Build - Build Output to Verbose! On Dec 12 2010, 11:34 am, Lucas Infante macci...@gmail.com wrote: I've got a similar error: Description Resource            Path        

[android-developers] Re: Hello Andriod

2010-12-13 Thread Gulfam
Hi Montya, I think your application is crashing at some point, try to find out the issue first. As mark has said use adb Logcat, DDMS to narrow down the issue. Gulfam On Dec 11, 3:18 pm, montya anupkalbu...@gmail.com wrote: Hey guys i am following Hello Andriod book. All was fine till  60th

[android-developers] Re: hello map view problem

2010-12-11 Thread doles
Nvm... this was due to the fact that I did not have my debug.keystore registered with google maps API service... On Dec 11, 8:10 pm, doles sachin.d...@gmail.com wrote: Hello, I am trying to run the Hello, Mapview program from the anrdoid dev guide on an emulator. Here's the exception I keep

[android-developers] Re: Hello World doesn't work

2010-11-23 Thread A. Elk
To expand on this: The behavior the OP is seeing is the emulator starting up. During startup, the text Android will blink. Even on a fast machine, it may take several minutes for the emulator to load and start the program. For this reason, you should leave the emulator running if possible while

[android-developers] Re: Hello~~! I have a some question that how to get airplane mode.

2010-10-21 Thread Vladimir Ivanov
Settings.System.putInt(context.getContentResolver(), Settings.System.AIRPLANE_MODE_ON, 1); Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); sendBroadcast(intent); -- С уважением, Владимир Иванов -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Hello~~! I have a some question that how to get airplane mode.

2010-10-21 Thread Kostya Vasilyev
That's privileged code. System settings can only be changed by applications that are built into the firmware. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 22.10.2010 1:28 пользователь Vladimir Ivanov v.o.iva...@gmail.com написал: Settings.System.putInt(context.getContentResolver(),

[android-developers] Re: Hello android

2010-10-10 Thread Brion Emde
That sounds like your emulator has not completely started up. When you start an emulator the very first time, it can take a very long time to completely initialize. On Oct 9, 1:39 pm, Lahoucine MOUDNI l.mou...@gmail.com wrote: Hello everybody Im a beginner in Android platform, i read docs

[android-developers] Re: Hello Android app not working?

2010-10-06 Thread cellurl
Try the sample code link below. Its called APIdemos. All of them work. When I started Android a year back, I tried all of them one at a time. That way people (like me) can discuss specifics. http://developer.android.com/resources/samples/get.html -jim On Sep 30, 7:13 pm, Joel

[android-developers] Re: Hello World! java.lang.NullPointerException error

2010-07-27 Thread Richard Poppleton
Hi, Did you find a resolution to the problem because I've got the same one and I'd like to know how you resolved it. Thanks in advance, Richard On Jun 28, 9:28 pm, c2billp c2bi...@gmail.com wrote: it has taken more than i expected to get the dev environment up and running - mostly a PATH

[android-developers] Re: hello android app doesn't run properly

2010-04-28 Thread Bob Kerns
He probably just didn't wait for the Emulator to boot, but sat there puzzled for a few seconds, then killed it, and so the same thing happened the next time as well, etc. That happened to me the first time. On Apr 28, 7:44 am, TreKing treking...@gmail.com wrote: On Tue, Apr 27, 2010 at 12:39 PM,

[android-developers] Re: Hello!

2010-04-14 Thread Nithin
Yes, please report this as spam and stop posting this unnecesary post in this active group.. On Apr 15, 10:37 am, Kevin Duffey andjar...@gmail.com wrote: Please report this as spam and block this persons ISP from ever posting. On Wed, Apr 14, 2010 at 10:26 PM, Eric Ladem lad...@gmail.com

[android-developers] Re: hello-Jni Andriod ndk

2010-03-24 Thread Anandi
Can you send the complete logcat and the steps you followed to execute the application? Are you running NDK's hello-jni application? If yes then follow this link: http://developer.android.com/sdk/ndk/index.html Anu On Mar 23, 11:56 pm, rizwan rizcs...@gmail.com wrote: Hi , I m trying to run

[android-developers] Re: Hello Andoid works then ... Not able to run android project

2010-02-22 Thread Zack
The adt and ddms plug-ins were missing from the eclipse Plug-in directory. No idea how that happened. On Feb 22, 6:53 pm, Zack zpart...@cascadeaccess.com wrote: Thanks for help. Built Hello Android app on Galileo - it ran fine. Next day - unable to run android apps. ADT and DDMS show

[android-developers] Re: Hello, MapView

2009-10-26 Thread alexdonnini
Problem solved. I needed to replace the Maps API key. On Oct 25, 9:07 pm, alexdonnini alexdonn...@ieee.org wrote: Hello, Until recently, the map view function in my application worked. Starting a few weeks ago, although the function still seems to be working, the map itself is not being

[android-developers] Re: hello-jni example: works on emulator, not on G1

2009-10-15 Thread Mark Murphy
Jeff Schiller wrote: Learning about the NDK and JNI today. I was able to build, install and run the Quake demo that was ported to Android via the NDK 1.6. Worked great. I then started looking at the hello-jni example. This example works for me in the emulator, but does NOT work for me on

[android-developers] Re: Hello

2009-09-17 Thread Gulfam
Hi Suzanne Welcome to this group you can help others by your posts here. gulfam On Sep 17, 4:06 am, Don Tran arro...@gmail.com wrote: so tell us when will the motorola sholes be ready? On Sep 16, 1:07 pm, Mark Murphy mmur...@commonsware.com wrote: suzanne.alexandra wrote: I'm

[android-developers] Re: Hello

2009-09-16 Thread Mark Murphy
suzanne.alexandra wrote: I'm Suzanne Alexandra, and I work with Android at Motorola. I'm a real human and will be posting here from time to time. Hi, Suzanne! Welcome to the funhouse! -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer

[android-developers] Re: Hello

2009-09-16 Thread Don Tran
so tell us when will the motorola sholes be ready? On Sep 16, 1:07 pm, Mark Murphy mmur...@commonsware.com wrote: suzanne.alexandra wrote: I'm Suzanne Alexandra, and I work with Android at Motorola. I'm a real human and will be posting here from time to time. Hi, Suzanne! Welcome to the

[android-developers] Re: Hello World - Unknown Error

2009-08-30 Thread Osmo Maatta
Hello all, Here is a guide that gets you started on Linux (on Ubuntu Linux). http://www.futuredesktop.org/developing_android_apps_on_ubuntu.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

  1   2   >