background preloader

Jailbreak and dev

Facebook Twitter

C++ Compiler for the iPod touch. Compile C applications with gcc on iOS 4 (iPhone) « IT News, Tutorials, Solutions – SYSTEM HALT. Posted by Sergiu on September 12, 2010 I search a lot on internet how to do this, and I found some info from Anastas Stoyanovsky. Most people posted that if you install libgcc on iOS 4 it will crash at boot but this is not true. Here is what you need to do in order to be able to compile and run a C application on iphone: 1. You will need to Jailbreak the iPhone first, search on google for more info. 2. Install OpenSSH from Cydia. 3. Here is an example of hello world using C and gcc to compile on iPhone iOS 4: I used nano hello.c in terminal to open a new files and writed this simple application: #include <stdio.h> int main() { printf(“hello, world\n”); return 0; } and then CTRL+X to save it, then I typed: gcc –o hello hello.c and after that ldid –S hello Now you can run your application using .

Related Posts. Apps - Is there a C compiler for iPad. Jailbreak iOS 5 / Jailbreak 5.0.1 / 5.1 / 5.0 / 4.3.5 / Untethered. Dev-Team Blog. How To Download Torrents On iPhone, iPad Without Jailbreaking [Tutorial. Advertisements Apple has never been too keen on BitTorrent clients, blocking every single one from ever reaching the App Store. But even if you don’t want to jailbreak your phone, there’s a way around this restriction, and best of all, it’s totally free!

Let me first begin by saying that if you have a jailbroken phone, you can simply download a torrent client (here, here, or here) from Cydia. Okay, so the first step is to install Filer, an iOS App that lets users manage different files, as well as download them. First off, open your browser, from your desktop or your phone, you’ll only need the phone in a bit. Paste the torrent’s URL into the only text field on Torrific and hit "Get". Once the download is done, you’ll receive an e-mail notification with a direct link to your file.

As a final word of caution, keep in mind you’ll need a fast connection to do this properly, since you’ll have to download large files. (via iPhoneItalia)