General :: Set Up VPN Connection Between Linux Mint 10 PC (server) And Nexus 7 (client)

Dec 1, 2012

I'm trying to set up a VPN connection between a Linux Mint 10 PC (server) and a Nexus 7 (client).

All I'm getting so far is a "Connecting" status from the Nexus 7, followed after a few seconds by a "Disconnected" one.

As it is my first attempt at setting up a VPN (both on the server and client sides) I was wondering if there was a log file generated by Android on the Nexus that would give me a clue as to where I'm going wrong.

A similar file on the server side

General :: Set up VPN connection between Linux Mint 10 PC (server) and Nexus 7 (client)


General :: Installing ADB And Fastboot Tools On Linux Mint 15

Aug 15, 2013

I recently switched over from Win 7 to Mint 15 and cannot get ADB and fastboot to work for the life of me! On Windows, I just downloaded and installed the Android SDK and had no trouble using ADB and fastboot to mod my phone. It is proving to be much more difficult on Linux.

I've searched Google, Linux Mint forums, and these forums; tried following numerous guides, and still my comp can't recognize my phone. Every time I type in "adb devices" I get "List of connected devices" followed by a blank line. No question marks and certainly no connected devices. "lsusb" shows my HTC One S as connected so I know it's not my USB port.

When I plug in my phone, I get an error message, "Unable to mount Android Phone Unable to open MTP device '[usb:002,005]'" and then a file explorer window opens displaying my phone contents anyways. Not sure if this could have anything to do with it but I thought I'd mention it.

View 5 Replies View Related

Android :: Client And PC Server (JAVA) Can't Open TCP Connection

Jun 21, 2010

I'm trying to open tcp connection between android (emulator) and PC. I'm trying to create a new socket and then it crash. the line where it crash: Socket s = new Socket("10.0.2.2", 27015);

View 2 Replies View Related

Android :: Need Server Client Connection Code In Application

Jul 27, 2010

i am new to android and need simple http connection codes for client server(local server in the network) communication in android application.the connection starts when the application is started and if there is any update in the server it should be notified on the client and the server response must be based on the client request.

View 1 Replies View Related

General :: ADB Rejected Connection To Client

Sep 26, 2012

I have a nasty problem with the adb and my Galaxy Nexus (CM10 nightly-20120926). The ADB seems not to work properly. Every time I start my app within Eclipse it gets installed on my Galaxy Nexus and the LogCat window show some output. So far so good. But suddenly ADB stops writing messages and the "Console" windows shows a lot of messages like:

Code:
[2012-09-26 21:01:15 - DeviceMonitor] Adb rejected connection to client '2930': closed
[2012-09-26 21:01:15 - DeviceMonitor] Adb rejected connection to client '2459': closed
[2012-09-26 21:01:15 - DeviceMonitor] Adb rejected connection to client '2459': closed
[2012-09-26 21:01:17 - DeviceMonitor] Adb rejected connection to client '2610': closed
[2012-09-26 21:01:17 - DeviceMonitor] Adb rejected connection to client '3079': closed

[Code .......

From now on the ADB does not output messages any longer. I have to reconnect my Galaxy Nexus to my USB-Port to restart the debugging.

And some messages I generate by using "System.out.println();" are never displayed also!

My onCreate() method looks like

Code:
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
System.out.println("ON_CREATE!");
[...]

But "ON_CREATE" will never be displayed!!

View 1 Replies View Related

Android :: Want Terminal Or Ssh Client To Unix Or Linux

Sep 6, 2010

I want a ssh client or terminal simular to Unix or Linux so I can ssh into my server.

View 2 Replies View Related

General :: Android Studio - ADB Rejected Connection To Client

Jun 5, 2013

debugging an application from the new enviroment Android Studio. When i press the debug logo, it installs on my device successfully, however i get this message constantly from the ADB Log (DDMS): "DeviceMonitor: Adb rejected connection to client '19322': closed" thus i cannot debug.

I have tried rebooting PC and rebooting device several times.I'm running Avast AntiTheft which has an option to prevent USB debugging, but that one is disabled.

View 1 Replies View Related

General :: Nexus 7 - How To Build Latest Linux Kernel For Android Device

Mar 24, 2013

How to build latest linux kernel from off site for Android device (for example Nexus7)?

I have: AOSP source code

Android build for device (from aosp)
Downloaded kernel 3.8.4 from off site

The question is: How can I build latest kernel using all described stuff (aosp source, kernel config, latest kernel)?

View 1 Replies View Related

General :: Galaxy Nexus - Stock SMS Client SIP Support?

Feb 7, 2013

I'm experimenting with SIP/VOIP on my Android device (Galaxy Nexus). I'm using the SIP account settings in the stock dialer app, this works fine for dialing/voice.

The issue is there are no similar SIP settings for the stock SMS client... is this simply a feature that was not added for some reason? is there a technical reason why this is not possible? (other third party clients support it) or can the stock SMS client use SIP and I just can't figure it out?

View 1 Replies View Related

General :: OSX Lion L2tp VPN Server Connection

Aug 1, 2011

I have set up a VPN server on OSX Lion Server edition.It is using l2tp with preshared key and username/password for login. i(beep) works fine and connects. Laptop works fine and can connect.But...

1. When Iam on local network (same IP segment) I can connect using Android native l2tp VPN connection setup with PSK and user/pass.
2. When I try to connect from external (3G or other WiFi net) I am unable to connect.
3. When I enabe native tether on Android device, and connect i(beep) to the Android AP, I still am able to connect from i(beep).

These three steps tells me it is not a carrier issue, and possibly an Android issue.Kinda like the l2tp connection for security, and also Lion natively does not supply pptp connection.

View 5 Replies View Related

General :: Hosting WiFi Connection With UDP Server?

Oct 14, 2012

I have to create an app that allows other devices to connect to my android terminal via wifi, without access point, so my device should become an access point to host their connections. i don't have to share the internet connection with them, just have to make them connect directly to me, then they send a UDP packet, and I have to read it, so on my device will have to be an UDP server after the connection creation. how to manage wifi? any step to follow? my android version is 4.0.3

View 1 Replies View Related

Media :: Sync Music Via FTP From A Linux Server

Sep 22, 2010

Part of why I bought a HTC Desire to replace my 2G iPhone was getting away from iTunes - piece of bloat required me to keep a Windows computer around, updating music was pesky, etc.

The plan with the HTC is to sync it over Wifi when it connects to my home network. The system it syncs with is a media server running Linux and storing my music collection.

I've gotten so far to have Tasker start FTPServer on connecting to Wifi, and have built a little script called every 10 minutes by cron that checks for presence of the phone. If it finds the phone, it connects and syncs a folder, then makes the ftp server on the phone shutdown, so it won't reconnect every 10 minutes.

So far, so good (I'll gladly share the bash script, if anybody wants to use. Needs some more polishing, though)

The bit that bugs me is playlists. I can create m3u playlists and copy them over fine, however once they are on the phone, they disappear from the Music folder and cannot be changed/deleted anymore - except by the built in music app. This is quite inconvenient, since I have a number of podcasts that get updated daily and that I'd like to take on the phone, with a playlist showing the newest episodes first. I can make the playlist easily on the computer, however the phone will end up with multiple copies of these playlists, which I can't get rid off.

If there's no way, I'll work around by editing track/album MP3 tags and grouping my stuff together this way, but I'd prefer using simple playlists...

View 9 Replies View Related

General :: Google Talk Looses Connection To Server?

Jul 10, 2012

I have a Motorola Atrix2, running Android 2.3.6 on AT&T. I have used Google Talk since getting the phone last December, but for the past week have had trouble.

When I wake the phone I find that I am no longer signed into Talk. My contact list is subdued in grey, a notice appears at the bottom of my chat window saying that the connection with the server has been lost, and my 4G icon has gone from blue to white indicating that I no longer am connected to Google.

I haven't done anything to the phone / settings to cause this. I've tried many things to fix this including: rebooting, hard booting, force stop the application and clearing it's data (cache is always empty), and replacing the SIM. Needless to say none of these steps have worked. I have not tried a factory reset as I have read elsewhere of people trying this with no luck.

As far as I have been able to tell, this problem only happens when connected to my service plan, I have never noticed this happening when hooked onto WI-FI

Having searched online all I can find that might be at fault is the version of Android (the phone originally had 2.3.4 but was upgraded several months ago), and the fact that AT&T has recently upgraded to "true 4G LTE" in my area. I have no idea if either of these are actually the cause of my problem.

Google Talk is one of my two main means of communication and I really need this resolved.

View 3 Replies View Related

General :: Couldn't Establish Reliable Connection To Server

Jun 12, 2014

I use an LG Optimus L4 II (e445). I rooted it but then decided I had too much on it and decided to restore to factory settings. It all worked fine. However, when I got to the Google Account sign in page, it gave me the "couldn't establish a reliable connection to the server" error message. I followed every single tutorial I could find online as to how to solve this. None of them worked. Eventually, I re-rooted it (using VRoot) and managed to download an apk of ES file explorer and locate the hosts file. This had one line that shouldn't have been there:

[URL]

From what I can make out, this is the address of google's sign in servers. So somehow (I suspect malware/dodgy rooting program?) my hosts file has been edited to stop me logging into google. Restoring the device does nothing, neither does unrooting/rerooting. When I open up the file in ES (when rooted) and edit out the bad lines, I can't save for some reason- I think the /system folder is write protected.

So I tried to make the /system folder writeable. I used the android sdk to do this (mount -o command) but this did not do anything. I downloaded the mount /system apk and installed that, it did not work either. I tried /pull and /push on the hosts file to edit it and send it back using the apk. I could successfully pull and edit it, but it would not let me push it back. I can effectively not use my phone- I can't use most apps and can't download any.

View 6 Replies View Related

2D RPG Game P2P Or Client Server?

Oct 24, 2012

I'm going to creating an Android App where 4 players can connect together and play the game together, now the connection is most probably going to be bluetooth, quicker and my app wont be using a online server. But I'm trying to work out which would be best, P2P or client server, a peer to peer connection would be good, but is 4 users connected together ok and stable using bluetooth? A client server solution would be the host would turn into a wi-fi hot spot while 3 others connect to that wifi.

View 1 Replies View Related

General :: HTC Wildfire - YouTube Showing Error / Connection To Server Lost

Jun 21, 2012

I am using HTC wildfire and using Rom galaxy nexus by Gmerv . the work good but the YouTube is not working prsoperly it shows errors mostly like "connection to the server is lost . please try again later " or " there was problem in playing in video please try again". also I am using WiFi have no data plan.

View 4 Replies View Related

General :: How To Auto-Connect To SSH Server Upon Connection To Open WiFi Hotspot

Jan 6, 2012

I am looking for a way to automate my Android phone connecting to an SSH server when the phone connects to an unsecured wifi network. My understanding is that this is adequate to keep my traffic from being sniffed by DroidSheep (Android), FireSheep (Windows), or other packet sniffers.

I'm using this guide to connect my Android phone to the SSH server: link HERE

Is the Tasker app the best way to do this?

- if yes: how do I trigger the launch of the SSHTunnel when the trigger event (connection to unsecured wifi network) occurs?

- if no: what is a better way?

Note: I did a search for SSH (link HERE) and did not see anything covering this.

View 1 Replies View Related

Android :: Client Server Setup

May 23, 2010

I'm new to android application development.I want to transfer the data between the client and the server.. As of my knowledge for transferring the data from client to server we use HttpClient protocol.Is this protocol is same as REST web services?If i want to send the data in the form of JSON format,then what are the necessary steps that i need to follow?And on the server side what are the steps to receive and parse the data?

View 10 Replies View Related

Android :: How To Do Client Server Communication?

Jul 3, 2009

I want to send and receive information between Emulators in Android.i am using two systems and i have installed android in both the systems and i have to consider one emulator as server and another as client.Now i want to send data from one to another.Anyone knows regrading this please help me with some sample code.

View 2 Replies View Related

Android : Server / Client In Different Machines?

Apr 7, 2009

I have an application client/server and I want to install this application in differente machines. The server is located in IP_SERVER, listening port 7000. I want to start a cliente in another machine with IP_Y and connect to the server on the different machine.

I've started the server and I've created the socket like this: ... new ServerSocket(7000);

I've started the client and I've created the socket like this: ...new Socket(SERVER_IP, 7000)

But the client did not connect to the server. I've already set the INTERNET_PERMISSION. Any suggestions how to do it? Anybody else have already done a client/server application that communicate between different machines?

View 12 Replies View Related

Media : Looking For Mt-daap Server And Client?

Nov 15, 2009

Going to grab myself an HTC magic today. Done some searching around and can not wait to finally ditch this POS iPhone.

Anyhow, I'm looking to see if anyone has any info on a mt-daap server and client.

If you don't' know what it is you can look at

Firefly Media Server :: Home Page

it's a clone of the iTunes music sharing service. It allows you to share your music collection over your network.

I have a firefly server setup and share my music colection with all my systems. As well I VPN into my network from work/coffee shop and can listen to my tiny 500GB music colection on my netbook (ubuntu 9.10 btw)

I would love to be able to do the same with my new phone. My curent iphone(jailbroken) has a firefly server that i can share the music from it's ipod side. But alas no client.

View 1 Replies View Related

Android :: Communication Between Java Client / Php Server App?

Feb 13, 2010

I have a simple Java client application (Android app). I have to write a PHP server application which receives a request from the Java client application to write some data to a MySQL database or read some data from the MySQL database. It should respond with a status message (Write failed/success) or the data requested respectively. How would I get the Java client send a request and receive the reply from the PHP program and how would the PHP program receive the request and send the reply? I have googled about SOAP and REST architectures, but looking for a simple tutorial which will allow me to implement this simple program.

View 2 Replies View Related

Android :: Sending Lists From Server To Client

Apr 7, 2010

I wish to send a list containing objects from server to client and vice versa through httpurlconnection. Elaborating the same, the list contains a set of objects which is defined both in the server and the client. Its just that the server queries a database and sends the object to the client which collects the same and displays it to the user. Please let me know if thats possible and if it is, how would I be able to accomplish that.

View 9 Replies View Related

Android :: Options For Client Server Communication

Nov 6, 2009

I'm currently in the research phase of my dissertation project.My project is a ticket booking system for a mobile device and I have chosen to target Android.I anticipate the need for a client/server architecture with a central server, and so am currently looking at how Android could communicate with such a server. The server would grant the client access to ticketing information, and the client would send information about ticket bookings to the server. I'm looking at Java EE for the server as Java is the language I'm most experienced with.I'm aware that Android comes with java.nio and java.net, as well as some org.apache packages, but am also looking for libraries/technologies that would be possible to use with Android.

View 1 Replies View Related

Android :: Client-Server App / Bad Socket Exception

Mar 3, 2010

I have a simple client-server app on android. the android service communicates with the server via tcp sockets. the service sends a simple String to server which works. the server processes the string and sends back an object to the android service. the object implements the serializable interface. the object "leaves" the server successfully but at the point where the android service receives the object (socket.readObject()

View 1 Replies View Related

Android :: Connecting To Tcp Server From Client Running

Feb 24, 2010

I am trying to connect to a standalone desktop tcp server(java) from tcp client application in android device. But I am not able to connect to that.I tried to write a desktop tcp client and tried to connect to server(remote server). It is working fine.But When I am trying to connecting from android, I am getting a IOException while creating Socket instance.

View 6 Replies View Related

Android : Possible To Create Client Server App - Wifi?

Sep 21, 2010

I am new to developing applications for android but have developed my first app. I have following questions.

1. Is it possible to create a client server app? I mean the application on one phone acting as server and applications on other phones sending/receiving data from it?

2. Create a wifi network (may be using bluetooth) for the above client server app. The idea being not to use the mobile service provide network but rather a local network.

View 4 Replies View Related

Android : Server Does Not Receive Message From Client / Way To Fix

Nov 11, 2009

I have created a simple server and client both on android phone or emulators. The code...

View 4 Replies View Related

Android : Write Message To Client From Server?

Sep 14, 2010

For example,in a website or software on the pc,you could write some news or other things,and then it will update in your android

is there any example of this,or tutorial related about it..

View 1 Replies View Related

HTC EVO 4G :: HTC Email Client - Exchange Server - Delete From Phone Doesnt Delete From Exchange Server

Jun 22, 2010

Is this something I have to deal with or is there a setting I'm missing somewhere? Same thing w/ the calendar reminders. I have dismissed them on my phone but they still come up in outlook when I get home.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved