Re: [android-developers] Re: Help for android Micro-controller interface

2012-03-14 Thread Save My Life!
*Thanks for reply. my need is as follows: I have developed an application in android that SMS/EMAIL location to the guardian.when user is in problem. this application is depend on cell phone i.e you must have some cell phone. but i wanted to develop one hardware. on which after pressing a

Re: [android-developers] Re: Help for android Micro-controller interface

2012-03-14 Thread abhijeet tomar
Hello Bhavin, your question is appreciable and guideable ...i am also wondering for that if u have any solution's ..please describe on Android Group ... -- 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: webview problem

2012-03-14 Thread abhijeet tomar
On Tue, Mar 13, 2012 at 5:17 PM, harshita agrawal harshitaagrawa...@gmail.com wrote: i think ,it can be solve by writing html content in a file of local folder.can i show file in default web browser. On Mar 13, 4:35 pm, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Tue, Mar 13,

Re: [android-developers] Duplicate Calendar Event

2012-03-14 Thread giles ian
Thanks Mike you your answer. Now my question is how do i check if a particular event is already present. Basically i want a select with where clause (for title,start date and end date) On Wed, Mar 14, 2012 at 12:01 AM, Michael Chan mc...@android.com wrote: Hi Giles, The code below will add

[android-developers] Re: Cannot catch swipe action for SoftKeyboard

2012-03-14 Thread Solution 9420
Dear Tsukishiro, Let me start with the bottom line which are 1. You need to have your own KeyboardView. - Either extend from Android KeyboardView or make your own based on Android KeyboardView. - For example

Re: [android-developers] Duplicate Calendar Event

2012-03-14 Thread Michael Chan
Have a look at Querying a calendar in the link I gave you and replace the following: Uri uri = Events.CONTENT_URI; String selection = Events.TITLE + = ? AND + Events.DTSTART + = ? AND + Events.DTEND + = ?; String[]

[android-developers] Re: SDK and ADB errors

2012-03-14 Thread jason strait
cool that worked thx On Friday, March 9, 2012 9:22:51 AM UTC-5, Chuck Krutsinger wrote: You need to launch adb using sudo: adb kill-server sudo /full/path/goes/here/adb devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: SDK and ADB errors

2012-03-14 Thread jason strait
cool that worked thx -- 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

[android-developers] Re: How to make sure SMS is sent in Android

2012-03-14 Thread Ali Chousein
Take a look at this article: http://mobiforge.com/developing/story/sms-messaging-android And you can find dozens of articles on how to detect if there is SIM card or not. This is the first one I found: http://stackoverflow.com/questions/4933791/android-telephone-manager-to-detect-sim Combining

[android-developers] Re: access my own map from my android phone ?!

2012-03-14 Thread ltvie
Sorry for not being so careful in reading osmandroid. I am able to display google map using webview, but I can't display map using osm. So, how to display the map that we made in osm and locating my current position? And how about the code (script)? Best regards, On Mar 12, 7:30 am,

[android-developers] Check box inside of a GridView

2012-03-14 Thread Put_tiMe
I have a gridview, inside which I have a check-box and imageview and textview. I need to use the check box to determine whether a particular row is selected or not. All the other controls work as expected, except for the check-box. When I toggle the check box, the corresponding checkboxes in

[android-developers] connect with database

2012-03-14 Thread rajesh
Hi all, I have an EditText and a Button in my Android application. When I'll enter the values in the EditText, the values will store in a database, and i want to retrive this data from database.how can i do this?. i am newbie for android so anyone pls help me. Thanks Regards S.Rajesh -- You

[android-developers] I can see created text file using adb shell but not in PC when mounted?

2012-03-14 Thread perumal316
Hi All, In my application, I will be creating a log file (text file) in the /sdcard of the device. Using adb shell, if I navigate to the /sdcard directory, I could see the created text file and by doing a cat I could read the contents But if I mount the device and navigate to the drive,

Re: [android-developers] connect with database

2012-03-14 Thread Narendra Singh Rathore
On Wed, Mar 14, 2012 at 2:56 PM, rajesh rogueraje...@gmail.com wrote: Hi all, I have an EditText and a Button in my Android application. When I'll enter the values in the EditText, the values will store in a database, and i want to retrive this data from database.how can i do this?. i am

Re: [android-developers] Duplicate Calendar Event

2012-03-14 Thread giles ian
thanks a lot Mike On Wed, Mar 14, 2012 at 12:43 PM, Michael Chan mc...@android.com wrote: Have a look at Querying a calendar in the link I gave you and replace the following: Uri uri = Events.CONTENT_URI; String selection = Events.TITLE + = ? AND +

[android-developers] Clickable elements on widget

2012-03-14 Thread Pinheiro
Hi! Is there a way to have clickable elements inside a widget? (for instance, to change some text when an image is clicked) AFAIK, widgets only use setOnClickPendingIntent() that detects a click on all of the widget, it's not possible to set a method for a single element. Or is there? Thanks

[android-developers] blocking call from particular number

2012-03-14 Thread Narendra Singh Rathore
Hi all, Can anyone please suggest me how to block incoming call from a particular phone number, in our application. What should I use for that? Is Broadcast Receiver fine for that, or should I use something else? -- You received this message because you are subscribed to the Google Groups

[android-developers] Handling different icon dimensions from Apps.

2012-03-14 Thread Put_tiMe
I have a requirement wherein I have to enumerate all the installed apps and show their names along with their icons. I'm using a grid view for this. Inside the grid view, I have an imageview for showing the app's icon and a textview to show the app name. I have a problem, in the sense every

[android-developers] Google play (Android market) not giving the result with app name.

2012-03-14 Thread Maheshkumar Gangula
Hi all, We have uploaded an application into android market(Google Play) few days ago. It is successfully uploaded and able to go to the app by using its URL but, when we search it with Name of the app we are not able to get the app in the result list. What is the problem. Please help me.

[android-developers] Publish apk, open file stream?

2012-03-14 Thread Felix Gubitz
Whenever i publish an apk using Chrome and i try to build a new version of that apk after that, i get an error because the apk couldnt be deleted. Then i close Chrome and i can call mvn clean install successfully. I guess there is a stream left open by the upload form? -- You received this

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-03-14 Thread GregKoshmak
Dear All, I've tried to post in this thread earlier, but not sure if it worked so I decided to duplicate my message. So, thanks for a lot of useful information, it was a blast to read this thread while connecting android 4.0 phone with Nonin Oximeter sensor. Everything seems to work fine,

[android-developers] Re: Java and Eclipse issues on Win 7 64bit

2012-03-14 Thread Lee
I do not know if this is your issue or not, but I had to add the following to the eclipse.ini file since my JDK/bin was not in my PATH. -vm C:/Program Files/Java/jdk1.6.0_29/bin/javaw.exe On Monday, March 12, 2012 1:13:11 AM UTC-7, MikeDaPsyke wrote: I have downloaded JDK 7u3 with NetBeans

[android-developers] SIP Stack registration packet with authorization

2012-03-14 Thread matej148
Hi to all, we want to create SIP application on Android 2.3.3 and have some issues with android.sip stack (default sip stack). Our mobile app sends register sip packet, but 1.) by default OpenIMS core responds 400 Bad request P-Visited-Network- ID Header missing 2.) in the case that we set port

[android-developers] I want ot end the outgoing call programatically over a time

2012-03-14 Thread droid6789
hi any one knows how to end the call and comeback to my code and run the remaining code.how? the code setResultsetData(null) is not ending the call. String OUTGOING_CALL_ACTION = android.intent.action.NEW_OUTGOING_CALL; string phnum=

[android-developers] Android - gridview scrolling issue (very slow scroll or duplicate content)

2012-03-14 Thread Carreira david
It's my first app so i am not use to code on java. I have a gridview wich display thumbnails from the sdcard, but i can't have a smooth scroll. If I put the /* Treatment part*/ out of the if the scroll is like i want but they are duplicate content and a part of the pics are not displayed.

[android-developers] why this in android

2012-03-14 Thread Mega Bytes
Hi all, I am just new in android and trying to learn about android. I read this statement in android documentation. Each process has its own virtual machine (VM), so an application's code runs in isolation from other applications. then I have a question, why each process has its own VM, why not

[android-developers] Re: Can someone recommend several image recognition Android applications to me ?

2012-03-14 Thread Nick
What do you mean by image recognition? Do you need to look for specific shapes on the image? Then google for OpenCV. If you need to extract text from the image, you have several options: 1. Open source. As far as i know there are no native opensource Java OCR SDKs. There are Java APIs which wrap

[android-developers] Connect MediaRecorder to MediaPlayer

2012-03-14 Thread Jeff
I want to test running both the hardware video encoder and decoder simultaneously. To that end I'm trying to figure out how to connect the output of a MediaRecorder as the input to a MediaPlayer. The only way I could figure out to do this was through DatagramSockets connected through the

[android-developers] Concept of payment gateway implementation in android app

2012-03-14 Thread Febi.M.Felix Maliakkal
Somebody please help me in developing an android app that integrates payment gateway -- 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,

[android-developers] App structure -donwload from Google Play or by a Code

2012-03-14 Thread liviu todoran
Hello. I´m developing an app.This will have a list with Albums song´s.The song will be download form Google Play .This will be the part where the user have to pay. The user can download the song via Google Play o via a code that i will generatet. Can anyoane give a ideea of how can a structure mi

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-03-14 Thread GregKoshmak
Hey guys! It was a blast to read your thread while I was trying to connect android 4.0 phone with Nonin Oximeter last months. The connection works fine and I can see green indicator together with Connected section on the screen. Then it was time to implement a manager and that is when I got some

[android-developers] PHP and MySql on Android

2012-03-14 Thread Graffo
Hi Everyone Actually we have a PHP aplication on a online server, have any way to install a mysql aplication on android device? Cause if this is possible, a want to make a option to sync with online server and make a php app running im my tablet. Many times i stay far from any connection and

[android-developers] Take the dialogbox in notification

2012-03-14 Thread jugni
Hello All, I want to show the notification in statusbar when the call is incoming.And also with the notification i want to sho the dialogbox for accept or reject the call.and also as per accept or reject in dialogbox i can do work in my application.My application is running in background but when

[android-developers] process is bad

2012-03-14 Thread md abdul gafur (Bangladesh)
Hi Every one, my app show this error when i run it in HTC Phone and Coby Kyros MID 1126 Tablet (Android 2.3.3). W/ActivityManager( 820): Unable to launch app com.light.ruhunsehbali/ 10033 for broadcast Intent { flg=0x4 cmp=com.light.ruhunsehbali/.AzanNotifier (has extras) }: process is bad

[android-developers] Java.lang.ArrayIndexOutOfBoundsException

2012-03-14 Thread md abdul gafur (Bangladesh)
i Every one, In Sony Tablet S My app show ---Java.lang.ArrayIndexOutOfBoundsException: index=1 length=1-- but the app working in other phone. there is a code that make problem:: Calendar cal=Calendar.getInstance(); cal.add(Calendar.DAY_OF_YEAR, +1);

[android-developers] How to hide soft keyboard when lost focus

2012-03-14 Thread icaro...@gmail.com
Hi guys, I have a text field where I wanna hide the keyboard (to show the submit button) when the user clicks out of the text field area. How could I do this? Thanks, Icaro Camelo -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Recording High Frequencies

2012-03-14 Thread Aledis
Hello, I need to record frequencies about 17kHz. I'm using MediaRecorder like this: recorder = new MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.MIC); recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);

[android-developers] CTS fail on tests.api.java.util.WeakHashMapTest#test_keySet

2012-03-14 Thread Lucifer Liu
run cts run cts -c tests.api.java.util.WeakHashMapTest -m test_keySet On ICS platform, sometimes will fail and show this message: junit.framework.AssertionFailedError: Incorrect number of keys returned after gc, expected:99 but was:100 at

[android-developers] Connect to an avaible Network

2012-03-14 Thread Endy Silveira
Hello all, I googled it by days and got no success, I'm trying to connect to my WPA/WPA2 network when I put the Wifi On, it all over codes... If I was already connected to the network before I set the wifi off on the program, when I set the wifi on it connect, but I want to enter with the

[android-developers] Virtual Joystick

2012-03-14 Thread eRGo
Hello, I am developing an android game that should use an on-screen joystick for moving a bitmap on the screen. I got my graphics for the joystick painted on the screen and now I want to implement the behaviour. There is just one bitmap i need to move. The joystick consists of a background image

[android-developers] How to use RTSP video streaming in Android

2012-03-14 Thread Jeetendra Kumar Mishra
Hi Everyone, I want to play video file through the RTSP protocol in emulator with live streaming. I am using android gingerbread version. please help me regarding this issue to fixed. I have confusion also that - Android Media player supported RTSP protocol or not? If not then which media

[android-developers] MediaRecorder - buffered encoding of video

2012-03-14 Thread paul
Hi. I try to capture video from the camera, encoding it with the MediaRecorder and write the output to a LocalSocket. All works fine, but the encoder seems to write the data into an internal buffer. The data only gets written to the socket when the buffer is full or the encoding process is

[android-developers] how to install Ndk

2012-03-14 Thread pranab sahoo
Hi, can anybody tell how to install ndk for window xp using cygwin?Is sdk is compulsory during installation of ndk and how to set path? Thanks in advance pranab -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] the Screenshot function in ICS.

2012-03-14 Thread 献静 赵
Hi All, Can you guys help me solve the problem below? For ICS, it is easy to do the screen shot manually, by press the POWER and Volumn_Down key same time, and there is a instrument test under / icecreamsandwich/frameworks/base/packages/SystemUI/tests/ , 101 /** 102 * Inject the key

[android-developers] Windows 7 Java update broke Eclipse?

2012-03-14 Thread NickH
I just got a pop-up with a Java Update and ran it and restarted Windows 7. Now my Eclipse won't start. The Eclipse splash screen shows for a fraction of a second, then disappears. There are no error messages when I run eclipse.exe from the console. I didn't have Windows System Restore

Re: [android-developers] Re: Desktop Sharing of my pc on my Android mobile??

2012-03-14 Thread paul
Hi, this depends on the OS of your PC. For windows you had recognised that your mouse cursor is not part of the captured screen. You have to capture the mouse yourself. POINT cursorPos; GetCursorPos(cursorPos); float x = 0; x = cursorPos.x; float y = 0;

[android-developers] How to getPsc and signal strength for newly device (e.g. galaxy II, tab)

2012-03-14 Thread RC032
1.I am newly developer to write android. I would like to getPsc and Signal Strength in GsmCellLocation from Samsung phone, however, it always return -1 and 85 (after cal, (-113 + 2 * asu)) respectively, could anyone help me how to get the right psc and signal strength? 2.I have do some research,

[android-developers] My Virtual Devices have stopped working properly

2012-03-14 Thread Westy
Everytime I run any of my virtual devices (Emulatoirs) I get this come up in the Console: And nothing happens. I have no idea why [2012-03-13 20:46:29 - HelloLinearLayout] -- [2012-03-13 20:46:29 - HelloLinearLayout] Android Launch! [2012-03-13 20:46:29 -

[android-developers] Google Map Activity

2012-03-14 Thread aatici
Hello ! Im studying on map activities .. Actually ı have a homework .. ı can not see google map in emulator .. there is an only plaid page .. ı maen ı, cannnot see the map .. Could u help me please .. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] RTSP Streaming in Android

2012-03-14 Thread softEngineerr
Hi, I wana to develop android app that will play rtsp link from local server, but the screen goes blank I had tried both VideoView and mPlayer classes. Below is my code public class WifiManagerActivity extends Activity { private WifiManager customWifiManager; private VideoView

[android-developers] Cell binding of Android phones

2012-03-14 Thread Pavel Sokolov
Hi, Can anybody tell me the API (or other methods) to bind a phone to the particular network cell? I supposed that GsmCellLocation::setLacAndCid will do it, but it simply changes the internal values of the class GsmCellLocation. The reason I need that is that our laboratory has a lot of BTSes

[android-developers] device drivers for android phone

2012-03-14 Thread png
I got a new android phone which is a prototype. I tried to connect this to my PC and i see that some device drivers are getting installed automatically. Now i dont see this phone being listed as any of my drive ( I dont have any SD card in it. May be due to that ? ) But i am able to detecet as a

[android-developers] WebView Encoding Problem

2012-03-14 Thread Mobile Programer
Hello, In my program I used WebView to load a URL. The problem is one of my users mentioned that the page displayed with wrong characters. The application is tested on 3 different Android version on simulator and on some real phones but the above encoding problem could not be simulated.

Re: [android-developers] Re: update TextView inside a TimerTask

2012-03-14 Thread surya phani
thanks for ur code On Tue, Mar 13, 2012 at 7:29 PM, harsh chandel harshdchan...@gmail.comwrote: you can use this timer given in devloper guide new CountDownTimer(3, 1000) { public void onTick(long millisUntilFinished) { TextView

[android-developers] Android SDK

2012-03-14 Thread Subramanya
Namaskara I am Subramanya. I am using Mac OS X 10.6.8 i have some doubts. I have download Android SDK where i want to locate it. In to Developer folder or Download folder. Can you help me please... -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Downloading the Expansion Files

2012-03-14 Thread Nirbhay Garg
how to download the Expansion File in Android Application and step to create two Expansion file which is used to upload application when the size of Application exceed 50 MB -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: How to display PDF data in android?

2012-03-14 Thread curious_mind
Hi Can you guys tell me which pdfBox version you are using . m trying to use 1.6.0 version on my android app but i'm getting java.lang.NoClassDefFoundError: org.apache.pdfbox.pdmodel.PDDocument exception in my app i just want to view pdf pages. please help. Thanx in adv On Thursday,

Re: [android-developers] Downloading the Expansion Files

2012-03-14 Thread Mark Murphy
http://android-developers.blogspot.com/2012/03/android-apps-break-50mb-barrier.html On Wed, Mar 14, 2012 at 12:56 AM, Nirbhay Garg nirbhay.g...@octalsoftware.net wrote: how to download the Expansion File in Android Application and step to create two Expansion file which is used to upload

[android-developers] Re: Impossible upload an appliclation on Android Market

2012-03-14 Thread Viktor Brešan
Same problem here. I am trying whole morning.This is not the first time I am seeing this message, it happens often. Annoying. Regards, Viktor. On Monday, March 12, 2012 5:19:40 PM UTC+1, Mattia Perazzoli wrote: Hi, today I try to upload an app on the android market, but wen i press

Re: [android-developers] Recording High Frequencies

2012-03-14 Thread Jim Graham
On Tue, Mar 13, 2012 at 01:06:55AM -0700, Aledis wrote: I need to record frequencies about 17kHz. I'm using MediaRecorder like this: You do realize, I hope, that most humans, by the time they're 18 or so, have lost all hearing about around 16 kHz, right? recorder = new

[android-developers] Re: Background Audio Recording

2012-03-14 Thread bryandunbar
I am ok with it picking up external sounds. And what I am doing is not going to break any copyright laws. Ie I'm not trying to record songs playing from the radio/mp3. On Mar 13, 8:07 am, Mark Murphy mmur...@commonsware.com wrote: Can you have the microphone on while you are in thebackground?

Re: [android-developers] Recording High Frequencies

2012-03-14 Thread Mark Murphy
On Wed, Mar 14, 2012 at 7:44 AM, Jim Graham spooky1...@gmail.com wrote: On Tue, Mar 13, 2012 at 01:06:55AM -0700, Aledis wrote: I need to record frequencies about 17kHz. I'm using MediaRecorder like this: You do realize, I hope, that most humans, by the time they're 18 or so, have lost all

Re: [android-developers] Android SDK

2012-03-14 Thread ravindra bhavsar
Hello Subramanya, Please refer following links.it will be help full for you 1. http://peter.boctor.net/2010/12/02/installing-the-android-sdk-on-mac-os-x/. 2. http://droidweb.com/2010/06/installing-android-2-0-sdk-on-a-mac/ 3.

[android-developers] question related Android

2012-03-14 Thread pranab sahoo
Hi Developers, Is it good option to integrate PJSIP or MJSIP with Android?Can anybody help on this regards? thanks and regards Pranab Brazil -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] how to display pdf file in a project

2012-03-14 Thread Bhaumik Thaker
Hi, all I want to display a pdf document in my application.. any one know how to do this task.. please give me some code or tutorial for this -- Bhaumik Thaker -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Google Map Activity

2012-03-14 Thread Narendra Singh Rathore
On Wed, Mar 14, 2012 at 4:52 AM, aatici settarat...@gmail.com wrote: Hello ! Im studying on map activities .. Actually ı have a homework .. ı can not see google map in emulator .. there is an only plaid page .. ı maen ı, cannnot see the map .. Could u help me please .. 1) Check internet

[android-developers] Google Plus Integration For Sharing Posts.

2012-03-14 Thread Akhilesh Mani
Hi, Is there any API available for sharing message in Google Plus for Android App. I had intregated G+ in my App but I stucked in message share. -- Thanks and regards. Mani. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] how to display pdf file in a project

2012-03-14 Thread Mark Murphy
Use an ACTION_VIEW Intent to launch a PDF viewer, assuming that the device has one. Uri path = Uri.fromFile(file); Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(path, application/pdf); startActivity(intent); On Wed, Mar 14, 2012 at 8:38 AM, Bhaumik Thaker

[android-developers] start application after boot as default application (no home screen)

2012-03-14 Thread MegaDev
hi, I need to start my application as the default and unique application on an android 2.3.3 plateform. that meens no home screen, the user will use the menu and fonctionalities of my application and nothing else. any help about this. thanks in advance. -- You received this message because

Re: [android-developers] start application after boot as default application (no home screen)

2012-03-14 Thread Mark Murphy
Make your application be the home screen. On Wed, Mar 14, 2012 at 8:50 AM, MegaDev maherme...@gmail.com wrote: hi, I need to start my application as the default and unique application on an android 2.3.3 plateform. that meens no home screen, the user will use the menu and fonctionalities of

Re: [android-developers] Recording High Frequencies

2012-03-14 Thread Chris Stratton
On Wednesday, March 14, 2012 7:44:03 AM UTC-4, Spooky wrote: You didn't mention your sampling frequency Remember Nyquist? To reproduce any digital signal, you MUST sample at twice the frequency of the highest frequency you want to reproduce. In this case, you'd have to sample at a

[android-developers] Re: How to hide soft keyboard when lost focus

2012-03-14 Thread Chuck Krutsinger
Do something like this: InputMethodManager inputManager = getSystemService(INPUT_METHOD_SERVICE); inputManager.hideSoftInputFromWindow(mTextEdit.getWindowToken(), 0); -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Java.lang.ArrayIndexOutOfBoundsException

2012-03-14 Thread Chuck Krutsinger
I think the problem may be with this line:                 java.text.DateFormat dateFormat =android.text.format.DateFormat.getDateFormat(context); This will get the format according to the current locale, which may not be mm/dd/ and from what I see here doesn't even seem to contain any '/'

[android-developers] Cover Flow

2012-03-14 Thread bob
Does anyone know if there's an easy way to do the Cover Flow interface on Android? It's the animated, three dimensional graphical user interface integrated within iTunes. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] newb-question - registering for intents

2012-03-14 Thread RedBullet
I am calling startBluetoothSCO and according to the docs, I should be waiting for the state change: As the SCO connection establishment can take several seconds, applications should not rely on the connection to be available when the method returns but instead register to receive the

Re: [android-developers] SIP Stack registration packet with authorization

2012-03-14 Thread Nikolay Elenkov
On Wed, Mar 14, 2012 at 2:22 AM, matej148 matejmihal...@gmail.com wrote: Hi to all, we want to create SIP application on Android 2.3.3 and have some issues with android.sip stack (default sip stack). Our mobile app sends register sip packet, but 1.) by default OpenIMS core responds 400 Bad

[android-developers] Re: Impossible upload an appliclation on Android Market

2012-03-14 Thread Mattia Perazzoli
I try for 4 days, a lot of times a day, and i'm not able to upload my app. Il giorno martedì 13 marzo 2012 10:19:58 UTC+1, Zsolt Vasvari ha scritto: This happens often -- just try again and it will work eventually. I seriously doubt the the Market is down. On Tuesday, March 13, 2012

Re: [android-developers] Re: Impossible upload an appliclation on Android Market

2012-03-14 Thread Anirudh Loya
Revise your clock a day or a week before ! And again create .APK file and upload ! Timing Issue's with GOOGLE server ! Hope it works for you all . Cheers .!! On Wed, Mar 14, 2012 at 7:45 PM, Mattia Perazzoli mattiaperazz...@gmail.com wrote: I try for 4 days, a lot of times a day, and i'm not

RE: [android-developers] Re: Desktop Sharing of my pc on my Android mobile??

2012-03-14 Thread Muhammad UMER
hi paul, Thanks for your reply, how can i get the control of my pc mouse on my mobile As along i am sending the captured screen pics to my mobile and OS is window. and please tell me this code is to get the control on my pc? POINT cursorPos;GetCursorPos(cursorPos);

[android-developers] OnKeyListener is not working, why?

2012-03-14 Thread xi developer
I have a fragment class, in the fragment class, I implement the onCreateView(...) callback in the following way: @Override public View onCreateView(LayoutInflater inflater,

Re: [android-developers] how to display pdf file in a project

2012-03-14 Thread Justin Anderson
If you want to embed pdf viewing in your application, you could also look at iText... Looks like it should work with Android. You might have to pay for a license though and I've never used it: http://itextpdf.com/itext.php Thanks, Justin Anderson MagouyaWare Developer

[android-developers] Re: SIP Stack registration packet with authorization

2012-03-14 Thread matej148
Hi Nikolay, thank you for your answer, but we are almost sure that OpenIMS works well. Could you recommend us good SIP stack for Android 2.3.3 please? We tried J-SIP (works for creating java app server on PC but for android - Conversion to dalvik format failed with error 1), NGN stack (good for

Re: [android-developers] how to install Ndk

2012-03-14 Thread Justin Anderson
You should ask this question here: https://groups.google.com/forum/?fromgroups#!forum/android-ndk Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Mar 13, 2012 at 2:43 AM, pranab sahoo sahoo.prana...@gmail.comwrote: Hi, can anybody tell

Re: [android-developers] Performatic way to create a Bitmap?

2012-03-14 Thread Latimerius
On Mon, Mar 5, 2012 at 5:04 PM, Guilherme Utrabo utr...@gmail.com wrote: Hello everybody, I want to get four image files and join then to create one big image file. Is there a performatic way to do it? In fact, performatic aside :-) , is there a (scalable) way of doing that at all? There can

Re: [android-developers] Re: SIP Stack registration packet with authorization

2012-03-14 Thread Nikolay Elenkov
On Thu, Mar 15, 2012 at 12:20 AM, matej148 matejmihal...@gmail.com wrote: Hi Nikolay, thank you for your answer, but we are almost sure that OpenIMS works well. Maybe it does, but your current configuration seems to be incompatible with Android. You could try to change or customize it a bit to

Re: [android-developers] how to display pdf file in a project

2012-03-14 Thread Mark Murphy
iText is a PDF parser and generator, not a viewer. On Wed, Mar 14, 2012 at 11:17 AM, Justin Anderson magouyaw...@gmail.com wrote: If you want to embed pdf viewing in your application, you could also look at iText...  Looks like it should work with Android.  You might have to pay for a license

Re: [android-developers] how to display pdf file in a project

2012-03-14 Thread Justin Anderson
My bad... I just saw the diagram displayed on their web page, which shows viewing a PDF, but didn't notice the little dots that indicate things that are supported by itext itself. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 14, 2012 at 9:45

Re: [android-developers] Google play (Android market) not giving the result with app name.

2012-03-14 Thread Justin Anderson
Welcome to the wonderful world of searching on the Android Market, er... Google Play thingy... There have been numerous posts over the years about searching for apps not always giving what you would expect... A little ironic since Google is known for its search capabilities... Thanks, Justin

[android-developers] Proguard throws Error 1 with Loaders

2012-03-14 Thread Alex Curran
A while back I tried to create an implementation of CursorLoaders in my app, switching from managedQuery()s. I found that this resulted in my app failing to obfuscate when running it through ProGuard, returning with a dialog which references Error 1, but giving no other details. I surmised it

Re: [android-developers] Clickable elements on widget

2012-03-14 Thread Justin Anderson
I handle click events in a desktop widget this way: 1. Create a service that inherits IntentService to handle updating the widget display 2. For each item that you want to be clickable, create an intent filter entry in the manifest with a unique action name 3. When you update the

Re: [android-developers] Connect to an avaible Network

2012-03-14 Thread Robert Greenwalt
I think that addNetwork adds to a persistent database of networks. Calling it again with the same information may generate an error as it can't add twice. If you then call enableNetwork using -1 as the networkID it will of course give an error. On Tue, Mar 13, 2012 at 11:57 AM, Endy Silveira

[android-developers] Re: Proguard throws Error 1 with Loaders

2012-03-14 Thread Alex Curran
There is an associated StackOverflow question here, which has more details but still no answer http://stackoverflow.com/questions/8762281/proguard-and-dalvik-error-code-1 On Wednesday, 14 March 2012 16:35:11 UTC, Alex Curran wrote: A while back I tried to create an implementation of

[android-developers] How to get smart key board on my device.

2012-03-14 Thread Srinivas Nainala
Dear All, I am facing strange behavior on my Acer Iconia tablet when I connect NFC reader to the tablet USB port. Its killing my soft-keyboard on my screen (I am not able to enter any data on my application and even I observed with other application. The result is same). When I remove my NFC

Re: [android-developers] Re: Proguard throws Error 1 with Loaders

2012-03-14 Thread Justin Anderson
I recently had an error with proguard after updating the Android SDK... I kept getting an Error 1 issue as well. What fixed it for me was downloading the latest proguard binaries and replacing the ones that came with the Android SDK. Hopefully this helps for you as well...

Re: [android-developers] Check box inside of a GridView

2012-03-14 Thread Justin Anderson
This is due to view recycling... You need to keep track of the checked state of the checkboxes in a custom adapter, probably with some sort of list of Boolean objects, and then, in the getView() method, set the state of the checkbox based on that list. You could also probably get some performance

Re: [android-developers] Connect to an avaible Network

2012-03-14 Thread Kostya Vasilyev
14 марта 2012 г. 20:37 пользователь Robert Greenwalt rgreenw...@google.com написал: I think that addNetwork adds to a persistent database of networks. That's true. Calling it again with the same information may generate an error as it can't add twice. Not sure if that is the case. I believe

Re: [android-developers] ICS and pop-up keyboard

2012-03-14 Thread Justin Anderson
Ok, well... I am correct in that the behavior was intended for Legacy devices. And that it doesn't work on my device. I guess it is device/manufacturer-dependent then on when that functionality was removed. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

Re: [android-developers] Connect to an avaible Network

2012-03-14 Thread Robert Greenwalt
On Wed, Mar 14, 2012 at 10:10 AM, Kostya Vasilyev kmans...@gmail.comwrote: Calling it again with the same information may generate an error as it can't add twice. Not sure if that is the case. I believe the network will be added twice (or more). Thanks Kostya, I think you're right.

[android-developers] Change Package name to new one

2012-03-14 Thread Randil
Hi I need to change the excising package name to my own package name. I am trying to rebuild the Soft Keyboard to our own language keyboard. Also is there any tutorials about developing a predictive input systems? Thank you Best Regards, Randil -- You received this message because you are

[android-developers] Android: Dialogs have extra, ugly space on droid 3?

2012-03-14 Thread Ab
The first image is from a Galaxy Note, the second is from a Droid 3. Both of them produced from the below code. The dialog on the Droid 3 has a significant amount of extra, ugly space. This space is even uglier on more complex dialogs. Is there any way to prevent it? public void onCreate(Bundle

  1   2   >