Android :: Way To Disable USB Port?
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
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
Apr 27, 2010
What are the chances that we will be able to disable sense or port the Nexus One ROM to the INC to remove Sense?
View 9 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
Dec 30, 2009
I'm trying to use the Mail client on my Hero to send emails, but it seems that Three is blocking port 25. I've asked my hosting company if they can allow me to use port 587, but in the meantime, does anybody know of how else I can send email from my Hero?
View 3 Replies
View Related
Nov 26, 2009
I am just wondering if it is possible to receive SMS in a particular port. I believe by default all SMS messages are delivered to Port 0 and SMS manager gives the notification about this message.Is there any way in which we can send and Receive SMS messages in any particular port apart from the default port.
View 2 Replies
View Related
Jul 2, 2010
I am working on a app that will eventually need to communicate with an external device over the phone USB port. Are there any USB drivers and hooks in the Android OS for such applications.
View 4 Replies
View Related
Mar 12, 2009
AbsoluteLayout has become obsolete, I need to convert it to FrameLayout.My problem is in AbsoluteLayout. LayoutParams, I can specify (x,y) in the constructor, which specify the location of my view during layout.How can I achieve using FrameLayout + FrameLayout.LayoutParams?
View 14 Replies
View Related
Jan 21, 2009
Untill now, i were forwarding my PC ports using telnet, but with Cupcake, it's possible to use directly with emulator, using -qemu - redir option. But i'm not getting success doing this. I'm doing emulator -vm myconfig -qemu -redir udp:1234::1234 or emulator -vm myconfig -qemu -redir udp:1234:<my ip here>:1234 and both starts the emulator with the warning "qemu: could not set up redirection 'udp:1234::1234' " or "qemu: could not set up redirection 'udp:1234:<my ip here>:1234' "Please, what i'm doing wrong? any successfull case? thanks a lot P.S - i already compiled SDK 1.5 and it's working perfectly
View 2 Replies
View Related
Jun 4, 2010
I'm new to Android development, now I'm working on a simple HTTP server project. I try to use ServerSocket to listen on port 80 but I failed. There will have an exception if I did this. I have already set INTERNET permission in manifest. I found that everything is Okay if I use port 8080, that's strange for me, why I cannot use port 80? I don't want my users to use another port to connect my server.
View 2 Replies
View Related
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
View Related
Aug 5, 2010
Is there a way to forward the remote port i.e. port on the android device/emulator to the local machine to which the device is connected? using adb or using any other method? I am develop an application to communicate with a desktop application over USB. The desktop application listens for connections on a particular port.
The documentation of adb states that: $ adb forward tcp:port1 tcp:port2 # forwards the local port port1 on the machine to port2 on the device.
View 2 Replies
View Related
Jan 29, 2009
Just curious if anyone would be interested in helping us port our iPhone app to Android? It would be on a revenue share basis. Drop us a line off-list.
View 5 Replies
View Related
May 15, 2009
I use Android sdk 1.5 on ubuntu 8.0.4. In my application I want to use a data sms on a special port to inform my application about new available information. Then a background thread should be started to process this information. Currently i have an application sending data sms to port 12345 to an application to another emulator. Both emulators can send and receive sms. However there is no difference between a data sms and a text sms in the incoming intent.
View 3 Replies
View Related
May 14, 2012
Is it possible to Port an Android 2.2 ROM to a Device that was delivered with Android 2.3 Gingerbread?
View 4 Replies
View Related
May 4, 2010
Is it possible to make a port of diablo 1 or 2 for android? If so, has it been done already?
View 9 Replies
View Related
Sep 14, 2012
How to port from android2.1 to higher(cm7,2.2) for locked boot loader mobile (flipout) ?
View 2 Replies
View Related
Mar 30, 2014
I want to port "Desperados Wanted Dead or Alive" and "Robin Hood the Legend of Sherwood" (two of my all time fav pc games) to Android. I used to spend so much time playing these games when I was a lil kid. Amazing games. Dont understand why they havent yet been ported to Android. I reckon they would sell a few millions on the GPlay if the pricing was right. (Profit guaranteed) I would definitely buy them if they were available on the GPlay. Anyway since they are not and probably never will, I am trying to find out how to port these games to android. Since they both are 2D point and click games they would be perfect to play on the android platform and also much easier to port to android than 3D pc games.
View 5 Replies
View Related
Oct 25, 2010
For those of you that don't know JPCSP is a Java based Sony PlayStation Portable emulator for Windows and Linux. The source code can be found here [URL]
View 1 Replies
View Related
Apr 21, 2009
I realize that the Blue tooth API is subject to change over time and that the only available profiles are A2DP and AVCRP, but I am really interested about the options I have to develop an application using the Serial Port Profile. I don't really care if the API will later change, this application is meant to be used only by me (I am trying to communicate to a mirocontroller using Blue tooth and the only supported profiles are SPP and GAP). I am going through the /core/java/android/blue tooth/ classes at the moment but I don't see anything that refers to the SPP or otherwise. I am willing to invest time to learn and write a SPP implementation, provided I have someone to guide me. This is valuable to me because I am doing this project as a final year project so I'm not exactly waiting for someone else to do my work. In conclusion, does anyone have any suggestions on where I could start looking and studying to be able to use the SPP in an application?
View 19 Replies
View Related
Mar 8, 2010
I'm working on an undergraduate level senior design project with the HTC Sprint Hero. We want to connect a device that constantly sends a serial string of data. Does anyone have any hints, tricks, or shortcuts to be able to read a serial string from the USB port and save it on the phone? I know there is not a really simple way but I'm no where near an expert in programming and wanted to see if anyone has come across anything that might help.
View 2 Replies
View Related
May 26, 2009
I have just started to develop android application. My question is: Can I communacate with serial port by using android application? If yes, how can I start,need help.
View 3 Replies
View Related
Sep 24, 2010
I may be doing some Blue tooth Serial Port programming work for a client and I'm just looking for some tips in determining complexity/ workload. The work is similar to reading from a blue tooth GPS (not making the phone a blue tooth GPS), but it is some custom hardware, so not exact. Here's what (I think) I know so far: I will need to pair devices with a Serial Port Profile. I need to connect using a Bloodsucker which works on Android 2x -I don't know yet if the Android I will be a server or a client in this scenario. I will open an InputStream (no output stream needed) and have a thread continually blocking for input I believe "BluetoothChat" is the best example to start with. What I would want to know. - Are there devices/manufacturers who block the blue tooth serial port, trying to block tethering or something like that? (-I've seen posts here that imply that, but I don't see a bunch of comments like "Doesn't work on my @#$$" in Blue tooth GPS Providers in the market). -Are there going to be hardware specific oddities, or can I develop with my Nexus One and just hope it works on everything else? -Is pairing something that will require a lot of education for the users, and would a good app try to initiate this inside their app, or just assume it is already done. -Is Blue tooth programming going to be my worst nightmare, like it sometimes was on Windows Mobile, or smoother than I could ever hope?
View 6 Replies
View Related
Sep 2, 2009
I am trying to figure out if there is any way by which I can access any USB device which is connected to my Android phone's USB port and read data off it? For ex. Can I connect a camera to my phone and pull pictures out of it? I know that we need a HOST-DEVICE configuration to be able to do that... have tried doing this on other devices before picking up my android phone.. thought there would be an easier way to get this done. now, when I connect my phone to a digital picture frame, I can see on the phone that it identifies the USB device it is connected to and goes into a USB mass storage mode. What I want to know is if after this, I can read data from the frame or send data to it. I want to write an app that pulls data over USB and stores it into the phone memory.
View 3 Replies
View Related
Jul 15, 2010
How do I tell my droid X to port all audio to my headset? I used to do this with my windows mobile phone and I cannot seem to find the correct setting.
View 4 Replies
View Related
Feb 10, 2010
I learned that the Android Scripting Environment (ASE) supports python code. Can I take my existing python programs and run them on android? Apart from the GUI, what else will I need to adapt? How can I find the list of supported python libraries for ASE?
View 1 Replies
View Related
Aug 18, 2010
I used Eclipse with the Android SDK to develop the original application. I ask since this was my first Java (and Eclipse, and Android, and XML) project. I assume that most of the Java should run on the PC without too much trouble. I may want to restructure the code to isolate the Android specific functions. Should I stay with Eclipse or move to something like NetBeans?
View 3 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
Oct 11, 2010
Will it possible to send data from application to usb device (some pen drive). If yes then how? Please provide some docs or link.
View 4 Replies
View Related