Welcome Guest ( Log In | Register )

Bump Topic Topic Closed RSS Feed
13 Pages < 1 2 3 4 5 > » Bottom

Outline · [ Standard ] · Linear+

 Ipad JailBreak and Multi Gesture discussion, Closed due to avoid controversial

views
     
sicklad77
post Apr 9 2011, 12:03 AM

On my way
****
Junior Member
532 posts

Joined: Aug 2010

iPad 2 JB not out yet.
Waiting patiently here too sad.gif
clickNsnap
post Apr 9 2011, 01:50 AM

On my way
****
Junior Member
541 posts

Joined: Jun 2006


Hi all,

I'm newbie and have an ipad with os 4.2.1

Btw, I'm not clear about those terms... DFU mode, SBSettings, Multi Gesture, SHSH...

What's the benefit after 'Jailbreak'? And how do I 'Jailbreak' my ipad?

Did some google about the 'Jailbreak' ipad... still not very clear.

Thanks in advance.

This post has been edited by clickNsnap: Apr 17 2011, 03:51 PM
sbux
post Apr 9 2011, 02:01 AM

Getting Started
**
Junior Member
225 posts

Joined: Jul 2007


i jailbreak my ipad1 previously on 4.2.1 using tethered redsnow. if i wanna jailbreak it untethered, can i straight away run the latest redsnow JB?

or i will need to erase previous JB, then JB untethered again?

ytchoong
post Apr 9 2011, 05:12 AM

New Member
*
Junior Member
40 posts

Joined: Feb 2008


I have done my 4.3.1 with JB but still figuring out how to enable multi gesture button mode ???
anyone guide me please ......
TSJoelles
post Apr 9 2011, 09:55 AM

@Call me Uncle@
******
Senior Member
1,355 posts

Joined: Nov 2007


QUOTE(ytchoong @ Apr 9 2011, 05:12 AM)
I have done my 4.3.1 with JB but still figuring out how to enable multi gesture button mode ???
anyone guide me please ......
*
It have been posted in this thread my friend, read post #34.
ytchoong
post Apr 9 2011, 04:56 PM

New Member
*
Junior Member
40 posts

Joined: Feb 2008


I'm using plist editor and read this on my ipad :

Attached Image

Why different from the one show in tutorial :
Attached Image

Where should i add the text in ?

makaveli
post Apr 9 2011, 05:08 PM

Livin' la Vida Loca
******
Senior Member
1,491 posts

Joined: Feb 2008
From: Pattaya,Thailand Status: Online



This forum need some maintainance.
cruzzmz
post Apr 10 2011, 01:16 AM

uh weeee !!!!
*******
Senior Member
6,904 posts

Joined: Jan 2003
I have done jb 4.3.1 untethered and also enabled the gesture mode
biggrin.gif

after some figuring out and trial n error below is the how to

1. Make sure u have JB ur ipad
2. Install openSSH on ur ipad
3. Install WinSCP on ur windows pc
4. Install plist editor for Windows

5. Connect to ur ipad via WinSCP
6. Navigate to Root > var > mobile > Library > Preferences > com.apple.springboard.plist
7. Copy the file to ur pc via WinSCP
8. Edit with plist Editor

9. Add
CODE
<key>SBUseSystemGestures</key>
<true/>

in the middle of the code lines

10. save the file
11. Rename the old file for backup ie: old.com.apple.springboard.plist via WinSCP
12. Transfer the modded com.apple.springboard.plist to ur ipad via WinSCP

13. Navigate to Root > Applications > Preferences.app > General.plist
14. Copy the file to ur pc via WinSCP
15. Edit with plist Editor

16. Replace the following block of code with the new code
old
CODE

<dict>
  <key>cell</key>
  <string>PSGroupCell</string>
  <key>footerCellClass</key>
  <string>MultitaskingGestureExplanationView</string>
  <key>id</key>
  <string>Mutltitasking_Gesture_Group</string>
  <key>requiredCapabilities</key>
  <array>
   <string>multitasking-gestures</string>
  </array>
 </dict>
 <dict>
  <key>cell</key>
  <string>PSSwitchCell</string>
  <key>default</key>
  <true/>
  <key>defaults</key>
  <string>com.apple.springboard</string>
  <key>id</key>
  <string>Mutltitasking_Gesture_Switch</string>
  <key>key</key>
  <string>SBUseSystemGestures</string>
  <key>label</key>
  <string>Multitasking_Gestures</string>
  <key>requiredCapabilities</key>
  <array>
   <string>multitasking-gestures</string>
  </array>
 </dict>


NEW
CODE

<dict>
  <key>cell</key>
  <string>PSGroupCell</string>
  <key>footerCellClass</key>
  <string>MultitaskingGestureExplanationView</string>
  <key>requiredCapabilities</key>
  <array>
   <string>multitasking-gestures</string>
  </array>
 </dict>
 <dict>
  <key>cell</key>
  <string>PSSwitchCell</string>
  <key>default</key>
  <true/>
  <key>defaults</key>
  <string>com.apple.springboard</string>
  <key>key</key>
  <string>SBUseSystemGestures</string>
  <key>label</key>
  <string>Multitasking Gestures</string>
  <key>requiredCapabilities</key>
  <array>
   <string>multitasking-gestures</string>
  </array>
 </dict>


17. save the file
18. Rename the old file for backup old.General.plist via WinSCP
19. Transfer the modded General.plist to ur ipad via WinSCP

20. Navigate to Root > System > Library > CoreServices > SpringBoard.app > K48AP.plist
21. Copy the file to ur pc
22. Edit with plist Editor
23. Make sure this code is there
CODE

<key>multitasking-gestures</key>
<true/>


24. save the file
25. Rename the old file for backup old.K48AP.plist via WinSCP
26. Transfer the modded K48AP.plist to ur ipad via WinSCP

27.close everything
28. turn off ur ipad
29 turn it on again

30. Go to Settings --> General
U should see this option

user posted image

This post has been edited by cruzzmz: Apr 10 2011, 10:12 AM
TSJoelles
post Apr 10 2011, 02:03 AM

@Call me Uncle@
******
Senior Member
1,355 posts

Joined: Nov 2007


QUOTE(sbux @ Apr 9 2011, 02:01 AM)
i jailbreak my ipad1 previously on 4.2.1 using tethered redsnow. if i wanna jailbreak it untethered, can i straight away run the latest redsnow JB?

or i will need to erase previous JB, then JB untethered again?
*
You need to backup your data and restore to the original iOS4.2.1 or 4.3.1(since the unthetered JB is available for this version) and restore your data before running the specific version of unthetered redsnow for 4.2.1 or 4.3.1 to JB.
sbux
post Apr 10 2011, 02:44 AM

Getting Started
**
Junior Member
225 posts

Joined: Jul 2007


Yea..I sort of figured it out myself and what I did was to restore my iPad to 4.3.1 then run redsnow, then restore last back up. Thanks a lot anyway. smile.gif

I downloaded the ipsw thru external source, not iTunes. When I click shift+restore, it gives me error code 3194. So I have to put iPad into recovery mode and restore. Any explanation on this?

This post has been edited by sbux: Apr 10 2011, 02:46 AM
XiuKeong
post Apr 10 2011, 02:51 AM

[OMG] Sweetie™
*******
Senior Member
9,441 posts

Joined: Oct 2006
From: Oz




QUOTE(sbux @ Apr 10 2011, 02:44 AM)
Yea..I sort of figured it out myself and what I did was to restore my iPad to 4.3.1 then run redsnow, then restore last back up. Thanks a lot anyway.  smile.gif

I downloaded the ipsw thru external source, not iTunes. When I click shift+restore, it gives me error code 3194. So I have to put iPad into recovery mode and restore. Any explanation on this?
*
I got that error also last time. Then I noticed I downloaded the wrong ipsw.

sbux
post Apr 10 2011, 03:02 AM

Getting Started
**
Junior Member
225 posts

Joined: Jul 2007


Correct ipsw as I can use the same file to restore when in recovery mode.

cruzzmz
post Apr 10 2011, 10:15 AM

uh weeee !!!!
*******
Senior Member
6,904 posts

Joined: Jan 2003
Using 3rd party site for the official ipsw always worked for me.
I usually put it in the iTunes update folder and after plugging iPad it will prompt for update
WhatMan
post Apr 10 2011, 11:22 AM

Regular
******
Senior Member
1,623 posts

Joined: Oct 2010


Need some answer seeing as I'm noob about jailbreaking.

1. Does it void warranty?
2. Will jailbreak hinder performance?

babysmile
post Apr 10 2011, 11:37 AM

DiY da BesT
****
Senior Member
554 posts

Joined: May 2005
From: 槟岛


WhatMan

1. Does it void warranty?
YES

2. Will jailbreak hinder performance?
NO


azraeil
post Apr 10 2011, 12:41 PM

Prince of Ravens
*******
Senior Member
4,286 posts

Joined: Jun 2008
It voids warranty if you send in your iPad for warranty coverage still in Jailbreak firmware ... so the wise thing to do is if you need to send it for warrnty, then restore the iPad to stock firmware and you have your warrnty back.
WhatMan
post Apr 10 2011, 01:00 PM

Regular
******
Senior Member
1,623 posts

Joined: Oct 2010


QUOTE(azraeil @ Apr 10 2011, 12:41 PM)
It voids warranty if you send in your iPad for warranty coverage still in Jailbreak firmware ... so the wise thing to do is if you need to send it for warrnty, then restore the iPad to stock firmware and you have your warrnty back.
*
Yeah, but if the iPad KO (say battery kaput) but still got jailbreak firmware will be problem also.
baretta
post Apr 10 2011, 01:36 PM

Regular
******
Senior Member
1,853 posts

Joined: Nov 2007
QUOTE(WhatMan @ Apr 10 2011, 01:00 PM)
Yeah, but if the iPad KO (say battery kaput) but still got jailbreak firmware will be problem also.
*
When battery kaput, ur ipad sure warranty already expired lor.
TSJoelles
post Apr 11 2011, 09:30 AM

@Call me Uncle@
******
Senior Member
1,355 posts

Joined: Nov 2007


QUOTE(WhatMan @ Apr 10 2011, 11:22 AM)
Need some answer seeing as I'm noob about jailbreaking.

1. Does it void warranty?
2. Will jailbreak hinder performance?
*
1. Yes it does. As some forumer already stated that you can always restore back to the original firmware before sending for warranty. What if any hardware defect that won't let you boot into your iPad and you can't do any restoration at all? This is the risk of jailbreaking, it's up to you whether you choose to JB or stay with the original firmware.

2. Nope.
sicklad77
post Apr 11 2011, 01:46 PM

On my way
****
Junior Member
532 posts

Joined: Aug 2010

friends, i just enable multi gesture on my ipad 2 without JB and i find it its the easiest and fastest way to do it.

proceed with caution and i'm not held responsible but i'm 100% positive that it will work on you guys as well cause i did it in less than 5 minutes with no problem.

here's the link
http://www.icopybot.com/blog/enable-multit...ailbreaking.htm

smile.gif

13 Pages < 1 2 3 4 5 > » Top
Topic ClosedOptions
 

Change to:
| Lo-Fi Version
0.0235sec    0.65    6 queries    GZIP Disabled
Time is now: 20th December 2025 - 08:44 PM