Popular Posts


Gnome 3

Get your 'Delete' button back!

Fedora 15 + Eclipse = Android SDK

Setup Android SDK with Eclipse on your Fedora 15

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

07 October 2009

Pro Evolution Soccer (PES) 2010



Heh. My internship is gonna be fun with a lot of time will be wasted on PES 2010, at least not for now. :D

We can expect PES 2010 will be released on 23rd Oct 2010 for PC, PS3, PSP and Xbox 360. Demo was released few weeks before. You can download it here.

PES without a patch is a sin. LOL. Get ur patch here. The instruction also provided. But from the comment, look like a poor instruction. I just finished downloading the demo, patch,afs etc. I will try make up my own instruction later.

Video


For more details, refer here n here

My guide for patching :

In general view, what you do is, u extract (by using AFS explorer )the orignal file, dt01.img, patch up with added file(file inside fp01.img folder,etc), and compress again. Files that u need to patch up are :

orignal file with patch(file inside the folder)
dt01.img w pf01.img
dt05_e.img w pf05_x.img (change "x" into "e" if u use english.e,g. pf05_e.img)
dt06.img w pf06.img
dt07.img w pf07.img
dt09.img w pf09.img

1.Extract the PESEdit.com 2010 Demo CL Patch.7z. To prevent the confusion, rename the folder inside the extracted folder to "Patch". inside the Patch folder, u will see "img" folder and "pes2010_cl.exe"
2. Go to our demo installation directory. Copy all file in the “img” folder directory into our Patch folder.

3.Patching process. if a window popup mention about rebuilding, just click YES. For the name file that need to be save, refer above. In our "Patch" folder, open dt01.img with AFS. Refer above, dt01.img patch with pf01.img. So, once u open dt01.img with AFS(see pic b), import folder, find pf01.img folder, and press ok. see pic .then OK. Once again popup need to rebuild, save the file name as pf01.img

3. next, dt05_e.img. like the above step, open with AFS, import folder pf05_x.img. then change "x" to "e" for english.need to rebuild popup, click ok, save the file name as pf05_e.img
4. Proceed with patching dt06.img,dt07.img,dt09.img. refer to above.
5.open with pes2010_cl.exe.



Done.

04 October 2009

Jailbreak for iPhone OS 3.1

I did not take credit for this. Credit to vagetaqtd in xsellize due to his effort to create custom firmware for windows user.

It's for 3G only. 3GS coming soon. I'll keep post updated.

3G iphone 768mb Activated:
http://rapidshare.com/files/28068524...ated.part1.rar
http://rapidshare.com/files/28066104...ated.part2.rar


3G iPhone 768MB Unactivated:
http://rapidshare.com/files/28072641...ated.part1.rar
http://rapidshare.com/files/28072985...ated.part2.rar


3G iPhone 1GB Activated:
http://rapidshare.com/files/28074453...ated.part1.rar
http://rapidshare.com/files/28075101...ated.part2.rar


3G Iphone 1GB Unactivated:
http://rapidshare.com/files/28076041...ated.part1.rar
http://rapidshare.com/files/28075102...ated.part2.rar

Different between activated and unactivated?
ACTIVATED: For people who are not on official carriers and cannot activate using itunes.
UNACTIVATED: For people who are on official networks that can activate using itunes

What is 768Mb and 1Gb? 768Mb is root partition size. Bigger mean, u can install more apps from Cydia/Icy.

Steps
1. You need to jb or pwnd 1st before u can use this custom firmware. Meaning, u must be in jailbreak state 1st before u can proceed. Example, I currently on jb 3.0, therefore I can procced with this custom stuff.
2. Once downloaded, extract, and on iTunes, "Shift + Restore ", do not press "Shift+Update".
3. Done.

If you are on Maxis carrier, use unactivated.

13 September 2009

Custom Ringtone

To all my peeps out there who does not know how to create custom ringtone, here is the guide. (Is it a guide? LOL)

Use iRinger. Download here. It's for windoze.



Pretty simple, just import any song. Then, cut any part of the song you want to,next, export. This app will automatically export the ringtone to iTunes.

Or, you can use Anyring from cydia, but, I recommended this one. Less hassle.

02 September 2009

Tlert : Quick Reply SMS

When I received SMS, it take 2-3 seconds delay in order to open default SMS app. Duhh. Quick solution, I use Tlert + Popup Blocker

Tlert : SMS the way it should be. With less interference on your screen, a more pleasing UI, and LANDSCAPE replies from any app, including the Lock Screen!

Popup Blocker : an application that allows you to control just about every popup that you could get on an iPhone and/or iPod touch. Once installed, you can get to the app in your stock Settings application. Here you have the options to enable/disable the application, Block Away Items, turn on/off Wake On Alert (this turns on your screen when you receive an alert) and set Alerts.



What you need?
1. Intellishared
2. Tlert
3. Popup blocker

Those are cracked apps. Credit to studyguy1.

You can use AutoInstall method like I mention before or for manual installation :

dpkg -i (filename).deb

Replace filename with the file name you downloaded above and WITHOUT "()".

Reboot/Respring.

You NEED Popup blocker in order to block default SMS popup. Once you installed Popup blocker, go to Setting > Popup Blocker, and disable SMS notification.

-------------------------------------------------------------------------------------
Theme

Matte for Tlert theme by ericatha from mactheme.

Refer to ericatha post.

12 August 2009

Sorting by column using awk

Awk is an powerful command language that allows the user to manipulate files containing columns of data and strings. Awk is extremely useful, both for general operation of Unix commands, and for data reduction (e.g. IRAF).

After using copy and paste method (why I dun think about awk before?) to sort my data, I remember in my Fedora days by using, awk,sed,grep etc.

As you can see, I only want the group of numbers which in red line box. How do I do that? Awk.
awk avaiable straight away from your terminal for Unix or gawk for Win.

Example, in your terminal (I'm using cygwin) :

awk '/Z/ { print $5 } [file name] > output.txt

/Z/ -> Find line only contain Z

print $5 -> Print 5th column

[file name] -> input file without []

> -> extract to. In this case, extract to output.txt

Result,




You can refer here for more example.

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More