Programming :: Connecting A PC With Android Cellphone Through Wif-fi Network?
Jul 7, 2011
I'm a very experienced Java programmer, have a very basic knowledge about android and java networking.I need a basic idea about how to make a desktop application that connects to android cellphone through wi-fi ? What classes should I use ?
View 1 Replies
ADVERTISEMENT
Apr 29, 2011
I often connects my laptop (Asus EEE) to my HTC desire hd with the wifi hotspot. But this doesn't work since yesterday when I upgraded to 11.04. When I connect the laptop to the phone the screen on the laptop goes black with a lot of scrolling text then it freezes.
This worked out of the box without any problems with 10.10.
View 3 Replies
View Related
Nov 30, 2010
I believe I have forwarded my port 22 correctly on my Belkin N+ router. I believe I have also set this computer to a static IP through the router. Is there a way to check or set up static IP and port fowarding on Fedora itself or is that all done on the router? I ask because when I use ConnectBot's ssh app on my android and connect from within the LAN to the computer 192.168.2.9:22 it says Connection lost, no route to host.
View 4 Replies
View Related
May 4, 2011
I installed everything and am running android OS on Ubuntu (using androidphonedriver guide). The problem I'm having now is that I don't know how to install android market application to be able to install other apps like opera etc.).
View 1 Replies
View Related
May 29, 2014
I'm trying to setup tools for developing android apps on my Debian Wheezy (backport) system. Eclipse with android plugins is installed. Android SDK installed using android-sdk_r22.6.2-linux.tgz available from URL...My problem is I can't build the android app. The console in Eclipse tells me something (translated) like this;
Code: Select all[2014-05-30 16:36:45 - adb] Unexpected exception 'Cannot run program "/usr/lib/android-sdk-linux/platform-tools/adb": java.io.IOException: error=2, No such file or directory' while attempting to get adb version from '/usr/lib/android-sdk-linux/platform-tools/adb'
I have searched the web quite extensively but found no solution. It seems the issue may be due to I'm having a 64bit system but building the app requires some 32bit stuff.Some older posts suggest adding package by "apt-get install ia32-libs". In later posts (i.e. URL....
Code: Select alldpkg --add-architecture i386
apt-get update
apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
However doing apt-get install libc6:i386 asks me to remove 1536 installed packages and installing just 5 new...
Some info about my system ....
Code: Select all>uname -mrv
3.14-0.bpo.1-amd64 #1 SMP Debian 3.14.4-1~bpo70+1 (2014-05-14) x86_64
View 8 Replies
View Related
Feb 19, 2011
I'm trying to send an image (which can vary in file size) from a python server to an android client . I'm not getting any errors and the file is being created client side however it always seems to fall short of the total file size. I have tried many different options in regards to input streams and buffer sizes but I have had no luck.
View 1 Replies
View Related
Nov 11, 2010
I am using fedora 14 on lenovo laptops and android 1.6 I created a wireless network on my laptop with create a wireless network. But it was not detected by my android 1.6 phone. Same wireless network created on my MacbookPro is detected by the phone.
View 2 Replies
View Related
Jun 16, 2011
I wonder if it is possible to avoid JNI in order to port a c/c++ STL application to android ?Do I have an alternative for calling C/C++ (STL) code ?
View 2 Replies
View Related
Jan 15, 2014
I downloaded the ADT bundle for android development and whenever I try to boot an Android Device Emulator either from the eclipse version included in the bundle or from the command line, everything freezes for 1 minute and then a logout from my current Debian user session occurs. In other words, the Debian login screen appears again and all my previously opened applications get lost.
Not even when I run from the command line I manage to fetch any error notification.
I use:
- Debian Wheezy
- kernel 3.2.0-4-686-pae
- jdk1.7.0_09
I tried
./emulator @mydevname -no-boot-anim -show-kernel -shell
but I get the same result: the debian user session restarts
View 2 Replies
View Related
Sep 20, 2010
Currently my office use a Cisco Firewall which will only allow the ANYCONNECT utility to do the vpn connection. I found a Linux utility (OpenConnect) which will do the same thing, but allow me more flexibility with my networking needs.What I ultimately would like to have is to have a switch that I can connect any network device into it and be connected to the office. IE (my IP Work Phone and Computer) Currently I have is a computer with fedora 13 and two network cards eth0 (home network - connected to a router) and eth1 which I would like to connect a switch to. OpenConnect communicates fine and I can see the work network from the Fedora machine. It creates a vpn0 tun/tap device and I don't know how to pass communication to/from the eth1 device.
Do I try to iptables the ports for the phone and services I need on the computer? Or do I build bridge; and If I do what am I bridging. I have tried making a bridge from eth1 to vpn0 which reply's with unsupported device or something like that.Unfortunately my network skills are bit limited and my office says "it can't be done". Their solution is for me to buy a ASA5505 (or something device) and have a static IP. I would have to make it work as my router and even then it will only DHCP 10 ip addresses; which will cause a shortage of IP addresses in the house.
View 1 Replies
View Related
Mar 7, 2010
I m nokia mobile to connect to internet in 11.2 configured it all in n/w manager with phone number *99#
APN: XYUX(as given by provider)
Also wrote the dns in resolv.conf but all in vain . it is not connecting neither dialing any number just shows "activating" but with no progress earlier in 11.1 i used kinternet (but i couldn't find it here) is there not any other dialer ? as i ve heard that n/w manager is quite troublesome.
View 7 Replies
View Related
Jan 24, 2011
I'm having some trouble connecting to the wireless network here at home. The PC has a Linksys WMP600N wireless network card, which works fine under several versions of Windows. In Opensuse however, I cannot get it to find the network. Even though my laptop is right next to it, which has perfect connection to the network. The router is a Linksys WRT610N.
I've tried running iwconfig and iwlist scan in the terminal, but the scan returns no results and iwconfig indicates it does not have a connection to a network. I've turned off IPv6 as I read this can sometimes cause issues. I've also tried issuing the computer a static IP address, figuring the DHCP might be causing problems, but all to no avail.
View 9 Replies
View Related
May 2, 2011
I am facing an issue connecting to WPA Enterprise network using a CA Root Cert. I have traced it to a bug report here [URL] when the fix is going to get push?
View 4 Replies
View Related
Aug 21, 2011
since a few weeks I have a problem connecting to other hosts when I'm using another wireless network, which has a different DNS IP than I have in my network. I have to change /etc/resolv.conf to change the nameserver. Can NetworkManager control the nameserver? If yes, how?
View 3 Replies
View Related
Mar 1, 2010
I recently ran into a problem with my at&t vpn connection. I'm hoping someone in this forums may be able to help? It's been working beautifully then one day it just wouldn't connect. I'm wondering if AT&T may have something to do with this...? I have tried reinstalling agnclient-1.0-2.0.1.3000.i386.rpm and agnSUSE10Prep-1.0-2.i386.rpm but nothing seem to work.I'm running Linux 2.6.31.12-0.1-desktop i686System: openSUSE 11.2 (i586)KDE: 4.3.5 (KDE 4.3.5) "release 0"
View 2 Replies
View Related
Sep 28, 2010
Recently loaded 11.3 onto a virtual machine, however none of the network settings will allow me to connect to the internet. First time Ive had this happen, other distro's Ive experimented with connected with no problems. I recall seeing a similar topic some time ago (dont remember if it was here or another forum), but at the time, there had been no fix. Anyone know if this has been fixed?
View 5 Replies
View Related
Jan 21, 2011
Are there any limitations to connecting to a WPA2 Enterprise network with PEAP authentication on linux? Here at my university, on any major linux distro, I can only connect to the secure wifi 50% of the time and when I do successfully connect, it get booted off in a few minutes. At home I can connect to my WEP internet network easily.
Using Windows I can connect to my home WEP network and my university's WPA2 Enterprise network easily. Note: I work at the computing department here at my university, so I know that there is no anti-Linux mentaility which resticts access to Linux-based distros.)
View 4 Replies
View Related
Feb 25, 2011
When ever I plug my SANYO in, I get the following messege box, I there some sort of 'magic' I need to work in terminal?
Also when it's plugged in, SANYO will 'flash' in and out of 'Places' menu and won't stay long enough for me to click on it.
View 1 Replies
View Related
Apr 24, 2010
I have recently got an iPhone and find it is not possible to use it with my Ubuntu 9.10. I want to do full syncing with Thunderbird and Lightning. I would like to change this mobile phone for one which will do the syncing with Ubuntu. What phone do you recommend I get?
View 2 Replies
View Related
Jun 6, 2010
To update it or just to rewrite if it is unstable.
View 6 Replies
View Related
Jan 20, 2010
I was wondering if anyone out there knows how to transfer music from the computer to a cellphone that has a memory card by usb port
View 1 Replies
View Related
Mar 17, 2010
I recently got myself a bluetooth dongle. I frequently use my Sony Ericsson K800i mobile phone as a modem to connect my computers to the internet. I've had to use a USB datacable to link phone to computer, so I'm pretty stoked at the idea of using a bluetooth connection instead.
I used this tutorial to set up the modem connection. It's a bit aged: it was written in the days of 6.10, and goes on about bluez-utils; but it wasn't hard to update it, for instance replacing the command
Code:
sudo /etc/init.d/bluez-utils restart
with
Code:
sudo /etc/init.d/bluetooth restart
and there's now a little graphic interface to pair devices and such, whereas when the tutorial was written you had to use command-line to pair and authenticate. Also, I use Gnome-PPP to start the internet connection rather than the ponand poff commands suggested in the tutorial.
I can connect to the phone/modem simply enough now with my EeePC running Jaunty. But when I put the same dongle in my Hardy-running desktop machine, I cannot establish a link. This really puzzles me: the same bluetooth device is being used in both cases, and I'm following the tutorial in both cases so I'm doing the same in both cases. I can do other stuff with the dongle and the Hardy box: for instance I can transfer files from one to the other. It's just the dial-up internet function that won't work.
I realise the next LTS version (Lucid) is coming out soon; and I'm pretty confident the bluetooth modem connection will work okay with Lucid. But in the meantime, I really would like to use the bluetooth connection now. Sometimes my phone can get a 3G signal only if it's sitting onmy window sill, and the datacable isn't long enough to do that. So, if anyone can point me in the right direction for info on how to use a phone as bluetooth modem with Hardy,
View 4 Replies
View Related
Apr 25, 2010
I would like to have a sms gateway that is sending sms without using a cellphone(GMS) on my side.
Is there a pack that can be used this way?
View 1 Replies
View Related
Jan 1, 2011
This is my first post on forums.i am using centos 5.5 on my pc. i want to use internet on my using my cellphone as modem.internet is running successfuly on my handset.i have got a usb cable to connect it with pc.details are given below:-
1.cellphone= samsung c3200(gprs,edge,3g supporting)
2.connection method= usb cable
3.os= centos 5.5
View 5 Replies
View Related
Jan 26, 2011
I am unable to connect to internet using my cell phone(sony ericsson X1i xperia). When i connect from wired internet it connects without a problem. What settings should i change/ programmes to execute? Thank u in unticipation
View 3 Replies
View Related
Apr 9, 2011
in the middle of copying files from my comp to my cellphone the Xp has crashed. When reboot, got a notification that:rootnoverify (hd 0,0)NTLDR is missingchainloader +1I found a way to possibly repair the xxxxxp, I just don't know if it can mess up my suse side, have 11.3this is the solution for xp;If you get the "NTLDR is Missing" error, follow these instructions:
1. Load Windows XP CD into CD drive.
2. Make sure BIOS is set to boot to CD drive.
3. Boot the computer from CD.
[code]....
View 4 Replies
View Related
Apr 10, 2010
I installed KDE on a machine that also runs Vista. We used to have a partial T-1 line with router that ran fine with both OS, but we had to drop the T-1 and go with AT&T DSL, which runs fine with Vista, but won't connect with KDE. I have searched this forum, and others, but nothing seems to work. I also used the 'swerdna' fix, suggested on these pages a while back, but that also didn't work. Of course, AT&T offers no support for Linux.We went to Linux because we were having chronic problems with the Vista system, and would rather not have it at all
View 8 Replies
View Related
Apr 21, 2010
I'm trying a long time to configure my 3g modem to connect.I had tryied using the KDE Network manager and the modem stay in "Waiting authorization" for ever ^^.The KDE Network manager runs ok in Kubuntu.I had tryied download and install kppp, but kppp don't open my modem (/dev/ttyUSB01)Then how can I configure my modem?
View 1 Replies
View Related
Jun 17, 2010
Every time I connect my notebook to a network (wired or wireless) it freezes. I have no clue what might be causing this.
View 4 Replies
View Related
Apr 7, 2011
I am having some trouble getting my computer to connect to my wireless network. There is a wireless icon in the system tray. When I click on the icon I get a list of SSIDs associated with available wireless networks. To connect to one of of those networks I move the cursor over the SSID, the SSID is then highlighted, I select the highlighted SSID, then my computer connects to the selected network.
Sometimes the SSID associated wth my wireless network does not show up on the list. Sometimes it does. Normally the SSIDs on the list are in bold lettering. When the SSID of my network does appear it is in shaded lettering. When I move the cursor over the SSID it is not highlighted and I cannot select it. So you see it is not possible for me to select the SSID of my network and connect to my network.
The computer I am running is a ThinkPad R40. This is the wireless controller on the computer. I got this with "lspci". 02:02.0 Network controller: AIRONET Wireless Communications Cisco Aironet Wireless 802.11b
View 1 Replies
View Related