23 Oct 2011

By Unknown | At 5:54 pm | Label : , , | 0 Comments
Here is CusROM and Kernel custom.
How to Inject Hyriand kernel on Simpli 1.3+cf-root kernel

1. Simpli 1.3 Firmware, u can download it from here 
2. U flash your Galaxy Gio GT-S5660 with Odin Multi Downloader v4.42 that u can download from      here
3. U need to download scripts to activate cf-root kernel that u can download from here
4. U need cf-root file, too. U can download it from here
5. U need terminal emulator to activate tweak manager that u can download it from here 
6. After u flashed it, u install root explorer that u can download from here
7. U inject the scripts to system/etc/init.d with root explorer. Then, set permissions for all to 777 or
    rwxrwxrwx.
    And, reboot your HH.
8 .Go to recovery mode by pressing Home+Power On/Off buttons
9. Install cf-root kernel u downloaded. Go to apply update zip from sdcard, then choose file cf-root
    (xrecovery).
    Mount system first, then go to install zip from sdcard, choose file cf-root (CWM)
10.Reboot your HH.10.Go to terminal.
Type this command :
su
cd /system
sh properties.sh

Back, and go to Tweak manager. Check all, except Kernel Scheduler and DT:Auto Start. Apply changes, then, u reboot your HH anymore

Enjoy it, but DWYOR (Do with your own risk) !

CMIIW ^_^

Or u can use this file, but for CWM users
U can follow these instructions below :

U need to install CWM recovery with ODIN that u can download from here
After that, u download the file from here
Then, u extract it to your sdcard/clockworkmod/backup (create folder and name it like that, if u don't have the folder)
Go to recovery mode by press power and choose recovery.
Mounts and storage, mount system. Go back,
backup and restore, restore , then u choose the file u downloaded :D

Enjoy it!

CMIIW ^_^

19 Oct 2011

How to upgrade your Samsung Galaxy Gio to GB KS2 2.3.5

Hey, guyz!
I wanna tell ya bout how to upgrade your Galaxy Gio GT-S5660 to Gingerbread Official KS2 2.3.5.

Ok, let's to the case!
:D

First, u need to download GB DXXKS2 Stock ROM from here.
wait till finish downloaded.
After that, u open the file, extract to folder u wanna.
Open Odin 4.42 that u can download it from here
Fill Select OPS with GIO OPS.
and,
Fill other files like these :

BOOT : APBOOT........
PHONE : MODEM......
PDA : CODE......
CSC : MULTI-CSC........
Let EFS & One Package blank

If u done,
u'll need to do just like below.

Turn off your phone.
Then, connect your phone to PC/Laptop
Click Start, and wait till "pass" seems.

Good Luck!
CMIIW ^_^

Install CWM recovery to your Galaxy Gio GT-S5660

By Unknown | At 8:17 pm | Label : , , , , , , , , | 0 Comments
First, u need Odin Multi Downloader v4.42 that u can download here

After downloaded it, u extract to a directory that u wanna.

And, Operate Odin Multi Downloader, then get Gio OPS v1.0 into Select OPS column,

Then, check list one package on left side.
And, Get CWM recovery file into one package column that u can download download here

Click start. Wait till "pass" appears.

CMIIW ^_^

Activate CRT Animation

By Unknown | At 8:06 pm | Label : , , , , , , , , , , | 0 Comments
I wanna share about Activate CRT Animation on my blog :D
Your HH has been rooted.


Go to system, there's build.prop
Tap and hold on the file. Then, Open in Text Editor.
*Don't forget to mount r/w system on right side.

Find :

debug.sf.hw=1

Give # into it

So, it can be like this :

#debug.sf.hw=1


Up next,
U need to decompile framework-res.apk with APKTOOL that u can download here
*Don't forget to backup your data, if there something that u don't want it happens :D

After u downloaded it, go extract it into a directory that u wanna, and name it APKTOOL.
Then, u use command prompt.bat file on the folder.
Type these commands :

apktool if framework-res.apk
apktool d framework-res.apk


After u decompiled it, u find bools.xml on folder res/value, u search line :

<bool name="config_animateScreenLights">true</bool>

Change true to false
<bool name="config_animateScreenLights">false</bool>
After u edited the data, u go back to operate command prompt.bat

Then, type :

apktool b framework-res
Have a look folder build.

U'll find file resources.arsc and other folders (Go to folder res, find file u edited).
Drag it into framework-res.apk

May this help ya!
CMIIW ^_^

How to unpack, repack, split, mkboot edit boot.img

By Unknown | At 7:22 pm | Label : , , , , , , , , , , , , , | 6 Comments
Hello, I wanna share on this blog about How to unpack, repack, split, mkboot boot.img

First, u need a file names Bootimgutils that u can download here.
After u done, u extract the file into a directory that u wanna and give it name (Like, Bootimgutils for the example)
.
Then, U grab boot.img file (U can grab it directly on onepack ROM. U can find boot.img on Code, if u use fullpack ROM)
*Don't forget to check the file permissions as executeable programs. Right-click, properties. Click on permissions tab

Go to terminal (Linux) or Cygwin (Windows)
Type these commands :

cd Bootimgutils
./split_bootimg.pl boot.img
mkdir ramdisk
cd ramdisk
gzip -dc ../boot.img-ramdisk.gz | cpio -i
cd ..

O.K. Up to ya to edit boot.img.
And, don't forget!
If u have done to change files.
U need to repack it anymore.

For that, u can type :

./repack_bootimg.pl boot.img-kernel ramdisk bootnew.img

or u can replace it.
U just need to change a command to be like this :

./repack_bootimg.pl boot.img-kernel ramdisk boot.img

*If u have backup of an original boot.img


Tips for unpack XZ compressed type:
./split_bootimg.pl boot.img
mkdir ramdisk
cd ramdisk

change your bootimg-ramdisk.gz > bootimg-ramdisk.xz.
And, then open its ramdisk content,
Drag to ramdisk directory u made before.

And, repack it
./repack_bootimg.pl boot.img-kernel ramdisk boot.img

Happy packing!

CMIIW
^_^
◄ Newer Post Older Post ►
 

www.technomonde.blogspot.com. © 2012. Delano's Blog. Powered by blogger.Theme Mod by Delanoister