Re: [android-developers] Is it possible to get the DNS server setting from app?

2012-06-05 Thread David Olsson
3G? Wifi? Did you try google? I googled for like 1 minute, http://stackoverflow.com/questions/249916/how-do-i-find-the-dns-servers-in-android-from-a-java-program https://groups.google.com/forum/?fromgroups#!topic/android-ndk/6eogJcaOPOg On Tue, Jun 5, 2012 at 7:43 AM, Michael Leung

[android-developers] Foursquare Places JSON data not showing in the list View

2012-06-05 Thread Raza Rahil Hussain
I'm trying to parse Foursquare places into android application and i got success as i can view the JSON data in Logcat but listview is not showing any data. Here is the code: public class FoursquarePlacesActivity extends ListActivity { private ProgressDialog dialog;

[android-developers] Re: XmlPullParser error parsing on hardware but not on virtual

2012-06-05 Thread Baggtrixx
Btw the error occurs on the end of document at /rss Den måndagen den 4:e juni 2012 kl. 22:14:06 UTC+2 skrev Baggtrixx: Trying to parse rss feed, it works on the avd but when i debug on my hardware device(2.3.4) i get following error. 06-04 22:12:10.071: E/AndroidRuntime(22910):

Re: [android-developers] Find path between 2 pairs of lat and long

2012-06-05 Thread Mini agrawal
so can you please just share that link. Thanks On Mon, Jun 4, 2012 at 7:14 PM, Fred Niggle fred.nig...@googlemail.comwrote: I can you there IS a tutorial about this - just google it. On 4 June 2012 14:35, Mini agrawal itsmin...@gmail.com wrote: I didn't find any help on Google . On Mon,

[android-developers] Re: Sending Custom Broadcast received on GB but not on HC or ICS

2012-06-05 Thread emfl
Yes, I do want to launch the app even if it is stopped and setting the intent flag as you propose does the job, thanks. May be this would deserve to be mentioned in the sendBroadcast API reference... Eric On Jun 5, 6:41 am, Dianne Hackborn hack...@android.com wrote: The answer there is probably

[android-developers] Fails to delete row from content://call_log/calls

2012-06-05 Thread Put_tiMe
The ContentResolver.delete call fails, i.e. returns zero rows deleted, even though the row exists and the parameters passed are correct. Any idea how to debug/fix this? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] about Bundle and Intent?

2012-06-05 Thread shengJie
tks a lot!!! -- 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

[android-developers] Re: about Bundle and Intent?

2012-06-05 Thread shengJie
problem Solved !!!tks for great answer~ shengJie於 2012年6月4日星期一UTC+8下午5時33分28秒寫道: Hello~ i got one question in Intent, I get four Activity A,B,C,D just like picture Activity Bundle sequence :A(Fill in data)=E(get data)==B(Fill in data)=E(get data)==C(Fill in data)=E(get data)==D(Fill in

Re: [android-developers] Fails to delete row from content://call_log/calls

2012-06-05 Thread pushpa nc
Did you observe the logcat? If you can show your log cat messages we can try. On Tue, Jun 5, 2012 at 1:43 PM, Put_tiMe putt...@gmail.com wrote: The ContentResolver.delete call fails, i.e. returns zero rows deleted, even though the row exists and the parameters passed are correct. Any idea

Re: [android-developers] Is it possible to get the DNS server setting from app?

2012-06-05 Thread Michael Leung
Thanks! Regards, Michael http://www.itblogs.info http://www.michaelleumg.info 2012-6-5 下午4:17 於 David Olsson zooklu...@gmail.com 寫道: 3G? Wifi? Did you try google? I googled for like 1 minute,

Re: [android-developers] Problems with Linkify in Android 4

2012-06-05 Thread Mark Murphy
On Mon, Jun 4, 2012 at 6:32 PM, Kostya Vasilyev kmans...@gmail.com wrote: Or it might be a missing mimeType attribute in the intent filter (since the uri uses the content scheme). Having consulted with some HTCians, the Linkify change they made simply blocks the appearance of a chooser. If

Re: [android-developers] Problems with Linkify in Android 4

2012-06-05 Thread Kostya Vasilyev
2012/6/5 Mark Murphy mmur...@commonsware.com On Mon, Jun 4, 2012 at 6:32 PM, Kostya Vasilyev kmans...@gmail.com wrote: Or it might be a missing mimeType attribute in the intent filter (since the uri uses the content scheme). Having consulted with some HTCians, the Linkify change they

Re: [android-developers] Problems with Linkify in Android 4

2012-06-05 Thread krishna kumar
eocd not found not zip apk installing time error please help me. -- 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] apk installing time error (cmd)

2012-06-05 Thread krishna kumar
eocd not found not zip apk installing time error please help me. -- 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] Problems with Linkify in Android 4

2012-06-05 Thread Mark Murphy
On Tue, Jun 5, 2012 at 7:27 AM, Kostya Vasilyev kmans...@gmail.com wrote: If there is more than one activity that handles a given Intent triggered by the Linkify link, they go with the default. Do you know if this applies to long-pressing a link? In the web browser or WebView, where you

Re: [android-developers] Writing in C++ code ?

2012-06-05 Thread New Developer
Firstly, thanks to all who responded If I write it as an html5 or web app Does this not mean that it *HAS* to be connected to the Net. and thus either a WiFi access or 3G access *MUST* be available ? Or is there someway to be a web app that runs on myself 127.0.0.1 but I don't

Re: [android-developers] apk installing time error (cmd)

2012-06-05 Thread rambabu mareedu
check your .apk size and are you using any images or audio or video files which are having huge memory. On Tue, Jun 5, 2012 at 5:05 PM, krishna kumar send2mess...@gmail.comwrote: eocd not found not zip apk installing time error please help me. -- You received this message because you

[android-developers] Re: android bindservice rotation

2012-06-05 Thread Greenhand
As for the broadcast solution, can an Activity receive a broadcast while it is rotating? Will all the broadcasts sent to it be received? About the Messenger, is it possible to create a Messenger from a Service to an Activity? In the Messenger tutorial, it says it sends a Message to the service

Re: [android-developers] apk installing time error (cmd)

2012-06-05 Thread krishna kumar
apk size =3.5mb -- 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

[android-developers] TabHost Problem

2012-06-05 Thread naseem Rafique
Hi folks, I am working on an app in which I need to show three Tabs, on Logout I want to show remove these abs and on login I want to show these tabs with new user's data who just logged in. For this I used *On Logout:* * * this.tabHost.clearAllTabs(); *On Login:* * * *

[android-developers] TabHost Problem

2012-06-05 Thread naseem Rafique
Hi folks, I am working on an app in which I need to show three Tabs, on Logout I want to show remove these abs and on login I want to show these tabs with new user's data who just logged in. For this I used *On Logout:* * * this.tabHost.clearAllTabs(); *On Login:* * * *

Re: [android-developers] Problem refreshing a fragment edittext view from a dialogFragment after rotation

2012-06-05 Thread al
Of course I'm guessing, but I think you should change the way you transfer the new date/time value to the text widget. In the activity, say A1, you create the dialog and give it a reference to the text field of A1. When the device is rotated, the activity is recreated (= A2), but the dialog is

[android-developers] Re: Is JDK1.7 supported now?

2012-06-05 Thread al
My first thought was: there are probably new bytecodes in java 7 class files. In that case the transformation to dex files has to be changed and it's not clear if that's possible in a backward compatible way, i.e. without replacing the dalvik implementation on all devices, which is obviously

Re: [android-developers] TabHost Problem

2012-06-05 Thread Justin Anderson
The problem is most likely in your Profile class... You need to refresh it when you log in. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jun 5, 2012 at 7:21 AM, naseem Rafique naseem.ra...@gmail.comwrote: Hi folks, I am working on an app in

Re: [android-developers] Vizio tablet

2012-06-05 Thread Justin Anderson
I think this, like most of your posts, has nothing to do with this list. Try the discuss group if you're looking to discuss the Vizio tablet. I don't think he is going to get it... I even included a link to the discuss group in one of his other questions that didn't fit the format of this

Re: [android-developers] Vizio tablet

2012-06-05 Thread Justin Anderson
*android-discuss http://groups.google.com/group/android-discuss* The water cooler of Android discussion. You can discuss just about anything Android-related here, ideas for the Android platform, announcements about your applications, discussions about Android devices, community resources... As

[android-developers] Client authentication with HLS

2012-06-05 Thread Moshe Kravchik
Hi, I want to play a movie with HLS and have the movie encrypted. This works in ICS. However, I also want to protect access to the key with client authentication and this seem to not work for me - I can't find a way to provide the client certificate that the mediaserver will send to the

[android-developers] Re: Is JDK1.7 supported now?

2012-06-05 Thread al
http://www.oracle.com/technetwork/java/javase/compatibility-417013.html#incompatibilities seems to confirm it. Thinking about it, it's might be easier to patch the dx source code to accept the new version number? If that works, it should not be that difficult? Am Dienstag, 5. Juni 2012

Re: [android-developers] Re: Is JDK1.7 supported now?

2012-06-05 Thread Davide Perini
I would like to have a complete list of all the incompatibilities between the android sdk and the jdk 7. It isn't possible to sign an apk using the JSDK 7. What are the other incompatibilities? Thanks. http://www.oracle.com/technetwork/java/javase/compatibility-417013.html#incompatibilities

Re: [android-developers] Is it possible to get the DNS server setting from app?

2012-06-05 Thread Robert Greenwalt
There is not an API yet to get this info. You can inspect system properties and use net.dns1 and net.dns2, but that's an internal implementation detail that may/will change in the future. R On Tue, Jun 5, 2012 at 3:06 AM, Michael Leung michaelchi...@gmail.comwrote: Thanks! Regards,

Re: [android-developers] Re: Is JDK1.7 supported now?

2012-06-05 Thread Justin Anderson
I would like to have a complete list of all the incompatibilities between the android sdk and the jdk 7. It isn't possible to sign an apk using the JSDK 7. What are the other incompatibilities? Why not just use JDK 6... You should be able to have both 6 and 7 installed at the same time.

Re: [android-developers] Problem refreshing a fragment edittext view from a dialogFragment after rotation

2012-06-05 Thread Bluemercury
Hi al! The thing is here im using framents, the text field is on the fragment, not on the activity itself. The ideia was to create a dynamic dialofgragment without to mess around with the activity too much, since in this case the fragment is part of a viewpager in the activity. What if i use

Re: [android-developers] Find path between 2 pairs of lat and long

2012-06-05 Thread lbendlin
www.google.com or your local equivalent On Tuesday, June 5, 2012 3:21:40 AM UTC-4, Mini agrawal wrote: so can you please just share that link. Thanks On Mon, Jun 4, 2012 at 7:14 PM, Fred Niggle fred.nig...@googlemail.comwrote: I can you there IS a tutorial about this - just google it.

[android-developers] Re: problem running Monkeyrunner script in ubuntu

2012-06-05 Thread Diego Torres Milano
You can do as Mark suggested or you can use a shebanghttp://en.wikipedia.org/wiki/Shebang_(Unix)line at the beginning of your script, use either #! /usr/bin/env monkeyrunner or #! /path/to/your/monkeyrunner depending on whether PATH contains android tools directory or not. Set the execution

[android-developers] SoundPool .play

2012-06-05 Thread krishna kumar
explosionId = soundPool.play(explosionId, 1.0f, 1.0f, 1, -1, 1); All sounds play fine as long as they are not set to looping. When i set looping (set as -1) then the sound play one time only then stop aging not playing why ...please help me -- You received this message because you are

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread Kumar Bibek
You might want to show more of your logs. There's probably some error while creating your database. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jun 5, 2012 at 10:08 PM, shengJie b0091...@gmail.com wrote: Sorry guy my database table can't

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread shengJie
06-05 16:14:05.703: E/AndroidRuntime(353): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.NursingcareSystem/com.NursingcareSystem.Care_ALL_intent}: android.database.sqlite.SQLiteException: no such table: record: , while compiling: SELECT name FROM record 06-05

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread shengJie
i think the problem is my table can't be build that make my query compiling stop -- 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

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread Kumar Bibek
Try changing strings to text... *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jun 5, 2012 at 10:27 PM, shengJie b0091...@gmail.com wrote: i think the problem is my table can't be build that make my query compiling stop -- You received

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread Kumar Bibek
Uninstall your app. Run it again, and get the logs. On Tuesday, 5 June 2012 22:27:16 UTC+5:30, shengJie wrote: i think the problem is my table can't be build that make my query compiling stop -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread shengJie
tks for trying to fixed my problem -- 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] sound

2012-06-05 Thread krishna kumar
explosionId = soundPool.play(explosionId, 1.0f, 1.0f, 1, -1, 1); All sounds play fine as long as they are not set to looping. When i set looping (set as -1) then the sound play one time only then stop aging not playing why ...please help me -- You received this message because you are

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread shengJie
i uninstall my app an i clean up my project ===log 06-05 17:09:29.311: D/dalvikvm(2147): GC_EXTERNAL_ALLOC freed 43K, 53% free 2546K/5379K, external 1815K/2137K, paused 75ms 06-05 17:11:58.091: W/KeyCharacterMap(2147): No keyboard for id 0 06-05

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread Kumar Bibek
care_IDtext not null,nametext not null,sextext not null,person_idtext not null,blood_typetext not null,smoketext,drunktext, Diagnosis_typetext,Diagnosis_bodytext,care_Diagnosistext, whatcaretext,whencareinteger,whocaretext,carewhotext,care_ locatationtext,care_frequencyte Your create table query

[android-developers] Showing Overflow menu button on ICS.

2012-06-05 Thread Nathan
There have been some past discussion on this. I just wanted to confirm the conclusion. IF ICS is installed on a device with a physical menu button, the ActionBar does not show. This includes the emulator as it is assumed to have a physical menu button. (In my opinion, this goes counter to the

Re: [android-developers] Showing Overflow menu button on ICS.

2012-06-05 Thread Mark Murphy
On Tue, Jun 5, 2012 at 1:17 PM, Nathan nathan.d.mel...@gmail.com wrote: IF ICS is installed on a device with a physical menu button, the ActionBar does not show. Correct. Example: Nexus S. This includes the emulator as it is assumed to have a physical menu button. The emulator is

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread shengJie
this is my query i want to load all user_name and put into a spinner -- Cursor c = db.query(UserSchema.TABLE_NAME, new String[]{UserSchema.NAME}, null, null, null, null, null); c.moveToFirst(); CharSequence[] newlist = new CharSequence[c.getCount()]; for(int i =

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread Kumar Bibek
Your logs suggest that the table itself is not there. So first try to figure out why the table is not being created. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jun 5, 2012 at 11:03 PM, shengJie b0091...@gmail.com wrote: this is my query

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread rambabu mareedu
here the problem is your table not creating..first of all take 2 or 3 columns and run it ..after that extend the columns -- 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] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread shengJie
i pull out my database file and check it schema == SQLite version 3.7.12.1 2012-05-22 02:45:53 Enter .help for instructions Enter SQL statements terminated with a ; sqlite .schema CREATE TABLE android_metadata (locale TEXT); CREATE TABLE record(_id INTEGER

[android-developers] Re: Showing Overflow menu button on ICS.

2012-06-05 Thread Nathan
On Jun 5, 10:25 am, Mark Murphy mmur...@commonsware.com wrote: Particularly for those users who have Android 2.x devices that get upgraded to ICS, they will already be used to pressing MENU to get the options menu Well that assumes they have ever found that out to begin with. ;) I have my

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread shengJie
shengJie於 2012年6月6日星期三UTC+8上午1時53分25秒寫道: then i got two table android_metadata and record sqlite .tables android_metadata record sqlite problem solved!!! tks for all i try go get rid of android_metadata and i pass it !!!

Re: [android-developers] I/Database(353): sqlite returned: error code = 1, msg = no such table: record

2012-06-05 Thread shengJie
tks for all help me to solve this problem! -- 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: Writing in C++ code ?

2012-06-05 Thread Greg Donald
On Mon, Jun 4, 2012 at 3:06 AM, jeet biswajitco...@gmail.com wrote: You can use phone gap or something like that,.,., PhoneGap was a little heavy handed, for my use case anyway. On Android I just use the WebView Javascript Interface:

Re: [android-developers] Re: Is JDK1.7 supported now?

2012-06-05 Thread Kostya Vasilyev
2012/6/5 Davide Perini perini.dav...@dpsoftware.org I would like to have a complete list of all the incompatibilities between the android sdk and the jdk 7. It isn't possible to sign an apk using the JSDK 7. Yes it is: http://code.google.com/p/android/issues/detail?id=19567#c7 -- K What

[android-developers] Re: Showing Overflow menu button on ICS.

2012-06-05 Thread b0b
Unless I missed something in the previous discussions, or there has been a breakthrough since, there is NO possible way to make the overflow button show up if there is a physical hardware key. There is. With hack below you can force the appearance of the overflow menu even if there is

Re: [android-developers] Re: Showing Overflow menu button on ICS.

2012-06-05 Thread Dianne Hackborn
Oh good lord, don't freaking do that. On Tue, Jun 5, 2012 at 12:10 PM, b0b pujos.mich...@gmail.com wrote: Unless I missed something in the previous discussions, or there has been a breakthrough since, there is NO possible way to make the overflow button show up if there is a physical

Re: [android-developers] Find path between 2 pairs of lat and long

2012-06-05 Thread Fred Niggle
No thanks, I think you can find it the same way I did: Google it! On 5 June 2012 08:21, Mini agrawal itsmin...@gmail.com wrote: so can you please just share that link. Thanks On Mon, Jun 4, 2012 at 7:14 PM, Fred Niggle fred.nig...@googlemail.comwrote: I can you there IS a tutorial about

[android-developers] How to retrieve Intents used by installed apps on the phone

2012-06-05 Thread michael
Hi, Is there any way to retrieve the Intents used by intalled apps on the phone? For example, how do I know that one app could send an Intent to invoke Camera app or Email app or Text Message app? -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] How to retrieve Intents used by installed apps on the phone

2012-06-05 Thread Mark Murphy
On Tue, Jun 5, 2012 at 5:23 PM, michael xuetao@gmail.com wrote: Is there any way to retrieve the Intents used by intalled apps on the phone? No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

Re: [android-developers] How to retrieve Intents used by installed apps on the phone

2012-06-05 Thread Kristopher Micinski
But maybe if you tell us *why* you want to know the intents, we could tell you? You can certainly query the package manager and ask for the list of available packages, and perhaps do something with that.. kris On Tue, Jun 5, 2012 at 5:28 PM, Mark Murphy mmur...@commonsware.com wrote: On Tue,

Re: [android-developers] How to retrieve Intents used by installed apps on the phone

2012-06-05 Thread Mark Murphy
On Tue, Jun 5, 2012 at 6:45 PM, Kristopher Micinski krismicin...@gmail.com wrote: You can certainly query the package manager and ask for the list of available packages, and perhaps do something with that.. I think that the OP is looking for apps that *call* startActivity() for certain Intent

Re: [android-developers] How to retrieve Intents used by installed apps on the phone

2012-06-05 Thread Kristopher Micinski
I understood, :-), but I'm saying that the other way around might work equally well for what he wants. Unless he wants to do some kind of thing that is security enhancing like so many people do... kris On Tue, Jun 5, 2012 at 6:50 PM, Mark Murphy mmur...@commonsware.com wrote: On Tue, Jun 5,

[android-developers] Re: How to retrieve Intents used by installed apps on the phone

2012-06-05 Thread Chris Stratton
On Jun 5, 5:23 pm, michael xuetao@gmail.com wrote: Is there any way to retrieve the Intents used by intalled apps on the phone? For example, how do I know that one app could send an Intent to invoke Camera app or Email app or Text Message app? No. Not only is there no way to query the

Re: [android-developers] Re: How to retrieve Intents used by installed apps on the phone

2012-06-05 Thread Kristopher Micinski
But you could track this in the system, of course, which is what I assume the OP wanted to do.. kris On Tue, Jun 5, 2012 at 7:24 PM, Chris Stratton cs07...@gmail.com wrote: On Jun 5, 5:23 pm, michael xuetao@gmail.com wrote: Is there any way to retrieve the Intents used by intalled apps on

[android-developers] Re: ICS holo list selector performance

2012-06-05 Thread Jon Perlow
Looks like the selector was simplified in the latest ICS release. On Apr 19, 11:25 pm, Jon Perlow per...@gmail.com wrote: I'm trying to improve the transition of an Activity containing a ListView that navigates to another Activity containing a ListView when the user selects an item. In ICS,

Re: [android-developers] ICS holo list selector performance

2012-06-05 Thread Dianne Hackborn
The fade will be gone in the next release. Also the real problem with that is that it is doing the fade-out at all when you have selected the item, instead of just leaving it highlighted while doing the transition. On Thu, Apr 19, 2012 at 11:25 PM, Jon Perlow per...@gmail.com wrote: I'm trying

[android-developers] Activity flickers,when i add surfaceview to my layout first time

2012-06-05 Thread Bin Dou
Hi all: I got a problem : Activity flickers,when i add surfaceview to my layout through “layout.addView(sfv, new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT));” first time. After first time i added the surfaceview to layout,no matter how many time i add

[android-developers] soundpool looping problem

2012-06-05 Thread krishna kumar
All sounds play fine as long as they are not set to looping. When i set looping (set as -1) then the sound play one time only then stop aging not playing why ...please help me mStream1= mSoundPool.play(streamid, 1, 1, 0, -1, 1f); -- You received this message because you are

[android-developers] Re: How to retrieve Intents used by installed apps on the phone

2012-06-05 Thread Chris Stratton
On Jun 5, 7:29 pm, Kristopher Micinski krismicin...@gmail.com wrote: Is there any way to retrieve the Intents used by intalled apps on the phone? For example, how do I know that one app could send an Intent to invoke Camera app or Email app or Text Message app? But you could track this in

[android-developers] Error creating AudioTrack

2012-06-05 Thread krishna kumar
AudioFlinger could not create track, status: -12 Error creating AudioTrack help me -- 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

[android-developers]

2012-06-05 Thread Vijay Krishnan
Hi all, I am using tesseract ocr android tool for card reader application.Here is my code TessBaseAPI baseApi = new TessBaseAPI(); baseApi.setDebug(true); baseApi.setPageSegMode(TessBaseAPI.PSM_SINGLE_LINE); baseApi.init(DATA_PATH,eng);

Re: [android-developers] Re: How to retrieve Intents used by installed apps on the phone

2012-06-05 Thread Kristopher Micinski
On Wed, Jun 6, 2012 at 1:17 AM, Chris Stratton cs07...@gmail.com wrote: On Jun 5, 7:29 pm, Kristopher Micinski krismicin...@gmail.com wrote: Is there any way to retrieve the Intents used by intalled apps on the phone? For example, how do I know that one app could send an Intent to invoke

Re: [android-developers] Re: How to retrieve Intents used by installed apps on the phone

2012-06-05 Thread Kristopher Micinski
Of potential interest along this same line is Stowaway, http://android-permissions.org/ It's analysis, while necessarily static, seems to work quite well, for the perhaps uninteresting cases.. And of course, as Chris points out, you can imagine situations where the user constructs intents using