Free Android Tricks

Showing posts with label Change Boot Animations. Show all posts
Showing posts with label Change Boot Animations. Show all posts

Sunday

So lets Start

Required
1-apktool
2-notepad++
3-some brains



STEP-1

Decompile Framework-res.apk

goto to res/vlaues/arrays.xml

and add these lines at the end

Code:
    <string-array name="reboot_options">
        <item>@string/reboot_normal</item>
        <item>@string/reboot_recovery</item>
        <item>@string/reboot_bootloader</item>
    </string-array>
    <string-array name="reboot_actions">
        <item>now</item>
        <item>recovery</item>
        <item>bootloader</item>
    </string-array>

now goto res/values/strings
and add these lines at the end


Code:
    <string name="reboot">Reboot</string>
    <string name="reboot_normal">Reboot</string>
    <string name="reboot_recovery">Recovery</string>
    <string name="reboot_bootloader">Bootloader</string>

goto add the ic_lock_reboot.png which i have i provided in the resources attached below this post to drawablw-hdpi folder

so before compiling the framework-res.apk follow erorcun's guide to properly recompile framework-res.apk

once recompile is done ....decompile again to get the HEX ID's

STEP-2

decompile android.policy.jar

goto classout\com\android\internal\policy\impl

and add the 3 smali's files which i provided in the resources attached below

Now option classout\com\android\internal\policy\impl\GlobalAc tions.smali

and find these lines and add the red marked lines between them

Code:
    .line 235
    iget-object v0, p0, Lcom/android/internal/policy/impl/GlobalActions;->mItems:Ljava/util/ArrayList;

    new-instance v1, Lcom/android/internal/policy/impl/GlobalActions$2;

    const v2, 0x1080030

    const v3, 0x10400fa

    invoke-direct {v1, p0, v2, v3}, Lcom/android/internal/policy/impl/GlobalActions$2;-><init>(Lcom/android/internal/policy/impl/GlobalActions;II)V

    invoke-virtual {v0, v1}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z

    .line 213
    move-object/from16 v0, p0

    iget-object v1, v0, Lcom/android/internal/policy/impl/GlobalActions;->mItems:Ljava/util/ArrayList;

    new-instance v2, Lcom/android/internal/policy/impl/GlobalActions$11;

    const v3, 0x1080827

    const v4, 0x104060b

    move-object/from16 v0, p0

    invoke-direct {v2, v0, v3, v4}, Lcom/android/internal/policy/impl/GlobalActions$11;-><init>(Lcom/android/internal/policy/impl/GlobalActions;II)V

    invoke-virtual {v1, v2}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z

    .line 260
    iget-object v0, p0, Lcom/android/internal/policy/impl/GlobalActions;->mItems:Ljava/util/ArrayList;

    iget-object v1, p0, Lcom/android/internal/policy/impl/GlobalActions;->mAirplaneModeOn:Lcom/android/internal/policy/impl/GlobalActions$ToggleAction;

    invoke-virtual {v0, v1}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z

now we need to assign the Hex id's as per ur Public.xml

NOTE: the hex id's might be different from mine and yours so be careful while comparing

new as per the above changes in GlobalActions.xml

assign the id's as below

<public type="drawable" name="ic_lock_reboot" id="0x01080827" />

Code:
 new-instance v2, Lcom/android/internal/policy/impl/GlobalActions$11;

    const v3, 0x1080827

<public type="string" name="reboot" id="0x0104060b" />

Code:
new-instance v2, Lcom/android/internal/policy/impl/GlobalActions$11;

    const v3, 0x1080827

    const v4, 0x104060b


Now option up classout\com\android\internal\policy\impl\GlobalAc tions$11.smali

find and replace the following

@line 70
<public type="string" name="reboot" id="0x0104060b" />


Code:
const v3, 0x104060b

@line 90
<public type="array" name="reboot_options" id="0x0107003b" />


Code:
const v3, 0x107003b

@line 105
<public type="string" name="ok" id="0x0104000a" />



Code:
  const v2, 0x104000a

@line 147
<public type="bool" name="config_sf_slowBlur" id="0x0111000b" />


Code:
const v3, 0x111000b

now open up classout\com\android\internal\policy\impl\GlobalAc tions$11$2.smali

@line 59
<public type="array" name="reboot_actions" id="0x0107003c" />


Code:
const v2, 0x107003c

save it and recompile android.policy.jar


now push all the files into ut phone...will have the new Advanced reboot options

ATTACHED FILES
File Type: rarreboot_option_resources.rar - [Click for QR Code] (4.5 KB, 140 views)
Read More

Thursday



Hey Guys I am presenting some Boot animations for your Galaxy Ace 5830i and other MDPI Devices gathered from different Roms and {some are ported by me} ..Sometimes after flashing custom Roms we don't like its Boot animation so here I have gathered some Boot animations compatible for our MDPI Devices..Will add more when I will get it..  


Procedure To Add custom Sound With your Bootanimation is written In replies..


Things Required--

Rooted Phone
Custom Rom...None of the bootanimation will work on stock rom.



Download following things.

1. Es file explorer- - Get Here 
2. Root browser lite- ( You can use any root browser. I preferred this. )- Get Here


Steps Manually ..-

1. Install es file explorer and root browser..
2. Now open es file manager go to setting scroll down to root setting mark the root explorer and mark mount file system..Now exit....
3. Open rootexplorer.Backup your current bootanimation from system/media first..
4. Download any of the bootanimation from attachments..Rename it as bootanimation.zip
5. Now open Root browser lite,scroll down -Go to system/media delete your old bootanimation.zip
6.Now paste the bootanmation.zip which you want in system/media and long press on it..
7.Go to permissions and change permissions to RW-R-R..See screenshot..
v v
v
v
8.Then Reboot and now your mobile will boot with new animation,..Enjoy



Steps CWM Flashable ..-

1.Open CWM and Mount/system
2. Install zip from SD card.
3.Choose desired bootanimation zip.
4. Flash and reboot. And you are done. 


SCRrenShots ---

Visit The Links Given To download..


GALAXY SII 

 


DownloaD LinK Manually :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------



Google Bootanimation







DownloaD LinK Manually :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


GALAXY SIII 


 



DownloaD LinK Manual :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


CynogenMod 10

 


DownloaD LinK :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


Troll Bootanimation 

 


DownloaD LinK Manually :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


Peep Is In Apple...

 


DownloaD LinK Manually :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


ICS NEXUS HD

 


DownloaD LinK Manually :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


CynogenMod 9

 



DownloaD LinK Manually :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


TRANSFORMERS

 


DownloaD LinK :Download Here 


------------------------------------------------------------------


MIUI HIVE

 


DownloaD LinK :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


GOOGLE NEW BootAnimation

 


DownloaD LinK Manually :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


HL BootAnimation

 


DownloaD LinK :Download Here 

DownloaD LinK Flashable :Download Here 


------------------------------------------------------------------


XBOX BOOT

 


DownloaD LinK :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


HONEYCOMBBOOT

 


DownloaD LinK :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


Android Slicing Apple 

 


DownloaD LinK :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


ReaCtors

 


DownloaD LinK :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


Droid XX Boot

 


DownloaD LinK :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


Another meme bootanimation, "y u no bootloop" :P
This time added a loading circle too,makes it look pro  


 


DownloaD LinK :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------



'Me Phonesta' meme bootanimation,just a picture saying 'me phonesta' with a cool looking loader!

 


DownloaD LinK :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


SuperMan bootanimation 

 



DownloaD LinK :Download Here 

DownloaD LinK Flashable :Download Here 


------------------------------------------------------------------



Allienware Bootlogo

 


DownloaD LinK :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------


Matrix Rain

 


DownloaD LinK :Download Here 

DownloaD LinK Flashable :Download Here 

------------------------------------------------------------------



Flashable Zip Of Beautiful Bootanimatio with Sound. Flash it via CWM recovery..
Thanx To Android-Fany

 


DownloaD LinK :Download Here 


Read More

Recent Comments

click here