Ask questions via twitter! Message any question to @answers on twitter. We'll publish the question and send you a reply each time there's a new answer.
Next Question

Answered Question

 
M$2 July 02, 2009 11:07 PM

I got a great idea for a iPhone app. How do I get it produced for 'sweat equity'?

I have zero programming knowledge with the iPhone SDK. I want to find someone who would be willing to work for sweat equity on an app. How do I find that person? What do I contribute besides the idea? Why would any sane person want to do this for 'sweat equity'?

Without getting too detailed, it would have to technically:
-use the camera feature of the phone as an alternative to the passcode security that locks the phone
-allow the user to take a picture and compare it to the stored picture in the phone
-grant access if the two pictures are similar enough (fault tolerance setting would be nice for adjusting the sensitivity)

Im basically giving the idea out with this quote in mind:
"Dont worry about someone stealing your 'original' idea. If it is truly 'original' you'll have to shove it down their throat"

I know you probably know where I am going with this, but I was wondering if you could point me in the right direction.
Interesting Question?  Yes (0)   No (0)   
RSS
 
 

Best Answer  Chosen by Asker

 
July 03, 2009 02:03 AM
I say no.

Not because you can't get someone to do it for you, but because it can't be done.

The iPhone SDK forces each app to essentially stand on its own - your app would go a bit too low-level. For it to work, it would have to activate automatically each time your phone locks (which not only is impossible - apps can only activate through home screen icons - but would also conflict with any app you'd be running at the time - apps can't run in the background, with the exception of Voice Memos and possibly Nike+) and not only that, it would have to override even the most low-level system functions (otherwise, anyone would be able to circumvent it by tapping the home button or, barring that, rebooting, resetting, or forcequitting).

TL;DR: The app won't work.
Asker's Rating:
• Thanks


Helpful Answer?  (0)   (0)    Tip oboewan for this answer
Permalink | Report
   Reply  
 
 
 
July 03, 2009 02:35 AM
Thanks for the technical answer to if its feasible.

How about on jailbroken iPhone?

Report
 
 
 
July 03, 2009 03:12 AM
Maybe, though it'll be really hard to find someone to code - not only is photo comparison really tough to implement (you'll always get a whole lot of false positives and negatives) but I don't know that there's a really big market for security software on jailbreak iPhones.

Even if you do get a good algorithm, it'll have to be implemented in a way that it can fit inside the general framework of the iPhone. There likely will be memory issues.

Plus, how many different places do people use their iPhones each day? Do they sometimes use them in the dark? Will they be locked out of the phone if they can't recreate the lighting, angle, environment and composition of the original photo? What happens if they forget the photo?

Report
 
 
 
July 03, 2009 05:54 PM
Well yes, there wouldnt be a very profitable market for just jailbroken phones. So it would have to fit within the framework. I wanted the photo security mechanism to be an alternative to the passcode entry, not a replacement.

Basically my idea was to make a fingerprint or photo entry alternative to unlock the phone. Users could store multiple pictures and or thumbprints as pictures (although it would be a little awkward to take the fingerprint picture with a camera on the back of phone) Anyway, when a phone is locked they would have to snap a similar picture to gain entry.

But if you are saying its technically impossible, we shouldnt be having this discussion anymore; we will have to wait until apple comes out with a feasible way to do it (legitimately, not with a jailbroken phone)

Report
 
 

Other Answers (2)

Sort By
 
July 02, 2009 11:32 PM
You can find a programmer by advertising on Craigslist or Kijiji, however I'd recommend trying to find one through your friends and family instead OR going to an event like DemoCamp (link below). I've found all of my programmers at local events, so that might be your best bet.

The bigger problem will be convincing someone though. I don't think originality vs nonoriginality matters here; it's whether or not it's executed properly and how it's marketed (a post on TechCrunch definitely helps). So, in that case, you may actually have to worry a little about someone stealing your idea. It might just be a risk you have to take, and one you can stomach by working as quickly as possible to have your finished product released before the person copying you.

Some programmers will work for free or almost free in their spare time if you give them a large chunk of the project (eg. go 50/50 with them on it) and convince them that it'll be fun no matter what happens (people don't do boring work for free).

As for what you contribute, do you have any marketing experience? You can be the ideas guy, the promotions guy, media guy and more. There are lots of other hats to wear as long as you can find the time and energy.
Source(s):
http://barcamp.org/DemoCamp
Personal Experience.


Helpful Answer?  (1)   (0)   

Helpful: oboewan

Tip jkepler for this answer
Permalink | Report
   Reply  
 
 
 
July 02, 2009 11:51 PM
that democamp link is dead.

contributing wont be a problem ( I can wear many hats as the admin, promotions, marketing, etc) but just feel like programmers dont care about that when they are putting most of the upfront time and energy to develop it. 50/50 is fine with me (I would even be willing to give them a majority).

The problem is that I am the geek in my family/friends. Everyone comes to me, so finding someone there is not an option. Which leaves me with the freelancing community (elance, guru, etc) or craigslist/kijijii for local freelancers. The problem is that a lot of times they arent local or they pretend to be local.

It just sucks to find a tech co-founder.

Report
 
 
 
July 03, 2009 12:09 AM
Sorry, I had to remove the "www" and capitalize DemoCamp for the link to work; it's fine now.

Do you live near a larger city? If there's a DemoCamp location near you then that would be the place to start. How many web design shops are there in your area? I actually met a lot of great people at a local get-together-for-a-drink night hosted by a small web development company in my area.

Come to think of it, you might even make some progress by simply cold calling some local developers/companies and trying to strike up a conversation. While some of the entrepreneurs in The Valley aren't always so polite, most people in the web community are friendlier than you'd think.

Report
 
 
 
July 03, 2009 12:40 AM
I live near Los Angeles (which you think would be good as a city), but its not the valley where its easy to find tech...And I always monitor socaltech news and other meetup events in LA. Ive just heard from too many people that its a waste of time. I need the hard coder type...

Report
 
 
 
July 03, 2009 01:38 AM
I can definitely understand where you're coming from. What about a local college? What if you called a professor and said you're looking for a really great coding student who'd like to work on a project right away? The job market is brutal right now - you might even get someone who wants to pad their resume.

Report
 
 
 
July 04, 2009 01:51 AM
Thanks for the tip schindyguy. Glad I could help! :-)

Report
 
 
 
July 03, 2009 02:28 AM
I think it would be best if you did your own programming. Not only would you better protect your own idea but you may become inspired to do other apps. It is not impossible to do your own programming. I just read about a kid that produced an app that is selling well at itunes.
Source(s):
http://www.inc.com/news/articles/2009/07/iphone-app.html?title=Kid+Entrepre...


Helpful Answer?  (0)   (0)    Tip machochewbacca for this answer
Permalink | Report
   Reply  
 
 
 
July 03, 2009 05:45 PM
Well it would be impossible to program what I am trying to do according to oboewan above.

Report
 
 

Answer this Question

How tips and payments work

This question has already been resolved. You may add an answer to it but you will not be eligible to win best answer or any associated tips.

Ask a Question


140 characters left
Top of Page
Buy Mahalo Dollars with Credit Card or PayPal

Top Members

This Week All Time
  • buddawiggi
    buddawiggi
    2nd Degree Black Belt
    27115 Points
    M$783.09 Earned
  • kty2777
    kty2777
    Purple Belt with a Brown Tip
    5444 Points
    M$199.92 Earned
  • opher
    opher
    Purple Belt
    4166 Points
    M$187.17 Earned
   See All
 

Most Popular Tags

mahalo(1600)
iphone(462)
music(459)
google(355)
food(320)
online(294)
beer(279)
money(262)
movies(255)
apple(251)
aotd(235)
health(217)
video(206)
dog(205)
free(203)
   See All
 

Categories

Welcome New Members


 
 
Mahalo Dollars are the currency of Mahalo Answers.

Each Mahalo Dollar costs $1.

Once you earn more than 40 Mahalo Dollars, you can request to be paid via PayPal. Each Mahalo Dollar is currently worth $0.75 when paid out via PayPal. Learn More

 
 

Please log in to use this function.