jailbreak

iphone redirect shell command

I am working on an jail broken iphone app that calls a shell command. To read the output I redirect the output of the command to file. That is where my problem lies. When I attempt to do the redirect sh reports that the operation is not permitted.this is the exact output of gdb: sh: ./tmp/tmp.out: Operation not permitted Also I call my c...

iPhone telephone api?

Hi everyone, Is it possible to access active calls on the iPhone (with or without jailbreak)? Best, Stefan ...

How do I build apps to my jailbroken iPad?

I have XCode 3.2.2 and am trying to build an app to my jailbroken iPad. I have followed the tutorial to Fake Code Sign Apps here on Multi-Touch forums. On the iPad, I installed AppSync. Still, when I tried to build my app, I got Error Starting Executable No provisioned iPhone OS device is connected. I think next, I'll try Cydia'...

Hex editing and code signing of SpringBoard binary causes strange behaviour in Springboard

Right, so i made some changes to Springboard in a hex editor, editing a few variables, etc.. Then i chmod'ed the binary to 755, and code signed it using ldid -S All goes well, Springboard runs fine and my changes work, but there's a few problems: Passcode lock gets bypassed (even if it's set) WiFi status bar icon disappears Network s...

Will it code work with NO jailbreak iphone?

I get collect2: ld returned 1 exit status usr/bin/g++4.2 failed with exit code 1 #import <stdio.h> #import <string.h> #import <mach/mach_host.h> #import <sys/sysctl.h> #include <CoreFoundation/CoreFoundation.h> #include <IOKit/ps/IOPowerSources.h> #include <IOKit/ps/IOPSKeys.h> #include <assert.h> #include <errno.h> #include <s...

Accessing IPhone/IPod-Touch USB port? (with jailbreak)

How can I use the USB-port of a jailbroken IPod? I found this app, it emulates a mass-storage device with an IPod, so it definitely is possible. USBDrive app link. I don't want something that complicated, just sent and receive a few bytes. Unfortunately it needs to be over USB, but i have no idea how they do it. My guess is they either...

Accessing call log history in iphone

I gone thro many websites,all provided the same info that we cannot access call_history.db My question is that can we change the access mode for that db using system('chmod 777 /db path/') command ?? ...

Do you have to jailbreak the iPhone to install Apps compiled by "Makefile"?

I come across some projects, e.g. the Stumbler (which use private framework for WiFi signal strength), the source code does not have the usual .xcodeproj project file. Instead, it has a "Makefile". I searched around and get an impression that I need to use "Toolchain" to compile the "Makefile", and then "SCP or WinSCP" to the iPhone? I a...

How do I install the lightblue Python Bluetooth library on my jailbroken device?

I am trying to install a python blue tooth library on my jail broken iPod touch but get errors on the install trying to install lightblue i get an error to do with finding the correct complier, i have installed gcc but cannot find any ports of xcodebuild http://pastebin.com/fdgzYjhr and trying to install light blue there seems to be a...

Cydia App quits right after launch, signing with ldid did not work.

Here's the deal, I had this app working since iPhone OS 3.0 came out, now I made some changes to take advantage of iOS4.x, and compiled against 4.0 with xcode 3.2.3, I have 4 jailbroken devices: 2 iPod touch 2G iOS 3.0 1 iPad iOS 3.2 1 iPhone 4G iOS 4.0 When I run & debug from xcode (with an Apple provisioning certificate) the app w...

How can I run and test my own written program on my original iPhone after jailbreaking?

I have done jailbreaking. After jailbreaking I don't know how to install my helloworld program on my iPhone. Plz can anyone tell me the easiest way of installing / deploying my own program / app on my my iphone (hardware) step by step? Plz I m very much confused. plz .... ...

Background iPhone app for Jailbroken phones

Hey guys, I develop apps for jailbroken phones, and I need my app to be backgrounded and to be able to keep running as usual when backgrounded. On iOS3.0, I would just block the thread at applicationWillTerminate, and that'd be it. But it seems that the fast app switching method in 4.0 is disabling applicationWillTerminate, so I can't u...

Install application without developer certificate?

I am willing to jailbreak my device, but not sure what to do after that. Dev program application will take too long for a demo I hope to do on hardware tomorrow. Thanks! EDITED: It doesn't need to be 4.1 on an iphone4 ...

is there a way to install java virtual machine on iPhone (jalbroken)

has any one tested java virtual machine on iPhone? will jamVM work on iPhone correctely? any ideas I know python runtime works on jailbroken iphones but I am not sure about the jvm ...

Run app on startup

I've been looking into how to create a locked down kiosk app for the iPad. The iPad is jailbroken and I've figured out how to disable the home and volume buttons, but can't find anything solid to run an app on startup. Does anyone know of an app or script that could achieve this? ...

iphone run app as root

I am writing a gui wrapper for gcc for a jailbroken iphone, etc. and it is almost done. However, I get this output when it is run ld: can't open output file for writing : a.out, errno=1 collect2:ld return 1 exit status. I believe this has to do with the privelages the app runs with. I have tried the setuid trick in the cydia developer fa...

Mobile Substrate example needed.

Hello to all Mobile Substrate plugin Devs/Masters, I'm doing R&D in mobile substrate plugin development. I've an application with a UITableView with 50 records. And more impartant, it is NON EDITABLE. Now I wanna implement (is it hard?) a Mobile Substrate Addon for it, which makes my table is editable. I already tried to add functions ...

iphone 3G multitasking ?

hello, my app works fine in background for iphone 3gs and iphone 4 , if i cracked my iphone 3g in order to support multitasking , whether my app works fine in background mode or not. Thanks Kumar ...

How to use the backgrounder SpringBoardHooks?

I would love to use these hooks for a jailbreak iPhone app. This would allow the app to request to be backgrounded, providing that Backgrounder is installed. Seeing previous questions on StackOverflow, I think I'm not the only one who could use this. What are the steps required? Do I need to extract the private SpringBoard api's, or do ...

dpkg on iPhone: edit a property list with a postinst script

I need to change a single boolean value in a property list upon installation of a package (it is dependent on a system setting that is not configurable through a GUI). How can I edit a property list with a command in a post-install script in dpkg on iPhone? ...