NSXMLDocument woes…

It now appears the NSXMLDocument class in 2.0 is borked. Therefore, I must recode all of my XML parsing to use NSXMLParser. This may delay MxTube 2.0 a little longer than expected, I’ll keep everyone posted.

Max

Stop unsigned binaries from being killed.

I am currently not an approved developer so I must scp my application to my phone. After getting it on the phone successfully, after launch it was killed off immediately. I checked via SSH and it was obvious it was not allowed to run because it was not signed. If this is happening to you run the following command in SSH:

sysctl -w security.mac.proc_enforce=0 security.mac.vnode_enforce=0

Saurik (developer of cydia) tipped me off to this method. Note that it will cause some things not to function properly but a reboot will reset any changes this command has made.

Max

PS: Here’s a nice little screenshot of MxTube v2.0 on my shiny iPhone 3G!

*hint hint* it runs on 2.0 :)

PWNAGE 2.0 IS OUT!!!!

Finally The iPhone Dev Team has released pwnage for iPhone Firmware 2.0 & iPhone 3G! I will now be able to finish up MxTube for 2.0 and I plan to have it released with a week or so. I’ll keep everyone posted.

Max