Jump to content

Sully

New Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

3,030 profile views
  • Nyt

Sully's Achievements

Newbie

Newbie (1/14)

  1. Hi every one , I am making some progress on creating an application that can do a simple ping. I have a small problem here, This is the error I am getting when I try to run the application from my phone. Note my phone is in Developer mode and all the possible settings in this mode that are needed are enabled. java.net.SocketException:socket failed :EACCES (Permission Denied) I have inserted the fowling three lines into the manifest file to set the permissions but they do not seem to work. <uses-permissions android:name="android.permission.ACCESS_NETWORK_STATE"></uses-permissions> <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"></uses-permission> <uses-permission android:name="android.permission.INTERNET"></uses-permission> Any suggestions ? I would be really thankful if any one had any one could help. Thanks All Fixed ! Thanks to all for the view
  2. Hi everyone - I am starting a new app project that I would like to get your opinions on and possibly any ideas !. I could really use some help to get me kick started with it. ! I have programmed in java before but I never have really made a proper app. My aims are to follow tutorials online and research as much as I can to achieve my goal for the app. Basically I am writing the application in android studio. I would like the app to do some basic pinging and display results I would also like it to do a trace route and a wifi scan of the environment. These are my plans for the app if you guys have any ideas or opinions that may help boost my progress I would be really great full !. I will be also posting my progress and anything I found interesting along the way.
  3. Should work - I cant see a reason why not , Be sure to change the wireless settings and the subsets and stuff
  4. A cheap switch , you could always use wireless on your pc and bridge a connection between your wifi card and your Ethernet port for an extra cable which could be used for your play station.
  5. Hey everyone - I have a poroblem you may be able to help me with. basically I have a L2TP set up on a micro tick router - And I want to connect my raspberry pi to which is running raspbian. From what I can see I can only set up l2TP with IPsec , Is their any way of setting L2TP up without IPsec or is their another protocol like L2TP that's is easy to set up and configure. The router is the server and the pi is the client. I am really great full for any input and help ! Thank You
×
×
  • Create New...