[android-developers] Re: regarding call handling and screen off

2011-09-22 Thread Zsolt Vasvari
Sure, here's a link for you: http://goo.gl/9jY1G On Sep 22, 1:44 pm, nageswara rao rajana nagu.raj...@gmail.com wrote: Please can you provide me sample code or related links for wakelock. On Thu, Sep 22, 2011 at 11:03 AM, Pratik Prajapati pratik.prajap...@gmail.com wrote: use wakelock

[android-developers] Re: regarding call handling and screen off

2011-09-22 Thread M. Dodd
lmgtfy.com was to subtle? On Sep 22, 8:57 am, Zsolt Vasvari zvasv...@gmail.com wrote: Sure, here's a link for you: http://goo.gl/9jY1G On Sep 22, 1:44 pm, nageswara rao rajana nagu.raj...@gmail.com wrote: Please can you provide me sample code or related links for wakelock. On Thu, Sep

[android-developers] Re: Phone reboot on Home button long press

2011-09-22 Thread Colin Cachia
SOLVED - Problem was related to a large image being used as an icon for the app On Sep 19, 11:16 pm, Colin Cachia colin.cac...@gmail.com wrote: Developing my own app, however I have an issue which I cannot find any posts on. After running the app, long-pressing the home button on my phone

[android-developers] Re: Android is worst os mobile is this true

2011-09-22 Thread Jens
Let's assume that 3.x is not suitable for mobile phones. If Google were to release 3.x you can take your pick of the available 3rd world Asian countries that would be putting 3.x in shitty low-end mobile phones. Result: Bad-will against Google for putting out such a horrible product that doesn't

[android-developers] Single purpose

2011-09-22 Thread booooooooooooo
Hi all I was struckedin my single purpose application ,which mean i want disable home button in honnywell ,Is there any way to do ? please help on this thanks vinod -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Webview weird redirect

2011-09-22 Thread yringel
Hey, I've created a WebView, and given him an Open ID url (from Google / Yahoo Open ID). For some reason, after entering the user details, the view redirects to my site behind the scenes - I couldn't catch the redirect in any method - onPageStarted / shouldOverrideUrlLoading and all the other

Re: [android-developers] Re: Android is worst os mobile is this true

2011-09-22 Thread Fadil Kamal
Learn it more dude -- 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

[android-developers] classes missing in default Setting Application?

2011-09-22 Thread shubh
Hello , I am trying to understand flow of Default Setting Screen App , when I import this open source app, it responding lot missing classes/syntax error like : Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR here INCALL_POWER_BUTTON_BEHAVIOR is missing. ..I use android-2.3.4_r1.jar as library, but

Re: [android-developers] parcelable again: passing object BACK through activity stack

2011-09-22 Thread John Goche
Yes, the advice is indeed very good. 1. For the SQLite database bit, I think if parcelable is better than serializable then can I simplyparcel my nested object and write it as a row to the database? I think SQLite is going to be faster than shared preferences. 2. However at this point I

Re: [android-developers] cannot input text into EditText widgets inside ListView

2011-09-22 Thread John Goche
On Thu, Sep 22, 2011 at 2:26 AM, TreKing treking...@gmail.com wrote: On Wed, Sep 21, 2011 at 5:43 PM, John Goche johngoch...@googlemail.comwrote: When I try to enter text on the 2.3.3 emulator it goes in for a short while and then the soft keyboard shifts my UI up and it gets cleared. Anyone

[android-developers] Re: How to get Super user permission at App level ?

2011-09-22 Thread shubh
Can any one suggest me something here...? On Sep 9, 5:34 pm, shubh shubhampatn...@gmail.com wrote: hello team, any one have idea how can access Super user permission at Application level? thanks -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Unable to show Image in ImageView

2011-09-22 Thread Anoop Singh
I am unable to decode Inputstream to convert it to Bitmap.The BitmapFactory.decodeStream() method fails to read a JPEG image (i.e. returns null).I have also tried solutions provided in http://code.google.com/p/android/issues/detail?id=6066.It works in few situation but fails most of the time. can

Re: [android-developers] Re: How to get Super user permission at App level ?

2011-09-22 Thread Kristopher Micinski
On Thu, Sep 22, 2011 at 3:51 AM, shubh shubhampatn...@gmail.com wrote: Can any one suggest me something here...? On Sep 9, 5:34 pm, shubh shubhampatn...@gmail.com wrote: hello team, any one have idea how can access Super user permission at Application level? thanks You understand, that

Re: [android-developers] How to get Super user permission at App level ?

2011-09-22 Thread sourabh sahu
Hi, Can we write in system/.. folder? If yes Please suggest. THanks, Sourabh On Fri, Sep 9, 2011 at 6:04 PM, shubh shubhampatn...@gmail.com wrote: hello team, any one have idea how can access Super user permission at Application level? thanks -- You received this message because you

Re: [android-developers] Re: HOW TO USE ROCK PLAYER IN OUR OWN application.

2011-09-22 Thread NAVI NEW
i am getting ffmpeg lib only nothing else for guideline . so need guideline .. On Wed, Sep 21, 2011 at 10:07 PM, TreKing treking...@gmail.com wrote: On Wed, Sep 21, 2011 at 4:04 AM, NAVI NEW navi44...@gmail.com wrote: i want to run this type interface with my app. what to do for this one

Re: [android-developers] How to get Super user permission at App level ?

2011-09-22 Thread Kristopher Micinski
On Thu, Sep 22, 2011 at 4:28 AM, sourabh sahu souruit...@gmail.com wrote: Hi, Can we write in system/.. folder? If yes Please suggest. THanks, Sourabh No, not unless your device is rooted, which you can't assume in general. Why do you need access to this folder? (I mean, you can't get

[android-developers] Re: BitmapFactory 's decodeByteArray and decodeStream returns null

2011-09-22 Thread Doug
The API is declared in bitmap.h. You will have to learn how to use it on your own. Just make sure you have a Bitmap object and can set its pixels directly using the config it was created with. Your pixels array must exactly match what the config demands. Doug On Sep 19, 10:32 pm, Siji T G

[android-developers] Re: Record audio stream before it reaches speakerphone or headset. (Not a noob question.)

2011-09-22 Thread Doug
You will have to directly handle all PCM audio data flowing into any AudioTrack objects you are using for ouput, mix them in real time, and output them where they can be played back again or later processed. You will not be able to use MediaPlayer, if that's what you were hoping. You will have to

[android-developers] Re: Does it possible to use multiple jni(.so) library in one SDK project?

2011-09-22 Thread Doug
On Sep 21, 11:22 am, Build account newandroi...@gmail.com wrote: Hello gurus. At first, I can build single 'jni' library in one SDK project with the directory name 'jni' and make file under eclipse. But, I'm looking for - how to build multiple jni in eclipse with the setting 'property

[android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread Doug
On Sep 21, 7:46 am, NAVI NEW navi44...@gmail.com wrote: Please give me  a guideline for implementing ffmpeg on android app. 1. Cross compile FFmpeg for Android 2. Write a JNI wrapper around the parts that need java access from the native layer 3. Profit I don't think you will get any more help

[android-developers] Setting Translucent Theme for activity

2011-09-22 Thread bhavani sankari
Hi all, I need clarification here, if I set Translucent Theme foractivity 2 and it appears on top of activity 1.Here views of activity 1 has actions... How is it possible?..or it is the default behaviour I supposed activity 1 views will be disabled but it didnt happen at reality Regards

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread NAVI NEW
Thanks Doug, Now i am using Ubuntu VM Cross compile FFmpeg for Android. I have already downloaded ffmpeg wrapper for compiling code here getting ffmpeg lib but not getting how to interface with native layer for video codec. I know this is something extremely complicated issue, but this my

Re: [android-developers] Re: HOW TO USE ROCK PLAYER IN OUR OWN application.

2011-09-22 Thread NAVI NEW
How to implement ffmpeg in videoplay app? On Thu, Sep 22, 2011 at 2:04 PM, NAVI NEW navi44...@gmail.com wrote: i am getting ffmpeg lib only nothing else for guideline . so need guideline .. On Wed, Sep 21, 2011 at 10:07 PM, TreKing treking...@gmail.com wrote: On Wed, Sep 21, 2011 at 4:04

[android-developers] How to Make Seekbar thumb invisible when playback finishes

2011-09-22 Thread ganesh
Hi All, I am developing a media player with SeekBar controls. Is there any way hide the seekbar thumb and seekbar progress when the playback stopped/finished. In windows media player and in winamp, the seekbar progress and thumb disappears when playback finishes. same thing I wanted on my media

Re: [android-developers] How to get Super user permission at App level ?

2011-09-22 Thread sourabh sahu
Please suggest any alternative for that. On Thu, Sep 22, 2011 at 2:05 PM, Kristopher Micinski krismicin...@gmail.com wrote: On Thu, Sep 22, 2011 at 4:28 AM, sourabh sahu souruit...@gmail.com wrote: Hi, Can we write in system/.. folder? If yes Please suggest. THanks, Sourabh

Re: [android-developers] How to get Super user permission at App level ?

2011-09-22 Thread Daniel Drozdzewski
On 22 September 2011 10:53, sourabh sahu souruit...@gmail.com wrote: Please suggest any alternative for that. An alternative to writing to system would be not to write to system. Why do you need to write anything into there? On Thu, Sep 22, 2011 at 2:05 PM, Kristopher Micinski

Re: [android-developers] How to get Super user permission at App level ?

2011-09-22 Thread sourabh sahu
I need to set boot animation or shut down animation.Thats why i need to write into it. Thanks SOuabh On Thu, Sep 22, 2011 at 3:29 PM, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: On 22 September 2011 10:53, sourabh sahu souruit...@gmail.com wrote: Please suggest any alternative

[android-developers] Re: How to Make Seekbar thumb invisible when playback finishes

2011-09-22 Thread danaimset
Hi Checkout this link http://developer.android.com/resources/articles/drawable-mutations.html Something like this should help you: SeekBar seekBar = new SeekBar(this); Drawable thumb = getResources().getDrawable(R.drawable.icon); seekBar.setThumb(thumb); thumb.mutate().setAlpha(0); Dan. --

[android-developers] Re: Problems in application upgrade when changing louncher activity

2011-09-22 Thread carlo
I was wondering if there is a native way to tell the system to refresh shortcuts or something like this... Carlo On 21 Set, 19:13, TreKing treking...@gmail.com wrote: On Wed, Sep 21, 2011 at 10:00 AM, carlo sazi...@gmail.com wrote: There is any chance to solve this? If this is on customized

Re: [android-developers] How to get Super user permission at App level ?

2011-09-22 Thread Daniel Drozdzewski
On 22 September 2011 11:02, sourabh sahu souruit...@gmail.com wrote: I need to set boot animation or shut down animation.Thats why i need to write into it. it will not work for security reasons. Don't try to do something that you are not allowed to... or build your own port of android if you

[android-developers] Right way to format date with strings like today, yesterday, tomorrow etc

2011-09-22 Thread Petko Petkov
I have a date textview. And my textview holds a date string like 2011.09.17. Well I still do want to have that but I also want to add some more user friendly info for some specific dates like today or yesterday. For example if today is 2011.09.17 I want my textview to have value of yesterday

[android-developers] how to get sequence of user interaction with android device?

2011-09-22 Thread Addy
I just want to capture the sequence of user interaction on android device. Starting from when the device is powered ON. And one more thing is that I am not talking about the user event on UI of any application. Its for whole device UI interaction. And if any tools are available then please let me

[android-developers] Right way to format date with strings like today, yesterday, tomorrow etc

2011-09-22 Thread Petko Petkov
I have a date textview. And my textview holds a date string like 2011.09.17. Well I still do want to have that but I also want to add some more user friendly info for some specific dates like today or yesterday. For example if today is 2011.09.17 I want my textview to have value of yesterday

[android-developers] need help on spinner

2011-09-22 Thread sktniran
Hi friends, i dont want to show spinner items while i touch (onTouch) on spinner. it will shows the spinner item only on onitemseleted. in touch event just i want to do some calculation only no need to select item from spinner. how can i get this? is it possible? thanks --

Re: [android-developers] how to get sequence of user interaction with android device?

2011-09-22 Thread Mark Murphy
This is impossible, except via some sort of firmware modification, which is beyond this scope of this list. On Thu, Sep 22, 2011 at 6:59 AM, Addy joyy.bl...@gmail.com wrote: I just want to capture the sequence of user interaction on android device. Starting from when the device is powered ON.

Re: [android-developers] classes missing in default Setting Application?

2011-09-22 Thread Mark Murphy
This application can only be built as part of building an entire firmware, not as a standalone Android SDK application. On Thu, Sep 22, 2011 at 3:40 AM, shubh shubhampatn...@gmail.com wrote: Hello , I am trying to understand flow of Default Setting Screen App , when I import this open source

Re: [android-developers] Single purpose

2011-09-22 Thread Mark Murphy
Make your application the home screen, via an intent-filter that advertises support for the MAIN action and the HOME category. You will find an example home screen in your SDK. On Thu, Sep 22, 2011 at 3:14 AM, bo yada...@gmail.com wrote: Hi all I was strucked    in my single

Re: [android-developers] VerifyError

2011-09-22 Thread Mark Murphy
You get a VerifyError when Android cannot find some class or method that you are referencing (e.g., trying to use an API Level 9 method on an API Level 8 device). On Wed, Sep 21, 2011 at 10:11 PM, bob b...@coolgroups.com wrote: Can someone help me understand this error? java.lang.VerifyError:

[android-developers] shuflle strings

2011-09-22 Thread basant mohamed
hello , i'm new in the android developer, and i have a small task which is to take the text from EditText and on button click the text change its sorting randomly i know that i'll use collections.shuflle method ,but the thing that i don't know how to do is : how to cast this text to be in a

[android-developers] My Android apps using 3D... FRAME count ?

2011-09-22 Thread kdı gjofd
hi.i developed 3D game..i tryed it my phone NEXUS ONE and works fine..i am wonder that is it same performance other phones ?? Can i fix Frames to 60 or more ?? Because when the frame getting bad swipe is getting hard.. Thank you and link :

[android-developers] HttpHostConnectException

2011-09-22 Thread Azade
Hi, I am working on an Android application that calls a Web Service (installed on a remote host) using HttpClient. My application can access the Web Service successfully when runs on the emulator but when I upload it on the device and run it, it throws HttpHostConnectException: Connection to

Re: [android-developers] Re: android.git.kernel.org is down

2011-09-22 Thread kdı gjofd
Yes .. it done.. 2011/9/22, Chris crehb...@gmail.com: How is it under that rock you live under? It's been down for weeks and has been covered ad-nauseam. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Linux chroot

2011-09-22 Thread vivek elangovan
Hi members, I am using Android Emulator and i m installing a application linuxinstaller.apk,but when i run that application it shows kernel not supporting linux installer and check for EXT2/EXT3 support.Whether i have to create EXT3 partition for emulator? if so, can u

[android-developers] Android messaging..

2011-09-22 Thread Aditya
Hello all, I googled a lot for this and went through all possible forums but I couldn't find any solution so please help me !!! I want to develop an android application which extends functionality of built-in application provided by android os. How to develope such application ??

Re: [android-developers] App closed but notification is visible

2011-09-22 Thread kdı gjofd
Yes ... it will be.. You must cancel your notification via your notification ID..you gived id for create it and you should use id for destroy.. 2011/9/21, TreKing treking...@gmail.com: On Wed, Sep 21, 2011 at 2:03 AM, b_t bartata...@gmail.com wrote: Do you know how can it happen that my app

Re: [android-developers] Re: Google Development phones

2011-09-22 Thread kdı gjofd
Nexus Prime will come..if you think to buy Nexus One..i god nexus one..it is good for cpu but Multitouch and resuliton is problem..You can look at youtube for multitouh problem.. Nexus S ... i didnt used it but good i think.. if you god money you can buy Nexus Prime if you can wait 2011/9/21,

Re: [android-developers] Flash and Air and the marketplace

2011-09-22 Thread kdı gjofd
Not off course..Some phones doesnt have Flash..and flash is bad for application..it couse getting slow running.. 2011/9/21, Josh foxvalleysoc...@gmail.com: Im curious if Flash android apps are getting accepted into the market place. Do they perform just as well as the apps designed in java?

Re: [android-developers] Re: SqlLite Database

2011-09-22 Thread kdı gjofd
it is easy to create in programm...And you can olso use Firefox plugin..You can import all sqlite databese 2011/9/21, lbendlin l...@bendlin.us: You can create databases with a number of tools. I use the mozilla Firefox browser and SQLite manager plugin -- You received this message because

Re: [android-developers] Re: Android is worst os mobile is this true

2011-09-22 Thread kdı gjofd
Yes..Linux Sax..But android seems good 2011/9/22, Peter Sinnott psinn...@gmail.com: On Sep 21, 10:41 pm, TreKing treking...@gmail.com wrote: On Wed, Sep 21, 2011 at 2:45 PM, Peter Sinnott psinn...@gmail.com wrote: On Sep 21, 2:47 am, Dianne Hackborn hack...@android.com wrote: Also,

[android-developers] Android GPS Measurement Method

2011-09-22 Thread Adhitya Bhawiyuga
Let me introduce my self. I am a master student and new Android developer also. Now, I am working on a research about the GPS accuracy and I want to use the Android GPS cellphone as my basic device. But I have some questions : 1. How does an android GPS get the position? I mean, is there any

[android-developers] Change Default Color Window Progress Bar

2011-09-22 Thread DewaMonyet80
Hi, I'm new to developing android. I've just created my first web view app loading a website. I'm currently using Window.FEATURE_PROGRESS progress bar, and i set it using activity.setProgress(). However, the default color is yellow, is there anyway i can change it to something else? Any help or

[android-developers] Demokit

2011-09-22 Thread Esteban
Hi everyone, Im a new andoird developer and im working on a project, i recently received my Arduino microcontroller and I already installed the Demokit project into the board, however I cant find the app. I followed the instructions on the website but i cant find any directories with the demokit

[android-developers] pinch zoom on a scaled layout

2011-09-22 Thread anonymous
Hi, I'm new to android and having problems with animations. I have to scale a layout which has a image-view and a text-view, this is working fine. The problem comes when i have to pinch zoom the image view. I'm scaling the layout both x and y to 1.25. On the scaled layout i have to pinch zoom the

Re: [android-developers] can we know the phone no of the device.

2011-09-22 Thread kdı gjofd
READ_PHONE_STATE permission you should add... But if it is Tablet PC or mp4 player for android(not now) it will return null..You can try catch block for good performance 2011/9/21, TreKing treking...@gmail.com: On Wed, Sep 21, 2011 at 2:46 AM, krishna chaitanya chaitanya.ju...@gmail.com wrote:

[android-developers] Regarding Internet Socket Listener

2011-09-22 Thread Ashutosh Shinde
Any help will be appreciated Do we have any listener/Intent Action by which we can say that some other application has opened/closed the socket connection? ( Requirement - If some other application is using the Internet connection then my application should get informed ) I did some research and

Re: [android-developers] Re: Android Alarm application

2011-09-22 Thread anandhi krishnamurthy
how to create alarm to indicate that the person has to take their medicine at particular time -- 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

Re: [android-developers] Re: Android is worst os mobile is this true

2011-09-22 Thread kdı gjofd
Arabic is support i think..Turkish language support after 2.3.3 but Android Market and paid apss is not supporting 2011/9/22, martypantsROK martyg...@gmail.com: what's wrong with your android phone? My can and does have Arabic. Mine can redial. Mine can do voice mail - although that's more a

[android-developers] VPN Cisko AnyConnekt

2011-09-22 Thread Алексей Степанов
Good afternoon. Could not, would you please tell how to connect and configure the VPN Cisko AnyConnekt. For his work required module tun.ko. Thank you. -- 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] When is onSurfaceCreated called??

2011-09-22 Thread kdı gjofd
You can integrate it from main.xml ..Create area for Surfaceview and describe for your app.. Link by findViewById(R.id.surfaceview) and use it.. 2011/9/21, ruchira ruchira...@gmail.com: I am asking this question as I have been stuck with this issue for almost a month that the surface created

Re: [android-developers] Re: C2DM - phone send data back to Google Cloud (in addition to normal Cloud to Phone)?

2011-09-22 Thread kdı gjofd
can you give us example project ?? PLEASE 2011/9/22, Streets Of Boston flyingdutc...@gmail.com: Nope. The phone gets notified from C2DM if something happens.That's it. Then it's the task of your app to communicate (two-way if necessary) with your app's server. -- You received this message

[android-developers] Error when R.java gets generated from main.xml

2011-09-22 Thread aurelius_resartus
which contains a string-array/string-array element with items. A class gets generated: public static final class string-array which obviously generates an error, since a class specifier cannot contain a '-'. I'm using Eclipse 3.6.2 with ADT (as recommended in the android documentation). Do

[android-developers] Re: How to add a ViewFlipper to the layout?

2011-09-22 Thread MobileVisuals
I thought that it worked like it should,but I noticed that this is not the case. This version crashes sometimes, often when onResume() is called on any of the activities. It crashes on my Samsung Galaxy device. I have tried to reproduce this on the emulator, but it doesn't crashes there. The

Re: [android-developers] Right way to format date with strings like today, yesterday, tomorrow etc

2011-09-22 Thread Nikolay Elenkov
On Thu, Sep 22, 2011 at 7:59 PM, Petko Petkov krstekr...@gmail.com wrote: My question is is there a nicer way to do this ? is there something like design pattern for this ? What is the recommended way to do this ? I am sure that many people have encounter this kind of problems Probably :)

[android-developers] How to handle Screen dim for android widget

2011-09-22 Thread Ashraful Alam
Can anybody help please how could be handle the Screen dim so that widget will not update at that time. Its keeps the Screen on all the time. I could handle the Screen OFF and Screen On Intents and check it in BroadcastReceiver not to update the widget while screen is OFF. But there is no intent

[android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread frak
This helped me a lot... https://github.com/guardianproject/android-ffmpeg This is not an easy path you have chosen however - I found cross- compiling to be very tricky to get going on my mac. May the force be with you... On Sep 21, 3:46 pm, NAVI NEW navi44...@gmail.com wrote: Please give me  

[android-developers] plz help me this code not work.....

2011-09-22 Thread gajendra singh
package com.com; import java.io.IOException; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.HttpTransportSE; import org.xmlpull.v1.XmlPullParserException; import

[android-developers] how to check flag value in web server data is send or not?

2011-09-22 Thread gajendra singh
package com; import java.util.ArrayList; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.PropertyInfo; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.HttpTransportSE; import android.app.Activity;

[android-developers] [android][error] java.lang.exceptionInInitializerError

2011-09-22 Thread onionbread
Hi, I'm new to android development but I have background in C++ and a bit of java. I'm trying to run a game in Samsung Galaxy S but it crash. When I check the error message from ddms, it shows: FATAL EXCEPTION: main java.lang.ExceptionInInitializerError at

[android-developers] how to send data in web service.?

2011-09-22 Thread gajendra singh
package com; import java.util.ArrayList; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.PropertyInfo; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.HttpTransportSE; import android.app.Activity;

[android-developers] how to send data in web service.?

2011-09-22 Thread gajendra singh
package com.com; import java.io.IOException; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.HttpTransportSE; import org.xmlpull.v1.XmlPullParserException; import

[android-developers] how to send data in web service.?

2011-09-22 Thread gajendra singh
package com; import java.util.ArrayList; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.PropertyInfo; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.HttpTransportSE; import android.app.Activity;

[android-developers] Hear DTMF tones during phone call

2011-09-22 Thread Francesco
I'm able to send DTMF tones across a phone call executing the code Intent callIntent = new Intent(Intent.ACTION_CALL); callIntent.setData(Uri.parse(tel: + telNumber + , + otherNumbers)); startActivity(callIntent); Testing the code on a real device I don't hear the tones after the call

[android-developers] sir plz check my code why do not send data to web service(.net)

2011-09-22 Thread gajendra singh
package com; import java.util.ArrayList; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.PropertyInfo; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.HttpTransportSE; import android.app.Activity;

[android-developers] Re: how to get sequence of user interaction with android device?

2011-09-22 Thread Addy
ok, so where I can find about the firmware modification? On Sep 22, 3:59 pm, Addy joyy.bl...@gmail.com wrote: I just want to capture the sequence of user interaction on android device. Starting from when the device is powered ON. And one more thing is that I am not talking about the user event

[android-developers] How to determine if device is_tablet

2011-09-22 Thread Pete
Currently I determine if a device is a tablet by checking screen size. If size X then = tablet. Is there a better or more robust way to determine a device is a tablet? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: how to get sequence of user interaction with android device?

2011-09-22 Thread Mark Murphy
On Thu, Sep 22, 2011 at 7:26 AM, Addy joyy.bl...@gmail.com wrote: ok, so where I can find about the firmware modification? http://source.android.com is where the firmware resides. I doubt you can build it right now following the instructions on that site, due to the ongoing git repository

[android-developers] How to write NFC-V (ISO15693) tags on Nexus S?

2011-09-22 Thread Giovanni
Hello everybody, I'm trying to write a RFID tag on a Nexus S (android 2.3.4) using the NFC-V technology. AFAIK, this is done sending raw ISO15693 commands to the tag using the method android.nfc.tech.NfcV.transceive(). Unfortunately, calling transceive with a write single block command (0x21)

Re: [android-developers] Unable to show Image in ImageView

2011-09-22 Thread ashok chakravarthy
rather than using BitmapUtils.decodestream(). can you try different approcah like read the bytes from stream in to file and decode the file using bitmaputils On Thu, Sep 22, 2011 at 1:55 PM, Anoop Singh anoop.singh.k...@gmail.comwrote: I am unable to decode Inputstream to convert it to

[android-developers] need help on spinner

2011-09-22 Thread sktniran
Hi friends, i dont want to show spinner items while i touch (onTouch) on spinner. it will shows the spinner item only on onitemseleted. in touch event just i want to do some calculation only no need to select item from spinner. how can i get this? is it possible? thanks --

[android-developers] need help on spinner

2011-09-22 Thread sktniran
Hi friends, i dont want to show spinner items while i touch (onTouch) on spinner. it will shows the spinner item only on onitemseleted. in touch event just i want to do some calculation only no need to select item from spinner. how can i get this? is it possible? thanks --

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread NAVI NEW
I have already tried this one on Ubuntu VM , this is compiling nice there, i am ffmpeg binary file there but now how to use this one with java native I want to play video from sdcard using this one. On Wed, Sep 21, 2011 at 8:55 PM, frak frak@gmail.com wrote: This helped me a lot...

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread NAVI NEW
Thanks very much , But I have already tried this one on Ubuntu VM , this code is compiling on Ubuntu , i am getting ffmpeg binary file there but now how to use this one with java native I want to play video from sdcard using this lib. On Thu, Sep 22, 2011 at 5:27 PM, NAVI NEW

[android-developers] Table not present in the DATABASE_TABLE

2011-09-22 Thread sam
Hi Guys, I'm having a problem with adding a column in adding it to the table. @Override public void onCreate(SQLiteDatabase db) { // TODO Auto-generated method stub db.execSQL(CREATE TABLE + DataBase_Table + ( + KEY_ID + INTEGER

[android-developers] FragmentPager Scrolling

2011-09-22 Thread Eric Carman
Using the compatibility library with the Fragment Pager Support example, I'm noticing some odd behavior in the scrolling. To reproduce: 1. Run the sample FragmentPagerSupport (v4) 2. From Fragment #1 scroll up and down using the dpad or trackball. - This works as expected. 3. Swipe to move

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread kiran
Check Rockplayer Regards Kiran On Thu, Sep 22, 2011 at 2:42 PM, Doug beafd...@gmail.com wrote: On Sep 21, 7:46 am, NAVI NEW navi44...@gmail.com wrote: Please give me a guideline for implementing ffmpeg on android app. 1. Cross compile FFmpeg for Android 2. Write a JNI wrapper around the

[android-developers] Need Android FAQ

2011-09-22 Thread diptendu das
Hi all, I am planing to take a Android certification from *EduSquare, * It would be a great help if anybody share some question bank -- -- Thanks Regards Diptendu Das -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: [error] java.lang.exceptionInInitializerError

2011-09-22 Thread RichardC
You have missed out the importent bits from the ddms log. Look for a line that includes caused by and/or include more of the exception log so we can have a look at it. On Sep 21, 10:27 am, onionbread futh...@gmail.com wrote: Hi, I'm new to android development but I have background in C++ and

Re: [android-developers] FragmentPager Scrolling

2011-09-22 Thread Mark Murphy
Manually, that's probably a matter of: -- setting the focus when you switch pages -- using android:nextFocusDown and kin on your widgets to control how the focus switches (note that I haven't used the pager component yet, so the above advice is an educated guess) However, bear in mind that not

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread NAVI NEW
RockPlayer api is not available for developer angle , it's apk is free. All Player giving ffmpeg lib free for handle videoview using codec, Please help me how to configure this one, i have already read your thread with google developer but not getting actual way. Please solve my issue. On

[android-developers] Native Executable write privileges

2011-09-22 Thread Michael Thiessen
I'm working on an app that uses FFmpeg to encode camera data, and I have successfully compiled and run FFmpeg on my android phone, In fact I start FFmpeg as a process inside my activity and feed it over stdin. However, I can't find a way to allow FFmpeg to write to any place on the file system.

[android-developers] Android doughts

2011-09-22 Thread kumar swamy
Hello sir, My name is kumaraswamy, can you please explain the public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Because i am new in android. and also please send the good study material for android.

[android-developers] Real-time timer on Android

2011-09-22 Thread Heidi Zhou Nolan
!n what way that I can have a real-time timer (at 20 - 40 milliseconds level) for task scheduling on Android? Currently I am using Java.util.timer for my real-time application? However, the timer is missing firing when garbage collection is running or other other stuff. The description on

[android-developers] Real-time timer on Android

2011-09-22 Thread Heidi Zhou Nolan
Hello! In what way that I can have a real-time timer (20-40 milliseconds level) for task scheduling on Android? Currently I am using Java.util.timer for my real-time application? However, the timer is missing firing when garbage collection is running or other other stuff. The description on

[android-developers] Android doughts

2011-09-22 Thread kumar swamy
Hello sir, My name is kumaraswamy, can you please explain the public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Because i am new in android. and also please send the good study material for android.

[android-developers] On Shake Start Activity or Service

2011-09-22 Thread bhaskar Kadam
Hi I am new on android development In my application i want to play next song on the Shake of phone also it must open a new activity on another SHake. I have gone through many codes but i couldn't understand those. Please give me a nice tutorial or a program for Shake detection method. -- You

[android-developers] On Shake Start Activity or Service

2011-09-22 Thread bhaskar Kadam
Hi I am new on android development In my application i want to play next song on the Shake of phone also it must open a new activity on another SHake. I have gone through many codes but i couldn't understand those. Please give me a nice tutorial or a program for Shake detection method. -- You

[android-developers] org.xmlpull.v1.XmlPullParserException

2011-09-22 Thread arun kumar
Hi, am getting this exception the response has to get in xml data 09-22 17:53:38.399: WARN/System.err(986): org.xmlpull.v1.XmlPullParserException: expected: START_TAG { http://schemas.xmlsoap.org/soap/envelope/}Envelope (position:START_TAG {

[android-developers] Multicast Receive

2011-09-22 Thread Jasleen Kaur
We have been trying to write a rtsp streaming client for Android platform in Eclispe. we are able to do the handshaking, i.e Describe, Setup, Play requests have been sucessfully communicated. Now i have chosen to receive the Multicast UDP data packets after PLAY command. The problem is that I am

[android-developers] How To Store Build Date in apk?

2011-09-22 Thread RainFall
Dear all, I want to show the last build date in my application's About box to the users. Is there anybody knows how to achieve this? 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] Re: Is Head First Android Book exists?

2011-09-22 Thread Mohd Rusman Arief A Rahman
it's already available for early release in oreilly ebook store. or can check this link for amazon http://www.amazon.com/First-Android-Development-Jonathan-Simon/dp/1449393306 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

  1   2   3   >