Results 1 to 30 of 97

Hybrid View

  1. Collapse Details
     
    #1
    DogManz maks's Avatar
    Join Date
    Dec 2011
    Location
    Lud, Midworld
    Posts
    99,256
    I got it working, sort of. I successfully spawned a background service, it detects incoming calls and sends a packet like it should. however

    on the emulator, I need to specify an address, a broadcast address won't work. probably because the emulator thinks it's on cellular and you can't broadcast on a wan

    on the actual phone, it only works if the app is in the foreground, the service doesn't seem to be listening after I hit the home button.
    Reply With Quote
     

  2. Collapse Details
     
    #2
    Muscle Furry 12 inch Dick juji's Avatar
    Join Date
    Dec 2011
    Posts
    17,977
    Quote Originally Posted by maks View Post
    I got it working, sort of. I successfully spawned a background service, it detects incoming calls and sends a packet like it should. however

    on the emulator, I need to specify an address, a broadcast address won't work. probably because the emulator thinks it's on cellular and you can't broadcast on a wan

    on the actual phone, it only works if the app is in the foreground, the service doesn't seem to be listening after I hit the home button.
    It sounds like you need a backend server to run UDP server to communicate bewteen the cellphones which are listening to specify address


    Quote Originally Posted by Steffies Yelle View Post
    I'll kill myself live on cam as soon as there's proof I literlaly promise, I will sincerely kill myself as soon as I see elz's computer playing arma 3 maxed with all nvidia exclusive graphics
    Reply With Quote
     

  3. Collapse Details
     
    #3
    DogManz maks's Avatar
    Join Date
    Dec 2011
    Location
    Lud, Midworld
    Posts
    99,256
    I need to figure out how services work in more depth
    Reply With Quote
     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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