!-- Start of shorte.st banner code by vishal-->
ROM'S SCREENSHOT ARE IN BELOW
****FEATURES OF THE ROM *******
1. TRANSPARENT AND AWESOM UI
2. TRANSPARENT UI
3. X-BATTERY MODE
4. X- STATUS BAR TWEAKS
5. X- STATUS COLOUR CHANGER
6. AWESOM ANIMATION
7. SOUND QUALITY IS JUST FAB....
8. COMPLETE 2-3 CIRCLES BATTERY WILL BE BETTER ABOUTHOURS
9. CUSTOMIZED APPS
10. TRAILED APPS VIEW
11. MODED SETTINGS .APK
12. ADDED ORIGINAL ROM MAKER NAME
13. 360+ THEMES
14. NO LAGS AT ALL
15. ADDED DPS MANAGER_VIPER4X
16. XPOSED WORKING
17. CAMERA IS BETTER
18. ANDROID 5.0 LOLIPOP
19. YOU CAN EDIT EVERYTHING
20. DISCOVER YOURSELF
BUGS:-- STILL NO BUGS FOUND.. IF YOU? COMMENT HERE
WHOLE PORTING_CUSTOMIZING CREDITS :- ME (VISHAL KAUSHIK)

link for rom :--- DOWNLOAD

I knew the code to be added, but I was adding it in wrong file, then i figured it out and mod was complete

I looked back and remembered that Sniper Killer suggested me to try custom layout and smali editing. I knew, it was nothing to do with smalis, duh. Just a simple ImageView Tag it was. But the Custom Layout thing was true

Guide

1. Download the SettingsSource.zip

2. Decompile your Settings.apk

3. Extract contents of SettingsSource.zip to respective folders in Settings.apk

4. Open /res/xml/device_info_settings.xml

You'll see several <Preference android:title tags

Add this just a line above the first Preference tag:

Code:
<PreferenceCategory android:layout="@layout/areebisawesome" android:key="blah" android:title="" />
Finally, it will look like this

Code:
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen android:title="@string/about_settings"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <PreferenceCategory android:layout="@layout/areebisawesome" android:key="blah" android:title="" />
    <Preference android:title="@string/model_number" android:key="device_model" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />

Save the file

5. Now,go to /res/drawable/

There, you'll see cosmic.png Change it to any png of size 320x200 You can change this size description in /res/layout/areebisawesome.xml

6. Recompile the apk

7. Enjoy

Preview in the last.. ;)


SettingsSource.zip

And if you want a method for changing the image on clicking, my I found a very easy to follow way for that :

http://forum.xda-developers.com/show...1&postcount=36

Like us on facebook link:--

Http://www.facebook.com/micromaxu2



Source :- xda

Thanx to:- me (vishal kaushik)


Soft Brick vs Hard bricked vs Broken of an Android device
and repair your own device
Soft Brick:
Soft brick is the state of android device which occur due to some software problems like boot loops or phone freezing at some point during boot. This only occurs if some software problem occurred in the device mainly during OS upgrade or ROM flashing.

If your device is in such state then you are luck there are 99% chances that you can recover your beloved device without needing any professional help or spending hundred of dollars. Just follow those steps
http://www.micromaxunite2.net/2014/09/how-to-flashrestore-stock-rom.html

Hard Brick
Hard brick is the state of android device that occurs when your device won’t boot at all i.e. no boot loop,no recovery and also not charging. This occurs due to trying to flashed firmwere not made for your device or flashed incorrectly. This is more difficult to resolve and often require professional help.

in MTK Android there is many Partitions in your phone. like Preloader, Recovery, Bootimg etc….. if somehow Preloader get Corrupted then you phone will not able to DETECT WITH PC !!! in other words you will have phone with BOOT DEAD.

How Preloader get corrupted ?
There could be few reasons but main reason could be that someone or you Flash your complete phone (include Preloader) with wrong files or with wrong ver. Also there could be reason someone Delete Preloader or you Deleted.

How could i know my phone have preloader dead ?

Preloader can be dead if some one Flash it wrong and after flash your mobile will not detect with pc any more. for confirm
1.sp flash tools does not detect your phone anymore and also the computer does not as there is a pop sound when usb is connected to device
2.open device manager
take battery out from phone
insert usb
insert battery
and check is computer detecting any device

If it’s not detect then you have phone which Preloader is dead AKA Boot Dead

How can i repair it ?
requirement
1.screwdriver (by which you can open the screw from handset)
2.bricked device
3.a usb cable
4.a copper wire( for sold test points)
5.a pc with sp flash tool,mtk drivers and stock firmwere for your mobile

now you have to disassemble your phone and take pcb out. check there should be some Golden points. check these points there should be written on them Rx,Tx,GND,Vcc,Vcharge etc… check there should be written “COLO” or “KOLO” or“KCOLO” you have to Sold that point with GND After Sold Attach usb now your phone will detect with USB !! and now ready to Flash.
In some phones “COLO” or “KOLO” or “KCOLO” not written for those type of phones you have to test all points one by one Short Golden point with GND and attach usb cable which point short with gnd can able to detect your phone by pc isForce Preloader Mode Test Point !! Keep in mind Don’t Short Vcc,Vcharge or any other pin which have 4.x Volts also i had tested “Colo” or “Kolo” or “KCOLO” don’t have any kind of volts.

hear the two images are taken from 2 different device for identifying the GND and COLO OR KOLO OR KCOLO points
See below for images :) tx for visit

Broken
Broken Broken is a state of android device that occurs when any hardware component of device break down. This may occur due to electrical over charge, device dropped, water spilled etc. This require the electrical component being repaired or replace and does not occur due to any non supported software installation.

Credits: Me (vishal) https://www.facebook.com/micromaxu2
data and the images are collected from google and TELECOM INOX (Mobile&Laptop Repairing Training Institute)

like us on facebook :)


What is updater-script?

updater-script is a file written in edify script language which instructs the recovery to perform certain tasks.
updater-script is located in /META-INF/com/google/android/updater-script in flashable zip
Some basic rules:

Every statement must end with a semicolon (;)
Comments must start with #
Strings must be delimited by double quotes (” “)
Functions used:

ui_print(” “) – Prints string enclosed in double quotes. You can write anything between double quotes.
Example: ui_print(“Formatting partitions…”); will display Strings between double quotes i.e. Formatting partitions…

show_progress(fraction, seconds) – Shows progress bar over a period of seconds. Use 3.14 in fraction and total seconds required to complete flashing in seconds.
Example: show_progress(3.14, 100); will advance progress bar from 0% to 100% in 100 seconds. If flashing takes 20 seconds to finish then use 20, if it takes 200 seconds then use 200.

format(“filesystem”, “partition_type”, “device”) – Used to format a specified partition. Use MTK droid tools -> Block maps to see block details of your phone.
Example: format(“ext4″, “EMMC”, “/dev/block/mmcblk0p5″); will format /system partition. Every phone may have different filesystem, partition type, device. Here ext4 is the filesystem type, EMMC is partition type and /dev/block/mmcblk0p5 is the  device.

mount(“filesystem”, “partition_type”, “device”, “mountpoint”) – Used to mount a specified partition.
Example: mount(“ext4″, “EMMC”, “/dev/block/mmcblk0p5″, “/system”) will mount /system partition.

delete(“file_path”) – Used to delete an individual file where file_path is the location of the file which is to be deleted.
Example: delete(“/system/app/Music.apk”); will delete Music.apk from /system/app directory.

delete_recursive(“folder_path”) – Used to delete all files from a directory. It will delete the directory too.
Example: delete_recursive(“/system/etc/bluetooth”); will delete bluetooth directory from /system/etc.

package_extract_file(“source”, “destination”) – Used to extract individual file.
Example: package_extract_file(“logo.bin”, “/dev/logo”); will extract logo.bin file to /dev directory with name logo. Here logo.bin is source path in flashable zip and /dev/logo is destination path in device.

package_extract_dir(“source”, “destination”) – Used to extract all contents from source directory in flashable zip to the destination directory. Example: package_extract_dir(“system”, “/system”); will search for system folder in root of zip and copy all contents from system folder to the /system partition.
set_perm(uid, gid, mode, “file_path”) – Used to set permission for an individual file. Here uid denotes user id, gid denotes groud id and mode is the permission to be set to the file.
Example: set_perm(0, 0, 0644, “/system/priv-app/SystemUI.apk”); will set permission rw- r– r– for SystemUI.apk.

set_perm_recursive(uid, gid, dirmode, filemode, “directory_path”) – Used to set permission to the files and folders present inside specified folder.
Example: set_perm_recursive(0, 0, 0755, 0644, “/system”); will set permission rwx r-x r-x to all the folders present inside /system and rw- r– r– permission to all the files present inside /system.
r stands for read permission
w stands for write permission
x stands for execute permission
Octal values:
1 : –x
2 : -w-
3 : -wx
4 : r–
5 : r-x
6 : rw-
7 : rwx
You can use root explorer app to see permissions of any file or directory.
Default permission for /system partition and /data/app directory is set in flashable zip provided above.
write_raw_image(“file_path”, “filename”) – Used to write an image file to the device (/dev).
Example: write_raw_image(“/tmp/boot.img”, “bootimg”) will write boot.img file from /tmp directory to /dev
unmount(“mountpoint”) – Used to unmount a specified partition.
Example: unmount(“/system”); will unmount /system partition.
Understanding and editing downloaded zip:
# UPDATER-SCRIPT PROVIDED BY VISHAL KAUSHIK
# FOR GUIDE

These lines are comments. Used for information only. Will be ignored by recovery.
ui_print(“”);

Print a blank line.
show_progress(3.14, 150);

Advance progress bar for 150 seconds. Considering flashing will take 150 seconds to finish.
ui_print(“—————-“);
ui_print(”   ROM NAME   /”);
ui_print(” VERSION NAME /”);
ui_print(“—————-“);
ui_print(“”);

Print —————- in 1st line,
ROM NAME in 2nd line
VERSION NAME in 3rd line
—————- in 4th line
and blank in 5th line.
ui_print(“Formatting partitions…”);
format(“ext4″, “EMMC”, “/dev/block/mmcblk0p5″);
format(“ext4″, “EMMC”, “/dev/block/mmcblk0p6″);
format(“ext4″, “EMMC”, “/dev/block/mmcblk0p7″);

1st statement will print Formatting partitions…
2nd statement will format /system partition where all system files are stored. Use this option only if you are flashing a new ROM. Don’t use in update.
3rd statement will format /cache partition.
4th statement will format /data partition where all user apps and data for user and system apps are stored. Don’t use in update.
ui_print(“Mounting partitions…”);
mount(“ext4″, “EMMC”, “/dev/block/mmcblk0p5″, “/system”);
mount(“ext4″, “EMMC”, “/dev/block/mmcblk0p7″, “/data”);

1st statement will print Mounting partitions…
2nd and 3rd statements will mount /system and /data partitions respectively.
Partitions must be mounted to delete old files and copy new files
ui_print(“Removing unneeded files…”);
delete(“file_path”);
delete_recursive(“folder_path”);

Replace file_path with the path of the file which you want to delete. Example: /system/app/Music.apk, /system/priv-app/Settings.apk, /data/app/com.whatsapp-1.apk, /system/bin/vold, etc.
Replace folder_path with the path of the folder which you want to delete. Example: /system/etc/bluetooth, /system/res, /data/dalvik-cache, etc.
ui_print(“Extracting files…”);
package_extract_dir(“data”, “/data”);
package_extract_dir(“system”, “/system”);

Use to push new files to /data partition and /system partition.
ui_print(“Setting permissions…”);
set_perm_recursive(1000, 1000, 0771, 0644, “/data/app”);
set_perm_recursive(0, 0, 0755, 0644, “/system”);
set_perm_recursive(0, 0, 0777, 0777, “/system/etc/init.d”);
set_perm_recursive(0, 2000, 0755, 0755, “/system/bin”);
set_perm(0, 3003, 06755, “/system/bin/ip”);
set_perm(0, 3003, 02750, “/system/bin/netcfg”);
set_perm(0, 3004, 02755, “/system/bin/ping”);
set_perm(0, 2000, 06750, “/system/bin/run-as”);
set_perm_recursive(1002, 1002, 0755, 0440, “/system/etc/bluetooth”);
set_perm(0, 0, 0755, “/system/etc/bluetooth”);
set_perm(1000, 1000, 0640, “/system/etc/bluetooth/auto_pair_devlist.conf”);
set_perm(1002, 1002, 0440, “/system/etc/dbus.conf”);
set_perm(1014, 2000, 0550, “/system/etc/dhcpcd/dhcpcd-run-hooks”);
set_perm(0, 2000, 0550, “/system/etc/init.goldfish.sh”);
set_perm_recursive(0, 0, 0755, 0555, “/system/etc/ppp”);
set_perm_recursive(0, 2000, 0755, 0644, “/system/vendor”);
set_perm_recursive(0, 2000, 0755, 0644, “/system/vendor/etc”);
set_perm(0, 2000, 0755, “/system/vendor/lib”);
set_perm(0, 2000, 0755, “/system/vendor/lib/hw”);
set_perm_recursive(0, 2000, 0755, 0755, “/system/xbin”);
set_perm(0, 0, 06755, “/system/xbin/su”);
set_perm(0, 1000, 0755, “/system/xbin/busybox”);

These are the permissions for /system partition and /data/app directory. You don’t need to add new permission for /system files. Just push files and correct permission will be set by above statements.
ui_print(“Flashing kernel…”);
assert(package_extract_file(“boot.img”, “/tmp/boot.img”),
          write_raw_image(“/tmp/boot.img”, “bootimg”),
          delete(“/tmp/boot.img”));

These lines will flash kernel/boot.img. Place boot.img in root of zip.
ui_print(“Flashing logo…”);
package_extract_file(“logo.bin”, “/dev/logo”);

This is used to flash new logo. Place logo.bin in root of zip.
ui_print(“Wiping dalvik-cache…”);
delete_recursive(“/data/dalvik-cache”);

Use to wipe dalvik-cache. Dalvik-cache must be wiped after flashing update to prevent force close.
ui_print(“Unmounting partitions…”);
unmount



#thanq_to_qamrul_and_me... :)

For any queries comment here

Like us on facebook too...

Http://www.facebook.com/micromaxu2


Hi guys this guide is about how to install xposed installer in Lollipop. This method will work on all firmware SC-update/Leaked Firmware/Titanium L/OTA lollipop.
Things you need:-
SP tool
Scatter File take from your firmware
All required files download :--

DOWNLOAD FROM BELOW IN LAST 


 For better understanding see screenshot in last... Tx for visit :)

Procedue to flash recovery:---
1) download All required file zip and extract zip file

2) now copy Scatter file from your firmware to this folder

3) download sp tool extract and launch . then select load scatter and choose scatter from this folder
4) check uboot.bin and recovery.img detected by sp tool and press Download button

5) Now switch off your phone . let it off properly and connect USB cable to phone and flashing will start, if not getting start then check your driver or try without battery

6) As completed you will get confirmation download ok, and disconnect phone

Procedure to install Xposed and GravityBox:-
7) Now copy these file to your phone which u downloaded in all required files…
xposed-sdk21-arm-20150430.zip
xposed installer.apk
gravity box LP.apk

8) now to to recovery mode by pressing power button+vol down and choose install zip file / flash below mentioned file
xposed-sdk21-arm-20150430.zip
9) it will take 5-10 minutes to boot according to your apps installed , be patent and wait till it boot normaly, it will boot 5-6 times during app up-gradation so don’t worry
10) As you phone booted install xposed installer and open framwork and u will see its installed

11) not install module active under module tab and enjoy

NOTE:- you will face Yellowish screen before boot logo and also reboot issue , so now u have to flash original ik.bin and any other recovery or stock recovery from your firmware.
Procedure to change recovery:-
1) open sp tool and load your firmware load scatter file
un-check all just select uboot.bin and recovery.img and click download and flash.
Dont select all file be alert and follow guide properly

thats it / any doubt u can ask me
Credits:-

download from here by Vishal






LIKE US ON FACEBOOK TOO
LIKE US FRM HERE






1. Tinted status bar  link:- http://linkshrink.net/7QV8vd
2. Xposed Installer link :- http://linkshrink.net/7QV8vd
3. Rooted Phone

Follow these steps to make status bar transparent/coloured

Step 1: (Skip this step if xposed installer is already installed)
Install xposed installer. Open xposed installer -> Framework and tap Install/Update

Step 2: Install Tinted Status Bar

Step 3: Tap Done

Step 4: Open Xposed Installer and tap Modules

Step 5: Select Tinted Status Bar

Step 6: Restart phone

Now your phone has transparent status bar.

DONE. Cheers!!! Done

Method by :- VISHAL KAUSHIK

LIKE US ON FACEBOOK FROM HERE :-

https://mbasic.facebook.com/micromaxu2?_e_pi_=7%2CPAGE_ID10%2C1038238253

Hi Guys my self Vishal Singh....
Here i will come with all new tricks.
##How to replace Latest Walkman beta from the system music player##
Here u will convert walkman as a stock music...
Its defiantly work in lollipop ... I m not sure about kitkat... Bt before trying in kitkat take nandroid backup of your ROM.
Following steps are bellow ....
Follow care fully :-
**whats needed for this**
a) Rooted Unite 2
b) Es file Explorer or Root Explorer
c) Latest Walkman
d) Little bit Mind 
( Link :- http://d-h.st/96Vd )
**How to Convert as a System App**
1). Download Walkman (9.0.2.A.1.0beta):- download frm here
2). Rename SemcMusic.apk to "Music.apk (SemcMusic is walkman apk)
3). Open Es File Explorer
4). Locate
Device > system > app > Music folder > Music.apk (which is stock music) delete it.
5). After that copy Music.apk (Walkman) from your sd card or internal
(Music.apk is renamed apk which was SemcMusic.apk before which is walkman )
6). Paste it to device > system > app > music > here
7). Now hold the Music.apk, then choose 'more' and select 'Properties'
8). In 'Properties' click on 'change' for 'permission'
9). Now change the permission to rw-r-r
10). Reboot The Phone
***Enjoy**** 
**Your Helper**
#Vishal_kaushik
#bishal_singh
Googleplay offers free and paid apps to download but it’s not necessary that you always pay for an app.

There are many cool exciting applications available in google play store that is for purchase and the purchase cost of these applications is high. 

Instead of buying  these  kind of applications the people can save money by installing the application of blackmart which is very essential to download paid applications for free. 
                
Thanks to the developer of the  blackmart application from which we can install paid apps for free.
 It’s free to download applications from blackmart just download and install the blackmart app in your android phone,that’s it you’re done. 
No need to register or  create account to download apps from blackmart app,just search the apps from blackmart and install to your device. 

From Blackmart  the users can search and download trial and full version apps ,even  apps and games belonging to the different category can be downloaded for free. For the smooth installation of the apps its necessary that the user must allow installation of third party apps from the settings or enable allow the installation from unknown sources. 

Link to download blackmart: 


**LIKE US ON FACEBOOK**

https://mbasic.facebook.com/micromaxu2?_e_pi_=7%2CPAGE_ID10%2C6825210579

This is a guide which tells you how to make a your very own bootanimation and install a bootanimation on your device.

Please let me know if you made a bootanimation using this method so that every bootanimation made using this method can be posted hereCode:

#This guide assumes that you are windows user and have -   1- 7 zip or winrar installed  2- a image editing software (forex-photoshop) 

#Bootanimation- what is it ?Quote:Bootanimation basically is a collection of .png pictures that are projected on the screen one after the other quickly so that it looks like a animation , stored in a zip filePrerequisites1-you need a bootanimation.zip file

[you can find them on google]now if you have downloaded the bootanimation.zip file ,open it up2- as you can see in the picture you find some folders in it namedCode:"part0"    "part1"    "part2"and a desc.txt file

.Quote:EXPLANATIONSfolders like part0;part1,etc. STORE .png pictures of bootnaimationthe desc.txt file contains all the necessary info to run bootanimation like resolution fps,etcEXPLANATION OF desc.txtCode:As you can see in the image  
#1-it is the resolution of the bootanimation(you should basically use your device's resolution for ex - in the pic it is 320X480)

  #2-it is the fps(frames per second) of your bootanimation [higher the no. faster will your bootanimation play a standard fps should be 30]  

#3-these are the folders whichcontain images for your bootanimation 

#4-it is a pointer to tell it to look at new commands  

#5-specifies the no. of times this section of bootanimation will play ( 0 means infinite)  

#6-defines pause in seconds before repeating or moving on next line (o means no pause 10 means 10 sec pause)Fire it up el captain !!we'll start making a bootanimation from scratch from here

#1-create a folder anywhere put in desktop for ease,let's call itCode:bootanimation

#2-open the folder and create another folder name itCode:part0

#3-With part0 created, it's time for youto start creating an image. To make it simple for beginning we'll make a simple one .So, using Photoshop as an example, create a new image whichis the resolution of your handset. [like if ur on htc explorer use 320X480 or galaxy mini use 340X320] (if u don't know your device's resolution google it

#4-Give a black background to the image and take a image you wan't to fade in .paste it as a new layer and setthe layer to 0% opacityso now you can only see a black background.

#5-now save the image in yourCode:part0 folderand name itCode:image00.png

#6-now increase the opacity of your bootanimation by a narrow degree say 6%.now save it asCode:image002.pngin thepart0 folder

#7-repeat step 5 every time until you reach 100%.and each time save it as image003-image004 etc. inpart0folder

#8-open notepad and type this --Code:1080 240 24p 1 60 part0c 1 0 part1c 0 0 part2c means that the entire part of the animation (eg part2) will be played even if bootup completes.Code:change the 1080 240 with the resolution you are using.... Enjoy then replace it with your boot animation or make meta-inf.....

#(About recovery)

1)can flash any zip.
2)can flash lollipop based flashable rom.
3)can make full nandroid back up and restore aslo.
4)touch working fine.
5)recovery font dpi reduced.
6)cool background added by me.
7)no reboot issue.
8)internal and external sd both mounted.

**recovery ported by- ‎Ahad Shaikh & Subho**

#(Recovery flashing guide)
*Download philz 6.59 and extract the zip file

1)open sp flash tool and click on scatter-loading


3)Locate the scatter file inside the extract folder



their is 3 scatter file chose anyone according to your rom

suppose your are using ota,pure ota or better l v3 then chose MT6582_Android_scatter(for ota,better-l v3,ota base lollipop)

4)Chose download only option and click on download


5)Turn off your device,pull battery and connect your device with pc using usb cable

6)and wait till flashing  done,its may takes 30-40 sec


7)now pull usb cable and press vol up,vol down and power switch together to enter recovery mode.
Download Link:-
https://driver.google.com/file/d/0B7Ycf-caBtAuOEs2dEY3eTY3bmM/view

Enjoy :) whole credit goes to micromaxunite2.net
Next PostNewer Posts Previous PostOlder Posts Home