Password | Jailbreak iPhone, iPod Touch, iPad - Part 2 Skip to content

Jailbreak iPhone, iPod Touch, iPad

новости про джейлбрейк iPhone, iPod Touch и iPad

Archive

Tag: password

IMG 0079 21 300x400 Tutorial: how to connect external HDD to Apple iPad

iPad USB Camera Connection Kit is much more useful as it seems. Max Sha, an experienced user, was able to access external hard drive with this kit. All you need is a jailbroken iPad, an external drive, a split-USB cable to give the drive some power and a terminal of some sort (f.e. MacBook) to mount the external storage. While it is a little unwieldy, it shows that Terabytes of external storage for iPad is possible.

Here is a complete step-by-step guide from Max Sha:

For starters, you will need to do the following:

1. Have an external hard drive formatted to either HFS or FAT32. NOTE: All data will be erased!

2. Perform the Spirit Jailbreak.

3. In Cydia, install iFile ($4.00 for full version, but there is also a free trial) and OpenSSH (free)

4. As well, install the “Nano” terminal text edit from Cydia.

Fig 5 300x400 Tutorial: how to connect external HDD to Apple iPad

5. For this particular example Max used GoodReader app for iPad ($0.99).

Now you can begin the process of mounting your hard drive. You will need external power for the drive. If you have an external drive with power (one that has a USB port and an external power supply) you won’t need to worry about this. If you have external drive with just an USB cord you will need a split USB cord.

1. Open “Settings” on your iPad to find your IP address (make sure you’re on the same network as your iPad).

Fig 9 300x400 Tutorial: how to connect external HDD to Apple iPad

2. Open Terminal, on your Mac (/Applications/Utilities/Terminal.app). On Windows you can use Putty.

3. At the prompt, SSH into your iPad with the IP address you found in the “Settings” app (make sure OpenSSH is installed!), with the following:

ssh root@[iPad IP address]

Fig 10 400x252 Tutorial: how to connect external HDD to Apple iPad

For you first time users, the password for your root account will be “alpine”. NOTE: Please change your password ASAP. To do this, once you’ve logged in VIA Terminal, type the following into the command prompt:

passwd root

You will then be prompted for a new password. Please do the same for your “mobile” user as well, by doing the following:

passwd mobile

4. Now, type the following, in Terminal:

mkdir /Volumes
mkdir /Volumes/EXT
ln -s /Volumes/EXT /var/mobile/EXT
nano /var/stash/Applications.xxxxxx/iFile.app/Info.plist (“xxxxxx” is a series of numbers after “Applications”. If you type “/var/stash/Applications” and hit the “Tab” key, it will fill in the rest for you).

5. The nano text editor will now open. Please add the following lines below the first “<dict>”, in the document (this makes iFile look much better on the iPad):

Fig 13 400x253 Tutorial: how to connect external HDD to Apple iPad

<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>

6. Then hit “Ctrl+x”. Followed by “Y”, and then “Enter”. This will save the changes that you made.

7. Now, reboot your iPad. You will notice that your SSH connection will have closed, in Terminal. Re-open terminal, when the iPad reboots, and follow steps 1-3 (without reseting the passwords again).

8. Open iFile, and go into the settings. It is recommended to have the settings set as shown below. The most important is enabling “Application Names”. Hit “Done”. Close out of iFile by hitting the Home button. Restart iFile.

Fig 15 300x400 Tutorial: how to connect external HDD to Apple iPad

FIG 16 300x400 Tutorial: how to connect external HDD to Apple iPad

9. In iFile, navigate to “/Volumes/”. Then, select the “Edit” button, in the top right.

10. Check the circle next to the “EXT” folder you created in “Step 4″.

11. Click the “Box with an arrow”, in the bottom right. In the dialogue box that opens, select “Copy/Link”.

Fig 19 300x400 Tutorial: how to connect external HDD to Apple iPad

12. In iFile, Navigate to “var/mobile/Applications/”. You should now see the names of applications above the actual folder names. Navigate to the “GoodReader” folder, then the “Documents” folder.

Fig 20 300x400 Tutorial: how to connect external HDD to Apple iPad

Fig 21 300x400 Tutorial: how to connect external HDD to Apple iPad

13. Click the “Edit” button again. And then click the “Box with an arrow”, in the bottom right. Click the “Create Link” button. You should now see the “EXT” folder. Hit “Done” in the upper right.

Fig 22 300x400 Tutorial: how to connect external HDD to Apple iPad

14. Now, connect your iPad Camera Connection Kit.

Fig 23 300x400 Tutorial: how to connect external HDD to Apple iPad

15. Take your hard drive and plug the secondary port into a power supply (in this case, Macbook Pro). Then, plug the main USB port into the iPad. You may see a message similar to “Insufficient power to mount this drive” error message on the iPad. With an external power supply, it should be much more convenient. NOTE: You MUST plug in the external power supply first, or else the iPad will not mount the drive.

Fig 24 300x400 Tutorial: how to connect external HDD to Apple iPad

IMG 0079 21 300x400 Tutorial: how to connect external HDD to Apple iPad

16. Now, lets go back to terminal. Type:

ls /dev

What you’re looking for here is the file “disk1s1″. If that does not show up, try steps 15-16 again. If you see “disk1s1″, proceed to step 17.

17. For a FAT32 formatted drive, type the following, into terminal:

Fig 26 399x250 Tutorial: how to connect external HDD to Apple iPad

mount -t msdos /dev/disk1s1 /Volumes/EXT

It will take a few seconds, and then return you to the command prompt. For an HFS drive, type the following:

mount -t HFS /dev/disk1s1 /Volumes/EXT

18. You are now good to go! You can now access the files in either iFile, or GoodReader. As an example of how to manipulate the files, watch the video below.

19. To unmount the drive, type the following, in Terminal:

umount /dev/disk1s1

20. That’s all!

Here is a video demonstration:

Many thanks to Max Sha!

apple worm 300x210 New iPhone Worm Wants Users Bank Passwords

A second iPhone worm virus has been found by security company F-Secure. It is specifically targeting people in the Netherlands who are using their iPhones for internet banking with Dutch online bank ING.

It redirects the bank’s customers to a site with a log-in screen (phishing). The worm attacks “jailbroken” phones – a modification which enables the user to run non-Apple approved software on their handset. Only handsets with installed SSH (secure shell) are at risk. SSH is a file-transfer program that enables users to remotely connect to their phones. It comes with a default password, ‘alpine’ which should be changed.

Here is a tutorial how to change the default SSH password and minimize the risk.

MobileTerminalicon Secure your jailbroken iPhone against worm and hacker attacks

This is quite simple. If you did a jailbreak on your iPhone you need to change the default password. Why? Because hackers can access your phone, read your mail, sms, download other data. The second reason is because there are already several viruses (worms) that use these default passwords.

Here’s a quick step-by-step tutorial.

  1. If you don’t have MobileTerminal application installed: run Cydia, search for MobileTerminal and install.
  2. Run MobileTerminal.
  3. Type passwd and press return.
  4. Enter the default user password alpine and press return.
  5. Enter a new password and press return.
  6. Enter a new password again and press return.
  7. Congratulations, you changed it for default mobile user. Let’s do the same for root user.
  8. Login as root user: type su root and press return.
  9. Type passwd and press return.
  10. Enter the default root user password alpine and press return.
  11. Enter a new password and press return.
  12. Enter a new password again and press return.
  13. That’s it!

The passwords are now changed, and your jailbroken iPhone or iPod Touch is now a bit more secure than it was before and less vulnerable to the worm detected recently.

 iPhone copy paste extension Action Menu updated to v1.0.1

Action Menu, utility that extends traditional Copy / Paste functionality, is updated to version 1.0.1.

Here is an official changelog:

  • No longer allow copying secure text fields
  • Add option to disable extended menu support
  • Support for launching Birdfeed via the Tweet action
  • Remember language in Translate service
  • Allow carriage returns in Lookup (for supported services)
  • Option to sort Favorites alphabetically
  • Translations now work (Italian, German, Japanese, French)
  • Additional Support for more apps
  • Fix for Facebook crash
  • Fix for copying song or album name in iPod app
  • Fix biteSMS-button related crashes
  • Fix crash when Lookup action is used inside SpringBoard
  • Fix Copy All breaking copy in the Photos app
  • Fix crash in iTunes password dialog
  • Fix for freeze in Fast Notes
  • Fix annoying popup on Wifi network/ringtone cells in Preferences
  • Revert 1Password to value-only copying
  • Prevent Safari freeze when invoking inside a window.prompt (temporary fix)

Action Menu can be installed or updated via Cydia on a jailbreaked iPhone (iPod Touch).

skype icon Skype is updated to version 1.2 [AppStore, Free]

Skype, the iPhone and iPod Touch application through which you can call and chat with your Skype contacts, has been updated to version 1.2. There are many updates and new features.

What’s new in version 1.2:

  • Set up call forwarding from your iPhone – forward Skype calls to a phone number when you’re not signed in.
  • Improved performance and better audio quality on Skype-to-Skype calls.
  • Even easier to send text messages (SMS) – Send SMS from the Call tab.
  • Calls are connected much faster.
  • Status of your contacts is updated more often.
  • You can now decide whether you want to stay online/offline when the iPhone is  locked. We’ve added this into settings.
  • Contact groups are now supported, making it easier to see who is online and separate your saved phone numbers.
  • You can now edit the name of your saved phone numbers.
  • Added support for skype: URL schemes in Safari.
  • When creating a new account the country in your Skype profile is taken from the language used on your iPhone.
  • Group chat profile pictures are now shown.
  • You can now remove your profile picture.
  • Added a ‘Help’ link to ‘Forgot your password’.
  • Improved support for proxy configurations.

If you have done jailbreak, don’t worry. During first launch Skype will pop up a message showing that it works only on unmodified iPhones and iPods. But it is not true. It works just fine.

main mail 235x300 Mail app crashing on 2.0? There is a solution.

Is your mail crashing on 2.0 firmware?

This is generally caused after syncing your backup. This has nothing to do with jailbreaking or not. However, the fix for it is simple and is part of a jailbreak. The issue is that after syncing your backup, your mail folder is owned by root and your mail app running as user mobile does not have permissions to access it. You can fix it in SSH. But I also added a button in BossPrefs to solve it.

Step 1:Jailbreak your device

Step 2: Install BossPrefs from Cydia

Step 3: Tap “more”

Step 4: Tap “Fix User Dir Permissions”

Step 5: Sometimes, not always, you will need to load settings and reenter your mail passwords.

via sleepers.net

  • Page 2 of 2
  • <
  • 1
  • 2