Swipe to Remove Notification+Crt On+14 Toggles+Extended Power Menu [Mod] [DDKQ8]

  • Crt Off Screen Animation ( No need to check ‘All Animations’ ) [No On Screen Animation]
  • Swipe to Remove Notification (Swipe a notification Left or Right to Remove it, CyanogenMod style)
  • Lidroid’s 14 Status Bar Toggles
  • Extended Power Menus (Reboot+Recovery+Download Mode)

Here

  1. Copy the Mod to ‘/sdcard
  2. Reboot in ClockworkMod Recovery 4 or 5
  3. Select ‘Install Zip From Sdcard
  4. Select the
  5. Reboot and you’re done.

Note: You Must be on Deodexed (& hence Rooted) DDKQ8 firmware for this mod to work.

Here’s Some Screenshots

Credits:
pratyush.creed
He further credits-
Lidroid for the toggles Source
Hansip87 For the Swipe to Remove Notification Source
RomanBB for Status bar Mods

[via xda]

How to flash CF-Root kernel (Ex with BLN & swap) on Samsung Galaxy Ace (Gingerbread)

Previously we showed you how to flash CF-Root kernel on Samsung Galaxy Ace but that version of kernel didn’t include BLN & swap support. Today we are going to show you how to flash this kernel on your stock Gingerbread (versions listed below). This tutorial is not meant for new users.
If you don’t already know, CF-Root kernel is very popular kenel for Samsung Galaxy Ace. It provides many popular features like Ext4 file system & many useful scripts.As of now all the Customs Roms are based on this kernel.

Note : This is not a custom firmware. It is only a kernel for Samsung Galaxy Ace S5830 . You do NOT need to wipe anything for this patch. This will  work with KPH/KPN/DDKQ5/KPB/KPO versions of GB. Continue reading

How to flash CF-Root kernel on Samsung Galaxy Ace (Gingerbread)

CF-Root kernel is very popular kenel for Samsung Galaxy Ace. As of now all the Customs Roms are based on this kernel. Today we are going to show you how to flash this kernel on your stock Gingerbread. This tutorial is not meant for new users.

Note : This is not a custom firmware. It is only a kernel for Samsung Galaxy Ace S5830 . You do NOT need to wipe anything for this patch. This will  work with all versions of GB.

If you want the BLN version of this kernel. then refer this article:
>>How to flash CF-Root kernel (Ex with BLN & swap) on Samsung Galaxy Ace (Gingerbread)

Requirements:

  • You need to have a firmware already on your device.
  • Root

The “CF-Root-S5830-v3.7-b82-ex.zip” package also contains a modified CWM required to work with this kernel. Continue reading

The Definitive Android Cheat Sheet/Glossary

The most exhaustive & definitive Android glossary.

This entry might be outdated. For the latest updated page, go  here.

ADB: Android Debug Bridge. A utility to link the commands in the android through PC. (How to install & setup?)

  • adb.exe can be taken from the SDK (already included in the android SDK). It is in the platform-tools folder. Acess help by typing “adb help”
  • adb shell logcat = to know the log while flashing (for debugging)

ADK: Android Development Kit, used for development purposes.

AOSP: Short for Android Open Source Project, and when the term is used in ROM descriptions, it usually indicates that the ROM in question is based on the Android source code provided by Google itself, and not on some other ROM project or a company’s firmware.

APN: Access Point Name, a computer protocol that normally allows computer users to access Internet using mobile phone network.

Baseband: In communications and signal processing, the baseband describes signals and systems whose range of the frequencies measured from close to 0 hertz to a cut-off frequency, a maximum bandwidth or highest signal frequency. It is sometimes used to describe frequencies starting close to zero

Boot Loader: State in which the device can be flashed from RSD with an appropriate .sdk file that reprograms the phone into a specific ROM or update. This is typically a last resort when the recovery screen cannot be reached to make a much simpler and less risky solution

Boot Loop: simply means something is preventing the phone from completting it’s boot cycle and is stuck between the boot animation and the unlock screen, creating a looped animation. This is often fixed by either reloading a Nandroid, or reflashing a rom from the Boot Loader.

Brick or Bricked: Jargon for a completely unrecoverable device, (no more than a brick or paperweight) Refer: What is Bricking?

Continue reading

How to install Dark Tremor’s a2sd on Samsung Galaxy Ace (ext3/ext4)

This tutorial is for advanced users only. Read this tutorial before going ahead. This tutorial applies only to froyo/custom rom.

Disclaimer: We are not responsible if your phone gets damaged. Do this only if you know what you are doing.

An easier way would be to install a custom rom.

Requirements:

  • Your phone to be rooted
  • Kerned modules for ext3/ext4 (In the zip file)
  • a2sd modified.rar

Instructions:

  1. Take a backup & then partition your sd card. Format the partition in fat32 & ext3/ext4.
  2. Extract the contents of the “a2sd modified.rar” you downloaded above to the root of the sdcard.
  3. Disconnect mass storage and login to ADB shell as root (alternatively you can use the terminal app on your phone):
    Code:
    adb shell
    su
  4. Type in the following commands (try copy-paste each line then hit enter):
    Code:
    cp /sdcard/optimize/a2sd_enabler.sh /data/local/tmp/
    chmod 755 /data/local/tmp/a2sd_enabler.sh
    ./a2sd_enabler.sh
  5. To double check everything, reboot your phone and login again as root through adb, then run the following command, and find a line similar to the highlighted line in the output below:
    su
    df
    Look for this line:
    /system/sd: 1032088K total, 38512K used, 993576K available (block size 4096)
  6. If this line is present you can go ahead and do this:
    Reboot in recovery and apply “update.zip”

It also copies update.zip to the root of the sd so you can reboot and apply update.zip. This step enables a2sd.

[via xda-developers]