Change Splash Boot Screen Of Your Tab S2 - Galaxy Tab S2 Q&A, Help & Troubleshooting

All Credits :willysusilo
Original S5 Splash Boot Thread: http://forum.xda-developers.com/galaxy-s5/themes-apps/redesigned-galaxy-s5-splash-screen-t3325025
After searching a lot about how to replace my splash Boot Screen. The extracting of param.bin from BL stock file and finally i found a flashable zip which works perfect for mY T817T Tmobile S2.
All you have to do is open the zip with winrar or 7zip. i used 7zip to replace logo.jpg file with a 1536x2048 jpg file of your choice and flash the zip via TWRP. Thats it
Now only thing i am in search of is a 1536x2048 Boot Animation for my Tab S2. I have shared the original Samsung Tab S2 Splash Boot Screen and also a modded one below see also screenshot below
The Changed Splash Logo
{
"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"
}

If any member would be Nice enough and
can help sharing his stock boot animation from Tab S2 any 9.7in model any international variant
At least I would be able to replace my ****ty T Mobile boot animation.
size of files is max 18mb.
located in /system/media copy it via root explorer and please zip and share.thanks in advance
bootsamsung.qmg
bootsamsungloop.qmg
shutdown.qmg

Do you realize how dangerous this is?

Nandr0idC0nsumer said:
Do you realize how dangerous this is?
Click to expand...
Click to collapse
Yes , its dangerous if u flash param.bin of other phone , its only logo.jpg
Did u realize and download and see that the zip file contains only one logo.jpg NOT param.bin??

kingwicked said:
Yes , its dangerous if u flash param.bin of other phone , its only logo.jpg
Did u realize and download and see that the zip file contains only one logo.jpg NOT param.bin??
Click to expand...
Click to collapse
Yes I know the zip is safe but one wrong move and you could be screwed. Param contains the graphics for DL mode as well, so you won't be able to get into DL mode without param working properly.
I wasn't telling you not to do anything here, just be uber-careful. You probably already knew this though

Nandr0idC0nsumer said:
Yes I know the zip is safe but one wrong move and you could be screwed. Param contains the graphics for DL mode as well, so you won't be able to get into DL mode without param working properly.
I wasn't telling you not to do anything here, just be uber-careful. You probably already knew this though
Click to expand...
Click to collapse
Yess , you are right it contains images . of download mode. one has to be very careful:good:

hey, would this be different for international models or would it work just fine?

This doesn't work for t813 anyone know how I can change boot logo on t813 model?

other devices
Hi
is the procedure suitable for galaxy tab s?
Does the scripts work at same? Shall I change the resolution of the logo.jpg?
Thanks
Andrea

Works good on SMT-715 but this is an image wich replace the original at boot. I'm also looking for original samsung bootanimation (wish to replace lineage one because sucks) but i can't find one suitable for my device resolution. Any help?

pischik.igor said:
This doesn't work for t813 anyone know how I can change boot logo on t813 model?
Click to expand...
Click to collapse
T813 may have different param.lfs location (maybe not /dev/block/mmcblk0p8) or different logo name.
Can anyone with the T813 model take a look under /dev/block/ to get the right folder name ?

Related

bootanimation question in swiftdroid

Hey everyone, i just created a boot animation for my GT540, im a big fan of swiftdroid, anyway... heres my problem
i moved it to Root://System/Media
So i have 2parts in my bootanimation
Part0 which plays only 1 time and goes first:
{
"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"
}
Part1 which loops and goes after part0:
Everything works good and i really like my work, but the problem is, I see Default Swiftdroid logo at the start for like 10sec, and only after few seconds my animations pops up, is there anyway to remove the Default swiftdroid logo so my new animation would replace the Default swiftdroid logo completely ?
If you guys can help me, ill provide link of my animation, and instructions how to install it :S
a video will describe my problem better ( sorry for low quality, i just didnt had a better camera to film it )
http://www.youtube.com/watch?v=OOtODDxYOUw my animation starts only at ~0:45sec
The swiftdroid logo is held in the kernel but if i remember there is a way to replace on the htc g1 ill have a look for you.
Sent from my GT540 using XDA Premium App
Just bumping my post so someone could see it :s
I might be on to something so check back soon
Sent from my GT540 using XDA Premium App
i dont know if it just on my computer but it look to me that part1 coud cause someone an epileptic fit.
@eoghan2t7
it would involve using the dump_image binay to extranct the boot.img. then decompiling it, replacing the image(i think it in the ram disk which also needs decompiling separatle), then recompiling boot.img and flashing it.
lukemovement1 said:
i dont know if it just on my computer but it look to me that part1 coud cause someone an epileptic fit.
@eoghan2t7
it would involve using the dump_image binay to extranct the boot.img. then decompiling it, replacing the image(i think it in the ram disk which also needs decompiling separatle), then recompiling boot.img and flashing it.
Click to expand...
Click to collapse
Does the images flash black/white to you ? :s
It is the initlogo.rle file that is shown on boot, it is in the root of the ramdisk. Just use dsixda's Android Kitchen to extract the boot.img file, much easier than manually doing it.
Thanks man, ill try it!
m4nu4l said:
Thanks man, ill try it!
Click to expand...
Click to collapse
BTW, .rle is a bitmap-type file, but I think it is compressed, Paint and many other conventional tools cant open it, but I was looking somewhere and did find a converter, i'll have to check that out.
effortless. said:
BTW, .rle is a bitmap-type file, but I think it is compressed, Paint and many other conventional tools cant open it, but I was looking somewhere and did find a converter, i'll have to check that out.
Click to expand...
Click to collapse
That would be great :s
The name of the program you need is called to565. It will need to be compiled, but here is some info:
http://www.androidtablets.net/forum...-bootlogo-before-animated-boot-animation.html
m4nu4l said:
Does the images flash black/white to you ? :s
Click to expand...
Click to collapse
na just the loading bar
That boot animation should be in eye candy its except AZ!!!!
Sent from my GT540 using XDA App

[Q] How to convert stock samsung .tar.md5 to flashable zip

Since I'm pretty new to the whole ROM'ing scene, I really haven't figured this out yet...
panda00 said:
Since I'm pretty new to the whole ROM'ing scene, I really haven't figured this out yet...
Click to expand...
Click to collapse
Android kitchen.
Backup with CWM, take system.ext4.tar.a, remove that "a" in the end. And use it in Kitchen.
Just take flashable ZIP from any of our JB ROMs, because updater-script is different on other phones.
In the the .tar.md5, I only see system.img.md5 and some other .img.md5 files
panda00 said:
In the the .tar.md5, I only see system.img.md5 and some other .img.md5 files
Click to expand...
Click to collapse
Not from firmware, I told you from backup in CWM. :angel:
P.S. In CWM backup folder you will get this:
{
"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"
}
Use the last file, 430+ MB. Just remove ".a" in extension.
Oooh, my bad.
Yep... got it, thanks a bunch. But oh crap I recently unrooted by flashing new firmware with Odin...
Одг: [Q] How to convert stock samsung .tar.md5 to flashable zip
panda00 said:
Yep... got it, thanks a bunch. But oh crap I recently unrooted by flashing new firmware with Odin...
Click to expand...
Click to collapse
Just root it again.
Послато са GT-I9070 користећи Тапаток 2
Still have questions
Hii there
this is stupid but my phones update.zips have only META-INF , System & zImage or boot.img & when i extract the tar i get cache.rfs,datafs.rfs,factoryfs,rfs,logo.png,modem.bin,& zImage
out of which i can open only logo.png on windows
& when i take a CWM BKP
i get
.android_secure.vfat.tar
boot.img
cache.rfs.tar
data.ext4.tar
nandroid.md5.md5
sd-ext.ext4.tar
system.ext4.tar
so how do i get only META-INF & System & boot or zImage from there
PS: I m a noob
Kalp99670 said:
Hii there
this is stupid but my phones update.zips have only META-INF , System & zImage or boot.img & when i extract the tar i get cache.rfs,datafs.rfs,factoryfs,rfs,logo.png,modem.bin,& zImage
out of which i can open only logo.png on windows
& when i take a CWM BKP
i get
.android_secure.vfat.tar
boot.img
cache.rfs.tar
data.ext4.tar
nandroid.md5.md5
sd-ext.ext4.tar
system.ext4.tar
so how do i get only META-INF & System & boot or zImage from there
PS: I m a noob
Click to expand...
Click to collapse
By using Android kitchen and system.ext4.tar with it. It will unpack it for you. You need to use guide of it, read it carefully. You do not need boot, it is kernel (if not put in ROM, previous one will remain in phone).
And do not be a noob, ne newbie. Read, read, search, read...
Will this method work... Because in the kitchen thread, S advance is not in the supported devices list... But I'd reckon it's very similar to the Galaxy Ace 2...
panda00 said:
Will this method work... Because in the kitchen thread, S advance is not in the supported devices list... But I'd reckon it's very similar to the Galaxy Ace 2...
Click to expand...
Click to collapse
It will work to get files you need. And after that just use our updater-script (and whole META-inf folder).
P.S. Before you try to make some ROM, please read all threads about that. You can't just swing with stick, and become an dev.
shut_down said:
It will work to get files you need. And after that just use our updater-script (and whole META-inf folder).
P.S. Before you try to make some ROM, please read all threads about that. You can't just swing with stick, and become an dev.
Click to expand...
Click to collapse
I did read...
And just editing some APKs, editing build.prop, and repackaging won't make me a dev ROFL :laugh:
i have a galaxy ace GT-S5830i
is there any stock rom for GT-S5830i wich can be installed from sdcard . pls help this phn is not detecting iin odin .
Easternmnode said:
is there any stock rom for GT-S5830i wich can be installed from sdcard . pls help this phn is not detecting iin odin .
Click to expand...
Click to collapse
You are on the wrong forum. Here is Galaxy S Advance.
Powered by CM11 M9 snapshot
thanx man, you helped me build my rom

Android 4.4 KITKAT Nexus 7 Bootanimation

Android 4.4 KitKat Nexus 7 Bootanimation ZIP File​
Copy the "bootanimation.zip" to the "/system/media/" directory and overwrite (or rename) existing bootanimation.zip file.
Bootanimation 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 Bootanimation
HAVE FUN ​
I like this! Good job!
Sent from my GT-I9300
Hey man you should get a new file hosting service. This one is plagued with popups. I didn't even download the boot animation because this site was way too sketchy.
adampdx said:
Hey man you should get a new file hosting service. This one is plagued with popups. I didn't even download the boot animation because this site was way too sketchy.
Click to expand...
Click to collapse
Hi, I had the same experience. Buy this, upgrade that, just to download a small file.
I feel this is a deliberate choice by the OP. There lots and lots of FREE file hosting companies. Why choose one that is so ****e? Freebies? Money?
Cheers. Anil
Re-Uploaded
I re-uploaded this file to MediaFire, but I can't post links so just go to /download/imb7u7dz5dtt9pg/bootanimation.zip . I can't get it to work on my rooted Nexus 7, however. Is there any way I can revert to the true stock boot animation? I accidentally deleted it when I was tinkering with it earlier in ROM Toolbox.
i9505
I am amazed.
Samsung Galaxy S3 i9300
Resolution Please...720 *1280 :good:
sebix1 said:
Android 4.4 KitKat Nexus 7 Bootanimation ZIP File​
Copy the "bootanimation.zip" to the "/system/media/" directory and overwrite (or rename) existing bootanimation.zip file.
Download Bootanimation
HAVE FUN [/CENTER]
Click to expand...
Click to collapse
can i use this bootanim into Xperia L with JB 4.2.2 ??
Okay
Its interesting but it makes me think of the Windows boot animation.
Sorry for the bump, but can this be used on a Nexus 4?
Hi, this will work fine on your NEXUS 4.
Have fun. Anil
new uploaded file location...
Hello XDA Members!
First off let me thank the person who started this thread and took the time to upload the stock KitKat 4.4 Boot Animation for the 2nd Generation Nexus 7 tablet. However...the file sharing site that is being used as the download location for this boot animation is a bit off a hassle. The site makes you jump through a few loops to actually get the file.
After I was finally able to get the file, for some reason the file I downloaded was not right (possible corrupted). I knew the file that I downloaded could not be correct because the file was only like 500K and I have 2 Nexus 7 Tablets (both 2nd generation) and I know that the stock bootanimation.zip file is around 1.3MB's.
Anyways...so I took it upon myself to transfer the stock 4.4 KitKat boot animation from my Nexus 7 to a new file sharing website with hopes that it will now be much easier for everyone to obtain this file.
Here is the download link -> http://www.filedropper.com/bootanimation_2
I hope that everyone will now find it much easier to download this boot animation file now.
Thanks again to the person who started this thread. your time is much appreciated.
-droidshadow
zacutesz said:
can i use this bootanim into Xperia L with JB 4.2.2 ??
Click to expand...
Click to collapse
sure you can
even it works in mine
Hmmm why would somebody want you to go to a spam/virus infested site to download a boot ani you can get anyplace? Just for fun perhaps our they just suck at life. Personally if I care to share something I post a link to my Dropbox doesn't take a genius to figure it out and it's safe.
Can't revert back to stock.
hi..i flashed a BIOS style boot animation for nexus 7 2012..and as soon as i flashed it there's a slight glitch in the animation and i decided to go back to the stock kitkat boot animation. i did a backup of the boot animation before trying out a custom boot animation and now if i flash it via recovery it just fails becuase of an MD5sum thingy..i think recovery couldn't find an md5. so i downloaded the one posted here instead. same problem. so i was left with no choice but to flash the stock X JB animation for nexus and it went well. i got that file from the thread of the bios boot animation for nexus..it was called revert_to_stock zip..
thank you.
Work for all resolution ?

Jiayu S3 Boot Logos & BootAnimation

Hello Guys
Some alternative boot logos & boot animations for Jiayu S3
{
"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"
}
Bootanimation
Bios Bootanimation
Bios Bootanimation Lollipop
https://www.dropbox.com/s/1zv8c15nv5764rv/Bios Bootanimation 5.1.zip?dl=0
All of them are just JPG and PNG files? Or do they move?
Merwenus said:
All of them are just JPG and PNG files? Or do they move?
Click to expand...
Click to collapse
boot logos don't move, they are static, while boot animation moves, and yes this boot animation is not just a img.
Thanks for sharing.
can you please post that boot animation zip again , the link is dead . thanks alot .
utaka said:
can you please post that boot animation zip again , the link is dead . thanks alot .
Click to expand...
Click to collapse
Links updated
Can you please update the links again?
They are not available any longer.
Thanks in advance,
Regards,
FJorgeR.
fjorger said:
Can you please update the links again?
They are not available any longer.
Thanks in advance,
Regards,
FJorgeR.
Click to expand...
Click to collapse
https://www.dropbox.com/s/wvs8zeh8kz1prt9/Bios Bootanimation.zip?dl=0
can you kindly download this boot animation zip and upload on Mega or Drive if possible as i cannot download it from pan baidu.
http://bbs.ejiayu.com/thread-1259942-1-1.html
Thanks
Thanks...
adilrenzu said:
https://www.dropbox.com/s/wvs8zeh8kz1prt9/Bios Bootanimation.zip?dl=0
Click to expand...
Click to collapse
Hi adilrenzu,
Good morning.
Thanks a lot for the new link
Cheers,
Regards,
FJorgeR.
M Junaid said:
can you kindly download this boot animation zip and upload on Mega or Drive if possible as i cannot download it from pan baidu.
http://bbs.ejiayu.com/thread-1259942-1-1.html
Thanks
Click to expand...
Click to collapse
https://www.dropbox.com/s/yjyigdbwv5631p7/S3光波bootanimation.zip?dl=0
What programs have you used to create the bootanimations (Techno.zip - logo.bin and the other files in the .zip) ?
Also, how do I install the new bootanimation ?
Is this it? http://forum.xda-developers.com/showthread.php?t=1953726
But do I have to use "your original logo.bin file" ?
Can't it create a fresh new file from scratch ?
I see there is another file format - Bios Bootanimation.zip - system/media folder, bootanimation.zip file - I can create that using Boot Animation Factory.
And, do I also need the other files (CERT.RSA, CERT.SF...) and folders (META-INF, com......) ?
Can I just create a new bootanimation.zip file, using Boot Animation Factory, copy/replace to system/media folder ?
Thanks.
Here CM12 bootanimation. Move to system/media and replace old bootanimation.zip
Levered said:
Here CM12 bootanimation. Move to system/media and replace old bootanimation.zip
Click to expand...
Click to collapse
Yeah, but what I really want is cm12 for the phone... not just the startup animation. The Jiayu.de Facebook page says they are working on it.
Sent from my KFTHWI using XDA Premium 4 mobile app
Thanks adilrenzu,
Regards,
how do I install the new boot animation ???
I already asked that a few days ago and got no answer.
Regular bootanimation.zip file is installed by copying to /system/media/ folder, first backup, then overwite old file.
But there are other files (archives) which contain bootanimation.zip or logo.bin and other files. I think you can install these files using custom recovery, like TWRP.
Also, how do I create this type of boota animations ?
Hunter-X5 said:
how do I install the new boot animation ???
Click to expand...
Click to collapse
The ones from the first post are.all flashable zips. Using a custom recovery, first backup your logo partition, then choose install, select one of these zips, and install it. Pretty simple. I don't know about the cyanogenmod one or any from other posts, as I haven't looked at them.
On a side note, most likely people aren't responding is because if you can't figure this out on your own, it might not be something that you should be doing. Flashing things can be dangerous, and no one wants to be responsible for you bricking your device.
Sent from my KFTHWI using XDA Premium 4 mobile app
If I extract the bootanimation.zip file from those flashable archives and just copy them in the /system/media/ folder, does it work like that ?

Guide debrick samsung S5 QHSUSB_BULK use microsdcard

[*]IF you up wrong rom , flash wrong partitiont
[*]Phone Brick then pc detect qhsusb_bulk Then you cry
[*]I will teach create file debrick first
PLs all user up file debrick when use tool off my in topic i will upload.
- Step1
-Download tool create file dump
-https://drive.google.com/file/d/0B_Hol5T47S-bUDZOb015d0Jma1E/view?usp=sharing
- Step2
- Root phone then connect phone enabale usb debug then open file create debrick tungkick.exe>> check allow (grant) suppersu in phone
- Copy file namefiledump.img can change name^^
- OK you have got file debrick of you.
- When phone brick qhsusb_bulk you need buy microsdcard 32gb samsung
{
"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"
}
- Then use tool windisk32img
http://sourceforge.net/projects/win32diskimager/files/latest/download
- Inplug microsdcard with pc
- Use tool win32diskim chooser file debrick
- Then see in video how do debrick samsung s5 of my
https://www.youtube.com/watch?v=29r-F7xZoEA&feature=youtu.be
Good cluck
If you like my work, click here to buy me a beer.
Paypal [email protected]
works good for gs5, thanks
Great Work..
Hi,, I try to download the tool to create the file dump , but unfortunately the file does not exist any more can you please reupload it,,
thanks in advanced...
deitier
hi can you re upload the tool pleas
tungkick said:
- When phone brick qhsusb_bulk you need buy microsdcard 32gb samsung
Click to expand...
Click to collapse
Is that limited to microcards from Samsung?
what i understand is that i need to have my file "debrick" before bricking my phone? in my case i bricked my galaxy tab 4 t331, now i cant find any solution, can you help me with it? i dont have any type of backup, but i do have the odin image ready to flash... the way i bricked was the same that appears in the video at 5:58, exactly that same way but with terminal emulator, now i only have the QHSUSB_BULK driver installing and never installs, i dont have the debrick file.
Joanse said:
what i understand is that i need to have my file "debrick" before bricking my phone? in my case i bricked my galaxy tab 4 t331, now i cant find any solution, can you help me with it? i dont have any type of backup, but i do have the odin image ready to flash... the way i bricked was the same that appears in the video at 5:58, exactly that same way but with terminal emulator, now i only have the QHSUSB_BULK driver installing and never installs, i dont have the debrick file.
Click to expand...
Click to collapse
easy contact me
works for me. anyone needs a debrick image for g900v here it is: https://www.androidfilehost.com/?fid=24545065934258334
edit: looks like I just revived an old thread. sorry :silly:
if someone could post the debrick img for G900F it`ll be helpful for a lot of people like me. I have bricked my S5 and dont have a spare one... pls help..
gpkumaran said:
if someone could post the debrick img for G900F it`ll be helpful for a lot of people like me. I have bricked my S5 and dont have a spare one... pls help..
Click to expand...
Click to collapse
http://forum.xda-developers.com/galaxy-s5/general/g900f-debrick-img-lollipop-t3240626
cheaterel said:
http://forum.xda-developers.com/galaxy-s5/general/g900f-debrick-img-lollipop-t3240626
Click to expand...
Click to collapse
Tried that file bro.. not working but.
Is this tool works for S5 G900H (Exynos ) variant. ?? If not other method??
cheaterel said:
http://forum.xda-developers.com/galaxy-s5/general/g900f-debrick-img-lollipop-t3240626
Click to expand...
Click to collapse
I was using a 16 gb memory card. that was the problem. with a 32 gb memory card, this method worked. thanks a lot...
tungkick said:
easy contact me
Click to expand...
Click to collapse
I have the same problem. Phone is bricked but unable to go to recovery/download mode and when plugged in just stays QHsusb_bulk
Debrick file for G900I
Does anyone have the debrick image for the G900I Model? If you do could u please send me a link.
Thanks
Guys, if someone has a SM-G900FD, please make a debrick image.

Categories

Resources