Re: [android-developers] Re: Intents problem

2010-05-10 Thread Esdras Beleza
On 8 May 2010 10:08, Mark Murphy wrote: > Esdras Beleza wrote: > > I don't know if I understood your advice, but I tried some things like > > that. > > > > I tried to put new data into the intent (like a "used" flag) and > > updating the intent with setIntent(updatedIntent). I also tried to > > c

[android-developers] Re: How do I fix an FC on Nexus.

2010-05-10 Thread jasont
What is the name of the application? As Robert send, let us know how to reproduce the problem and a friendly dev will post the logcat output for you. On May 9, 4:47 pm, TreKing wrote: > On Thu, May 6, 2010 at 5:21 PM, cellurl wrote: > > What should I do? > > Add analytics and bug reporting to y

[android-developers] Re: WYSIWYG Tool for Android

2010-05-10 Thread jasont
Please do not use droiddraw. From my experience and what others have said about the site it is completely useless. I don't think it has been updated since pre 1.0 of the SDK. If it has been recently updated then please disregard this comment :) On May 8, 11:42 am, polyclefsoftware wrote: > The

[android-developers] Question about contact management (register and lookUpKey)

2010-05-10 Thread jef
Hello I'm a newbie with manipulation of Contact API I would create an application that saved a references to chosen contacts and create nex contacts. So I first think of contact id but i have read that it was a bad idea and the lookupkey was here for that ! So I try to play with lookupKey and i'm

Re: [android-developers] How to create uses-library

2010-05-10 Thread Mark Murphy
Karteek N wrote: > In android manifest file there is a tag to include libraries called > . This is for SDK add-ons, like the Google Maps add-on. > Suppose if i have some java files in the package hierarchy called > com.my.lib > i used the following tag in my manifest file > > Now it is compiled

Re: [android-developers] How to handle the key events for HOME, MENU, BACK?

2010-05-10 Thread Mark Murphy
manis.droid wrote: > Dear all > > How to handle the key events for HOME, MENU, BACK after making these > keys as a soft keys? > > Requirement: The Device doesn't going to have any hard keys. So we want > to bring these keys as a soft key and handle these keys events. > > If any one having the

Re: [android-developers] Add another Virtual Keyboard do simulate Control keys.

2010-05-10 Thread Rogério de Souza Moraes
Hi Mani, take a look at the code of android-x86 that implaments a way to use MENU, BACK and HOME buttons in a device with just touchscreen. The name of the file that implements this is Touchable.java. http://www.android-x86.org/documents/touch-only-device-howto The inconvenient is that you need

[android-developers] Re: How to create uses-library

2010-05-10 Thread Vinay S
Can post the LogCat Output.. -Vinay On May 10, 12:21 pm, Karteek N wrote: > Hi, > In android manifest file there is a tag to include libraries called > . > Suppose if i have some java files in the package hierarchy called > com.my.lib > i used the following tag in my manifest file > > Now it is

[android-developers] Re: Update an AbsouleLayout through code.

2010-05-10 Thread Kumar Bibek
Is there any link between the Subject and the description? Thanks and Regards, Kumar Bibek On May 9, 10:27 pm, Lordsaibat wrote: > My application sends a text message, it receives a reply through a > broadcast receiver  that fires off a Notification. > > Here is my problem. > My display needs to

[android-developers] Re: draw a 2d marker on a openGL scene

2010-05-10 Thread Paolo
I searched for that, but i did't find anything... Could you link it, please? On 4 Mag, 17:48, Robert Green wrote: > Paolo, > > If you want to do it the canvas-style, > > Just flip the projection to orthographic and draw a 2D quad.  I have > posted the code for that more than once on here so if yo

[android-developers] Re: store contacts in phone from a txt file.

2010-05-10 Thread Kumar Bibek
Simple, read the contacts from the file, and add them to the contacts app on your phone. Please, if you need specific answers, ask questions which can be answered that way. Thanks and Regards, Kumar Bibek On May 10, 9:03 am, "pramod.deore" wrote: > I have one txt file which contains contac

[android-developers] Re: ProgressDialog Problem with Rotation

2010-05-10 Thread Kumar Bibek
Well, first of all you need to understand what happens on change of orientation. 1. The activity is killed. 2. The activity is re-started. So, obviously, your progress dialog is no where when the activity is restarted. Try to preserve the state of your activity while changing orientation and on r

[android-developers] popupCharacters selection

2010-05-10 Thread Martins Mozeiko
Hi, I am wondering if popup for key could select automatically popped up character when implementing custom Keyboard with popupCharacters property for key. I have keyboard layout that has only one popup character for some keys and I would like to select it automatically when I hold long press on n

[android-developers] Max number of bluetooth devices that can be paired?

2010-05-10 Thread guru
Hi All is there any max limit that we can pair with bluetooth devices? How to check this limit.? when i tried to pair with more than 15 devices, it becomes slow and later it doesnt pair. Regards Gururaja B O -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: Problem in sending in SMS

2010-05-10 Thread Federico Paolinelli
On 10 Mag, 10:20, rajesh chandrasekaran wrote: > Hi all > > I am new in android, i need to send the sms in android, i have tryed > with the following code, and i have tested in emulator, but i am > getting error. > What kind of error are you getting? Did you remember to add the permissions to the

[android-developers] Misleading & incorrect runtime exception when missing resource

2010-05-10 Thread westmeadboy
This took me several hours to figure out so I thought its worth reporting... Manifest: Resource strategy: res/drawable res/drawable-hdpi-v4 No problems when testing on a Nexus One, but on the HTC Hero got this exception: Uncaught handler: thread main exiting due to uncaught exception ...ski

[android-developers] Re: ProgressDialog - how to remove the numbers

2010-05-10 Thread oriharel
I got an answer that there is no answer. so I just subclassed, reflected and changed. On May 10, 10:04 am, oriharel wrote: > relax bibek, I will explain... > > since I don't know how to upload screenshots here, I'l do my best to > describe. > > about the example - as I said, in the ApiDemos there

[android-developers] Re: glTexImage2D very slow on phones like Nexus one

2010-05-10 Thread manjunath
Hi Robert, Even I have a similar issue. The glTexSubImage2D API was taking long time and sometime it was blocking ( in loadTexture() function ). So we are creating a pixmap and then creatin a EGL Image of using eglCreateImageKHR API and then calling glEGLImageTargetTexture2DOES API . I've also re

[android-developers] Problem in sending in SMS

2010-05-10 Thread rajesh chandrasekaran
Hi all I am new in android, i need to send the sms in android, i have tryed with the following code, and i have tested in emulator, but i am getting error. i need to know how to send sms, and also please tell me below code will work or not import android.app.Activity; import android.app.AlertDi

[android-developers] Re: I've found a way to stop piracy of my apps

2010-05-10 Thread MobDev
" It took several days (almost a week) for crackers to decompile Screebl Pro and find a way to circumvent AAL. Typically it takes about 90 secs from the time that we publish to the market for the various warez sites to start tweeting the location of the download." I was wondering, after the first

[android-developers] Strange black blank between keyboard and customized EditTextView

2010-05-10 Thread longtem
Can anyone help me with it? It's in HTC sense machines. It disappears in other types of machines(Moto Droid etc). In my G2 with a rom without sense, the bug doesn't exist. I don't know whether it's a bug in HTC sense. Condition: 1. With HTC sense UI 2. EditText is customized How is bug: For the f

[android-developers] Re: how to build the gallery application.

2010-05-10 Thread FrankG
He wrote, that he already downloaded everything. So he has already what he needs ..the different Android.mk files and he could also run mm SHOWCOMMANDS=1 in the Android build environment to see what happens during the build of this part. Good luck ! Frank On 7 Mai, 14:14, Mark Murphy wrot

[android-developers] read the inbox messages

2010-05-10 Thread Mohammad Siddiqui
Hi everyone Can we read the android SMS messages programmatically in android. -- 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 e

[android-developers] Re: Listening for Bluetooth events and AVRCP profile

2010-05-10 Thread mort
You get AVRCP keys with the MEDIA_BUTTON Intent. But I don't know of support for track information. I'm afraid you need to do that low level, if it's possible at all (that is, without having to flash a patched ROM or at least having root access and using NDK...). On 10 Mai, 01:13, Moto wrote: > A

[android-developers] How does NotificationService work?

2010-05-10 Thread Second Dancer
I Know there is a system service out there handling toast, notification. But how does it handle these events. In android.widget.Toast.java, I only found INotificationManager(which is defined by an aidl file) that handles it, I couldn't no found any class in android system implemented the interface,

[android-developers] How does NotificationService work?

2010-05-10 Thread Second Dancer
I Know there is a system service out there handling toast, notification. But how does it handle these events. In android.widget.Toast.java, I only found INotificationService(which is defined by an aidl file) that handles it, I couldn't no found any class in android system implemented the interface,

[android-developers] How to set and get thread priority from Java and native layers

2010-05-10 Thread KK
I have a multithreaded streaming app which has mainly the following 5 threads 1 Main App(UI) Thread 1 controller thread (in native) 1 audio decoder thread (in native) 1 video decoder thread(in native) 1 thread to query the head position of audio (in Java) Apart from this I have video rendering wi

[android-developers] Re: Send SMS in Android

2010-05-10 Thread mike
hi Nithin, i also guess the same thing because of that what i did was i create a very simple application. it also sends 2 sms's. this is really frustration. this the application package com.sms; import android.app.Activity; import android.os.Bundle; import android.telephony.SmsManager; import an

[android-developers] How to create uses-library

2010-05-10 Thread Karteek N
Hi, In android manifest file there is a tag to include libraries called . Suppose if i have some java files in the package hierarchy called com.my.lib i used the following tag in my manifest file Now it is compiled successfully. But if i want to launch to emulator it is throwing the following erro

Re: [android-developers] Re: Send SMS in Android

2010-05-10 Thread Mani Android
Hi Randika I'll try to solve ur issue. Add my id in the chat. Regards Mani On Mon, May 10, 2010 at 2:56 PM, mike wrote: > hi Nithin, > i also guess the same thing because of that what i did was i create a > very simple application. it also sends 2 sms's. this is really > frustration. > > th

[android-developers] Re: ProgressDialog - how to remove the numbers

2010-05-10 Thread oriharel
relax bibek, I will explain... since I don't know how to upload screenshots here, I'l do my best to describe. about the example - as I said, in the ApiDemos there is a progress dialog example. look it up. about the numbers - when the dialog shows, you see the orange progress bar start running, a

<    1   2