Android :: Possible To Receive SMS On A Specific Port?
Sep 29, 2010
Is it possible to receive SMS on a specific port on my HTC Desire? My development environment:Android 2.1
This is the configuration of my Receive program AndroidManifest.xml: Code...
I used the NOWSMS tool to send a SMS message with a port, but my program not work. Can anyone help me?
View 3 Replies
Mar 18, 2010
Is it possible to receive a binary SMS on a specific port?
I am currently receiving SMS via Action: "android.provider.Telephony.SMS_RECEIVED" from a BroadcastReceiver.
But i have no luck with binary SMS. I only get notified for text messages.
View 2 Replies
View Related
Apr 28, 2010
receive text sms to specific port..I have been looking for an answer to this question but but to no avail. This question has been popped a few times but nobody seems to have a clear answer. my code...
View 3 Replies
View Related
Oct 28, 2013
I have a tablet that made in China,I couldn't find any ROMs for it. How can I port android to this device ?
View 3 Replies
View Related
Aug 5, 2010
How can I open a specific port in android? I have a server socket but the connection is rejected because the port is closed.
try { ServerSocket server = new ServerSocket(2021);
Socket client = server.accept();
} catch (Exception e) {
// TODO Auto-generated catch block a = false;
e.printStackTrace();
}
View 2 Replies
View Related
Apr 15, 2010
Can anyone explain how to send SMS text messages on a specific application port (including Java and XML code)? If it's impossible then plz show at least how to send & receive SMS data message successfully (Java & XML) on android emulator (and not G1 or others).
View 2 Replies
View Related
Feb 19, 2009
What happens to messages sent to a device via a port directed SMS? They are not *visibly* picked up by the phone, and do not broadcast an intent - so they seem to disappear into the ether. Is there some way to receive a port directed SMS or are they discarded? I believe the message is being sent with the following header structure: 06 // UDH length 05 // 16bit port addressing 04 // 4 bytes follow 23 F5 // Destination port 00 00 // Source port.
View 2 Replies
View Related
Apr 9, 2010
I am developing an Application for SMS.
1. Can i have only my own notification in status bar not native android one while receiving a SMS? Currently it is showing both. I think if i would disable the notification then it could also disable my one too.
OR
2. Can i receive my sms at any custom port? If yes then how and while receiving that would i see the native notification in status bar?
View 6 Replies
View Related
Feb 10, 2010
I intend to use the Android Emulator to send/receive SMS. I send SMS to the emulator using the sms send command. I'm aware of emulators being able to converse with each other over SMS but would it possible to receive that the SMS reply sent from an Android Emulator on a external TCP port?
View 1 Replies
View Related
May 31, 2010
Just picked up my incredible, and I have two questions....
1. how do i change the email notification to a specific sound? As of rite now, when i receive an email nothing happens (no sound or vibrate).
2. How do I select a specific ring for mms. I know how to select sms, but I cant figure out how to change the mms.
View 3 Replies
View Related
Mar 12, 2014
I have had androids for over two years now and am getting more and more concerned every time I download an app and seeing that it wants to READ my SMS message and Contacts.
Is there a way I can disable reading of SMS messages or any one of the other permissions by specific apps, or all apps?
Are we living in a world where any "joe schmo" can upload an app the to the app store and wait for those inadvertent downloads and collect all your personal information, and that's after all the time we spend protecting our identity and personal details?
View 2 Replies
View Related
Feb 22, 2010
If i turn this off while I am home or in my dorm and connected to wi-fi
can I
1) Receive Texts
2)Send/Receive Pics
3)Make Calls?
View 26 Replies
View Related
Sep 23, 2010
I have the following code in my application in res/xml/preferences.xml:
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory android:title="Wi-Fi settings">
<EditTextPreference
android:key="pref_voice_threshold_top"
android:title="@string/title_pref_voicetopthreshold"
android:dialogTitle="@string/dialog_title_pref_voicetopthreshold"
android:defaultValue="20" android:inputType="number"/>
</PreferenceCategory> </PreferenceScreen>
And I was wondering is it possible for me to then use this preference in code so I can update it via downloading an xml file? So I currently display the above preference in a PreferenceActivity, which works fine, however I want to be able to update the setting by downloading a new setting every week from the internet. So my question is how do I open this preference in code and set its value to the new downloaded value?
View 2 Replies
View Related
Oct 8, 2010
Suggestions on the best NHL App? Also looking for a Philadelphia Flyers specific one. UPDATE: I need a direct APK for NHL GameCenter, its not in my market.
View 15 Replies
View Related
Jul 18, 2010
Can anyone suggest applications that are made for UK users? The two things I am looking for are UK weather and UK radio.
I like weather bug but the additional features are US only. Are there any that will show UK Radar? I have tried beebplayer but it connects only 1 in 20 attempts at best. I works like to listen to the bbc radio stations only.
View 3 Replies
View Related
Sep 13, 2010
Is it possible to disable the USB port? Even if the device is physically connected to a host computer via USB cable, no logical connection should be established. What are the sources/programmatic way of doing this?
View 12 Replies
View Related
Nov 18, 2011
developing Android port for our high definition IP set top box. We are working to port Android 2.3.4 on an IP STB.
View 1 Replies
View Related
Sep 20, 2012
Look at this xfinity app http:[url]...
View 1 Replies
View Related
Oct 11, 2010
I'm looking for a notepad app that, well, looks like an actual notepad. I'm currently using AK Notepad cu z I like how the notes are written on note looking paper, but when you open up the application, all the titles of your notes are just displayed in a black screen. I'm kinda looking for an app, like let's say I put: "stuff to buy," I want the title to also be written on notepad paper, and then when I click on it, the info of my notes will also be written on notepad paper.
View 4 Replies
View Related
Apr 1, 2010
I'm defining a style XML for my android app. I have some TTF files I want to use, how can I set the typeface to use those files as the font as opposed to the generic "sans", "serif" & "monospace".
View 2 Replies
View Related
Aug 13, 2010
I want to keep launching my app and stress test two scenarios: launch it and press BACK key launch it and press MENU key I can launch from adb using "am" command. But how can I send a BACK or MENU key using adb. I want to do thousands of rounds of testing so I don't want to do it manually.
View 2 Replies
View Related
Jul 12, 2010
I've searched through the forums and tried a lot of notes apps, but I am yet to find one to my requirements:
- Should have widget support (I need to put some notes on my homescreen, not the note creation widget like 3bananas)
- Bluetooth sharing (or it stores the notes as .txt files on the SD card). Alternatively, it could sync with google in some way. If you know one that does these, please tell me. Else please tell me what app you're using, so that I can try it if I haven't already.
View 2 Replies
View Related
Jun 24, 2010
Is the android:id="@+id/somevalue" specific to the xml file in which it is defined, or the whole android project? If it is project-wide, it seems like I have a lot of id's to come up for text fields. For example I have to name my "title" field like "title1" and "title2" etc.
View 1 Replies
View Related
Dec 13, 2009
Is there a way to create an app specific soft keyboard on Android? After reading about InputMethodService docs and checking out alternative keyboard apps out there, I figure the alternate keyboard can only be configured for system wide usage (through Settings -> Locale and Text).
If the answer to above question is no, then is there at least a way to load a custom dictionary and override the default dictionary of the system keyboard (only when my app is in use)? That will help in giving very relevant suggestions to the user when he has only tapped couple of keys.
View 1 Replies
View Related
Aug 4, 2010
I have got a TabActivity, which has 4 Tabs right now. The first Tab is a special Details-Tab, where the user could modify some data.
The problem is, that if I add a OptionsMenu for the Activity, that the OptionsMenu is appearing on every Tab.
I tried to check the current mTabHost.getCurrentTabTag() in the onCreateOptionsMenu but that changed nothing.
So, how to do that?
(The following code, which still shows the OptionsMenu on every Tab)
CODE:....................
View 1 Replies
View Related
Aug 1, 2010
I have to create a UI with components(TextView, Bottons etc) placed at particular coordinates as specified in an XML coming from a server. I am currently using AbsoluteLayout but since its deprecated i want to use some other method.
View 2 Replies
View Related
Mar 8, 2010
I am creating a simple Android widget with a typical usecase of having many instances of it running at once.
Using the stock preferencesmanager, it seems each instance of the widget shares the same preferences.
Is there any way to not have this happen?
View 1 Replies
View Related
May 22, 2010
(HTC Desire)
I've tried a number of players (built in, tunewiki, btunes, meridian, mixzing etc) and they all have good features but I can't find anything with all the features I want, any recommendations based on features below..?
Proper lock screen integration (like HTC player, not like btunes that sits on top)
Smooth coverflow style flicking of playing tracks (htc not bad, btunes bad)
Decent refresh without turning off phone (I update music via wifi and nothing so far handles refreshes well, even with a task kill)
Reads non standard genres (99% of my genres are custom and aren't read)
Support for png folder art
2x4 or 4x4 widget with folder/embedded art display
View 2 Replies
View Related
Nov 10, 2009
I am using the new VcardComposer in 2.0 version. I am trying to create a Vcard that i will choose the fields that will come out from it . for example :
I want to create a Vcard from a specific Contact that will not include the Field "NOTE:" . How can i do that ? , in the prevoise VcardComposer we could change the struck that it use to create the Vcard, With the new one it is simplified but without a feature to create a Vcard with the fields that you choose.
Does any one know how can i do that?
View 2 Replies
View Related
Sep 8, 2009
How can I probe for whether a specific alarm has been set? I set the alarm as illustrated below, but how can I ask the OS whether or not the below code has been called? The point is not to overwrite an existing alarm with a new one.
View 15 Replies
View Related