Skip to main content

Android: forward port

Write socket application listen at port 5000
to allow this port on your machine, you have to forward port

At server
adb forward tcp:5000 tcp:5000

MAC OS X: use Authoxy 3.4 http://www.brothersoft.com/authoxy-download-196371.html
and allow other computer to connect

WindowXP: use stcppipe.exe -b 127.0.0.1 5000 5000

Ubuntu:

1. sudo make install

2. make aproxy folder in "LIBDIR=/usr/local/lib/aproxy"

3. create file .aproxyrc and .aproxyrules as explained in readme

In .aproxyrules add the following line
$R{5001} = [ "localhost" , 5000 ];

Note: *R is a alias for *Proxy::Config::ForwardRules. You can also write
$Proxy::Config::ForwardRules{5001} = [ "localhost" ,5000 ] ;
The above line means the following:
* setup a listening socket on port 5001 on the local machine.
* when a client connects to port 5001 the connection will be
forwarded to localhost port 5000.

4. Run
./aproxy.pl .aproxyrc .aproxyrules
#Note: make sure that port 5001 is bind
#Amazon has opened port 5001
#forward port 5000 to 5000 in android
----------------------------------------
3proxy not work as well:
use 3proxy tiny: http://3proxy.ru/download/
Instruction => http://glipmax.com/installing-3proxy-tiny-proxy-server.htm and its doc at file:///home/jaaaaa/Desktop/3proxy-0.6/doc/html/howtoe.html#LAUNCH

$make -f Makefile.unix
$proxy -p5000 -ilocalhost

----------------------------------
SQUID is just HTTP proxy
use squid https://help.ubuntu.com/8.04/serverguide/C/squid.html
- set http_port in /etc/squid/squid.config e.g. http_port 5000
- set visible_hostname in /etc/squid/squid.config e.g. visible_hostname localhost
- restart: sudo /etc/init.d/squid restart
---------------------------------

List port open: sudo lsof -i -P

To set the ssh tunnel at client
ssh -L 4444:localhost:4444 jaaaaa@
-----------------------------------------------

Note: For Amazon EC2-> need to add that port in the group
-----------------------------------------------
Kill port adb listening
1. kill adb => adb kill-server
2. restart squid

Comments

Popular posts from this blog

เวรย่อมระงับด้วยการไม่จองเวร

"เวรย่อมระงับด้วยการไม่จองเวร" ที่เป็นภาษาอังกฤษและมีความหมายใกล้เคียงนั้น ก็มีหลายสุภาษิตด้วยกัน (ส่วนตัวแล้ว ชอบ "Good to forgive; best to forget.") ลองพิจารณาและเลือกเอาเอาตามใจชอบจาก "สุภาษิต" ข้างล่างนี้..... - To forget a wrong is the best revenge. - Revenge never repairs an injury. - Pardon is the most glorious revenge. - Good to forgive; best to forget.

Book of Answer Privacy Policy

Privacy Policy Privacy Policy Jaa Yoo built the Book of Answer app as a Free app. This SERVICE is provided by Jaa Yoo at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy

How to agree in English - too / neither /either / so

1. To agree with postive statement (Me too) “I love strawberry ice cream.” “Me too!” “I’ve been traveling a lot for work lately.” “Me too.” “I’m going to the beach tomorrow.” “Me too!” 2. To agree with negative statement (Me neither) “I can’t draw very well.” “Me neither.” “I haven’t seen the new movie yet.” “Me neither.” “I don’t go to the gym very often.” “Me neither.” 3. To respond in positive (So do I) “I always sleep late on the weekends.” “So do I.” “I’m from Moscow.” “So am I!” “I studied chemistry in college.” “So did I.” 4. To respond in negative (Neither do I, Nor do I, I don't either) “I don’t think that’s a good idea.” “Neither do I.”“Nor do I.” “I don't either.” “I’m not very outgoing.” “Neither am I.” “Nor am I.” “I'm not either.” “I didn’t like broccoli when I was a kid.” “Neither did I.” “Nor did I.” “I didn't either.”