Skip to main content

All Questions

Tagged with
2 votes
2 answers
3k views

Port forwarding not working in android emulator

I am trying to send data to server using socket programming. The server is in android and the client is in my host machine. The program works fine and the app runs perfectly. But when I try to forward ...
Sesha's user avatar
  • 566
0 votes
0 answers
98 views

How to make visible my web server by android mobile

I have a web server running on a mac laptop. This laptop is connected to the network by my android smartphone (which receives the network by mobile operator). I would like to make visible my web ...
CFPC MathPhys's user avatar
53 votes
6 answers
57k views

Getting "error: closed" twice on "adb reverse"

I am trying to reverse-forward port through ADB, but it just returns cryptic error of error: closed. Normal forwarding works. Session snippet: $ adb forward tcp:59778 tcp:59778 $ adb forward --list ...
Konrad Jamrozik's user avatar
0 votes
1 answer
964 views

FTP to remote server

My problem is the following I want to develop and app that downloads some files in a ftp server(my laptop) which I could easily solve if I were on the same lan. What can I do to connect by ftp to my ...
miraunpajaro's user avatar
0 votes
1 answer
126 views

How to capture response code in call forwarding using **21*mobile_number#?

I am trying to capture the response code while activating the call forwarding using MMI Code via android application as on the phone it just shows activates or deactivates. Anyone if knows the format ...
Vikash's user avatar
  • 45
0 votes
1 answer
1k views

Accessing an EasyPHP local website on an Android device via Chrome's port forwarding

I use chrome://inspect page on Chrome PC to use dev tools on Chrome Mobile. I have my js+webgl games on a "local" website, http :// 127 .0. 0.1/site/, thanks to EasyPHP. I use to upload the game to ...
Diego's user avatar
  • 639
1 vote
1 answer
1k views

How to forward data between two ethernet interfaces on a android device(with eth0 and eth1)

My android device has two independent ethernet interfaces.The eth0 is a physical NIC, and it's in a internal network which ip adrress is 192.168.1.100. The eth1 comes from a LTE module in a different ...
user3375009's user avatar
1 vote
0 answers
480 views

Does Android SDK have existing ability to forward bluetooth traffic over network?

I am writing an Android app that manages two connections: one to a paired and connected bluetooth device, and one to a TCP socket connected to a particular host/port. It acts as a tether for the ...
danske's user avatar
  • 637
4 votes
0 answers
199 views

Don't be disturbed by call or message during 5 minutes : Android

I made a sort of mp3 player but I wanted to add a functionality. I don't want to be disturbed by a call or a message while the music is playing. I already thought about 3 options, but they all have ...
JuLink's user avatar
  • 41
0 votes
1 answer
546 views

In Android, is there any way to retrieve the call forwarding number on GSM phones?

Since GSM phones have a separate call settings screen for call forwarding (and those settings, I believe, are stored on the SIM card), is there a way to retrieve the call forwarding info ...
user496854's user avatar
  • 6,708
0 votes
2 answers
1k views

How to Combine my two projects 1.)SmsReceiver projec and 2.)Caller project

I wan't to build SMS triggered app in my android. I know there's a lot app in the market to do this but I Just want to try it on my own. My SMS receiver project is working as well as my Caller ...
mboy's user avatar
  • 755
0 votes
1 answer
2k views

Forwarding intents in Android

I am trying to capture audio/* mimetype action.View intents and forward them to another application (chosen by the user). The problem is that, while I am able, from a file manager, to select my ...
Matroska's user avatar
  • 6,913
2 votes
2 answers
2k views

Is packet forwarding possible on Android?

Our requirement is to develop an Android App &/or service that does the following. Listen to http (port 80) requests/packets sent from the device (by any app). forward them to a different server ...
Ashutosh Sovani's user avatar
4 votes
1 answer
530 views

Android iPhone Blackberry call forwarding

I'm making a feasibility research for a mobile app (iPhone, Android & Blackberry) project. In short, there is a list of phone numbers, and if incoming call (caller id) is in that list, forward it ...
Stefan's user avatar
  • 335
41 votes
2 answers
71k views

adb forward remote port to local machine

This is a query regarding the usage of adb on android. 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? $ adb ...
Gaurav Khurana's user avatar