New Amazing Ring Illusion Boot Animation for Android one Devices - Android One (First-Generation) Cross-Device Themes

I am back with amazing ring illusion boot animation for android one devices.
Download the amazing Ring Illusion bootanimation.zip file from here :-
http://d-h.st/DZH
NOTE : I AM NOT RESPONSIBLE FOR ANY DAMAGE TO THE DEVICE CAUSED BY YOUR NOOBNESS :silly::silly:
Check this Animation in the attachment file below :-
What to do with bootanimation.zip file ----- :silly:
Note :- Install Drivers of Your Device First !!
Step 1:- Root your device (Just google it)
Step 2:- Connect your device with pc in USB debugging mode.
Step 3:- Open cmd in ADB folder (Download it yourself) and type command ----
Code:
adb remount
Step 4:- Now copy bootanimation.zip file in ADB folder .
Step 4:- Now type command :-
Code:
adb push bootanimation /system/media/
Step 5:- Now Reboot Your Device and U get that Animation
DO NOT FORGET TO HIT THANKS BUTTON :good: IF U LIKE IT. ONLY THIS CAN ENCOURAGE ME TO DO MORE
Credits Goes to Me DHEERAJ KUMAR CHALOTRA and also to the users of this bootanimation

Related

Mikudroid Bootanimation

i was bored so i ported the mikudroid bootanimation.
here is a video of the original [click]
hope u will enjoy.
- howto install -
0. install the android sdk
1. connect the legend to your pc
2. copy the bootanimation.zip into the tools folder of the sdk (rename the .zip file)
3. start cmd (windows) or the terminal (osx/linux) and browse into the [android-sdk]\tools directory
4. type "adb push bootanimation.zip /data/local/
5. reboot your device to ensure that everything went right
you should backup your original bootanimation.zip befor!
if you want other bootanimations ported, just ad a request
(original is for desire and n1)

Moto Defy 红色 M 标志的开机 Logo 和动画(Motorola Defy red M startup logo and boot animation)

Moto Defy 红色 M 标志的开机 Logo 和动画(Motorola Defy red M startup logo and boot animation)
-----------------------------------------------------------------------------
关于开机时手机设备的LOGO(moto.bin)更改教程:
01) 首先下载adb.7z,Windows解压到C:\Windows\system32
02) 解压Moto_Defy.zip将moto.bin复制到C:\Windows\system32\adb
03) 将手机调为“USB调试模式”,Settings->Applications->Development->USB debugging
04) 在电脑端安装好手机的驱动程序
05) 把手机用数据线连接电脑,USB设置为"none"
06) 在电脑端运行cmd.exe(Windows7需要用到管理员权限)
07) 在cmd输入“cd c:\WINDOWS\system32\adb”切换到adb目录
08) 再输入“adb”运行adb
09) 继续输入“adb devices”查看手机是否正常连接到电脑,检查到手机设备即可进入下一步
10) 输入“adb push moto.bin /data/local/”将adb目录的moto.bin文件复制到手机设备
11) 在手机上用RootExplorer将/data/local/moto.bin的Perrmissions设置为User[read,write,execute]Group[read,write,execute]Others[read,write,execute]
12) 然后在cmd输入“adb shell”进入shell环境
13) 继续在$输入“su”,这时手机会有Superuser的授权请求,请选择Allow
14) 继续在#输入“dd if=/data/local/moto.bin of=/dev/block/mmcblk1p10 bs=4096”
15) 至此,开机时手机设备的LOGO(moto.bin)更改已经完成,Reboot你的手机看看吧!
对于bootanimation.zip的更改应该不用我教了吧,直接复制文件到/system/media/,并将bootanimation.zip的Permissions设置为User[read,write]Group[read]Others[read]便OK了!
尽情enjoy吧!
-----------------------------------------------------------------------------
非常抱歉,我的English语言不好,不会写English文章。
如果你学会了,请把该Post翻译为English语言分享给其它使用Defy的朋友吧!
-----------------------------------------------------------------------------
#8 English Language:
It's Chinese, I try to translate them into English.
for changing "moto.bin"
step 1. Extract "adb.7z" to "C:\Windows\system32"
step 2. Extract "Moto_Defy.zip", then copy "moto.bin" to "C:\Windows\system32\adb"
step 3. Trun on "USB debugging" mode
step 4. Install the driver of defy
step 5. Connect defy via a USB wire
step 6. open a command prompt window (run as administrator if you'er using Vista/Win7)
step 7. change directory to "C:\Windows\system32\adb" (type "cd c:\WINDOWS\system32\adb" in cmd window then enter)
step 8. run "adb"
step 9. run "adb devices" and check if your phone connect correctly
step 10. run "adb push moto.bin /data/local/", it will copy "moto.bin" into your phone
step 11. change the permission of "moto.bin" on your phone to "User[read,write,execute]Group[read,write,execute]Others[read,write,execute]" by using RootExplorer
step 12. run "adb shell" on PC. the DOS prompt will change to "$"
step 13. run "su" on PC, and allow the authorization on your phone. the DOS prompt will change to "#"
step 14. run "dd if=/data/local/moto.bin of=/dev/block/mmcblk1p10 bs=4096" on PC
step 15. done, reboot and enjoy it.
for changing "bootanimation.zip"
copy "bootanimation.zip" to "/system/media/", then change the permission to "User[read,write]Group[read]Others[read]"
green words are filenames, blue ones are commands for PC, red ones are permissions of files.
My English is not very well too, just hope can help.
Click to expand...
Click to collapse
by yulanz : http://forum.xda-developers.com/showpost.php?p=11832969&postcount=8
Thank you very much!
-Best regards,
ZHONG JIANQUN
Motorola red M startup logo and boot animation.
jianqun said:
Click to expand...
Click to collapse
It look very good but how to use the moto.bin
Please let us know how to use this zip file ....
jianqun said:
你好,教程已经提供。
Click to expand...
Click to collapse
Which language is this ???
and please make it convert in ENGLISH please .....
madhuranand007 said:
Which language is this ???
and please make it convert in ENGLISH please .....
Click to expand...
Click to collapse
非常抱歉,我的英语不好!请使用Google翻译吧,应该能看得懂。
Sorry, my English is not good! Please use the Google translation of it, should be able to understand.
madhuranand007 said:
Which language is this ???
and please make it convert in ENGLISH please .....
Click to expand...
Click to collapse
It's Chinese, I try to translate them into English.
for changing "moto.bin"
step 1. Extract "adb.7z" to "C:\Windows\system32"
step 2. Extract "Moto_Defy.zip", then copy "moto.bin" to "C:\Windows\system32\adb"
step 3. Trun on "USB debugging" mode
step 4. Install the driver of defy
step 5. Connect defy via a USB wire
step 6. open a command prompt window (run as administrator if you'er using Vista/Win7)
step 7. change directory to "C:\Windows\system32\adb" (type "cd c:\WINDOWS\system32\adb" in cmd window then enter)
step 8. run "adb"
step 9. run "adb devices" and check if your phone connect correctly
step 10. run "adb push moto.bin /data/local/", it will copy "moto.bin" into your phone
step 11. change the permission of "moto.bin" on your phone to "User[read,write,execute]Group[read,write,execute]Others[read,write,execute]" by using RootExplorer
step 12. run "adb shell" on PC. the DOS prompt will change to "$"
step 13. run "su" on PC, and allow the authorization on your phone. the DOS prompt will change to "#"
step 14. run "dd if=/data/local/moto.bin of=/dev/block/mmcblk1p10 bs=4096" on PC
step 15. done, reboot and enjoy it.
for changing "bootanimation.zip"
copy "bootanimation.zip" to "/system/media/", then change the permission to "User[read,write]Group[read]Others[read]"
green words are filenames, blue ones are commands for PC, red ones are permissions of files.
My English is not very well too, just hope can help.
yulanz said:
It's Chinese, I try to translate them into English.
for changing "moto.bin"
step 1. Extract "adb.7z" to "C:\Windows\system32"
step 2. Extract "Moto_Defy.zip", then copy "moto.bin" to "C:\Windows\system32\adb"
step 3. Trun on "USB debugging" mode
step 4. Install the driver of defy
step 5. Connect defy via a USB wire
step 6. open a command prompt window (run as administrator if you'er using Vista/Win7)
step 7. change directory to "C:\Windows\system32\adb" (type "cd c:\WINDOWS\system32\adb" in cmd window then enter)
step 8. run "adb"
step 9. run "adb devices" and check if your phone connect correctly
step 10. run "adb push moto.bin /data/local/", it will copy "moto.bin" into your phone
step 11. change the permission of "moto.bin" on your phone to "User[read,write,execute]Group[read,write,execute]Others[read,write,execute]" by using RootExplorer
step 12. run "adb shell" on PC. the DOS prompt will change to "$"
step 13. run "su" on PC, and allow the authorization on your phone. the DOS prompt will change to "#"
step 14. run "dd if=/data/local/moto.bin of=/dev/block/mmcblk1p10 bs=4096" on PC
step 15. done, reboot and enjoy it.
for changing "bootanimation.zip"
copy "bootanimation.zip" to "/system/media/", then change the permission to "User[read,write]Group[read]Others[read]"
green words are filenames, blue ones are commands for PC, red ones are permissions of files.
My English is not very well too, just hope can help.
Click to expand...
Click to collapse
谢谢!Thank you!
Хорошая заставка!
Good logo!
i am stuck with this error
* daemon not running. starting it now *
CreateProcess failure, error 3 *
failed to start daemon *
error: cannot connect to daemon
what does that mean?? and i dont have android SDK installed...
tried searching on google but all the "ERROR 3" leads to chinese sites which has no viable answer to this problem..
i run WIN 7 x64 bit
EDIT
*******************************************************************************
okay i solved that problem by installing the whole android sdk
and some google searches and JBOOGIE helped me
I liked!!
Man, this is a great job!
Thanks
This thread is very close to violating XDA rules. I will leave it intact, since you provided translation. From now on, please only post the English, as I can not tell whether that is actually what is said in Chinese or not.
Thank you.
In xda, found that many Chinese developers.
google translate...
OH,my god, who translate it?
The video had no woking?
anyone know how to edit/change or extract the boot.bin?
/kaljam
so what if somebody would like to use another boot logo?
the main question is what is the content of moto.bin?
Great post anyway!
jianqun said:
-----------------------------------------------------------------------------
关于开机时手机设备的LOGO(moto.bin)更改教程:
01) 首先下载adb.7z,Windows解压到C:\Windows\system32
02) 解压Moto_Defy.zip将moto.bin复制到C:\Windows\system32\adb
03) 将手机调为“USB调试模式”,Settings->Applications->Development->USB debugging
04) 在电脑端安装好手机的驱动程序
05) 把手机用数据线连接电脑,USB设置为"none"
06) 在电脑端运行cmd.exe(Windows7需要用到管理员权限)
07) 在cmd输入“cd c:\WINDOWS\system32\adb”切换到adb目录
08) 再输入“adb”运行adb
09) 继续输入“adb devices”查看手机是否正常连接到电脑,检查到手机设备即可进入下一步
10) 输入“adb push moto.bin /data/local/”将adb目录的moto.bin文件复制到手机设备
11) 在手机上用RootExplorer将/data/local/moto.bin的Perrmissions设置为User[read,write,execute]Group[read,write,execute]Others[read,write,execute]
12) 然后在cmd输入“adb shell”进入shell环境
13) 继续在$输入“su”,这时手机会有Superuser的授权请求,请选择Allow
14) 继续在#输入“dd if=/data/local/moto.bin of=/dev/block/mmcblk1p10 bs=4096”
15) 至此,开机时手机设备的LOGO(moto.bin)更改已经完成,Reboot你的手机看看吧!
对于bootanimation.zip的更改应该不用我教了吧,直接复制文件到/system/media/,并将bootanimation.zip的Permissions设置为User[read,write]Group[read]Others[read]便OK了!
尽情enjoy吧!
-----------------------------------------------------------------------------
非常抱歉,我的English语言不好,不会写English文章。
如果你学会了,请把该Post翻译为English语言分享给其它使用Defy的朋友吧!
-----------------------------------------------------------------------------
#8 English Language:
by yulanz : http://forum.xda-developers.com/showpost.php?p=11832969&postcount=8
Thank you very much!
-Best regards,
ZHONG JIANQUN
Click to expand...
Click to collapse
楼主 - -在XDA就不要讲中文了··· 老外看不懂 要用 Google去翻译 翻译出来的意思有时又对不上 - - Please speak English! OK?
ibuntu said:
OH,my god, who translate it?
Click to expand...
Click to collapse
- -You can call me. In China English is a required course - - So You see a lot of normal Chinese people.
AltaiMan said:
Хорошая заставка!
Good logo!
Click to expand...
Click to collapse
Russian man - - speak English OK?
old tv
i'm looking for screen off animation when pressing power key) like old tv effect for my 2.2.1
any thoughts?..

(TUT) Deodex an odexed rom

TUTORIAL FOR DEODEXING A ROM[WINDOWS]
THIS TUTORIAL IS ONLY FOR WINDOWS USERS
[I TESTED THIS PERSONALLY ON WINDOWS 7 x64]
PRE-REQUISITES
Installed Java SDK [INSTALL THIS AND ADD IT TO YOUR PATH]
Download the kitchen from this thread
http://forum.xda-developers.com/ showthread.php?t=633246
Read FAQ if you encounter any errors
http://forum.xda-developers.com/showpost.php?=5626300&postcount=3
Pictorial installation guide
Download here
http://db.tt/Ii3bUlxo
TUTORIAL
So after all the above proceed with these steps
Read EACH STEP VERY CAREFULLY before executing them inorder to minimize any errors
SET UP A WORKING FOLDER
1.Copy the rom you want to deodex to cygwin\home\[YOUR USERNAME]\original_update
2.Open cygwin by double clicking it's shortcut on the desktop or start menu
3.Type cd kitchen
4.Then type ./menu
If you get a java not found error you do not have java sdk installed[READ FAQ IN ORIGINAL THREAD]
KITCHEN MENU
In the kitchen menu press 1
Press Enter [make sure the Rom you want to deodex is in cygwin/home/[USERNAME]/kitchen/original_update
You need to get your name under available ROMs list
Select your ROM and press Enter
Change the name of the working folder if you want to
Wait until the ROM is extracted
When it asks you to create a boot.img press y and Enter
When it asks you to convert to update-script PRESS 2 and Enter
DO NOT SELECT 1
When the finished message arrives press Enter to continue
This will lead you back to the menu of the kitchen
DEODEXING
This does the actual deodexing of a ROM
Press 0[ADVANCED OPTIONS]
Then press 11[DEODEX FILES IN YOUR ROM] and press Enter
Select b[DEODEX BOTH FOLDERS]
Enable logging into file Press Enter
Be patient while the deodexing is taking place. It takes a bit of time depending on the rom
When the finished message comes press Enter
This will bring you back to the kitchen menu
BUILDING THE ROM
This step buils the deodexed ROM
Select 99[BUILD ROM FROM WORKING FOLDER]
In the select build mode option Press 1[INTERACTIVE MODE]
Zipalign the files Press y and Enter
Wait while the builing takes place
When the prompt for signing appears press y and Enter
Name the ROM as you wish
CONGRATS!!!!! YOU HAVE DEODEXED YOUR ROM
Now you can mod your framework and systemui to suit your needs
Thank faiyyaz for this part
This tutorial is for de-odexing a
particular application u want..
follow the steps below..
Initially download the file attached
"dexopt -wrapper.rar " and extract it
on PC..
1) Add the file called 'dexopt-wrapper '
in system/bin on your phone and
copy the apps you want to deodex to
a folder on your sdcard called apps\
2) Then from windows cmd you run
the commands
- adb remount
- adb shell
- dexopt-wrapper sdcard/apps /
whateveryouwantodexed.apk /
sdcard/ apps/
whateveryouwantodexed.odex
- dexopt-warpper keep on doing this
untill all files you want to are odexed
- exit
3)when that's done, open the apk
files you just odexed in 7-zip /winRAR,
remove the classes.dex file and pus
both the odex and apk to the system/
app folder (or wherever they need to
be)
4)done
i guess this steps are much easier
than de-odexing for all apps
download it here
forum.xda-developers.com/attachment.php?attachmentid=808532&d=1323273039
DISCLAIMER
DO THIS AT YOUR OWN RISK!!
I made this tutorial with descriptions of each step keeping inexperienced users in mind
ALWAYS MAKE A BACKUP BEFORE FLASHING THIS DEODEXED ROM
Nothing will go wrong if you follow the' instructions throughly but make a backup just in case
I DO NOT TAKE ANY RESPONSIBILITY IF THE ROM BRICKS YOUR DEVICE"

Beautiful Cyanogen Mod Boot logo + Boot animation for all android one devices

I am again Back with this beautiful cyanogenmod boot logo and boot animation for android one devices
NOTE: I HAVE NOT GET THEM FROM ANYWHERE! I HAVE DESIGNED THESE MYSELF SO PLEASE DO NOT HESITATE TO
HIT THANKS IF U LIKE IT!!
Beautiful CM Logo.bin file and Bootanimation file for all Android one Devices Micromax Canvas A1, Karbonn Sparkle V
and Spice Dream Uno
Download from http://d-h.st/TFEr
Check Screenshots in attachment!!
After download Extract the zip file somewhere and you will get two files :- 1. logo.bin 2. bootanimation.zip
NOTE:- DON'T USE THESE FILES ON DEVICES OTHER THAN SHOWN ABOVE!!!!
ALSO DON'T BLAME FOR ANY DISASTER CAUSED BY YOUR NOOBNESS!!! :silly:
How to Flash logo.bin file:- First install drivers for your device
Step1 Connect your device to your PC in fastboot mode
Step2 Open cmd in ADB folder. (If you don't have then google it and download it)
Step3 Copy logo.bin in ADB folder.
Step4 Type command :-
fastboot flash logo logo.bin
Step5 Type command :-
fastboot reboot
Yeah... You have successfully Flashed.
NOTE:- YOUR DEVICES SHOULD BE OEM UNLOCKED
What to do with bootanimation.zip file:silly::silly:
Step 1:- Root your device (Just google it)
Step 2:- Connect your device with pc in USB debugging mode.
Step 3:- Open cmd in ADB folder and type command ----
adb remount
Step 4:- Now copy bootanimation.zip file in ADB folder .
Step 4:- Now type command :-
adb push bootanimation /system/media/
Step 5:- Now Reboot Your Device and U get that Animation
Credits Goes to Me DHEERAJ KUMAR CHALOTRA and those who use it
Don't Forget to Hit Thanks !! (The only reward of this for me!)
Nice
Great Expecting some more!
dkchalotra said:
I am again Back with this beautiful cyanogenmod boot logo and boot animation for android one devices
NOTE: I HAVE NOT GET THEM FROM ANYWHERE! I HAVE DESIGNED THESE MYSELF SO PLEASE DO NOT HESITATE TO
HIT THANKS IF U LIKE IT!!
Beautiful CM Logo.bin file and Bootanimation file for all Android one Devices Micromax Canvas A1, Karbonn Sparkle V
and Spice Dream Uno
Download from http://d-h.st/TFEr
Check Screenshots in attachment!!
After download Extract the zip file somewhere and you will get two files :- 1. logo.bin 2. bootanimation.zip
NOTE:- DON'T USE THESE FILES ON DEVICES OTHER THAN SHOWN ABOVE!!!!
ALSO DON'T BLAME FOR ANY DISASTER CAUSED BY YOUR NOOBNESS!!! :silly:
How to Flash logo.bin file:- First install drivers for your device
Step1 Connect your device to your PC in fastboot mode
Step2 Open cmd in ADB folder. (If you don't have then google it and download it)
Step3 Copy logo.bin in ADB folder.
Step4 Type command :-
fastboot flash logo logo.bin
Step5 Type command :-
fastboot reboot
Yeah... You have successfully Flashed.
NOTE:- YOUR DEVICES SHOULD BE OEM UNLOCKED
What to do with bootanimation.zip file:silly::silly:
Step 1:- Root your device (Just google it)
Step 2:- Connect your device with pc in USB debugging mode.
Step 3:- Open cmd in ADB folder and type command ----
adb remount
Step 4:- Now copy bootanimation.zip file in ADB folder .
Step 4:- Now type command :-
adb push bootanimation /system/media/
Step 5:- Now Reboot Your Device and U get that Animation
Credits Goes to Me DHEERAJ KUMAR CHALOTRA and those who use it
Don't Forget to Hit Thanks !! (The only reward of this for me!)
Click to expand...
Click to collapse
File not found in Dev Host....
file not found....
Sent from my Spice Mi-498

Evolution X brightness slider fix.

some GSI doesn't boot untill you flash a zip file via custom recovery.i put the zip in the link of the post.This type of GSI doesn't fix brightness slider by following the Bellow tutorial.....
https://forum.xda-developers.com/showpost.php?p=83635205&postcount=1
Requirements:
1.Gsi Rom.
2.laptop with Linux.
3.Basic knowledge about Linux cmd line.
4.Woeking brain.
Working procedure:
1. First extract Rom from zip file which you download.Rename as 'system.img'
2.Then open a cmd terminal where the system.img Located and run below cmd one by one...
simg2img system.img sr.img
sudo mkdir /mnt/g
sudo mount sr.img /mnt/g
sudo nautilus
When you run last cmd it will open a file explorer.follow the path
/mnt/g/system/framwar/
And there you find services.jar file.copy this file wherever you want. Modify the jar file with the help of the below link..
https://forum.xda-developers.com/pr...reen-backlight-brightness-slide-t4084449/amp/
after modify jar file replace it with older one and open a cmd terminal on the location where your jar file is and run below cmd
chmod 0644 services.jar
3.Now simply flash sr.img via fastbootd with below cmd
fastboot flash system sr.img
And earse all data on your phone.
after boot run cmd via Android terminal
setprop persist.sys.qcom-brightness 2047
Now your slider work great...
If success then don't forget to thanks me. It is totally free:laugh::laugh:
evolution x
you mean did you installed evolution x in our device?
kindly please attach some screenshots coz i want to flash my lancelot to evolution x.
mhark.moby said:
you mean did you installed evolution x in our device?
kindly please attach some screenshots coz i want to flash my lancelot to evolution x.
Click to expand...
Click to collapse
Sorry.no screen shots to share.I am in now others rom

Categories

Resources