Search results

  1. tazzz811

    Thread Samsung Galaxy W >>> WapakRom V1.1

    Samsung Galaxy W >>> WapakRom V1.1 Features: OS: Android 2.3.6 Kernel: XXLM8 LINK OF ROM WapakRom Patch WapakRom Patch V1.0 What's inside the patch: Updated LTGB Powerscript, 14-Toggle, Theme How to Install DISCLAIMER: I'm not responsible when you brick your phone. Extra careful and...
  2. tazzz811

    Thread CoffeeBun 2.3 v2.0-Update4 -> CoffeeBun 2.3 v2.0 GXKernel 1.0

    SEE BOTTOM PART FOR THE LATEST UPDATES. FIRST OF ALL I would like to thank all Devs where i got the idea of "MIXING & MATCHING" ROMS & KERNEL until i came up to this. Credits should be given to all MASTERS here: DJ Steve, Fards, _n0p_, Maxicet & many more.... USE AT YOUR OWN RISK. SO...
  3. tazzz811

    Thread Universal Script for Android Phone

    Create 00tweaks and put all the codes inside 00tweaks then put the file to system/etc/init.d #!/system/bin/sh #remounting the file systems with noatime and nodiratime flags to save battery and CPU cycles for k in $(busybox mount | grep relatime | cut -d " " -f3) do sync busybox mount -o...
  4. tazzz811

    Thread Data to sd with dalvik-cache to ram for sga

    There are a lot of ways of moving /data to SD ext(2nd) partition. Here I'll show you an easy way to do it which is fully compatible with Samsung Galaxy ACE(and possibly other devices as well). If you don't like the method used here, try other Data2SD/ext mod which may suit your needs. Why move...