Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > iPhone > iPhone "2G" (Rev. 1) > PwnageTool

Closed Thread
 
LinkBack (26) Thread Tools Display Modes
  #121 (permalink)  
Old 01-12-2009, 10:39 PM
dtube
Status: Offline
Administrator
 
Join Date: Oct 2007
Posts: 3,622
Rep Power: 10
dtube is a name known to alldtube is a name known to alldtube is a name known to alldtube is a name known to alldtube is a name known to alldtube is a name known to all
Default

sorry ... In my post #119 ....
Quote:
Step 3 uses pwnagetool to create custom firmware. At the end, pwnage asks if you have pwned the phone before, say no
I meant said YES ...

In that post on iclarified, it says:
Quote:
"IMPORTANT***: The ‘late 2008’ MacBook/air/pro line of computers have an issue with DFU mode, it is possible to go from Pwned 2.1 -> 2.2 but going from stock to Pwned does not work, if in any doubt use a different machine. Meaning, if you have a late 2008 model MacBook and have not pwned you will have to use a different computer until we post a solution. If you have a late 2008 model MacBook and HAVE pwned then you can simply put the iPhone into recovery mode and restore with the newly created IPSW. You can find instructions on how to put the iPhone into recovery mode here"
I have no experience with external USB hub so I cannot tell you.

Last edited by dtube; 01-12-2009 at 10:42 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #122 (permalink)  
Old 01-12-2009, 11:05 PM
sfaguy
Status: Offline
Senior Member
 
Join Date: Jan 2009
Location: seattle, washington
Posts: 116
Rep Power: 6
sfaguy is on a distinguished road
Send a message via Yahoo to sfaguy
Default

Quote:
Originally Posted by dtube View Post
sorry ... In my post #119 ....

I meant said YES ...

In that post on iclarified, it says:


I have no experience with external USB hub so I cannot tell you.
hi again,

i have read the info on iclarified and understand all the issues related to unibody MB/MBP. i am hope to hear back from people regarding the USB hub and to understand why it works. this way, i do not have to deal with the IOUSBFamily.kext and installing bootcamp XP on my mac

thanks for your replies just the same.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #123 (permalink)  
Old 01-13-2009, 08:25 PM
beatus
Status: Offline
Trial Member
 
Join Date: Jan 2009
Posts: 1
Rep Power: 0
beatus is on a distinguished road
Default Re-enable DFU mode ---->> Not working

Your solution did not work for me on my iMac 2,4 Core 2 Duo.
The system is not rebooting itself and the DFU is not working either.
How can I undo your script?

Regards
Beatus
Bern-Switzerland
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Remove advertisements
Advertisement
Advertisement Sponsored links

  #124 (permalink)  
Old 01-14-2009, 12:14 PM
born2win413
Status: Offline
Member
 
Join Date: Sep 2007
Posts: 50
Rep Power: 5
born2win413 is on a distinguished road
Default

kinda regret updating my imac to 10.5.6 but thank god for the usb hub i have...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #125 (permalink)  
Old 01-14-2009, 04:04 PM
sfaguy
Status: Offline
Senior Member
 
Join Date: Jan 2009
Location: seattle, washington
Posts: 116
Rep Power: 6
sfaguy is on a distinguished road
Send a message via Yahoo to sfaguy
Default

Quote:
Originally Posted by born2win413 View Post
kinda regret updating my imac to 10.5.6 but thank god for the usb hub i have...
i have asked this question over and over again regarding the USB hub, but people who claims it works never explains why.

if my unibody MB USB driver fails (IOUSBFamily.kext needs to be modified) to get into DFU mode, why then using a USB hub would bypass the USB drives on the MB?

surely, people you have used USB hub and got it work can shed some light here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #126 (permalink)  
Old 01-15-2009, 04:21 AM
NomeUF
Status: Offline
Junior Member
 
Join Date: Jan 2009
Posts: 3
Rep Power: 0
NomeUF is on a distinguished road
Default

Quote:
Originally Posted by jasonb_too View Post
<moment>
I knew this day would come. I now realize that there does indeed exist a threshold beyond which I am literally frightened to help someone.
</moment>

Hi Jamestemroot. I wish you had pasted the exact line you were attempting to execute before the error occurred (the line that must've been just above the "cp: illegal option --V" line).

Quickie UNIX lesson:
* When you open the Terminal application, you leave the friendly world of Mac OS X and enter the harsh and stringent world of the UNIX shell.

* UNIX shell commands are typically formatted in the following manner:
command_name(blank space)options(blank space)parameters

Not so quick lesson on the UNIX copy command:
In this case the command you were attempting to make use of is the "copy" command. For historical reasons, this command is abbreviated to the letters 'c' and 'p' (in that order), so "cp" means "copy".

There must be a single blank space after the command! The blank space tells the UNIX shell that you are finished entering the command and are now moving on to other things that the command needs in order to do its job. So hit the space bar on your keyboard one time after typing "cp".

Next, we need to tell "cp" what options we would like to employ -- there are several from which to choose. Each individual option is identified by a single character (there are other ways to identify options, but let's keep this simple). Right. So today we are going to need options 'R' and 'p'.
You see, "cp" is usually used to copy a single file to some other location, but today we want "cp" to copy an entire directory structure full of files and other directories. The 'R' option tells "cp" that we want to do this -- 'R' stands for "recurse", but don't let that bother you. Let's keep moving.
The 'p' option (omg, sigh) the 'p' option takes a long time to explain. Some might argue (rightly) that it is not necessary for what we are doing today because of what I tell you to do in step 5. It is just an old habit of mine because of a bad experience in the past. The UNIX shell can be evil at times, but we mustn't fear it. Just use the 'p' for now -- do it for me. It stands for "preserve"; let's leave it at that.

Please excuse me for a moment...
<moment>
Now, right here you might be thinking to yourself, "...but there is no 'V'! What good is doing this if I don't get a chance to type a capital-v?" Please understand that "cp" does not like capital-v characters. You will not win this fight today. With experience, you can program your own "cp" command and force it to make use of an option identified as 'V'. It is possible -- just not today.
</moment>

Ok, I'm back.
Good. Ok. We must again enter a single blank space to tell the UNIX shell that we are now finished entering options and are now ready to enter parameters. The UNIX shell will assume everything from this point forward is a parameter. The "cp" command requires at least two (2) parameters. Each parameter must be separated by a single blank space.

Fear this: I'm going to *assume* the following:
* You followed Volkspost's directions and moved his Automator script to the Desktop before double-clicking it.
* You managed to complete my steps 1 through 3 from my previous post successfully.
* Your home directory is called "jamestemroot"
* The hard drive from which you normally boot your Macintosh computer is identified as "Macintosh HD".

If my assumptions are wrong, what I am about to tell you will not work!
This is a bit tricky jamestemroot. The first parameter tells "cp" where to find the stuff we want to copy today. You must then enter a single blank space. Finally, the second parameter tells "cp" where the stuff being copied should go. ATTENTION: the second parameter is a single period (also known as a dot or a full-stop). I know that is confusing -- I'm sorry. I've had nightmares that ended better than what would surely result from my attempt to explain to you why the period is the second parameter. Given the above assumptions are correct, having the period as the second parameter is good.

The parameters today are exactly the following (don't forget the quotes!):

"/Volumes/Macintosh HD/Users/jamestemroot/Desktop/Backup_IOUSBFamily_kext_10_5_6/"*.kext .

I will end with a prayer:
"May God guide your mind and your hands first toward successfully completing these instructions, and next toward your local bookstore where you will find a myriad of helpful books on the subject of the UNIX shell. A-men."
Hello everyone and thanks for taking time to help us newbs out.

I am suffering from the same symptoms as everyone else and am following the steps but am running into a problem.

my Backup_IOUSBFamily_Kext_10_5_6 is located on my Desktop. I know this becuase I can navigate there and see is when I use the "ls" command. Therefore the first thing I do is what you said.

Open Terminal

cd "/Volumes/Macintosh HD/System/Library/Extensions"

I have also verified that my HD is indeed named "Macintosh HD"


so after the cd command I follow your next step.


cp -Rp "/Volumes/Macintosh HD/Users/nomeuf/Desktop/Backup_IOUSBFamily_kext_10_5_6/"*.kext .


my username is nomeuf


When I input that command I get this output.

cp: /Volumes/Macintosh HD/Users/nomeuf/Desktop/Backup_IOUSBFamily_kext_10_5_6/*.kext: No such file or directory

As a note the output is missing the quatations and the period at the end.


What is going on????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Sponsored links Remove advertisements
Advertisement
Advertisement

  #127 (permalink)  
Old 01-15-2009, 05:15 AM
craig66
Status: Offline
Trial Member
 
Join Date: Jan 2009
Posts: 2
Rep Power: 0
craig66 is on a distinguished road
Default

Quote:
Originally Posted by volkspost View Post
You boot from the Leopard-DVD: Insert the DVD, shut down the Mac and start it again, hold the c caps (for cd-rom). Will boot from the DVD. Open Safari and download the "Combo-Update 10.5.6" from
Mac OS X 10.5.6 Combo Update
and install it. You wont loose any data, just get back a fresh 10.5.6
I booted from the DVD, but don't see where to open Safari. How do I open Safari? Sorry if it's a stupid question. Thanks for any help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #128 (permalink)  
Old 01-15-2009, 01:26 PM
Lingonmirakel
Status: Offline
Junior Member
 
Join Date: Jan 2009
Posts: 3
Rep Power: 0
Lingonmirakel is on a distinguished road
Smile

Quote:
Originally Posted by jasonb_too View Post
Before you begin:
You need to know where the "Fix_DFU_10_5_6" Automater script placed your backed-up USB kernel extensions. If you ran the "Fix_DFU_10_5_6" script from the Desktop, there should be a directory called [...]

[...]

Merry Christmas (Happy Holidays)

Jason
I love you. Thank you so much.

/Mikael
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #129 (permalink)  
Old 01-15-2009, 01:34 PM
Lingonmirakel
Status: Offline
Junior Member
 
Join Date: Jan 2009
Posts: 3
Rep Power: 0
Lingonmirakel is on a distinguished road
Default

NomeUF:

Happened to me too. I restarted Terminal and did EXACTLY as jasonb_too said, without any other commands, valid or otherwise, before or in between rows (as I had on my first try). Then it worked flawlessly.

Last edited by Lingonmirakel; 01-15-2009 at 01:46 PM. Reason: Grammar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Sponsored links Remove advertisements
Advertisement
Advertisement

  #130 (permalink)  
Old 01-15-2009, 04:20 PM
NomeUF
Status: Offline
Junior Member
 
Join Date: Jan 2009
Posts: 3
Rep Power: 0
NomeUF is on a distinguished road
Default

Quote:
Originally Posted by Lingonmirakel View Post
NomeUF:

Happened to me too. I restarted Terminal and did EXACTLY as jasonb_too said, without any other commands, valid or otherwise, before or in between rows (as I had on my first try). Then it worked flawlessly.
I have tryed it and restarted terminal so many times with no luck. Here is another summary of what I have done and where I stand.

I first tried unkles method. Everything seems to work out fine except that when I finally reboot into forced safe mode my keyboard and trackpad are still dead. Along with USB of course.

I think unkles method may not work because of two reasons. First, my jumperive continues to mess with the heirachy I make so it could be not restoring over correctly. Secondly, should the IOUSBFamily.kext be extracted into the USB drive where it belongs or just the zip version of it? I tried both ways and unkles method was unsuccessful for me.

Now jasons method.

When I check The backup IOUSBFamily folder on my desktop through terminal I see nothing inside of it. Could this be the reason that it gives me an invalid directory error?

I check it by navigating cd "/Volumes/...Desktop/Backup_IOUSBFamily_10_5_6"

ls

Nothing

cd ..

ls

Displays backup folder so I know it's there.

Is "ls" not the correct command to see if the Backup IOUSBFamily has anything in it?


Ligonmirakel can I have some of your contact info maybe so I can im or email you?

Vols, you keep saying that we can simply boot from DVD, download the combo update and install... is there really a way to to this or are u skipping steps?

Thanks alot for your time and effort guys. Sorry for any typos, I typed most of this on my iphone on the way to school.

Last edited by NomeUF; 01-15-2009 at 05:01 PM. Reason: Typos
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.hackint0sh.org/f146/60657.htm
Posted By For Type Date
Apple - Support - Discussions - HELP! My Trackpad, keyboard and USB ... This thread Refback 01-22-2009 01:41 AM
DFU mode gone on new Macbooks (unibody), PWnage tools fails... - Page 4 - Mac Forums Post #0 Refback 01-21-2009 07:58 PM
Apple - Support - Discussions - HELP! My Trackpad, keyboard and USB ... This thread Refback 01-20-2009 04:24 PM
iClarified - iPhone - How to Enable DFU Mode in Mac OS X 10.5.6 (Comments) Post #0 Refback 01-20-2009 04:13 PM
Pwnage Guide: PwnageTool/QuickPwn/WinPwn: Unlock and Jailbreak iPhone/3G - Page 7 - Mac Forums Post #0 Refback 01-19-2009 10:59 PM
Help needed to jailbreak - Mac Forums Post #0 Refback 01-19-2009 10:20 PM
A solid plan for jailbreaking an iPhone 3G in OS X 10.5.6? - Mac Forums This thread Refback 01-19-2009 09:34 PM
Apple - Support - Discussions - HELP! My Trackpad, keyboard and USB ... This thread Refback 01-19-2009 05:16 AM
Apple - Support - Discussions - HELP! My Trackpad, keyboard and USB ... This thread Refback 01-19-2009 12:27 AM
Apple - Support - Discussions - HELP! My Trackpad, keyboard and USB ... This thread Refback 01-18-2009 06:30 PM
jailbreak 2.2 not working ? - Mac Forums Post #0 Refback 01-15-2009 06:35 PM
iClarified - iPhone - How to Enable DFU Mode in Mac OS X 10.5.6 (Comments) Post #0 Refback 01-15-2009 04:43 PM
iClarified - iPhone - How to Enable DFU Mode in Mac OS X 10.5.6 (Comments) Post #0 Refback 01-15-2009 05:58 AM
10.5.6 Disables Pwnage Tool - Mac Forums Post #0 Refback 01-15-2009 12:00 AM
If you want to jailbreak, don't update to OSX 10.5.6 - Mac Forums Post #0 Refback 01-14-2009 10:25 PM
QuickPwn problem - Mac Forums Post #0 Refback 01-14-2009 09:41 PM
|iPhone-notes.de | Another iPhone Site - News, Tutorials, Apps & Co. Post #0 Refback 01-14-2009 07:18 PM
PwnageTool pre Mac OS X 10.5.6 a jailbreak iPhone - MacBlog, Apple weblog Post #0 Refback 01-14-2009 07:09 PM
Error 2001 - Page 2 This thread Refback 01-14-2009 06:36 PM
iClarified - iPhone - How to Enable DFU Mode in Mac OS X 10.5.6 (Comments) Post #0 Refback 01-14-2009 04:39 PM
iClarified - iPhone - How to Enable DFU Mode in Mac OS X 10.5.6 Post #0 Refback 01-14-2009 03:29 PM
iClarified - iPhone - How to Enable DFU Mode in Mac OS X 10.5.6 (Comments) Post #0 Refback 01-14-2009 01:57 PM
!!! Quickpwn 2.2 stuck at "quickpwn is about to run on your 3g" - Mac Forums Post #0 Refback 01-14-2009 12:42 PM
{Tutorials} - 10.5.6 Jailbreak Fix (DFU Mode Problems) AppStorePLUS Post #0 Refback 01-14-2009 12:26 PM
DFU mode gone on new Macbooks (unibody), PWnage tools fails... - Page 2 - Mac Forums Post #0 Refback 01-14-2009 11:57 AM
QuickPWN 2.2 and OS X 10.5.6 - Mac Forums Post #0 Refback 01-14-2009 11:15 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Video/TV Output][Effort] Building your own cable and patch IAP freeproductions Hardware 283 Today 02:21 AM
[1st Gen iPhone Only][solution] How to: reboot, restore/recovery mode, DFU mode volkspost Older Software Unlock Solution 16 10-15-2009 05:27 PM
Re-enable DFU mode in Mac OS X 10.5.6 volkspost Frontpage Blog 0 12-18-2008 03:16 PM
WARNING: Mac OS X 10.5.6 Doesn't Recognize iPhone DFU Mode n350z Frontpage Blog 1 12-16-2008 11:42 AM
ati9700. kext problem in 10.4.10 Isiklik Tiger 0 10-15-2007 08:10 PM



All times are GMT +2. The time now is 11:51 PM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105