View Single Post

 How to get MyFile working in ios 5.1.1
Unread 08-05-2012, 07:50 AM   #1
PhoenixRaven
Sinful Siri Key Donator
 
PhoenixRaven's Avatar
 
PhoenixRaven is offline
Join Date: Nov 2009
Device: iPhone 4S
iOS Version: 5.1.1
iTunes Version: iTunes 10
Carrier: AT&T
OS: Windows 7
Location: Ca
Posts: 75
Thanks: 4
Thanked 82 Times in 32 Posts
How to get MyFile working in ios 5.1.1

After much fooling around to try and get this to work (mind u the only real advantage is being able to use the built in hex editor or if u just prefer MyFile over ifile, this is mostly just for those who liked it or who like editing binaries on the fly)

1. Uninstall iFile (this was the thing that took the longest to figure out, I guess they REALLY dont play well because I had already done the other steps with no luck, wasn't until I removed ifile that it didn't crash on start, however the rest of this is still required so read on)
2. Install icleaner & run it.
3. Install MyFile 1.6-3
4. Install a terminal emulator or ssh into your device.
5. Enter in the following ONE LINE AT A TIME into terminal:
Code:
su

****enter your devices password***

cd /

cd /Applications/MyFile.app

chmod 0644 *

chmod 4755 MyFile

chmod 0755 MyFile_

chown root:wheel *
Some of you more experienced may find part of this redundant just bear with me.

6. Respring and then reboot. Open up MyFile after u reboot and it should work.

Btw I actually found this out before someone pointed out to me a few seconds ago that a portion of this was already posted elsewhere however, I did not read it before posting this tutorial so creds to me, and of course fabius for teaching me along time ago to check permissions if an app don't work
Want MyFile working in iOS 5.1.1? then click here

Run Pwnaget00l 3.1.4 on Windows tutorial YES IT IS POSSIBLE!

Last edited by PhoenixRaven; 08-05-2012 at 09:13 AM.
  Reply With Quote