[Solved]Custom Splash galaxy a5. Help me how to modify it. - Android Q&A, Help & Troubleshooting

Hi friends, I need help on how to change the splash screen on my galaxy a5 because I am bored seeing the same bootup logo everytime. Thanks

I've used hex editor to change boot logo on a few samsung devices. It can also be done with script if you're good at it. I'm not [emoji14]
You need to locate the logo.jpg inside param partition, and with hex editor you can insert/overwrite the original with a new logo.jpg with exact same resolution,dpi, and size as the original.

tys0n said:
I've used hex editor to change boot logo on a few samsung devices. It can also be done with script if you're good at it. I'm not [emoji14]
You need to locate the logo.jpg inside param partition, and with hex editor you can insert/overwrite the original with a new logo.jpg with exact same resolution,dpi, and size as the original.
Click to expand...
Click to collapse
Yeah, but how can I pull param.lfs?, I dont have param in my firmware pkg. But according to my PIT, param partition id is 'mmcblk0p12'

You can use "dd if=/dev/block/mmcblk0p12 of=/sdcard/param.lfs" from terminal emulator or adb shell, or download a 4-file repair firmware and take it from there.
Edit: for SM-A500H it should be param.bin. Not param.lfs

tys0n said:
You can use "dd if=/dev/block/mmcblk0p12 of=/sdcard/param.lfs" from terminal emulator or adb shell, or download a 4-file repair firmware and take it from there.
Edit: for SM-A500H it should be param.bin. Not param.lfs
Click to expand...
Click to collapse
will try it.. thank you very much

akil777 said:
will try it.. thank you very much
Click to expand...
Click to collapse
No problem
I downloaded a 4-file for A500HXXU1CPH8 but there wasn't any param.bin in it. Don't know why it's not included.
You'll probably have to pull it from device. If you zip it and share it, then I can probably help you locate the logo if needed.

tys0n said:
No problem
I downloaded a 4-file for A500HXXU1CPH8 but there wasn't any param.bin in it. Don't know why it's not included.
You'll probably have to pull it from device. If you zip it and share it, then I can probably help you locate the logo if needed.
Click to expand...
Click to collapse
yeah me too.. i had pull param.lfs, now how can I modify it via hex editor?

akil777 said:
yeah me too.. i had pull param.lfs, now how can I modify it via hex editor?
Click to expand...
Click to collapse
It depends a bit on what software is used. I use 010 Editor, but the tools are pretty much the same in other editors as well.
This is the param for SM-A310F so your values will be different from the pictures, but it's easier to understand with a picture.
Load param.bin in editor and make a TEXT search for logo.jpg (yellow)
Result is marked in red. That's not the start position of logo.jpg ,but you will be pretty close.
All .jpg images start with ffd8 in hex and the one nearest will be start position (green)
Write down start position.
{
"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"
}
To find the end of logo.jpg I make a new search from ffd8. This time I search downwards for HEX ffd9 which always mark an end for a .jpg
Now you got start and end positions. Select that whole range in the edit menu and copy/paste it in to a new file in hexeditor.
Save the file as logo.jpg at your desktop and you'll find the bootlogo there
Check properties as resolution, dpi, and byte size and make a new picture with same properties, and a size no greater than original.
Make a new file in hex editor and set it to same bytesize as original logo. Fill it with zeroes, then insert/overwrite the new logo there. Save as logo.jpg. It doesn't matter if there's a bunch of zeroes at the end.
Now you will have a new logo.jpg with same size as original. (double check that!!)
Insert/overwrite the new logo.jpg into param, in the same range as the original is. Save param.bin and make sure its same size as the unmodified param. (double check!!)
You can also extract it from the new param to double check that it's where it should be and can be opened.
Be carefull. This partition is a part of the BL-package and stores image cache for bootloader and other parameters.
Done wrong, in best case you'll have a scrambled picture at boot.
At worst case you'll need a usb-jig to force it to download mode. It happend to me once.
A few other times i've had problems to boot because of what I believe was because of some incompatible exif data in jpg.
I couldn't find anything wrong in the modified param so it must have been it.
Those times it was enough to hold power/vol down, and at the same time insert charger to make it boot to download.
Keep a copy of your original param.bin. Tar it so it can be flashed in odin.
I also have an old tutorial for i8190 with a few pictures using HxD editor here: [HOW-TO]-[param-mod]-[BOOTLOGO]
Pretty much same procedure, but as said, all devices will have different values.
Hit the thanks button if it helped you

I attempted. But i failed.i got the solution when I used a flashable zip from the galaxy a510 one then edited the updater-binary. Replaced "dev/block/platform/...../byname/param" to "dev/block/platform/s.../byname/param" something like that. I had a backup of param.lfs or .bin whatever by copying mmcblk0p12 to my sdcard.

akil777 said:
I attempted. But i failed.i got the solution when I used a flashable zip from the galaxy a510 one then edited the updater-binary. Replaced "dev/block/platform/...../byname/param" to "dev/block/platform/s.../byname/param" something like that. I had a backup of param.lfs or .bin whatever by copying mmcblk0p12 to my sdcard.
Click to expand...
Click to collapse
Ok good you got it solved.
I havn't looked at that zip, but I will. It sure would be easier with a script

Related

How to extract a ROM file and get .apk files inside

I really need some .apk file from my 2.1 rom for samsung galaxy but I don't know how to extract the ROM file and get them?
I downloaded the 2.1 Rom from XDA, containt some files system, csc ... then which should i extract? And how to get? Any soft needed?
Plz help me because I really hate the UI in 2.2 ROM (It's blue and the icons not nice like the orange one in 2.1) and I hate the new youtube in 2.2 too
Sent from my GT-I5500L using XDA App
I'd also like to know about this.
An apk us just a zip file. Open it up and get what you want
If you have to, you can rename the .apk to .zip
---------
Sent from my Sprint SuperHero.
He answered about rom extraction, not apk. I ' d like to know too.
Anyone?
Use Winrar to extract the ROM.
freco said:
He answered about rom extraction, not apk. I ' d like to know too.
Anyone?
Click to expand...
Click to collapse
It's no different
---------
Sent from my Sprint SuperHero.
extracting apk from rom
I am also confronting the problem of extracting an uninstalled app from my flashed rom file.
When i open the .tar .md5 i see .bin .lsf .img and zImage.
How do i exactly extract the apks?
Check this out:
http://forum.xda-developers.com/showthread.php?t=1568913
==================================
Sent from GT-i9100 running ICS 4.0.3 using xda-developers app
Titanium backup?
FrankStealth said:
I am also confronting the problem of extracting an uninstalled app from my flashed rom file.
When i open the .tar .md5 i see .bin .lsf .img and zImage.
How do i exactly extract the apks?
Click to expand...
Click to collapse
Should be able to open the system.img and data.img with 7zip, from here you can go to the app folder and extract the apk files...
so i have this:
I9100XXLPQ_I9100OXALPQ_I9100XXLPQ_HOME.tar.md5
containing:
boot.bin
cache.img
factoryfs.img
hidden.img
modem.bin
param.lfs
Sbl.bin
zImage
i already tried opening factoryfs.img (471MB) with 7zip and i get the error cannot open file x as an archive... so that doesnt work for me.
i tried the apk swaper beta by _Logie and it also didnt help me.
any other suggestions?
You could possibly try this:
http://forum.xda-developers.com/showthread.php?t=1405041
ranger61878 said:
It's no different
---------
Sent from my Sprint SuperHero.
Click to expand...
Click to collapse
My ROM zip file has a system.new.dat file?
Neo3D said:
My ROM zip file has a system.new.dat file?
Click to expand...
Click to collapse
search for android kitchen. the kitchen will extract the system for you
toolhas4degrees said:
search for android kitchen. the kitchen will extract the system for you
Click to expand...
Click to collapse
Thanks, how do we use it to extract that .dat file?
Neo3D said:
Thanks, how do we use it to extract that .dat file?
Click to expand...
Click to collapse
http://www.droidviews.com/convert-and-extract-system-img-and-system-new-dat-files-on-windows/
there was just a converter before to change dat to img, but now looks like they built an extraction tool
Finally !!
I found how do that after to waste a day to search one real solution.
Is only to use the ClassyKitchen free version for windows.
I found it here:
https://forum.xda-developers.com/chef-central/android/tool-classykitchen-android-roms-t3862584
Basically, after to open the program, you will choose "create new project" on the tab "Projects utils", and choose the firmware from PC or from mobile root. So, the program will extract the folders and files to PROJECT/system folder, and you will can access them by windows explorer, including the app folder with all original apks.
I was looking for a way to restore the calculator apk after delete it before to find another to replace it.
[ ].
{
"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"
}
Basically, after to open the program, you will choose "create new project" on the tab "Projects utils",
Click to expand...
Click to collapse
In the interest of future people who find this post ...
This is missing a step. You need to launch ClassyKitchen, Click New Project, you can skip the name, then it will ask you to load the ROM. Click the "Browse this PC" button and select the zip file of the ROM. It takes a while for it to load.
It will ask you for a "Name to see while flashing", just put whatever
When it is done, you can close ClassyKitchen, and then look in the ClassyKitchen folder using Windows Explorer, under PROJECT, then system, then app or priv-app and find your apks

[Splash Screen Images+Tool] 13 540x960 qHD Splash Images + Splash Flasher ....

We put together 13 Custom 540x960 qHD quality splash images for everyone .
We only did 13 to start with and if theres more interest in our work we will
keep producing more . As always we will take requests either by PM or a post
in the thread . The Splash Flasher Tool is from a member on here named
TrueBlue_Drew . Major Thanks to him ! Ive been using this tool for a long time
and its my personal favorite way for flashing . Its also pretty much n00b pr00f
Below is the .zips for the Splash Images and Splash Flasher . If you like our work
please make sure to hit the Thanks button
Splash Flasher Instructions ... (I am not responsible for damage done to your phone , use this at your own risk !)
1: Place image of your choice into the place-image-here folder
2: Click on CLICK-HERE
3: DISREGARD the 480x800 warning this tool works just fine with 540x960 Images .
4: Follow on screen instructions theyre very easy .
5: Enjoy
Update 8-2-11 : if you made a backup of the Original white HTC Splash screen
with the Splash Flasher it will NOT work on your device anymore . This is due
to the program resizing the .img to 480x800 which is NOT compatible with our
devices . I have provided the original white HTC splash below in .png format .
If you wanna go back to the original splash just use this image like you would
any other one .
Splash Images (Theres no double images just subtle differences) ...
{
"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"
}
great work! thanks a lot!
I DONT THINK ITS NOOB PROOF LOL....i put my image in the folder,oped up and ran.. the program,chose 3 to convert it asked to replace clicked y, then chose 7 ran it then it said failed,dont know what the problem is maybe u guys can help..thank you
EpicBarbecue said:
I DONT THINK ITS NOOB PROOF LOL....i put my image in the folder,oped up and ran.. the program,chose 3 to convert it asked to replace clicked y, then chose 7 ran it then it said failed,dont know what the problem is maybe u guys can help..thank you
Click to expand...
Click to collapse
The image files are .png so you need to select option #2 to convert it then
select #7
I did what it said and it flashed a totally different Spash. Help?
szainmehdi said:
I did what it said and it flashed a totally different Spash. Help?
Click to expand...
Click to collapse
The only way it could flash a different image is if you put that image
into the place-image-here folder . make sure that the place-image-here
folder is empty except for only 1 image of what you wanna use .
after i downloaded both zip files i opened and im trying to drag and drop the image into the place image here folder but i get a error saying "no files were found for this operation-nothing to do" and then it shows my cdrive information i have winzip just thought i share that
Flip35 said:
after i downloaded both zip files i opened and im trying to drag and drop the image into the place image here folder but i get a error saying "no files were found for this operation-nothing to do" and then it shows my cdrive information i have winzip just thought i share that
Click to expand...
Click to collapse
Did you extract all the images and flasher ?
AZ2ENVY said:
Did you extract all the images and flasher ?
Click to expand...
Click to collapse
yup im thinking it has something to do with the way winzip works cuz i just got it recently n i never had a problem with extracting before or mayb im doing something wrong, when i extracting when i extract both winzip opens a window for them so im putting them next to eachother n trying to drag and drop the spalshcree or pic the i want into the drag here folder
hey forget the problem i figured it out, it WAS the way winzip unzips it so i did it different and it works, thanx a lot and thanx for the splash screens
Flip35 said:
hey forget the problem i figured it out, it WAS the way winzip unzips it so i did it different and it works, thanx a lot and thanx for the splash screens
Click to expand...
Click to collapse
No problem glad it works for you ! Make sure to hit the Thanks button
Here's 1 i work on
File Here
Hey so basically with these tools we could pretty much take any pic n change the format with those tools u provided n make it into a splashscreen?
Flip35 said:
Hey so basically with these tools we could pretty much take any pic n change the format with those tools u provided n make it into a splashscreen?
Click to expand...
Click to collapse
That is correct just make sure the images are 540x960 and .png or .jpeg
format .
Here you go jafterdark your splash download is below
How can we go about creating an animated splash screen? Or is that a much more involved process?
I believe theres no option for an animated Splash , Hence the reason for Boot & Down animations
AZ2ENVY said:
I believe theres no option for an animated Splash , Hence the reason for Boot & Down animations
Click to expand...
Click to collapse
How do we go about restoring the stock splash? I made a backup of the stock splash, but I don't see a restore backup option. Is there an adb command I could run to restore it manually?
I tried doing step 7 by moving the backup img to the put your img here directory, but i get the error below
andrusk said:
How do we go about restoring the stock splash? I made a backup of the stock splash, but I don't see a restore backup option. Is there an adb command I could run to restore it manually?
Click to expand...
Click to collapse
The backup is in the Backup-Splash folder . Just go in there and move the .img
over to the place-image-here folder , Click on the CLICK-HERE , choose option
#7 and youll be good to go
AZ2ENVY said:
The backup is in the Backup-Splash folder . Just go in there and move the .img
over to the place-image-here folder , Click on the CLICK-HERE , choose option
#7 and youll be good to go
Click to expand...
Click to collapse
I updated my original comment, I tried that and I get an image update error
andrusk said:
How do we go about restoring the stock splash? I made a backup of the stock splash, but I don't see a restore backup option. Is there an adb command I could run to restore it manually?
I tried doing step 7 by moving the backup img to the put your img here directory, but i get the error below
Click to expand...
Click to collapse
Okay found out the problem . When the flasher makes the backup image
it downsizes it to 480x800 . Ill be back with the OG Splash Image for you

Where Does MetaMorph Store It's Files

Can someone please tell me where MetaMorph stores it's files/images once it loads a theme/etc.?
I'm not talking about "/AndroidThemes",..I'm talking about where it stores everything once it unzips a theme or lock-ring or whatever...
I installed a battery zip a while back and now they battery image just shows up randomly every once in a while...I wanna remove it from the device comletely & don't know where to look...
thanks.
broad_st_bully said:
Can someone please tell me where MetaMorph stores it's files/images once it loads a theme/etc.?
I'm not talking about "/AndroidThemes",..I'm talking about where it stores everything once it unzips a theme or lock-ring or whatever...
I installed a battery zip a while back and now they battery image just shows up randomly every once in a while...I wanna remove it from the device comletely & don't know where to look...
thanks.
Click to expand...
Click to collapse
I think you misunderstand how Metamorph acts. It actually changes permanently your patched system files to theme your apps. Depending on which part you are theming it patches different files.
polobunny said:
I think you misunderstand how Metamorph acts. It actually changes permanently your patched system files to theme your apps. Depending on which part you are theming it patches different files.
Click to expand...
Click to collapse
ahh...I obviously did misunderstand....I figured there was a folder somewhere with all the files/images in it.
..I notice when I flash a new lock-ring, in my image gallery there's the lock-ring image and a "drawable-xhdpi" & "drawable-hdpi" images...that's what gave me the idea there was directory somewhere storing files...
is there a way to make the battery image I flashed a while back stop showing?
broad_st_bully said:
ahh...I obviously did misunderstand....I figured there was a folder somewhere with all the files/images in it.
..I notice when I flash a new lock-ring, in my image gallery there's the lock-ring image and a "drawable-xhdpi" & "drawable-hdpi" images...that's what gave me the idea there was directory somewhere storing files...
is there a way to make the battery image I flashed a while back stop showing?
Click to expand...
Click to collapse
That's likely an extracted zip from Metamorph. I think I misunderstood your question.
In light of this new information, you can long press the image file, then press the context menu button then Properties (last menu) and at the bottom of the dialog window you should see the path to the file. You can navigate to this directory using a file browser and create a file named ".nomedia" without the quotes. This will make the media scanner not scan this folder and thus you won't see it in the gallery.
Example:
File is located in /sdcard/Metamorph/theme1/folder
Create a .nomedia file in /sdcard/Metamorph/
Everything in this folder and the folders in it will not get indexed.
polobunny said:
That's likely an extracted zip from Metamorph. I think I misunderstood your question.
In light of this new information, you can long press the image file, then press the context menu button then Properties (last menu) and at the bottom of the dialog window you should see the path to the file. You can navigate to this directory using a file browser and create a file named ".nomedia" without the quotes. This will make the media scanner not scan this folder and thus you won't see it in the gallery.
Example:
File is located in /sdcard/Metamorph/theme1/folder
Create a .nomedia file in /sdcard/Metamorph/
Everything in this folder and the folders in it will not get indexed.
Click to expand...
Click to collapse
I appreciate your help!
this explains alot, but the problem I'm having is (see screenshot below please) on the top-left-hand side in the notification bar you'll see the small blue battery icon..I flashed that through MetaMorph maybe 2-3 different ROMs back, I'd say at least 3 weeks ago, and, at the time, the battery icon didn't show for some reason....and hasn't since then...
now it just showed up out of nowhere
I flashed a new ROM a few days ago (battery icon did NOT show up then) and then last night it just showed up....outta nowhere...
I want to get rid of it but, unlike the "drawable" lock-screen images in my image gallery, this actual icon/image is nowhere to be found (or seen)...
is there a way to remove it?
I mean I thoroughly wipe the cache(s) & system a few times before each new ROM so it kinda has me confused why it just showed up all of a sudden...
{
"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 you've flashed another ROM then that's not coming from anything you've done with Metamorph. The system files that would have been modified would be gone.
3rdstring said:
If you've flashed another ROM then that's not coming from anything you've done with Metamorph. The system files that would have been modified would be gone.
Click to expand...
Click to collapse
that's exactly what I thought....I checked the OP for the current ROM I'm using and there's nothing about extra battery icons....the ONLY time this icon was ever on my phone was back when I flashed it a few weeks ago...and then it didn't show after the flash....
makin me crazy...

[BOOTLOGO][GUIDE][Param.lfs] Custom bootlogo for Galaxy Ace 2

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?

Extracted PIT File Download | SM-G530T | T-Mobile | 8GB Model

Hello everyone, I have extracted the PIT file from my T-Mobile Galaxy Grand Prime (SM-G530T). Hopefully this will come in handy in case you ever brick your device.
SM-G530T PIT File Download: https://www.androidfilehost.com/?fid=24459283995301324
5.1.1 SM-G530T Firmware (OF8) Base Download: https://www.androidfilehost.com/?fid=24459283995301305
How to extract PIT from your device?​Note: Root is required to extract your PIT.​
1. Download Terminal from the play store
2. type su
3. type or paste in dd if=/dev/block/mmcblk0 of=/sdcard/out.pit bs=8 count=580 skip=2176
4. Pit is now located on your device.
-----------------------------------------------------------------------
What are Samsung PIT Files?​
PIT files contain the Partition Information Table (PIT) for Samsung Android phones. Different firmware versions may require different partition layouts so the necessary PIT file 'tells' Odin how to set up the phone partitions correctly for the specified firmware to be installed. Sometimes odin can't find the pit in results in odin saying "there's no pit partition" or something similar. That's why pits are important.
The PIT file contains all the relevant information for each required partition such as Partition Name, Flash File Name, Block Size, Block Count etc. and also contains some unknown properties that maybe identifiers or flags of some sort.
Note: Flashing Pits can totally brick your device! Most times it not needed! Be extra extra careful on what you do! I or no one else is responsible for damages. You are responsible for that!
-----------------------------------------------------------------
HOW TO FLASH PIT FILE TO UNBRICK YOUR DEVICE​
Take that PIT file and place it in the PIT slot in Odin along with the Firmware for your device in the PDA/AP slot.
Click Repartition and Auto Reboot. (Note if first attempt fails with a SET PARTITION error then run it again WITHOUT the repartition checked)
{
"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"
}
Now your data/partitions may not mount. Simply install twrp and reformat the partitions. In twrp, go to "Wipe" --> "Advanced Wipe" --> "Repair or Change File System" --> "Select Partition to Repair or Format" --> "Change File System" --> "EXT4". Hopefully that should fix your problems.
Thats it guys. Be very careful flashing PIT's as they may potentially brick your device.
Thanks for your post 'DUHAsianSKILLZ''... n Greetingz!
I'm going to try this again because I received an error that my PIT file was corrupted. I tried again (unpacking the d/led file) and same error. After feeling some hope deferred I just put the phone down for a minute. But now I see your post and I'm going to try it again. I've already followed the link and downloaded the file again.
Question though: Do I put the zip file or the actually image files in Odin? And what about the PIT file... does it go into Odin as a zip or a PIT file?
Another question (if you don't mind): Can you point me in the right direction to root this phone? It's got FRP and I've like downloaded EVERY box software/ watched just about every you-tube video for this issue/ and I just feel stuck. Is it because I have Linux OS? I use J(ava)Odin.v3.CASUAL and it seems to work --minus those corrupt error messages I got.
So yeah.... thank you for this post and your contributions. You guys are a real help!
'}_Bad.Rx_____{'
Hello BadRx.
Im not too sure about Odin on Linux (I use Heimdall on a Debian-based distro and even then, my usage has been very limited).
But does the PIT youre using from the OP match the firmware youre using?
As i mentioned, i use Heimdall when im on Linux, so that might be a preferable option.
Synthetic.Nightmare said:
Hello BadRx.
Im not too sure about Odin on Linux (I use Heimdall on a Debian-based distro and even then, my usage has been very limited).
But does the PIT youre using from the OP match the firmware youre using?
As i mentioned, i use Heimdall when im on Linux, so that might be a preferable option.
Click to expand...
Click to collapse
By Firmware do you mean the firmware for SM-G530T? If so, I don't really know. I have a "Factory Binary" ROM for the G530T but now sure if that would cause it to corrupt.
Firmware: LMY47X.FA51_G530TUVU2API1
BadRx said:
By Firmware do you mean the firmware for SM-G530T? If so, I don't really know. I have a "Factory Binary" ROM for the G530T but now sure if that would cause it to corrupt.
Firmware: LMY47X.FA51_G530TUVU2API1
Click to expand...
Click to collapse
Yup yup. Same device im using.
If ODIN does any sort of firmware or checksum checks, it might find the mismatch in firmware and error back with "corrupt."
Since your fw is (API1) and the op is based on (OF8) that might be the problem.
Yup... ok. I think I know what I have to do. Then again. I say that just about every time I "think I know what I have to do". Go figure. It's easy? ... Not that easy though. It gets confusing as hell. But I really want this skill set. From the time I was 8 or 9 (IDK, the year WarGames came out) I've always had a computer and always was magnetically attracted to them, still am! So it's a Labor of love --but a labor non the less. My brain is so fragmented. I've downloaded so many programs and tutorials but read little. I just don't have access to a computer 24/7 anymore.
Anyway.. thanks so much for your contribution and help.
SOk/BadRx

Categories

Resources