Showing posts with label Root. Show all posts

Tinted status bar Module

Tinted Status Bar [BETA]

This module is in beta (revision 8). Expect bugs on untested devices. 
Tinted Status Bar allows you to change the status bar colour based on the currently running application.
As of BETA 5, this is done automatically for apps that have a standard Action Bar. If an application does not change the status bar colour, configure it to do so manually in the settings app, the values in this spreadsheet will help you: https://docs.google.com/spreadsheet/ccc?key=0AibKJwYV-sTfdF9MZmk3a1JqZ2Z...

Special Thanks to the Creator  =MohammadAG

                   

How to Install Xposed Framework on Karbonn A30


Let me introduce the Xposed framework, which gives you the possibility to modify your ROM - without modifying any APK (developers) or flashing (users)! 

Some technical details:
I extended the /system/bin/app_process executable to load a JAR file on startup. The classes of this file will sit in every process (including the one for system services) and can act with their powers. And even more: I have implemented something that allows developers to replace any method in any class (may it be in the framework, systemui or a custom app). This makes Xposed very powerful. You can change parameters for the method call, modify the return value or skip the call to the method completely - it's all up to you! Also replacing or adding resources is easy, thanks to many helpers in Xposed's API that developers can use.

Advantages:
  • No need to modify any APKs. This means:
    • No need to decompile, change things in smali, compile, sign, ...
    • It will work for odexed and deodexed ROMs.
    • Your mod is not bound to a specific version of the ROM. Unless there is a major change in the methods called for a certain functionality, your mod will continue to work even when you upgrade your ROM. Many modules work for a wide range of ROMs from different vendors.
    • Multiple mods can be installed at the same time, even if they modify the same app. So you can use these battery icons and those quick toggles. Even hooking the same method twice is possible. Of course, this only works properly if the mods are not trying to do incompatible things.
  • It does its magic at runtime. That means that developers can implement settings and do changes based on them (instead of statically forcing a certain behavior). Or you can have some extra logic for certain ROMs, without building different mod versions.
  • It can be disabled easily without having to reflash.
  • It's open source and free (as in beer and in speech).
How to install:
First step for everything you do: Create a nandroid backup and make sure you know how to restore it!
I'm not responsible for anything you do with your phone/tablet/rice cooker.
There is also the risk to soft-brick your device. In such a case, see below for ways to recover from it.

Installation of the framework:
  1. Download the Xposed Installer APK and install it
  2. Launch the Xposed Installer, go to the "Framework" section and click on "Install/Update"
  3. Reboot
  4. Done!

You can verify this by starting the Xposed Installer again and making sure that the numbers in the "Framework" section are green.
If app_process jumped back to an older version (or none at all), you probably have a ROM with S-On or similar, which reverts any changes to /system after a reboot. Use installation via recovery in such cases.

Installation of any modules:
  1. Download <module>.apk (e.g. via the builtin repository browser) and install it
  2. Launch the Xposed Installer and go to the "Modules" section (you will also get there if you click on the notification warning you that the module is not enabled yet)
  3. Enable the module by checking the checkbox
  4. Reboot
  5. Done!
(note that you can install the framework and enable/disable multiple modules at once and reboot afterwards)


Thanks to:
Tungstwenty for his many contributions, both in code and thoughts
XDA admins, news writers and supporters for making Xposed known to so many people
Main thanks to rovo89



Download Link

How to fix Bluetooth Error in Karbonn A30 Stock Rom

How to Fix Bluetooth Error 

In the 4.2.2 rom for Karbonn A30 there is a Major issue that we can`t bear is the Bluetooth issue.Due to this we can`t  Send or Share Any file with other Bluetooth supported Device .So Robin ck is here to Give you Step by Step Guide to Fix this issue. 

So lets Get Started 
Pre-requirement
  • Rooted device
  • Any other Working rom
  • Root Explorer (Es file manager)

How to do so:-

  1. Open other working rom in zip explorer
  2. then go to System>App
  3. Now Copy MTKBt.apk 
  4. Now do to your Device>System>App
  5. past the copyed file here click on Replace it dialog box appear
  6. now Select the file go to Properties and change permision to    -rw -r -r                                                                                                  owner             tick                    tick           Blank                                                                                        Group             tick              Blank                         Blank                                                               Other              tick           Blank                Blank                                                                                                   
  7. now click ok and reboot 

                                      Enjoy Its done ;-)


 

How to Change Boot Animation of Karbonn A30


Boot Animation 

The Android boot animation is contained within a an uncompressed zip file called bootanimation.zip that can be found in the media folder of the system partition i.e. /system/media on the internal memory of the device. This single file contains all the information required to play the boot animation, and is loaded automatically when the device boots. Thus, customizing or changing the boot animation is simply the process of editing or replacing this file.

Inside The Bootanimation.Zip File

This section is for those interested in finding out how the Android boot animation works. If you just want to install one without bothering yourself about what’s in the file, feel free to move on to the next section, as this one will get a little technical. Though it should be easy and simple enough for anyone to grasp.

While the Android boot animation might appear to be in a video format during playback, it is in fact a little different. If you extract the contents of the bootanimation.zip file to your computer, you will see:
  • A desc.txt file
  • A part0 folder (Contains PNG images named in incremental numbers)
  • More part1, part2 etc. folders (May or may not be present)

As you can see, bootanimation.zip merely contains one text file and one or more folders with PNG images. The animation is played simply by displaying the images in a sequence, and the text file defines how they are to be played. In essence, first the PNG files in the part0 folder are displayed one after the other and afterwards, those in the part1 file – if it exists – are displayed, again one after the other, and so on. All of this is defined in the desc.txt file.

How To Change It

Pre-requirement
  • Rooted Karbonn A30
  • Any Root Explorer
  • I Prefer Es File manager
  • BootAnimation.zip That you want to change with

How to Do that

  1. Open Root explorer
  2. Go to Device>System>Media
  3. Now paste the new BootAnimation.zip 
  4. If it say to Replace then Click Yes
  5. Now reboot

                                    Enjoy the New Boot Animation;-)