This is my custom Splash screen for my Inspire 4G, it requires ENG S-OFF to flash.
Unrar the splash.img into sdk/Tools folder
Reboot phone into Fastboot USB
Run ADB
Code:
fastboot flash splash1 splash.img
Code:
fastboot reboot
Enjoy
Reference
Convert image to splash (.img) for Inspire 4G/D(HD)
Get ENG S-OFF
It looks cool
Related
Hi, I need Hboot 0.98.0000 as I have 0.98.2000 or something and an update the comes with Arabic support wants it to be 0.98.0002 so it doesn't install. Anyone could provide the stock 0.98.0000?
here is it
http://www.mediafire.com/?tiuuiuoc70k3q0j
im assuming u know how to flash it?
Yeah, go to Clockwork Recovery then flash update.zip, right?
Wait it's not zip, Steps?
Reboot your phone into Bootloader and then choose Fastboot.
Open a cmd window, cd into your android sdk folder and then type:
fastboot flash hboot example.img
fastboot reboot-bootloader
*replace example with the name of the img.
Ok thanks alot
Excuse my ignorance but which folder inside the sdk. I haven't used it in a while.
hello
i have just boght my xoom and updated it to android ics i was trying to flash it back to factory image to root it but it was stuck on M logo and Dual Core screen
can any one help me please ?
also i intalled AndroidSDK
as in this thread http://forum.xda-developers.com/showthread.php?t=1097997
when i type the command
PHP:
fastboot flash boot boot.img
it gives me error message mean boot.img is not found !
ok i flashed my xoom use these steps
PHP:
Instructions to Flash & Re-Lock Your Motorola XOOM:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot erase cache
fastboot oem lock
when i did
PHP:
fastboot flash system system.img
command
it gives me message
((failed to process command error 0x12003 ))
can any one help me
You have to place the images in the same folder in which fastboot is present. So, just check if all the four images are present
Sent from my MZ601 using XDA App
thanks for your post
i discoverd the problem was the usb attached in front of my pc and it shulold be connected from the back of the pc
so my broplem solved
This image is the second one I created and flashed on my Nexus One phone. It has nicer font and two graphic signs added. In order to use it, your phone must have Blackrose S-Off and you would flash it via fastboot NOT via recovery. You need to boot your phone into bootloader and making sure that it is at fastboot usb NOT Hboot. Here are the fastboot commands:
1) fastboot flash splash1 splash1.img
2) fastboot reboot
The above command is example, you need to specify the path to the image where it resides in your PC when flashing.
Disclaimer: I am not responsible if you damage your phone. Enjoy!
Flashing custom ROM on S-on device can be a little tricky. So, here i will teach how to flash custom ROM on S-on devices.
First download a supportable ROM.
Copy it on your phone.
Then on the PC , extract it and copy the boot.img in adb/fastboot directory.
And connect USB.
Then type following commands.
Code:
adb reboot bootloader
After your phone go into bootloader
Code:
fastboot devices
It must show your device.
Code:
fastboot flash boot boot.img
Wait until it's complete.
After that immediately go to Recovery (without a reboot) and flash the zip you copied earlier. Do some installation process.
Congratulation, u flashed custom ROM on your S-ON device.
Thanks dude it helps me a lot.
To Install First Put Device in Fastboot
adb reboot-bootloader
Then When On Fastboot
fastboot flash logo logo.bin
Thanks and Let me know if you like
WARNING YOU DO THIS AT YOUR OWN RISK
Commands:
adb reboot-bootloader
fastboot flash logo logo.bin
fastboot reboot
sdd17 and sdf17 are logo_a and _b sizes
Stock logo.bin is 9276kb
Weary about trying. Can you provide any evidence of it working? I would love to try it out.
Changed some things updated logo.bin
im using this now no problems metropcs variant
logo bin is under the max size so there is no problem flashing
Also if you want to go back to stock images this is the stock logo bin file
So flashing back to original would be the same commands except with this stock logo.bin
Commands:
adb reboot-bootloader
fastboot flash logo Stock_logo.bin
fastboot reboot
androidpimpz said:
To Install First Put Device in Fastboot
adb reboot-bootloader
Then When On Fastboot
fastboot flash logo logo.bin
Thanks and Let me know if you like
WARNING YOU DO THIS AT YOUR OWN RISK
Commands:
adb reboot-bootloader
fastboot flash logo logo.bin
fastboot reboot
Click to expand...
Click to collapse
How did you do it?
Yea. I've tried overwriting orange1, but haven't had any luck. I'm using an upstream version of MotoBootLogoMaker. https://github.com/raven428/MotoBootLogoMaker