Thứ Sáu, 22 tháng 8, 2014

Website changes and new look

So as you all know, the website has been pretty much dead for the past 3-4 months due to my high inactivity and lack of new content such as roms, kernels and themes for the Galaxy Y GT-S5360. A big thanks goes to who has just recently started taking my place in posting new content for the Galaxy Y while I was away from the blogging world and I would like to mention that I will also begin making new posts and upload videos again for the last few roms and themes that were missed out.

The other news is that this website will now have support for the new Galaxy Young (S6310) model. You will see roms, kernels, themes, tutorials, tips and tricks posted for it as well as videos in the YouTube channel. Since the phone is very affordable and is not bad at all for its budget price, you could even consider upgrading to it if you are on a very tight budget.

Also, if you haven't noticed already, the website now has a new look. This was done so that all three archive projects can now have the same look. It is possible that you may encounter 404 error pages and small glitches in the first few hours until the new template is succesfully implemented to the blog.



Thứ Sáu, 15 tháng 8, 2014

Inspire Holo Version ROM for Samsung Galaxy Young Duos (GT-S6312)

If you are tired of the TouchWiz look on your Galaxy Young Duos, then you may want to try out something new. Something like this Inspire Holo version ROM developed by xda member vlc07.

As you can see in the screenshots below, the rom has been given the Holo look. Something like running an AOSP rom or CyanogenMod10 on your Galaxy Young. Not only does this rom offer you a different look, it also offers some additional features. For a list of all the features, read the list below.

Features:

  • Complete Holo themed
  • Stock 4.1 AOSP Trebuchet Launcher
  • CyanogenMod wallpapers
  • Rooted


  • Deodexed
  • Samsung Bloatware removed
  • Holo Calculator
  • Holo Calendar
  • No Statusbar SIM icons to take up space
  • Stock Android 4.1 AOSP experience
  • Customized boot animation

  • Screenshots:


    Download ROM - Click here.

    Installation:

    1. You must have CWM Recovery installed in order to flash this rom succesfully. If you still haven't done that, you may check out this post.
    2. Download the ROM to your sdcard.
    3. Power off your phone and boot into CWM Recovery.
    4. Choose wipe data/factory reset.
    5. Go to mounts and storage and mount /system if it is not mounted.
    6. Choose install zip.
    7. Choose choose zip from external sdcard.
    8. Choose the ROM zip file.
    9. Choose Yes to confirm when asked.
    10. After the installation is complete, go back and choose reboot system now.
    Source: xda

    Chủ Nhật, 3 tháng 8, 2014

    Solution to CWM Recovery v6.0.53 flashing error on Samsung Galaxy Y GT-S5360

    Hey guys! So almost all Cyanogenmod 11 users know that CWM Recovery v6.0.53 was released for flashing cyanogenmod 11 roms after 20140723 as it was necessary to format system to MTD system. But many got the error saying "This package is for totoro your device is GT-S5360" and then we finally get the error saying "Installation Aborted". So here is the solution to the problem.

    Instructions to solve problem:-

    1. Extract the CWM Recovery 6.0.53.zip
    2. Go to META-INF/com/google/android/
    3. Open the updater-script file using notepad in the folder
    4. Remove the following lines. These are the first 3 lines of the updater-script
    assert(getprop("ro.product.device") == "totoro" || getprop("ro.build.product") == "totoro" || abort("This package is for \"totoro\" devices; this is a \"" + getprop("ro.product.device") + "\"."););
         5.  Save the changes in updater-script
         6.  Now zip the folder
         7.  Transfer it to the root of your Sd Card
         8.  Boot in recovery mode and then flash the new CWM Recovery v6.0.53

    Posted by Manik Chhabra