Android :: Discover Intents That An App Supports?
Jan 26, 2009
Is there any way to discover which intents a given app supports? An old post indicated that PackageManager.GET_INTENT_FILTERS isn't supported, might there be some other way to do this?
View 18 Replies
Nov 7, 2009
I have some code that is creating and removing alarms, and which works great in Android 1.5 and 1.6 but breaks on the Android 2.0 AVD.The code that's giving this exception is: Code...
View 3 Replies
View Related
Feb 1, 2010
How does one go about listing the resources that are available in an application?
For example, I would want to find the names of all files under /res/ xml.
Reflection on the R class didn't seem to work since the identifiers are static constants. R.xml.class.getDeclaredFields() doesn't return any fields.
The AssetManager didn't seem to work either because these are not raw assets.
Does anyone have ideas or examples?
View 4 Replies
View Related
Feb 19, 2010
how I can find the memory used on my Android application, programmatically. I hope there is a way to do it. Plus I would like to understand how to get the free memory of the phone too.
View 3 Replies
View Related
Feb 7, 2010
I am very new to android. The Eclipse and the Emulator is running and I have bought an device already. I want to write a little UPnP- Discover-Application first. I used CyberLinkForJava under Java some years ago. I read on this list (2010/1/29) that this framework can be used under android too. Like mentioned in the post from skonno I downloaded the code via svn from sourceforge and copied the trunk/cyberlink/upnp-stack/src/main/ java section into the source folder of my android project. Then I`d got errors in XercesParse.java and kXML2Parser.java. If I delete this classes it runs without errors. But the code from the cyberlink documentation. Code...
View 4 Replies
View Related
Mar 17, 2009
I am currently doing my Bachelor Project concerning Android Programming.
Therefore i need a possibility to SCAN/DISCOVER Hot-Spots or WLAN's where i can connect to.
In many topics i have read, that the EMULATOR does NOT support WiFi scan with WiFiManager. I also tried using ConnectivityManager or BroadcastReceiver. But it doesn't ever work.
So my question ist the following - is it CORRECT that the emulator does not support any kind of WLAN Scan/Discovery? I need as many comments on this as possible - because only if its REALLY true, that the emulator does not provide WIFI functioanlity, then i can ask for buying a Dev Phone.
And if so, WHY there is no WiFi support within the emulator...?
View 2 Replies
View Related
Aug 17, 2013
I have never had trouble rooting/unlocking android phones until I got a Samsung Galaxy Discover SGH-730M. I can't figure out how to root it. Unlock root pro did not work, and neither does using the ADB (I get a mounting error).
View 3 Replies
View Related
Jan 12, 2014
All of today my Samsung Galaxy Discover wouldn't turn on. Nothing. Black screen, no lights, no sounds, no vibrations - nothing. I left it all of today to see if it would get any better, but it didn't, so I took the battery out and put it back in. Now it keeps rebooting itself over and over again, and every time it boots to "Android System Recovery <3e>". I've tried a few of the options but nothing is working, it just keeps booting over and over again to that screen. How do I get it to boot to my actual phone, normally?
View 2 Replies
View Related
Jul 24, 2013
My Pantech Discover(P9090) stopped ui System error, I need to reinstall the original ROM.
View 2 Replies
View Related
Feb 21, 2014
I have a Samsung Galaxy Discover. I want to be able to put my game apps, music, and photos on my SD card. I also want to have the game apps, music, and photos on my laptop without having to move the SD card around. I have changed the storage location when I take pictures to the SD card. I want to be able to put pictures I receive in text messages on there as well. I have tried manage apps, I have tried connecting my device through USB to my laptop and manually copying the files to the SD card. Are these goals possible? How can I accomplish them?
View 1 Replies
View Related
Apr 2, 2014
I have a Rooted Pantech Discover P9090 with ClockworkMod 6.0.2.8 recovery from Here. After which I proceeded to test out the phones "secure" (encryption) features. Now that the phone is encrypted, however, I cannot remove the encryption because I can not perform a factory reset. When attempting a factory reset from within the UI the phones attempts to reset as normal but at the point where the phone turns off and comes back with the android screen and a loading bar at the bottom the phone restarts. Doing a factory reset from the recovery fails do to not being able to load /data, /system /sdcard. Is there anything else I can try/do?
Other info:
Android Version 4.0.4
View 2 Replies
View Related
Jan 31, 2009
I am trying to discover the frequency of recored audio. I am kinda new to multimedia programming (I am very new to android). Is there a way to get raw frequency information from the Mic?
View 2 Replies
View Related
Jan 6, 2010
I've just got a milestone and the Messaging app that comes with it only supports sms... unlike the droid's one which supports sms, msn and yahoo. Can somebody help me get the droid's Messaging app? Should I have any problems installing it on my milestone?
View 1 Replies
View Related
Jun 13, 2010
Been looking through all the readers & have yet to find one that supports this format.
View 1 Replies
View Related
Oct 13, 2009
Android 1.6 supports video capture, however, not all phones will support video capture. Is there a way I can tell if the phone I am running on supports video capture or not?
View 1 Replies
View Related
Aug 11, 2010
Does window 7 support android installlation?
View 5 Replies
View Related
Jul 20, 2010
Is Android supports Silverlight?
View 2 Replies
View Related
Aug 21, 2010
I am looking for a way to play a live video stream on android. At this moment I publish webcam from Flash application to Red5 and transcode it there into the second live stream using Ffmpeg.
How can I play the second stream on Android ? I tried to transcode the stream into mp4 file, and hint it with MP4Box, but it doesn't work because file is busy by ffmpeg process...I see Red5 RTSP plugin, is it possible to receive the published RTMP stream via this plugin on Android ?
View 1 Replies
View Related
Sep 1, 2010
Does Andriod2.1 supports http streaming for mp3?
View 2 Replies
View Related
May 10, 2009
The Typeface can not read a TTY font from external file. I just want to know why. Why this feature is denied even in 1.5r1? And have any plan to open the feature?
View 6 Replies
View Related
Apr 28, 2010
Meridian Player Pioneer for Android - Android and Me according to this article Meridan player now supports LOSSLESS now i don't have to convert some of my collect for when my incredible comes
View 1 Replies
View Related
Dec 6, 2009
Is it possible to play continuous audio stream (MP3 / AAC) in Android browser using <audio /> tag?
If you're not sure, could you at least recommend some good testing page containing and using <audio /> tag?
View 1 Replies
View Related
May 20, 2014
I am looking for an Android box, it supports 3D movies completely.
View 2 Replies
View Related
Oct 30, 2010
I have an IntentService that broadcasts an Intent each time if finishes some work. Each broadcast Intent is identical except that it contains a Bundle with some result information from the IntentService. Evidently, having different data in the Bundle is not enough for Android to think it's a different Intent. If the IntentService broadcasts two of these Intents back-to-back, the second one is dropped as a duplicate.
I know I've read about this behavior in this forum in the past but I can't find in the documentation where this duplicate elimination logic is described in detail. Mostly, I just want to differentiate the Intents enough that they are not considered duplicates. Any pointers would be appreciated.
View 13 Replies
View Related
Mar 9, 2010
I've a succession of 2 Intent: Intent intent = new Intent(); intent.setClass(EntryPoint.this, MainClass.class); startActivity(intent);
And I'd like an animation (which is present in res/anim) occurs during the transition between these 2 Intents...
View 2 Replies
View Related
Aug 15, 2010
I have a auto-complete textbox in which the user makes a selection. From here I want to load a tabbed layout which is based on the user selection. The problem is I cant figure out a clean way to pass that selection to each of the tabs. At the moment I can pass an intent to the 'tabhost' activity and then pass to each child activity explicitly, however this just seems like messy iterative code to me! So basically how can I pass my intent data bundles to the tabs activities cleanly & efficiently! Psuedo code is also very welcome.
View 2 Replies
View Related
Aug 7, 2010
I am trying to create intents that will be set using alarmmanager. Currently, I can do this with one intent, add extra data to it (strings, but i send them as one string with a seperator), and everything works fine and goes off at the correct time. However, when I try to send multiple intents like this, they are overwritten and only one goes off at the correct time. How can i structure my intents so that they appear different to the alarmmanager (i think they are getting deleted when filterIntent() is run).
long story short- putExtra() makes all the intents look the same still... how can i make them look different so they wont get deleted (and keep track of them in case i want to delete a specific one)
View 2 Replies
View Related
Oct 27, 2010
I want to received the Android broadcast, is there a list of all intents?
View 2 Replies
View Related
Jul 26, 2010
As i am being an Android developer, and android is supporting SQLite database, i would like to know that which are the other mobile platforms supports the SQLite Database so that i can make SQLite database common and can place it at one place,and thereafter i can make database transaction from different mobile platforms.
View 3 Replies
View Related
Aug 30, 2010
I use Adium on my mac, and I'm looking for something as close as possible to that, and a big feature for me is the multiple name management thing. (As in signing in with multiple AIM accounts simultaneously)
Do any of the current ones support that? I tried the regular AIM one, but had no luck as it only supports one at a time.
View 1 Replies
View Related