(Splash Screen) Eboy Android - EVO 4G Themes and Apps

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

Related

Help with mytouch root.

i flashed sappimg and now im at the step where i boot into fastboot so that i could boot the recovery img (recovery-RAv1.2.0H.img) but when i boot into fastboot i put "fastboot boot recovery-RAv1.2.0H.img" without the quotes into cmd but i get this can not load 'recovery-RAv1.2.0H.img'. Any help please?!?!?!
adelco93 said:
i flashed sappimg and now im at the step where i boot into fastboot so that i could boot the recovery img (recovery-RAv1.2.0H.img) but when i boot into fastboot i put "fastboot boot recovery-RAv1.2.0H.img" without the quotes into cmd but i get this can not load 'recovery-RAv1.2.0H.img'. Any help please?!?!?!
Click to expand...
Click to collapse
did you put the recovery-RAv1.2.0H.img in the tools folder within the SDK directory? make sure you do that, then try again
I thought that the recovery image goes in the android folder with the fastboot.exe or do i have to put it in the sdk folder
ya the recovery image goes into the same folder where fastboot.exe is located that is correct. sorry about the confusion. but the fastboot.exe file should be located within the tools directory of the sdk
got it, thanks for your help

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

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

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.

need help flashing recovery

I went ahead and did the oem unlock but when I try and flash the recovery (or boot) image through fastboot using this:
C:\androidsdk\tools\fastboot flash recovery XXXXXXX.img
or
C:\androidsdk\tools\fastboot flash boot rootboot.img
I keep getting this error:
error: cannot load 'XXXXXXX.img'
I've trouble shooted all of the main things. ...my device is definitely attached. I have the recovery .img file in the same folder as fastboot (along with the 2 needed .dll files). I've also done stuff like re-install usb drivers, re-install sdk, I've oem unlocked 3 times.
I have a stock wifi xoom with 3.2
Here are the 2 main root guides I've been using
http://forum.xda-developers.com/showthread.php?t=1170760&highlight=how+to+root
http://forum.xda-developers.com/showthread.php?t=1242241&highlight=how+to+root
Thank you for your help
in cmd(assuming windows) type cd c:/•••••tools
your xoom should be in adb reboot bootloader
type fastboot flash recovery recovery.img
rename recovery file as recovery.img and place in tools/platformtools as the case may be.
sending this message from stock xoom.
awesome, thanks. What you told me was enough to show me what I was doing wrong.
In case someone else reads this later on I had to type
cd C:\androidsdk\tools ...hit enter
then it looked like this
C:\androidsdk\tools> ...and I then typed
fastboot flash recovery XXXX.img
earlier I also renamed the folder to androidSDK from android-sdk

[Q] Nexus 5 uninstalling Cyanogenmod problem

I'm trying to uninstall Cyanogenmod 11 from my Nexus 5, but I'm very confused right now.
I have downloaded the Factory image (Headhammer-ktu84p) and the SDK manager (and installed USB driver, SDK tools and so on). My phone is in developer mode, and debugging is on. Both fastboot driver and original driver is installed.
I took my factory image folder and placed it inside the android-sdk/platform-tools folder.
Now, I can't get what to do. Some tutorials tell me to run flash-all, but it gives me this error:
"Fastboot is not recognized as an internal or external command."
Other tutorials tell me to run fastboot.exe inside platform-tools, but it all it does is giving me different commands to try out.
I'm very confused, and don't have a clue what to do. Don't feel like any tutorials are working. Can somebody please help me?
What i did
I extracted all 6 files of the factory image directly into platform-tools folder
Then i connect my phone wid usb debugging enabled..
Go into platform-tools folder
Shift+right click
Open command prompt here
Now type
Adb reboot bootloader
Once phone boots into bootloader
Just double click on flashall
doctor_droid said:
What i did
I extracted all 6 files of the factory image directly into platform-tools folder
Then i connect my phone wid usb debugging enabled..
Go into platform-tools folder
Shift+right click
Open command prompt here
Now type
Adb reboot bootloader
Once phone boots into bootloader
Just double click on flashall
Click to expand...
Click to collapse
So, that resolution didn't solve my problem either.
I'm unable to instal the fastboot on my phone.
The problem is that Cyanogenmod has changed my "Recovery mode" and I just can edit some things through the "adb" commands. I don't have any possibilities to install things by the "flash" commands. And nothing about that icons like "flash-all.bat" is helping me to have my Android back or install the fastboot.
What can I do?
Make sure fastboot.exe file is inside the factory image folder. and drivers are installed. Then rebot phone into bootloader, by holding power and Volume down buttons. It will show you android image with open belly and some text on the bottom. Open CMD by holsing shift and rigth click on empty space in factory image folder.
Execute these commands:
Fastboot devices (If it will show up in CMD as connected, proceed)
Fastboot flash radio radio.img (file name may vary)
fastboot flash bootloader bootloader.img (File name may vary)
Fastboot reboot-bootloader
fastboot -w update (Here drag the zip file with factory image. the one that was in folder woth bootlaoder and radio images)
Fastboot reboot
That's it. To restore it to full stock, run command fastboot oem lock afterwards.
If i helped press that thanks button
Try using wugfresh nrt as well.

Categories

Resources