[Boot Splash][For the Ladies] "HTC - Quietly Pink" (w/preview pic) - HTC Inspire 4G

A little something for the ladies, that might want a touch of pink on their phones. ;-)
How to flash:
1. Unzip the file so you have "splash1.img" and place this file in your "tools" folder of your SDK package.
2. Boot into your bootloader (fastboot mode)
3. From the command prompt: Change directories to your SDK "Tools" folder then type:
Code:
fastboot flash splash1 splash1.img
4. Reboot and enjoy

Absolutely gorgeous! Keep up the good work!

swee-eet. i like it a lot...nice touch with the quietly pink.

Related

cmd and magic root?

1. Make sure that you have downloaded the latest Android SDK. Put is somewhere accessible, such as C:\Android
2. Grab fastboot.exe and put it in the tools directory of the SDK.
3. Male sure that your computer is configued to use the proper debugging drivers. They should be in the SDK.
4. Grab this update.zip and put it on your SD card.
5. Grab the RAv1.0 Modded Recovey image and put it in the SDK tools directory.
6. Open a command prompt (shift-click in the tools directory and "Open command window here")
7. Making sure that you have everything in place, power down the phone and boot into Recovery Mode (hold the Power and Back keys until the three skating droids appear).
8. Go to the command propmt you opened earlier and type the following
fastboot boot recovery-RAv1.0H.img
**im having trouble with steps 6 and 8.
I open cmd and it starts with
C:\Documents and Settings\RO>
I put the fastboot file in
C:\Android\Android\tools
**maybe if some1 can help me to direct it so i can open the fastboot file
i'd appreciate it
type:
cd c:\Android\Android\tools
and it should cd (change directory) to that dir

Beautiful Splash Screens

getting familiar with the splash and artistic process of this stuff, made a few splash screen, also included is the splash converter program so you can take the pic inside the zip and convert to splash image and flash, hope you like them so far, enjoy.
UPDATE 1: Added more splash screens
evosplash1.rgb565
OK not sure how you put this on the phone?
Do I have to 'root' the phone?
I read your instructions 5 times and I am
"
To flash an image:
1. open up image
2. verify image on the gui
3. click convert
4. start your phone up in Fastboot mode. you can do this by holding power and VOL+DOWN.
5. push files to phone: fastboot flash splash1 evosplash1.rgb565
6. reboot phone: fastboot reboot "
lost?
Cd to the directory where u put the img....make sure your phone is in fastboot usb mode
Ex. Cd c:\users\yourname\desktop
Hit enter then type the fastboot command
Sent from my PC36100 using XDA App

(Splash Screen) Eboy Android

Here is a simple splash screen I made.
1. Unzip into tools folder
2. Boot into fastboot
3. In ADB put this command
fastboot flash splash1 evosplash1.rgb565
Looking good!
Why does it keep tellimg me it cant be loaded im in fastboot i run the command as u posted i run fastboot devices and it shows my device evosplash1.rgb565 in in the sdk tools folder am i missing something plz help ?? thanks

[HTC TUT] Fix error "writing 'recovery'...FAILED (remote: not allowed)" in Fastboot

[HTC TUT] Fix error "writing 'recovery'...FAILED (remote: not allowed)" in Fastboot
Hello all, I recently experienced a Fastboot error when I tried to flash the TWRP recovery for my device.
The error said,
Code:
writing 'recovery'...FAILED (remote: not allowed)
Today I will be showing you how I fixed that error.
First of all, you will need:
a fastboot firmware package for your device (which will be called firmware.zip for this tutorial).
your custom recovery of choice (which will be called customrecovery.img for this tutorial)
a Windows, Linux, or I *believe* Mac PC
Fastboot installed and working on said PC
knowledge of zipping/unzipping files and renaming files
Now, for the fun part!
PREPARING YOUR FILES
1. Create a new folder and name it something you will remember and recognize.
2. Open your firmware.zip. There should be a file called "android-info.txt", copy that and put it in the folder you just created.
3. Next, you will need to take your recovery. Rename it to "recovery.img" (all lowercase, btw), and put it in the folder with the android-info.txt.
4. Highlight the two files (android-info.txt and recovery.img) and zip them up as a .zip file. Name it whatever you'd like. For the purposes of this tutorial, I will be calling it "recov.zip"
FLASHING THE FILES
1. Put your device into Fastboot mode
2. Open cmd/terminal/etc. and cd to the folder with recov.zip.
3. in cmd/terminal, run the following command:
Code:
fastboot oem rebootRUU
4. now you should be on an HTC screen with "HTC" in pretty silver letters
5. run the following command:
Code:
fastboot flash zip recov.zip
(but with your zip name)
6. You should get a success message and you should be able to reboot in your custom recovery.
HAPPY FLASHING!
(if this tutorial helped you please thank this topic!)
Worked For Me
nuuits said:
Hello all, I recently experienced a Fastboot error when I tried to flash the TWRP recovery for my device.
The error said,
Code:
writing 'recovery'...FAILED (remote: not allowed)
Today I will be showing you how I fixed that error.
First of all, you will need:
a fastboot firmware package for your device (which will be called firmware.zip for this tutorial).
your custom recovery of choice (which will be called customrecovery.img for this tutorial)
a Windows, Linux, or I *believe* Mac PC
Fastboot installed and working on said PC
knowledge of zipping/unzipping files and renaming files
Now, for the fun part!
PREPARING YOUR FILES
1. Create a new folder and name it something you will remember and recognize.
2. Open your firmware.zip. There should be a file called "android-info.txt", copy that and put it in the folder you just created.
3. Next, you will need to take your recovery. Rename it to "recovery.img" (all lowercase, btw), and put it in the folder with the android-info.txt.
4. Highlight the two files (android-info.txt and recovery.img) and zip them up as a .zip file. Name it whatever you'd like. For the purposes of this tutorial, I will be calling it "recov.zip"
FLASHING THE FILES
1. Put your device into Fastboot mode
2. Open cmd/terminal/etc. and cd to the folder with recov.zip.
3. in cmd/terminal, run the following command:
Code:
fastboot oem rebootRUU
4. now you should be on an HTC screen with "HTC" in pretty silver letters
5. run the following command:
Code:
fastboot flash zip recov.zip
(but with your zip name)
6. You should get a success message and you should be able to reboot in your custom recovery.
HAPPY FLASHING!
(if this tutorial helped you please thank this topic!)
Click to expand...
Click to collapse
Thanks, this worked for me with HTC M8 updating TWRP
Hello,
You just saved me. I confirm it works. Actually, for me just entering "fastboot oem rebootRUU" did the trick, because here I could flash anything.
i get a android-info fail
So...
I bought a new phone and bricked it. There are a whole range of issues, but unless I can get over "writing 'recovery'...FAILED (remote: not allowed)", I have no hope of even attempting to fix the others.
Thing is, I didn't back up (first time playing with Android - I thought I'd made a backup but I found out it was 0bytes and deleted it...) and it seems to be quite rare (HTC E8 MEC__TL) and nobody has uploaded much for this specific variant. When you say "your firmware.zip.", I don't think I have a way to get this.
If I buy another of this phone from the same seller, will I be able to extract the files to make your fix? Will this be effected by me having changed (or at least tried to change) the CID and MID?
Thanks!

Debloater, Dark theme, Boot logo, Bootanimation, Font change

1 click debloater for stock rom (Android 8)
This will perform clear data,force stop, disable and uninstall commands for unnecessary bloatwares on moto e5 stock rom.
Instructions:
1/Extract debloat.zip & move debloat.bat to platform tools folder.
2/Click on file path and type cmd to open command prompt there.
3/Turn on usb debugging on your mobile & type "adb devices" to start the connection.
4/Double click on debloat.bat
5/Reboot
Dark & black theme for stock rom (Android 8)
This contains dark & black themes with different accent colours.
Instructions:
1/Extract Themes.zip
2/Move all files from the themes folder to platform tools folder.
3/Click on file path and type cmd to open command prompt there.
4/Turn on usb debugging on your mobile & type "adb devices" to start the connection.
5/Double click on themes.bat
6/After the reboot, go to settings>display>device themes. You can select any theme you love. My favourite: blue-black theme.
Custom boot logo for stock/custom rom
This boot logo is created by moto boot logo maker. It hides the n/a on top left while rebooting. The resolution of this boot logo is 720*1440 (Moto e5 display)
Instructions:
1/Move the logo.bin file to platform tools folder.
2/Click on file path and type cmd to open command prompt there.
3/Turn on usb debugging on your mobile & type "adb devices" to start the connection.
4/Next commands:
adb reboot bootloader
fastboot flash logo logo.bin
fastboot reboot
Custom bootanimation for custom rom
This one is rog(gaming) bootanimation. I edited the desc file to adjust it's resolution with moto e5.
Download link: here
Instructions:
1/Install and open mt file manager.
2/Move the bootanimation file to system>media and replace the original bootanimation.
3/Long press on the file, go to property and modify the permissions to rwrr(644).
4/Reboot
Font change for stock/custom rom
Read this thread
Updated*

Categories

Resources