Showing posts with label Tips. Show all posts
Showing posts with label Tips. Show all posts

Everything about Jailbreaking - App! (Cydia)

For the new jailbreakers, this App will definitely help you out and let you know everything about the jailbreaking process!
iAm Jailbroken features a main page that has so many links available to you that you will be knocked off of your feet by all of the information you learn about being jailbroken. If you're already a jailbreak wizard, you might find this information redundant. This application is intended for the newbies that just started and want to learn more about what's possible,




The iAm Jailbroken Tweak is available at Cydia!


Read more here!

Read more: http://www.iphone4jailbreak.cc/2011/11/everything-about-jailbreaking-cydia.html#ixzz1eQPYxgIH


របៀបដំលើង​ភាសារ​ខ្មែរ ចូលក្នុង SE X8 ( how to install khmer on Sony Ericsson X8)

ខ្ញុំ​បានអាន​នូវឯកសារ​របស់​សមាជិកមម្នាក់ក្នុងក្រុម CAUG (Cambodia Android User Group) ស្តីអំពីការ តំលើង ភាសារដែល​អាច​មើល​បាន​ត្រឹម​ត្រូវ ដាក់ចូល​ទៅក្នុង​ទូរស័ព្ទ Xperia X8 របស់​ក្រុមហ៊ុន​សូនី។ សូមមើលជំហ៊ាននៃការធ្វើតាមលំដាប់ដូច​ខាងក្រោម៖

  1. ជាដំបូងអ្នកត្រូវតែ Root ទូរសព្ទ័ Sony Ericsson Xperia X8 សិន តាមរយៈ ទីនេះ
  2. បន្ទាប់មក ធ្វើការដំឡើង xRecovery តាមរយៈ Document ក្នុង Group CAUG in Facebook
  3. ហើយ ធ្វើការ Download Custom Room Ginger DX v0.19តាមរយៈតំណ http://www.megaupload.com/?d=P0BZ9Z9L
  4. រួចសូមធ្វើការ Download Font តាមតំណដូចខាងក្រោម http://www.mediafire.com/?j4l351fk8les2k2 និង Download Library File តាមតំណ http://www.mediafire.com/?282k9z968wr2i61 ប្រើប្រាស់កម្មវិធី RootExplorer ដើម្បីធ្វើការ Copy File libski.so ចូលទៅកាន់/system/lib ឲ្យ Overwriteនិងធ្វើការ Copy font Nokora.ttf ទៅដាក់ក្នុង /system/fonts
  5. ជាចុងក្រោយអ្នកធ្វើការ Copy font Nokora.ttf មួយទៀត រួច ធ្វើការ Rename Nokora.ttf ទៅជា DroidSansArabic.ttf ហើយCopy ទៅដាក់ក្នុង /system/fonts ដដែល ឲ្យ Overwrite ជាការស្រេច។
បានសាកល្បងដោយ Mr. ជាង សេងងួន សមាជិកក្រុម CAUG

របៀប​បញ្ជូល​ភាសារ​ខ្មែរ​ក្នុង​ Xperia Ars S និង​ root មិនបាច់​ Unlock bootloader

កាល​ពី​លើក​មុន​ខ្ញុំ​ធ្លាប់​សរសេរ​ម្តង​ហើយ​អំពី​ការ​បញ្ជូល​ភាសារ​ខ្មែរ​ដាក់​ក្នុង Sony Ericsson X8។ ពេល​សូម​ណែ​នាំ​ពី​របៀប​ ដែល​ត្រូវ​ធ្វើ​លើ​ Xperia Arc S ម្តង។
ដំបូង​យើង​ត្រូវ​មាន​ ឯកសារ​សំខាន់ៗ​ចំនួន​២ គឺ

តំបូង​ត្រូវ​ root ដោយប្រើ​ DooMLord_v2_Root_zerdRush-busybox-su.zip។ ចំពោះ​របៀប​ធ្វើ​គឺ​ដូច​ជា​ ការ​root Motorola Razr ដែរ។ 

ក្រោយពេល​ root បាន​សំរេចហើយ គឹត្រូវ​តំលើងខ្មែរ render engine នឹង font។ ចំនែ​ករបៀបធ្វើវិញគឺ​វា​មិន​ខុស​គ្នា​ពី​អ្វី​​ ពី​របៀប​តំលើង​អក្ស​ខ្មែរ​ក្នុង X8 នោះទេ។


How To Enable Hidden iTunes Notifications On Mac OS X

Turns out there an iTunes Dock setting for the Mac, hidden deep inside the new Lion OS. Once activated, the Dock will produce a pop-up notification of which iTunes track is currently playing. Although you can program Growl, a useful little utility, to show similar notifications, you may prefer having the native one found in Lion.
The feature is only available to those running the latest Lion OS X 10.7.  It just need to be activated. After following a few simple steps, a window will appear above the iTunes icon on your Dock each time a new track starts, displaying the artist and song title.  The notification window will automatically remove itself after a few seconds.
Here’s how to activate it now:
Step 1: Quit iTunes.
Step 2: Open Terminal (Found in Macintosh HD > Applications > Utilities).
Step 3: Copy and paste the following command:
defaults write com.apple.dock itunes-notifications -bool TRUE;killall Dock
Step 4 (Optional): You can customize it even further by adding the iTunes icon inside the popup along with the song info. Just add the following command:
defaults write com.apple.dock notification-always-show-image -bool TRUE;killall Dock
Step 5: Open iTunes and give it a try!
I’d like to think that I’m familiar with every song in my iTunes library, but decided to try the feature anyway. At first I thought it would be distracting, but found it unobtrusive and actually pretty cool! I think I may go ahead and keep it for a while. The process is completely reversible, anyway. If for any reason you’d like to deactivate the feature, simply follow these steps:
Step 1: Quit iTunes.
Step 2: Open Terminal.
Step 3: Copy and paste the following two lines:
defaults delete com.apple.dock itunes-notifications
defaults delete com.apple.dock notification-always-show-image;killall Dock
Keir Thomas discovered this handy little feature and shared it on Mac OS X Hints. He mentions that when he found the tweak, it came bundled with options allowing you to change the size (height and width) of the notification window. Apple could have been working on a new notification system to use with OS X applications but may not have been ready to make it official.
Bookmark this page, or save the instructions nearby in case you’d like to experiment with the hidden tweak.


How To Downgrade iOS 5.0.1 To 4.3.5, 4.3.3, iOS 5 On iPhone 4, 3GS, iPad 2, 1, iPod Touch

Apple released iOS 5.0.1 in order to combat the iOS 5 battery life issue, but some users are looking to downgrade to an earlier version of iOS because the latest version doesn’t have an untethered jailbreak yet (and probably won’t have soon). This article will guide you to downgrade iOS 5.0.1 to a lower version.
Downgrade 5.0.1 To 4.3.3 - 4.3.5 - 5.0
If you don’t have SHSH saved for your versions then there is no use of reading this article as the downgrade is only possible if you have SHSH saved for the particular version. The saved SHSH versions can be checked out by opening Cydia and checking on top.

Downgrade 5.0.1 To 4.3.3, 4.3.5, iOS 5.0:

STEP 1: Connect your iPhone into your PC and then put it in DFU mode. To put the device in DFU mode first turn it off, press and hold Home and Power buttons together for about 10 seconds, let go of the Power button while holding the Home button for another 10 seconds, then if the screen goes completely blank, you are in DFU mode.
STEP 2: Navigate to Windows > System32 > drivers > etc on PC.
C:\Windows\System32\drivers\etc
On Mac, navigate directly to etc.
STEP 3: Locate a file named hosts and make a backup copy of it then open it up with a text editor.
STEP 4: Add this code to hosts and save the file:
74.208.105.171 gs.apple.com
STEP 5: Click on iTunes and select your iOS device from the sidebar. While holding the Shift on Windows or Alt on OS X key, select Restore and choose the firmware file which you wish to downgrade to (download all iOS version from here).
iTunes will till you that it will talk to Apple servers but actually it will talk to Cydia servers.
STEP 6: If you receive Error 10xx after doing the previous steps, you may need to use tools likeTinyUmbrella or RecBoot to get out of DFU mode.
Now finally you’ve downgraded your device successfully. Don’t forget to revert the changes you made to hosts file in Step 4 above to receive future iOS updates normally from Apple’s servers.

របៀបបង្កើត Apple Store ID Free Free

របៀបបង្កើត Apple Store ID Free Free សរុបមាន ៩ ជំហ៊ាន


1 - រើសយក Create New Apple ID

(http://img843.imageshack.us/img843/8506/picture001d.png)


2 - រើសយក Singapore

(http://img36.imageshack.us/img36/1312/picture002p.png)


3 - ចុច Agree

(http://img46.imageshack.us/img46/533/picture003z.png)


4 - ចុច Agree

(http://img254.imageshack.us/img254/3899/picture004n.png)


5 - ដាក់ Email និង Password (Password ត្រូវតែប្រើអក្សរធំ1 លាយជាមួយអក្សរតូចៗ និង លេខផង សរុបតិចបំផុត ៨ខ្ទង់)

(http://img204.imageshack.us/img204/2669/picture005j.png)


6 - បំពេញសំនួរ ចម្លើយ និង ថ្ងៃខែឆ្នាំ កំណើតអ្នក

(http://img854.imageshack.us/img854/734/picture006c.png)


7 - Payment Card រើសយក None

(http://img196.imageshack.us/img196/1511/picture007t.png)


8 - បំពេញ ភេទ, ឈ្មោះ, អាសយដ្ឋាន, Postal Code, Phone រួចចុច Next

(http://img405.imageshack.us/img405/9196/picture009h.png)


9 - ចប់សព្វគ្រប់ហើយ សូមចូលទៅកាន់ Email របស់អ្នក ដើម្បីបញ្ជាក់ការបង្កើត Account

(http://img510.imageshack.us/img510/8932/picture010h.png)

Install Deb Files From Cydia [Guide]

Did you ever wanted to download a tweak on your PC and store it’s files for a later use or maybe backup? Here is how to do that by downloading the deb files from Cydia. According to Ultrasn0w.ca


Cydia
Of course you will need a jailbroken device to do this.

Install deb files from Cydia [Tutorial]

STEP 1: Connect your iPhone to the PC via FTP or another iPhone file utility.
STEP 2: Go to /private/var/cache/apt/archives.
STEP 3: Download any tweak or app you desire but don’t reboot or restart springboard.
STEP 4: Refresh the /private/var/cache/apt/archives directory, and you should see your .deb file ready for download.

Install deb files from Cydia [Video]