rooted... permission issues

This is a discussion on rooted... permission issues within the Droid Development forums, part of the Droid Hacking category; Hi, I've rooted my D1 so I can use it as hot spot. I am trying to do a simple udp test and I'm getting ...

+ Reply to Thread
Results 1 to 2 of 2

Thread: rooted... permission issues

  1. Junior Droid
    chris24300's Avatar
    Member #
    24703
    Join Date
    Jan 2010
    Posts
    24
    Phone
    Enter Current Phone Here
    #1

    rooted... permission issues

    Hi, I've rooted my D1 so I can use it as hot spot. I am trying to do a simple udp test and I'm getting permission denied... I don't understand and I have the permission in my manifest.

    Code:
    Log.d("UDP", "S: Connecting...");
                 InetAddress serverAddr = InetAddress.getByName(SERVERIP);
                 DatagramSocket socket = new DatagramSocket(PORT,serverAddr);
                 byte[] buf = new byte[17];
                 DatagramPacket packet = new DatagramPacket(buf, buf.length);
                 Log.d("UDP", "S: Receiving...");
                 socket.receive(packet);
                 Log.d("UDP", "S: Received: '" + new String(packet.getData()) + "'");
                 Log.d("UDP", "S: Done.");
    <user-permission android:name="android.permission.INTERNET" />
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Junior Droid
    chris24300's Avatar
    Member #
    24703
    Join Date
    Jan 2010
    Posts
    24
    Phone
    Enter Current Phone Here
    #2
    err please delete this thread... i spelt it user not uses.

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. ADB Shell SU - Permission Denied - On a Rooted Phone
    By hyzdufan in forum Droid Hacks
    Replies: 10
    Last Post: 04-24-2011, 04:18 PM
  2. Rooted DInc issues
    By alonsou in forum Droid Incredible Tech Support
    Replies: 5
    Last Post: 10-02-2010, 11:48 AM
  3. Issues giving DM updater permission
    By DeeJayPJ in forum Droid Hacks
    Replies: 6
    Last Post: 08-11-2010, 06:36 AM
  4. File permission issues
    By BigGB in forum Droid General Discussions
    Replies: 0
    Last Post: 07-10-2010, 03:58 PM

Search tags for this page

andriod udp permisson

,
android datagram permission
,

android datagrampacket permission denied

,

android datagramsocket permission denied

,
android hotspot receive udp
,
android socket permission denied root
,
android udp permission
,

android udp permission denied

,
android udp permissions
,
android udp receive issue
,

android udp verizon

,

android verizon udp

,

datagramsocket permission denied

,

udp android permission denied

,
udp socket permission denied android
Click on a term to search our site for related topics.