Because I always liked the BIOS-style boot animation, I created one for the Dinc4G (even though I rarely reboot my phone).
Preview:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please let me know if any information about the phone is wrong and I'll correct it.
Link to the standard bootanimation.zip file: http://d-h.st/gSe (updated 2013-04-11)
Link to the looping/scrolling bootanimation.zip file: http://d-h.st/NCv (updated 2013-04-13)
The bootanimation.zip file needs to be placed in the /system/customize/resource folder. Be sure to first back up or rename your existing bootanimation.zip file in case you need or want to revert back to the original.
The Boot Animation Factory (link) is a useful tool to help manage your boot animations.
Thanks to: J_M_V_S for providing the base images.
I took the liberty of modifying the final android animation to use the ICS Blue coloring.
Enjoy.
Had something similar on my original DINC (after bios was modified), thanks a lot for posting!
Edit: after many attempts, I can't get it to work properly. Just a black screen. Tried BAF, tried ROM manager, nothing seems to work. Bummer.
hmm... Download link seems to be broken... any chance of it being fixed?
AFront85 said:
Had something similar on my original DINC (after bios was modified), thanks a lot for posting!
Edit: after many attempts, I can't get it to work properly. Just a black screen. Tried BAF, tried ROM manager, nothing seems to work. Bummer.
Click to expand...
Click to collapse
I remember my Dinc4G was really fussy on installation of the test versions. Sometimes it would work, sometimes it would not.
I replaced the file on Dev-Host with a direct working pull from my phone (OP link has been updated).
Here are step by step install instructions using ADB:
Code:
>[B]adb push bootanimation.zip /sdcard/bootanimation.zip[/B]
2517 KB/s (5477934 bytes in 2.125s)
>[B]adb shell[/B]
[email protected]:/ $ [B]su[/B]
su
[email protected]:/ # [B]cd /system/customize/resource/[/B]
cd /system/customize/resource/
[email protected]:/system/customize/resource # [B]mv bootanimation.zip bootanimation0.bak[/B] [COLOR="Lime"] <-- call the backup whatever you want[/COLOR]
ip bootanimation0.bak <
[email protected]:/system/customize/resource # [B]cd /sdcard[/B]
cd /sdcard
[email protected]:/sdcard # [B]cp bootanimation.zip /system/customize/resource/[/B]
cp bootanimation.zip /system/customize/resource/
[email protected]:/sdcard # [B]exit[/B]
exit
[email protected]:/ $ [B]exit[/B]
exit
>
Also, you can force a test of the boot animation using ADB without actually rebooting the phone.
With the screen turned on, the ADB command is:
Code:
>[B]adb shell bootanimation[/B]
Note: You need to press Ctrl+C to exit (stays on last frame).
2kool4u526 said:
hmm... Download link seems to be broken... any chance of it being fixed?
Click to expand...
Click to collapse
Updated/Fixed
Also Verified: I downloaded the file from from the updated link in the OP and installed using above instructions. Working fine for me.
Will this keep looping over the blue android animation until the boot completes, or does it freeze on the last frame while booting up?
altayh said:
Will this keep looping over the blue android animation until the boot completes, or does it freeze on the last frame while booting up?
Click to expand...
Click to collapse
It freezes on last frame.
Over the next week day or two I will update the animation and post an update when it is ready.
OP updated with both versions. Looping/scrolling version is about 2mb larger, as I had to create about 12 new images for the scrolling..
Sent from my Fireball using Xparent Blue Tapatalk2
Updated animation worked perfectly. Thanks!
Love it junkmail, nice animation
Sent from my ADR6410LVW using xda app-developers app
cool animation
Cool animation. Just what I was looking for. Thanks for providing it.
finally got around to installing this - cool tweak! thanks!
Related
Hi all,
Before you say something I just "ported" a boot screen from Nexus One to Tattoo (this included resizing the picture to our screen res). Here it is:
Nexus One Bootscreen for HTC Tattoo
Here is how you backup your old boot screens and how you set up the new one to be used (u must be root and I also think that Android 2.1 has a different location for these files, but I have only 1.6. If someone know how to do this on 2.1 tell me how and I will update my post!):
1. Unpack the zip file (a new folder named 'boot' should be created)
2.
Code:
adb shell
# cd /system/media/bootscreen
# mkdir /sdcard/bootscreen_backup
# cp /system/media/bootscreen/* /sdcard/bootscreen_backup
# rm *
# exit
3. Now perform
Code:
adb push pathtobootfolder\boot /system/media/bootscreen
That's it. If you're tired of the Nexus Onbe Bootscreen and you want the old one, do:
1. adb shell
Code:
rm /system/media/bootscreen/*
cp /sdcard/bootscreen_backup/* /system/media/bootscreen
Finito!
Have fun!
/Edit1: I have set Audio=0 in the xml-config because I'm tired of the boot sound...
/Edit2: Changed screenX to 0, thanks to coolbits for this
/Edit3: For those guys having problems understanding what to do - look at this post
Thanks for this
Also change:
screenX="0"
to not get empty first 40 pixels of the screen
Working
Good Work, it's all good on my Tattoo
to have this in my tattoo, it has to be rooted?
djhancks said:
to have this in my tattoo, it has to be rooted?
Click to expand...
Click to collapse
Yes! Root is required.
How to do this in Android 2.1? There is no /system/media/bootscreen folder.
aam.. because i'm a newbie here where do i have to unpack those files?
and where should i write those commands?
djhancks said:
aam.. because i'm a newbie here where do i have to unpack those files?
Click to expand...
Click to collapse
My dear fellow Tattoo user, you can unpack the zip file wherever you like, eg. Desktop.
djhancks said:
and where should i write those commands?
Click to expand...
Click to collapse
First, you need to have working connection from PC to your phone trough ADB. Those commands you must type in Terminal i.e. Command Line, like this (this is Terminal in Ubuntu, don't be confused - menu is localized in my native language):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
thanks a lot m8
i think you should edit your first post and add this for all us newbies to understand
thanks again
dejandekic said:
My dear fellow Tattoo user, you can unpack the zip file wherever you like, eg. Desktop.
First, you need to have working connection from PC to your phone trough ADB. Those commands you must type in Terminal i.e. Command Line, like this (this is Terminal in Ubuntu, don't be confused - menu is localized in my native language):
Click to expand...
Click to collapse
Nice explanation
dejandekic said:
Yes! Root is required.
How to do this in Android 2.1? There is no /system/media/bootscreen folder.
Click to expand...
Click to collapse
Sorry, I don't have Eclair Tattoo build installed (will flash it when FM Radio and Camera are working). I have updated my 1st post with requirements and restrictions...
those commands work on windows cmd ???
sure they do, but you have to be in the same folder with adb.exe and type adb.exe instead of adb
NForce25 said:
sure they do, but you have to be in the same folder with adb.exe and type adb.exe instead of adb
Click to expand...
Click to collapse
thanks m8, i'm a lil' newbie for all that stuff, but thanks to this guide i can manage
to do this
nice bootscreen, biggest win is turning that F***ing sound off
havok123 said:
nice bootscreen, biggest win is turning that F***ing sound off
Click to expand...
Click to collapse
i like this sound
What am I doing wrong?
I've done a similar bootscreen, but I kept the proportions on the logo and it's oriented the right way (top left to bottom right: blue, red, yellow & green).
Also, I kept the green little buddy and its sound but I removed the annoying sound when the htc-logo should appear.
I attached the zip-file which contains everything (boot.gif, boot1.gif, boot2.gif, boot_bg.gif, boot_animation.xml and boot.mp3)
sheik_yerbouti said:
View attachment 319318
What am I doing wrong?
Click to expand...
Click to collapse
Did you remount RW?
worked for me great
same error by mine,
someone tell me how to "Did you remount RW?"
Greets
"adb remount"
in terminal...
Thanks to GLa'DOS for creating the originals. See the original thread here
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3 Options to install.
First step: Extract downloaded .zip file to reveal "bootanimation.zip"
1. ADB
Navigate to the folder containing "bootanimation.zip" in terminal/command prompt.
Type the following
Code:
adb push bootanimation.zip /Data/Local
Then to test, set your device so display is in landscape (will not display properly if you have it on portrait and test it but will display fine either way on boot)
Code:
adb shell bootanimation
2. Root Explorer
Copy "bootanimation.zip" to your SD card
On your Streak open up Root Explorer (or any other app that allows you to copy paste to the internal memory)
Copy "bootanimation.zip" and paste it to /Data/Local
3. Terminal Emulator
thanks nickshertzer, his directions are for drop box but can easily be manipulated for simply copying the bootanimation.zip to your SDcard
nickshertzer said:
BTW, if you don't have / want to get out that sync cable for ADB, use dropbox & Terminal Emulator. Make sure you download the .zip using dropbox longpress first before running following command (requires Busybox / can't remember if it is installed default on Steve's ROM)
Code:
su
cp /sdcard/dropbox/bootanimation.zip /data/local/
reboot
Click to expand...
Click to collapse
Enjoy
Installed the red one with option #2. Looks and runs great on DJ Steve's 1.6.0.
Thanks fone_fanatic!
Nice work will give it a try.
Its nice to change the boot now and then thanks
Thank You - Very Nice
@ fone_fanatic
If you have the time, would it be possible for you to combine the first 1/2 of your Bios animation with this Scribble animation?
Thanks for your consideration!
bk
These are great! Thank you so much for sharing!
Really would be cool to write up an app that randomized the bootanimation.zip so you never know what you'll see on next boot...
krazman325 said:
@ fone_fanatic
If you have the time, would it be possible for you to combine the first 1/2 of your Bios animation with this Scribble animation?
Thanks for your consideration!
bk
Click to expand...
Click to collapse
That's not a bad idea... I'll try to mock something up in the next couple of days
Sent from my Dell Streak using XDA App
Thank you! I appreciate that.
Is there anyway you could make a version of this boot w/o the flare that is oriented for booting in landscape mode or is there a way to do this??
I love the animation, but i always hold my streak on it's side.
z4ck38 said:
Is there anyway you could make a version of this boot w/o the flare that is oriented for booting in landscape mode or is there a way to do this??
I love the animation, but i always hold my streak on it's side.
Click to expand...
Click to collapse
For landscape, head over to the original thread, and download it from there and try that. i think they will work in landscape.
Do u just install this using clockwork recovery?
Sent from the Iphone Killer
borijess said:
Do u just install this using clockwork recovery?
Sent from the Iphone Killer
Click to expand...
Click to collapse
The first post in this thread details specific instructions for 3 different ways to install.
best bootanimation hands down. awesome work!
the pics wouldnt load :S
zgmf-x322a said:
the pics wouldnt load :S
Click to expand...
Click to collapse
just install one of them and you will see awesomeness
I know it's been mentioned before, but I'd really like to get a download of this in landscape optimized for the Streak. (the no-flare version, specifically...) If you get the time, could you rotate the images real quick and post it? Either way, this is a great boot animation!
If you can make one with a white light that would be awesome.
I am trying to compile any goodies to compliment my white streak.
Thanks in advance.
so you don't need to extract out the zip info?
you just need to place the file as a zip into Data/Local?
Am I reading the below correctly?
2. Root Explorer
Copy "bootanimation.zip" to your SD card
On your Streak open up Root Explorer (or any other app that allows you to copy paste to the internal memory)
Copy "bootanimation.zip" and paste it to /Data/Local
awesome thanks so much I will try it now
Very slick and a nice change. Thanks.
Introduction
Hi developers! I am proud to introduce my newest boot animation called "Android 3D", featured in green and cyan color! It's fast and lightweight and it's available for our LG GT540. If you aren't an owner of a LG GT540 or if you have a phone with different screen resolution, feel free to visit the original topic in the Android Themes and Apps section and choose between QVGA, HVGA and WVGA resolutions: http://forum.xda-developers.com/showthread.php?t=1260241 !!!
What's new
*This list is temporarily empty.
Requirements
In order to have this boot animation, you need to root your LG GT540. It's recommended that you have a custom rom installed.
Installation
You can install this boot animation in several ways:
Using ADB
Using Root Explorer
How to install it using ADB?
If you have previously downloaded Android SDK, then installing this boot animation will be a piece of cake. Just follow the simple steps below and you should have your boot animation installed in no time:
1. Connect your phone to the PC. Make sure USB Debugging is checked in Settings.
2. Open CMD.
3. Set the CMD destination to the folder where the SDK tools are stored (adb, fastboot etc.).
4. Rename the boot animation file to "bootanimation".
5. Type this commands in order:
- adb remount
- adb push C:\Users\#bootanimationdirectory#\bootanimation.zip /system/media/bootanimation.zip
- adb reboot
6. Unplug your phone.
How to install it using Root Explorer
1. Rename the boot animation file to "bootanimation".
2. Copy it to your sd card.
3. Open Root Explorer.
4. Select your boot animation and copy it to /system/media directory (don't forget to mount the system partition as R/W).
5. Reboot your phone.
Preview
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download
Android 3D: http://www.mediafire.com/?1662o6bd1go3ek8
Android 3D Cyan: http://www.mediafire.com/?b556zecu3r6kn53
Notes
*The actual quality of the animation is better that the preview above.
**This boot animation has been tested on LG GT540 Optimus using Android 2.3.5 Gingerbread (AOSP). It's also confirmed that it works on HTC Desire and HTC HD2.
***This boot animation should work on all CyanogenMod and AOSP ROMs, however, the applying method may be different if you're running an official ROM.
If you like this boot animation, please click the THANKS button below.
MORE 3D ANIMATIONS COMING SOON!!!
Sweet!! Going to try !!
bs828 said:
Sweet!! Going to try !!
Click to expand...
Click to collapse
Thank you!
maybe you could add the android logo to fade in half way though the animation just so users will no if they have a bootloop e.g. not a full bootloop just the animation bootloop if that makes sense lol
eoghan2t7 said:
maybe you could add the android logo to fade in half way though the animation just so users will no if they have a bootloop e.g. not a full bootloop just the animation bootloop if that makes sense lol
Click to expand...
Click to collapse
I don't understand what you're trying to say. But thank you for your comment anyway.
EDIT: Oh, now I understand. I think it's not necessary. I'll keep that in mind.
Интересно ќе се проба, би било убаво освежување .
Tnx this is very good animation, keep up with the good work.
joeymk said:
Интересно ќе се проба, би било убаво освежување .
Tnx this is very good animation, keep up with the good work.
Click to expand...
Click to collapse
Фала!!!!
Thanks!!!This is very nice!!!!!!
congtu2512 said:
Thanks!!!This is very nice!!!!!!
Click to expand...
Click to collapse
I'm glad you like it!
great work
love it, is it possible this bootanimation to fix it with a bootsound, if how you do that.
i look for a TUT for Bootsound with bootanimation for our Sell
Great bootanimation, simple and beautiful
jetstream73 said:
love it, is it possible this bootanimation to fix it with a bootsound, if how you do that.
i look for a TUT for Bootsound with bootanimation for our Sell
Click to expand...
Click to collapse
I'm not sure... I'll do some research.
I edited this boot animation for my Bionic, but I believe the Razr and Bionic have the same screen resolution so I thought I'd post this boot animation here too. Head over to my original post for more details here
Youtube: http://youtu.be/WTR8fdBLMSc
Credit to user fluxgfx for posting this sweet boot animation in the first place here and to user mtemal who posted some videos of his tweaks of this boot animation here.
Final note: there is a part of the animation that says bionic but it is very easy to remove those frames from the animation.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Dropbox Link: http://dl.dropbox.com/u/843133/bootanimation.zip
Very kewl boot! Works great, so it says bionic.... Don't care cuz the colors and style are fantastic!
Sent from my DROID RAZR using Tapatalk
Why don't you change bionic for RAZR and release it here?
Changed bionic to razr.
image: http://i1132.photobucket. c o m/albums/m563/Jana_Boss/00152.png
Download: dropbox. c o m/u/56285557/bootanimation.zip from dropbox
(delete spaces in com.haven`t permission to post outside links)
Thanks! Will try it now!
Can i use this on rooted Stock ROM?
Sent from my XT910 using Tapatalk
There is no sound? Tanks
picz said:
Can i use this on rooted Stock ROM?
Click to expand...
Click to collapse
If you are rooted you can install your own boot animation. You can either push the bootanimation.zip file into the correct location with an ADB or you can keep it simple like me and use a file manager to locate and replace the original file. I use Root Explorer. Additionally you can extract your original boot animation before you replace it if you want to save it for later. I'm not on stock ROM but I believe folder location doesn't change. Try looking in: /system/media
pedrotorresfilho said:
There is no sound? Tanks
Click to expand...
Click to collapse
I havn't found an audio track that I like for this boot animation yet, but if you want to add your own this guide might help.
MNEman13 said:
If you are rooted you can install your own boot animation. You can either push the bootanimation.zip file into the correct location with an ADB or you can keep it simple like me and use a file manager to locate and replace the original file. I use Root Explorer. Additionally you can extract your original boot animation before you replace it if you want to save it for later. I'm not on stock ROM but I believe folder location doesn't change. Try looking in: /system/media
I havn't found an audio track that I like for this boot animation yet, but if you want to add your own this guide might help.
Click to expand...
Click to collapse
Thanks a lot for the guide, I'll give a try. See ya!
MNEman13 said:
If you are rooted you can install your own boot animation. You can either push the bootanimation.zip file into the correct location with an ADB or you can keep it simple like me and use a file manager to locate and replace the original file. I use Root Explorer. Additionally you can extract your original boot animation before you replace it if you want to save it for later. I'm not on stock ROM but I believe folder location doesn't change. Try looking in: /system/media
I havn't found an audio track that I like for this boot animation yet, but if you want to add your own this guide might help.
Click to expand...
Click to collapse
Acctually I'he found a sound file working. Just have to unzip it and put in the same folder than bootanimation.zip
Thanks a lot!
Will try to make a movie of my razr with this boot animation with sound. it's insane.
are you guys using the stock ROM's for this? Thanks
Yes,I have made all on stock Razr.
how to use this?
install zip from recovery?
is there any sound added?
===========
after lurking some thread i guess i hav to push it to /data/local
please ignore my questions about how-to-install
Standard Disclaimer: Not responsible for bricking your phone, voiding your warranty, or any other pain or suffering you may feel as result of using this guide.
Well, let's cut to the chase. Following method was inspired by this guide.
Credit goes to @tys0n for original guide.
Programs/scripts needed for this method:
param editor
Python interpretator (2.7.x)
Any graphical editor
Choose graphical editor by yourself as editiing picture won't be described here.
1) Create image image_new.jpg with resolution of 480x800 pixels and size not bigger than 64673 bytes.
2) Take image that you want to replace from /mnt/.lfs (logo.jpg for example, which is bootlogo) and rename it to image_orig.jpg .
Although using this method any picture in param.lfs can be replaced (but with not bigger size than original ones), logo.jpg is only was tested by author.
3) Then dd your param.lfs:
Code:
dd if=/dev/block/mmcblk0p1 of=/sdcard/param.lfs bs=512000
4) create any empty folder (on PC), put here param_editor.py, param.lfs, image_orig.jpg and image_new.jpg
5) run param_editor.py. If everything was done successfully, in the same folder param_mod.lfs will appear, otherwise message that describe why it has failed will be shown.
Okay, lets to test param_mod.lfs. Of course, you can flash and reboot once it done, but there's a simple method(without having to wait until bootlogo appears... or doesn't) to check whether param.lfs is correct:
1) unmount /mnt/.lfs:
Code:
umount /mnt/.lfs
2) flash param_mod.lfs
Will be careful with typing following command. DON'T type wrong number of partition, otherwise your phone probably will be bricked. Better if you just copy/paste this line.
Code:
dd if=/sdcard/param_mod.lfs of=/dev/block/mmcblk0p1 bs=512000
3) now mount it again:
Code:
mount -t j4fs /dev/block/mmcblk0p1 /mnt/.lfs
4) if you can see your custom bootlogo instead of stock one then everything is ok. Now can reboot and have fun
5) how to restore original param.lfs? Flash param.lfs, dd'd in step 3 ("3) Then dd your param.lfs:")
ToDo: despite of that I have successfully replaced bootlogo, one thing I wanted to check is how to repair the phone in case if something went wrong. For some reason I was not able to flash neither param.tar.md5 nor param.tar . I had to flash three-file stock 4.1.2 to restore it. I would be glad if anyone will provide flashable param.tar.md5 to avoid flashing stock for those who have failed to change bootlogo.
Okay, lets see what bootlogo can be done(custom param.lfs attached below):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Why exactly this bull***t (or whatever you can think)? Answer is that everything that I've done (including this guide) is just for fun, and it's first idea that came to my mind. Have fun
Chrono . I was trying do this tutorial. But recently I had a lot of work . Many Thanks , you spared me the time : D
Does not work here... Don't know what went wrong...
Tested logo_nfc.jpg and also logo.jpg
Files are as instucted in one folder...
There is no log or mod output... I got only this (with CMD and param_editor.py)..
Code:
opened param.lfs
opened ./image_orig.jpg
opened ./image_new.jpg
With normal double klick on *.py the cmd window closes to fast to see anything....
Just for test I tried to use original logo.jpg as image_orig.jpg AND image_new.jpg... But I got the same "output" and no mod file nor log...
I Installed Python 3.4.3 from webseite... Is this correct?
EDIT
Installed now Python 2.7.9 - and now param_mod.lfs was created! - Looks like 3.4.3 does not work...
fluffi444 said:
I Installed Python 3.4.3 from webseite... Is this correct?
EDIT
Installed now Python 2.7.9 - and now param_mod.lfs was created! - Looks like 3.4.3 does not work...
Click to expand...
Click to collapse
It should have been to work... probably I missed something as it should not exit without prompt.
ChronoMonochrome said:
It should have been to work... probably I missed something as it should not exit without prompt.
Click to expand...
Click to collapse
Yeb - it's working also with logo_nfc.jpg.
As I said I needed to used Python 2.7.9...
For those with 8160P - It's just a test with "powered by android" logo..
EDIT
And as the logo_nfc.jpg is a bit bigger (65194 bytes) I had to modify the py-script according to this - But as I said it works.
So its not limited to exactly 64673 bytes - But for sure its the best to stay with the same or below original size!
EDIT2
Added "powered by cyanogenmod"
bro i need helpppppppppp
ask
how to use/apply it ??
mavis2032 said:
how to use/apply it ??
Click to expand...
Click to collapse
Omg, for whom Chrono wrote instruction? Just read them, it's so easy...
Custom boot logo for codina I made probably no one wants
thank for @dugeriss for wallpaper
flash from recovery
someone can help me with a samsung chat.? model GT-B5330L, it have the same problem; logo jpg draw failed
really great guide, transformed my old ace.
how to see image in param.lfs?