Tampilkan postingan dengan label Modifications. Tampilkan semua postingan
Tampilkan postingan dengan label Modifications. Tampilkan semua postingan

How to remove: iAds, Nike+iPod, Game Center, Stocks, & Twitter from iOS 5

Posted by Unknown Sabtu, 28 Januari 2012 0 komentar
This information has been moved to HERE as it's easier to update a single page rather than a post which appears far down my admin panel.

NeXuS


Baca Selengkapnya ....

How To Edit Any Applications Springboard Icon

Posted by Unknown Kamis, 28 Juli 2011 0 komentar
After doing this post, I realized how easily I could also change applications icons on the springboard. I'm using Ubuntu 11.04 so I had to use Gimp for the image editing.

MakeItMine has "Erica" on its icon: (top left)



I don't really care for that, so I opened iFile and started the wifi browser, entered my phones local ip in my computers browser and downloaded the icon.png from /Applications/MakeitMine.app/. Delete the icon from your phone with iFile before continuing. I then opened the downloaded png in Gimp and used the select tool to select just the area I wanted to paint over with the paint brush. I deleted "Erica" and then used the text tool to put "NeXuS". You'll then want to merge visible layers and save it. Then go back to your browser and upload the newly edited png back to your phone. iFile will rename it to icon (1).png if you didn't delete the original first (like mentioned above). Swipe and delete icon.png if you have two of them now and then click the arrow next to icon (1).png and rename it to icon.png. Save and close iFile, respring to see your changes like this:



Much better :) Sorry Erica!


Baca Selengkapnya ....

How To Edit Any Applications Name On Springboard

Posted by Unknown 0 komentar
I have a few apps that have pretty lengthy names. After installing Five-Column SB I realized that some of the apps names would border each other and it just wasn't very pleasing to the eye. So, I opened my favorite program iFiles and set out to find a solution. UPDATE: I forgot I made this post a while back, I've since installed and used Icon Renamer by Ryan Petrich. I'd recommend this wayyy before doing manual edits as its much faster.

Navigate to /Applications and choose whichever app you want to rename. In its main directory, for instance /Applications/MakeItMine.app/ you should see a file called "Info.plist". Click it and hit "Text Viewer", then find the line that says:

(the key might be named either CFBundleName or CFBundleDisplayName)

Change the name in the second line, like this:


Save and close iFile and respring to see your changes. Do not change anything else in this file or your program could stop functioning.

Baca Selengkapnya ....

How To Remove Even More Language Related Files

Posted by Unknown Rabu, 27 Juli 2011 0 komentar
Here is a small list of places you can delete more configuration files that aren't nessasary for the use of your iPhone. In any one of these locations you never want to delete a file with the "en" designation as that is short for English, of course. Also remember you can always click the "Edit" button in iFile and then put check marks next to each file and hit the trashcan when deleting multiple files. This is much faster than swiping and pressing delete on each one.

/System/Library/TextInput/
Delete every folder except for TextInput_en.bundle
/System/Library/Frameworks/UIKit.framework/Keyboard-*.plists
Delete every Keyboard-*.plist file except Keyboard-en.plist, Keyboard.en_US.plist and Keyboard-default.plist.
/System/Library/LinguisticData
Delete every folder except "en".
/Applications/MobileSafari.app
Delete every StaticBookmarks-*.plist except StaticBookmarks-AM.plist and StaticBookmarks-en_US.plist
/Library/Dictionaries
Delete three Japanese dictionaries that all start with "Shogakukan".

The final location requires editing a file with iFiles text editor. Navigate to this folder:
/System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/
Click on "KeyboardToLanguage.plist" and choose Text Viewer, then click Edit. You need to delete nearly every line, leaving only whats pictured below:



After all of the above was deleted/edited along with everything from this post, I saw some noticeable difference in how fast my iPhone reboots and its overall responsiveness, though its marginal. I gained some RAM, I'd estimate about ~15MB. I'm pretty happy with the results so if your phone is always running fairly low on RAM, these two guides could help free some much needed speediness on your device. I think the only time you'll see a difference after removing language related files is when you are starting up the mail app or something else related to text input. I just like cleaning up the phone a bit, ridding of files I won't ever use. I'm going to dig further into what else I can safely remove.

Baca Selengkapnya ....

How To Remove Langauge Packs From iPhone

Posted by Unknown Selasa, 26 Juli 2011 0 komentar
All credit for the following 'hack' goes to "JM" at a-common-hades.blogspot.com.

I followed his tutorial but had some hangups that I figured others with firmware 4.3.3 might have. So I decided to post a slightly revised tutorial here. I used the "stripped down" version because I just wanted to quickly delete all languages but English.

View either this link (full script) or this link (stripped down) from your iPhones web browser. Copy the entire code found on either page using the iPhones copy/paste feature, starting from "#! /bin/sh" and ending with "# end of script".

Open iFile and navigate to this folder /private/var/mobile and click "Edit" then + at the bottom left of your screen. Type the name "langpack2.sh", change its "Attributes" to "Regular File" and then click "Create". Now click "Done" and then click on the file you just created, open with "Text Viewer", click "Edit" then paste the code from above into it. Click "Done" and close iFile, you're done with it.

Open MobileTerminal and type the following exactly: (skip this part if you're already changed your root passwords)

su root

It will ask you for a password. The default password from Apple is "alpine" (without quotes). Then type:

passwd

It will ask you to set a new password. Make very sure you type exactly what you want your new password to be. Terminal does not display what you're typing for passwords (they call it a security measure). It will ask you to type the password again to verify you got it right. Then type:

passwd mobile

Again it will ask you for a new password and then to verify it. You can choose to have the same password for both, it doesn't matter. What you're doing making sure that no one else can access your phones files from the internet by using the default password "alpine", which everyone knows about.

Once that's complete, you'll be logged into the ROOT account. Now we can start removing the language packs. Type this exactly:

cd /private/var/mobile

then this:

chmod 755 langpack2.sh

then this:

./langpack2.sh

If everything to this point has worked correctly, you should be prompted to answer "y" or "n" to deleting all languages except English/Japanese. Just hit the y on your keyboard and click return. The process takes a little while, ~2.5 minutes for me so be patient. It will notify when its completed and how many languages were removed. You can check to make sure this worked by going to your iPhones settings menu like so: settings -> general -> international -> language. There should now only be English, Japanese (symbols), and British English.

I don't see an improvement in available RAM, though I'm not surprised by this. I don't really see any 'performance' enhancement at all. But, I also don't see why the space taken up with these useless files is necessary and its always fun to learn how to delete things that Apple doesn't want to let you by default.

Baca Selengkapnya ....

How To Get A List Of Installed Cydia Applications

Posted by Unknown Senin, 25 Juli 2011 0 komentar
If you're facing having to restore your iDevice for whatever reason. You're probably fearing trying to figure out what all the apps were you have installed from Cydia. Sure, you can view a list of them in Cydia and write them all down or create a document on your computer and type it all but who wants to do that? There's a couple of programs out there that can backup and restore your Cydia apps, some free and some that cost. Two examples I'm aware of are AptBackup (FREE) or PkgBackup ($7.99). For those of us that want something fairly simple and free that creates a file for us to view or save wherever we want, navigate to this folder with iFile:

/var/lib/dpkg/

View the file simply called "status" with the text editor option. You'll then have a list of all of your Cydia installed applications along with some useful information about each app such as installed size, who maintains the app, version number, what dependencies the app has (what other programs does it rely on), a description of what the program does (as it was displayed in the Cydia store), the apps URL homepage, author and their email address, who sponsors it, etc.

You can either email this file to yourself from iFile (viewable on your computer as a standard text document), or copy and paste into your favorite email application.

Baca Selengkapnya ....

How To Remove Nike + iPod Application From Your iPhone 4 Permanently

Posted by Unknown Minggu, 24 Juli 2011 0 komentar
The following guide was put together for firmware 4.3.3. I have no guarantees this will work on your device, but it did in fact work for me with no negative effects whatsoever.

I found this tutorial from a google search. Unfortunately it wasn't correct for some of the folder locations for my iPhone 4 with 4.3.3 firmware and it wasn't even complete or clearly put together. So, I used iFile and created a backup folder, called "Nike files", in case I got anything wrong. I put it in the folder I made in my previous post called "Deleted stock apps".

Let's get started! (make a backup folder and copy EVERYTHING you're going to delete, always!)

The following files need to be deleted:

/Applications/Nike.app
/System/Library/AccessibilityBundles/SportsTrainerFramework.axbundle
/System/Library/AccessabilityBundles/Nike.axbundle
/System/Library/PreferenceBundles/VictoriaSettings.bundle
/var/mobile/Library/Caches/com.apple.IconCache/*
<-- some sort of Nike related icon file will appear here ONLY if you had the Nike+iPod app turned on in settings. Skip this if you did NOT have it on. /System/Library/SpringBoardPlugins/NikeLockScreen.bundle
/System/Library/PrivateFrameworks/SportsTrainer.framework
/System/Library/PrivateFrameworks/SportsVoices.framework
/System/Library/PrivateFrameworks/SportsWorkout.framework


That completes the list of files to delete. Now we must tell the settings menu to forget about the Nike+Ipod application, as it will still be listed there.

Navigate to \Applications\Preferences.app\ and find the file "Settings.plist". Click it and select "Text Viewer". Scroll down nearly to the bottom of this document and find the following grouping:

Delete EVERYTHING IN THE WHITE BOX and NOTHING ELSE!!!

Once you've done that, it should look like this:

Now click "Done" in the upper right corner of the keyboard and then click "Save" in the upper right corner of your screen. You should not get any errors, if you do... click "Cancel" in the upper left corner of your screen, it will re-load the file, then edit it again as above.

Close iFile when the above steps are complete. Respring your device and POOF! Nike+Ipod is gone forever (unless you restore all of these files you hopefully backed up). If all is well, its your choice to keep the backup files. I deleted them.

Baca Selengkapnya ....

How To Remove Stocks And Game Center Using iFile

Posted by Unknown Sabtu, 23 Juli 2011 0 komentar
I find it annoying that Apple thinks they can dictate what I can delete from my own phone. When you buy a iDevice it comes with pre-installed software like Stocks, Game Center, iBooks, and others.

Today, you're going to learn how to delete those applications safely and permanently.

NOTE: The following guide is written for firmware 4.3.3

Go to Cydia and search for iFile. Install as usual and respring. Once your iPhone restarts, find the new icon for iFile and click it.

Follow these steps exactly:
(Just repeat steps for all applications you wish to delete)

1. Click the upper left button in iFile to go back a directory until you're at "/".
2. Click the upper right button "Edit" and then the bottom right "+" sign to create a new directory.
3. A page will come up, name the new directory "Deleted stock apps" and then tap "Create".
4. If it sends you into the new folder, hit the upper left button again to go back to the "/" directory.
5. Click on the "Applications" folder. Here you will see a list of all the apps you have installed.
6. Click on the upper right button "Edit" and then scroll down till you find Stocks.app.
7. Check the circle next to Stocks.app and you'll notice a new icon on the very bottom right of your screen, it looks like a clipboard, click it and choose "Copy/Link" and then click "Done".
8. Click the upper left button to go back a directory, click the "Deleted stock apps" folder.
9. Click the upper right button "Edit" and then click the bottom clipboard button and choose "Paste".

You've now created a backup of the app to use in case you need it again, but its ignored by the OS for now. Please continue the following the steps:

10. Click the upper left button to go back a directory and then choose the /Applications directory again.
11. Scroll down to Stocks.app and swipe it from left to right to bring up the delete option.
12. Navigate to /System/Library/AccessibilityBundles and delete "Stocks.axbundle"

You can now hit the home button and return to your Springboard where you will notice the app is still listed but the icon is white. Respring your device and POOF! the app you deleted is entirely gone!

I researched this for a hour and kept finding videos and post saying you had to do this is in this folder:

/var/stash/applications

However, this folder didn't exist (even with hidden files set to show). I'm guessing on older firmware, the applications folder was there and not on root? I have no idea, but these steps worked for me. I don't suggest doing this unless you have a iPhone 4 with firmware 4.3.3 as I can not promise this will work on any other device and firmware.

Baca Selengkapnya ....

How To Jailbreak Your iDevice (Simple Method)

Posted by Unknown Minggu, 17 Juli 2011 0 komentar


There are many choices these days on what to use for unlocking your iDevice. My weapon of choice, so to speak, is the super simple www.jailbreakme.com unlock from developer Comex. All you need to do is go to that url via Safari on your iDevice. If your device and firmware (4.3.3 or lower) are compatible, the website will tell you this, then you'll see a screen that mimics Apples App Store. Simply click "Free" and then "Install" and you'll be taken back to your Springboard so you can watch the magic happen. Cydia is being installed and the entire hack, or whatever you want to call it, takes less than 20 seconds, typically.

I can remember jail-breaking my iPhone 3G way back when you had to use USB and hold these buttons for this long and wait several minutes for the jailbreak to work, if it even did. There sure were a lot of bricks and angry people back then. Jail-breaking has come a lonnnnggggggg way since then.

Thank you so much Comex!

Baca Selengkapnya ....
Trik SEO Terbaru support Online Shop Baju Wanita - Original design by Bamz | Copyright of apk zenonia 5.