a solution designed for a specific problem or task, non-generalizable, and not intended to be able to be adapted to other purposes
Questions tagged [adhoc]
552 questions
12
votes
3 answers
Raspberry Pi ad-hoc networking
I want to try some networking projects with Raspberry Pis, and I need to just send packets between a pair of pis. I would be happy as a first step just being able to ping between to Raspberry Pis in ad-hoc mode. I have not successfully done this…

Andy
- 199
- 1
- 2
- 6
11
votes
7 answers
Ad hoc distribution: App failed to install
I have created an ad hoc archive and a .ipa file for the application I am trying to distribute. I have also created a distributing provisioning profile with the UDIDs of the devices that I plan on distributing my application to. When I drag the…

bgottlob
- 527
- 2
- 6
- 14
11
votes
1 answer
Why does recompiling from bitcode make me unable to symbolicate in Xcode ad hoc releases and how do I fix it?
So this has be driving me nuts but I finally found out that the bitcode compile option when I export my app for adhoc deployment is causing my debug symbol file (dSYM) and my app UUID to mismatch meaning I cannot symbolicate any crash logs.
Turning…

kmm3
- 391
- 3
- 14
11
votes
1 answer
Creating a Maximal Configuration with Dynamic Programming
I have been having some struggles trying to solve this problem I put below. I have a few ideas that I have tried. I first though of choosing all combinations of the N tuples and ordering them but the implementation was ugly and it was to slow. I…

Prash Som
- 183
- 4
10
votes
6 answers
Does iPhone support WiFi ad-hoc mode?
Does the iPhone support ad-hoc network mode? Can iPhones connect to one another without requiring an existing network? If so, how can I create an Ad Hoc network in my app?

Jing
- 303
- 1
- 3
- 11
10
votes
8 answers
Android Wifi direct multiple connection ad-hoc
I try to create an ad-hoc network between many Android devices, but I can't find documentation to do that.
I thought Wifi direct could work for what I want, but is it possible to have multiple connection on one device ? I saw that we could do a…

Hrk
- 2,725
- 5
- 29
- 44
9
votes
1 answer
How do I extract an app from an iPhone?
I built an ad hoc ipa a few weeks ago and now I need to extract it from the only device it now exists on. Is this possible and if so how? It seems that iTunes only lets you reverse sync purchased apps.

Alyoshak
- 2,696
- 10
- 43
- 70
9
votes
3 answers
Programmatically create Ad-Hoc network OS X
How would I go about creating a wireless adhoc network with a specified SSID and password on OS X? I tried looking at the networksetup man page but didn't come up with anything to accomplish this. Is there another command I should be using?

Dan Ramos
- 1,092
- 2
- 19
- 35
9
votes
1 answer
Create an access point with the Nexus 7
What's the aim?
Create an Access Point with an Android device (Nexus 7 in my case). The final purpose is to connect a WiFly card to this created network and exchange data between these devices.
Hardware:
Nexus 7 with the Android version 4.2.2…

David Guyon
- 2,759
- 1
- 28
- 40
8
votes
2 answers
Distributing Swift iOS applications ad-hoc
I have two empty iOS single view apps compiled to IPA through Xcode 6 beta 2. One is Objective-C, second one is Swift. Both of them have exactly the same code signing settings.
When distributing ad hoc with test flight or hockey, Objective-C version…

Paweł
- 1,201
- 1
- 14
- 27
8
votes
2 answers
How do I add a device to my provisioning profile?
It looks like the Apple's provisioning page has changed on me. I do not see a button for "add device" under my distribution profile anymore. Am I blind?

PWiggin
- 956
- 2
- 12
- 24
7
votes
1 answer
Is it possible to exchange messages between 2 android devices through wifi?
I am currently working on the creation of an application for mobile devices with Android which should be capable of sending and receiving messages through local means like wifi and bluetooth. After making a research about it I found out that Android…

Miky
- 942
- 2
- 14
- 29
7
votes
2 answers
Problem renewing expired provisioning profiles
My Ad-Hoc and Distribution provisioning profiles have expired.
When I click on Renew on the AdHoc/Distribution tab from the Provisioning Portal I get kicked back to the Development Tab.
When I click on the expired provisioning profile from XCode…

Sheehan Alam
- 60,111
- 124
- 355
- 556
7
votes
4 answers
Why does my apps icon disappear after an ad hoc install (iPhone)
I have an app that I'm trying to install via standard OTA ad hoc. On iOS 4.1 The app installs ok. On newer versions (4.3.1 and 4.3.3 tested) the app installs without error, but the icon disappears from Springboard when the install is done. If I…

Andreas
- 73
- 1
- 4
7
votes
4 answers
Ad Hoc Deployment Issue: putpkt: write failed: Broken pipe
I have a beta version of my app developed, and I'm looking to put it on a few friend's iPhones for testing purposes. I've gone through the Ad Hoc deployment steps at the Developer Portal, and I've also followed the instructions here:…

Justin Gallagher
- 3,242
- 21
- 25