Rhythmic Fistman
|
Registered User
|
|
|
2d |
comment |
Reducing piracy of iPhone applications I've found cracked versions of my app with the Info.plist file identical to the one I submitted to the store. This check doesn't work anymore. |
|
Nov 24 |
answered | Is it possible to both play a sound and record from the microphone at the same time on the iPhone? |
|
Nov 17 |
revised |
How to avoid deadlocks? fixed typo, excluded ctor & dtor |
|
Nov 6 |
comment |
can you set SO_RCVTIMEO and SO_SNDTIMEO socket options in boost asio? Excellent point. I just hit this now. Sucks. |
|
Nov 4 |
comment |
How to set a timeout on blocking sockets in boost asio? Wouldn't all your socket calls, in all your threads fail with EINTR? That sounds bad. |
|
Nov 3 |
comment |
Why can’t c++ ifstreams read from devices? Exactly right, FILE* only worked through sheer luck, so I dropped down to the file descriptor interface. Not before ripping out all the iostream code, though. I don't miss it. Hope that's not too inflammatory for SO-09! Thanks for the comment. |
|
Oct 25 |
comment |
How to open an HFS+ file by file ID? Got it, but opening /.vol/234881026/5 doesn't seem to work, unfortunately. Would have been a nice, if undocumented, shortcut. Thanks. |
|
Oct 25 |
comment |
How to open an HFS+ file by file ID? I'm trying to open the catalog file (CNID 5), however I can't figure out a volume ID. -100 doesn't seem to cut it. |
|
Oct 21 |
comment |
Locating bundles by identifier It's nice to know. The old code works, but I'll be adding KextManagerCreateURLForBundleIdentifier in a comment there somewhere. Thanks. |
|
Oct 5 |
awarded | ● Popular Question |
|
Sep 26 |
awarded | ● Yearling |
|
Sep 22 |
comment |
Instruments Leaks - Not showing my source code The script that adds symbols to your stack traces is called "symbolicatecrash". It's one of the least robust pieces of code I've ever seen. It uses spotlight to [fail to] find your .dSYM, ignoring the one in your app dir, the current dir, etc. It was incorrectly quoting shell chars when I fixed my version (this was after the non-ascii work around). If you're comfortable with perl you can debug it, or just google symbolicatecrash+snowleopard. Maybe someone's fixed it good. |
|
Sep 17 |
comment |
Instruments Leaks - Not showing my source code This helped me with 2.x style crash logs. For 3.0 style I had to learn some perl and fix the symbolicate script. There's probably a definite version by now. |
|
Sep 11 |
comment |
Getting the POSIX path of the Finder’s front window Not a problem. Better late than never. I'm 10 months late with one answer. I should fix that now. |
|
Sep 10 |
answered | Debugging App on Iphone and now i get this error: unknown packet reply: “timeout” to environmental package |
|
Sep 8 |
comment |
What games gave you most helpful ideas and concepts for our profession? Did you get all the stars? You need to get all the stars to understand dvcs. |
|
Sep 4 |
accepted | Depth Buffer in OpenGL |
|
Aug 26 |
accepted | How can I write a complex CGPath or vector image to disk? |
|
Aug 22 |
comment |
Detecting multitouch iPhone-like “tap” on MacBookPro P.S. This API allows you to finally give a "sorry, your fingers are too fat" error. |
|
Aug 22 |
comment |
Detecting multitouch iPhone-like “tap” on MacBookPro Thank you, the private 10.5 MultiTouchSupport framework, while strange, does exactly what I want. |
|
Aug 17 |
comment |
Awake from sleep event on the iPhone? This doesn't work if the phone goes to sleep. This is gets called when the user hits the sleep/power button. (2.x) |
|
Aug 17 |
comment |
Do I have to support jailbroken iPhones? Thanks for the considered answer. Developers can't even "use" a JB handset? What's the clause no.? What constitutes use? Can we touch one? What if we didn't know it was JB-ed at the time? Anyway, technically we shouldn't have to support non-standard handsets, but the reality is different. |
|
Aug 14 |
comment |
Detecting multitouch iPhone-like “tap” on MacBookPro Say no more. |
|
Aug 13 |
asked | Detecting multitouch iPhone-like “tap” on MacBookPro |
|
Aug 12 |
accepted | How to use OpenGL ES on a separate thread on iphone? |
|
Aug 10 |
answered | How to use OpenGL ES on a separate thread on iphone? |
|
Aug 10 |
comment |
Iphone CGContextShowTextAtPoint for Japanese characters All's well that ends well. |
|
Aug 8 |
answered | iPhone: Increase volume |
|
Aug 8 |
answered | Is it possible to let the iPhone system time run faster for a moment? |
|
Aug 7 |
comment |
Iphone CGContextShowTextAtPoint for Japanese characters Good luck converting your unicode char to glyph indices. The CG interface for that appears to be private. However maybe kiyoshi has his own Japanese font (wow!) and can hard code the conversion. |
|
Aug 6 |
accepted | Mod Player for iphone |
|
Aug 6 |
answered | iPhone OpenGL ES Texture2D Masking |
|
Aug 6 |
answered | Mod Player for iphone |
|
Aug 6 |
comment |
Iphone CGContextShowTextAtPoint for Japanese characters You're welcome. p.s. There's no NSAttributeString on the iPhone, so check out NSLabel. |
|
Aug 6 |
accepted | Iphone CGContextShowTextAtPoint for Japanese characters |
|
Aug 6 |
revised |
Iphone CGContextShowTextAtPoint for Japanese characters added relevant SO link |
|
Aug 6 |
answered | Iphone CGContextShowTextAtPoint for Japanese characters |
|
Aug 6 |
accepted | Images and Caching - same image after name change |
|
Aug 3 |
answered | OpenGLES texture disappears |
|
Aug 3 |
asked | When does Default.png get erased? |
|
Aug 2 |
accepted | When it comes to developing for the IPhone, should I use Git or Subversion? |
|
Aug 2 |
comment |
Do I have to support jailbroken iPhones? We're a small shop, but we've been working for 5 months, so no, a 2nd hand iPhone shouldn't be more than 10% of our costs. Thanks. |
|
Aug 1 |
accepted | How to get this value as a CGFloat? |
|
Aug 1 |
comment |
My program calls one function on a GPL’ed program - do I have to distribute under terms of GPL? This is exactly the method we use to work around crashes in closed source 3rd party libraries. Funny that. |
|
Aug 1 |
comment |
Do I have to support jailbroken iPhones? @Isaac, no, if Apple liked me they'd filter jailbreak users' reviews from the AppStore. |
|
Aug 1 |
comment |
Do I have to support jailbroken iPhones? Seriously, I'm more worried about the app store comments. A disgruntled jailbreak user can convince non-jailbreak users to not buy. Not sure how a market researcher would model that problem. |
|
Aug 1 |
comment |
Do I have to support jailbroken iPhones? And exactly what demographic uses jailbroken iPhones? Hardened criminals and developers, I guess. Would they be interested in a music-entertainment category app? |
|
Aug 1 |
revised |
Do I have to support jailbroken iPhones? edit for answer |
|
Aug 1 |
revised |
Do I have to support jailbroken iPhones? added mem note |
|
Aug 1 |
asked | Do I have to support jailbroken iPhones? |
