[Q] How to make Custom Boot Animation - Adam General

Hello all,
I want to make a custom boot animation for adam.
i searched about it on net
and found something interesting
i know that it can be done by replacing /system/media/bootanimation.zip with the customized one.
But what i do wanna know is - When i replaced 'bootanimation.zip' with the customized one.. it replaces only the Adam animation.
How to change the "Notionink" screen that appears on boot up.
thanks.
Regards,
Atul Tiwari

You can change that by rendering the Adam S-off.
I don't know if Adam comes with S-off or S-on.
If it is S-off you can change the splash screen by flashing a new img file using ADB when Adam is in its fastboot menu and connected to your PC.
You might try looking for "flash splash screen in the HTC Desire Development section.
Sent from my HTC Desire using XDA App

@ litening
thanks for your reply.
after your post..i searched and learned abt S-on and S-off and also about Splash screen.. and how to change that in htc using android sdk
few more questions -
-> How to check whether my Adam is S-On or S-Off ? Its rooted. [either by pressing Vol+ and Power on OR Vol- and Power on OR any other method?]
-> how to use Fastboot command for Adam in Android SDK? Will it work by Android sdk or Eden SDK is required ?
Thanks.

Ultawari I'm glad my response was of use to you.
Re checking S-off status on the Adam I cannot help you too much as so have not yet received my Adam.
Normally on Android you can enter the fastboot menu by booting your device while holding the volume up or down button.
On phones you will see the first line of the fastboot screen read either S-off or S-on.
I am sure one of the devs that actually have an Adam can give you better directions but...
If your Adam is S-on you can forget about changing your splash screen for now. You will have to wait for Alpharev or another dev like Koush to hack the HBOOT.
You can always try to boot your Adam in fastboot menu connect to your PC and issue the fastboot flash command.
I don't think it will allow you to execute the command if security is enabled, but I cannot be certain.
N.B. You will be fully responsible yourself for any damage you may bring to your Adam if you start tinkering around with these commands. Especially if you don't know what you are doing. So the real question is this. How badly do you actually want to change your splash screen?
Hope this helps.
Sent from my HTC Desire using XDA App

Related

Probs with getting into recovery menu

Hey XDA
Im having a little problem with my Magic.
I would like to flash a new ROM, but i cant get into the recovery menu.
Here is what i do:
I have installed the latest version of SDK on my computer.
I then connect my Magic with the cable, and when Vista comes up with the note saying that want to install the software i tell it to use the drivers that are in the SDK/usb_driver/x86 folder.
I then turn off the phone, and press and hold back button + power button until the phone shows the "3 androids on skateboard" menu.
Then on my computer in the cmd prompt i write: fastboot boot recovery.img, and the the cmd prompt says: <waiting for device> and the nothing else happens, the recovery image dosn't show up on the phone either.
I have checked with adb devices that my phone is connected.
Are there anyone that can help me with this problem because its beginning to annoy me alot, i would like to root my phone and flash another ROM.
So any help would be much appreciated.
Per
Just to check, you made sure you have a spl that's rootable?
http://forum.xda-developers.com/showthread.php?t=529019
And fallowed this before fastboot.
First, setting up your PC (I'm going to assume you're using windows for this) to work with Android in a debugging enviroment.
1. Get the latest Android SDK from here (http://developer.android.com/sdk/1.5_r2/index.html) and unzip it into a convienent directory (most people use C:\Android\, so I suggest you do the same). The result should be something along the lines of C:\Android\android-sdk-windows-1.5_r2\.
2. Set up your phone to work with debugging drivers. The method of doing so can be found here (http://developer.android.com/guide/...ing/device.html) in the "Setting up a Device for Development" section, steps 2 and 3. To test that it works properly, open up a command prompt and navigate to the tools directory (C:\Android\android-sdk-windows-1.5_r2\tools). Type into the prompt:
Code:
adb devices
If it returns your device and serial number, then you're all set.
3. Lastly, grab fastboot.exe from here (http://www.htc.com/www/support/android/adp.html) and place it in the tools directory of the sdk.
Next up, rooting.
Clinton
Thx for the answer, but there is a problem with one of the links you posted, the last one of them (http://developer.android.com/guide/...ing/device.html). it dosn't work.
But you also write something about the SPL, i dont know if i have the right SPL, how can I see if its the right one i have? I've tried reading the link about the SPL, but my problem is that i cant even get into the recovery menu, so i cant flash a new SPL either, or am i wrong?
Please help me
Per
To check your SPL just boot up fastboot (back + power) then just look at the top and see what it says. Then check on the first link I posted and see if your SPL is rootable or not.
Don't know why the last link didn't post proper Here it is.
Clinton
perevers said:
Hey XDA
Im having a little problem with my Magic.
I would like to flash a new ROM, but i cant get into the recovery menu.
Here is what i do:
I have installed the latest version of SDK on my computer.
I then connect my Magic with the cable, and when Vista comes up with the note saying that want to install the software i tell it to use the drivers that are in the SDK/usb_driver/x86 folder.
I then turn off the phone, and press and hold back button + power button until the phone shows the "3 androids on skateboard" menu.
Then on my computer in the cmd prompt i write: fastboot boot recovery.img, and the the cmd prompt says: <waiting for device> and the nothing else happens, the recovery image dosn't show up on the phone either.
I have checked with adb devices that my phone is connected.
Are there anyone that can help me with this problem because its beginning to annoy me alot, i would like to root my phone and flash another ROM.
So any help would be much appreciated.
Per
Click to expand...
Click to collapse
Sound like you're not using the right Recovery .img
Check here to start with: http://wiki.xda-developers.com/index.php?pagename=HTC_Sapphire_Hacking#sec03
ClintonH said:
To check your SPL just boot up fastboot (back + power) then just look at the top and see what it says. Then check on the first link I posted and see if your SPL is rootable or not.
Don't know why the last link didn't post proper Here it is.
Clinton
Click to expand...
Click to collapse
I have the: SAPPHIRE PVT 32A SHIP S-ON H
HBOOT-1.33.0010 (SAPP10000)
CPLD-12
If what im reading at the first link is correct, my SPL cant be root'et, or im not reading the first link correctly?
And if i need a new SPL, how do i flash that one? and what SPL should i choose? and last, how can i then get my SPL back to how it is now if i need to get the phone to repair?
Per
antonram said:
Sound like you're not using the right Recovery .img
Check here to start with: http://wiki.xda-developers.com/index.php?pagename=HTC_Sapphire_Hacking#sec03
Click to expand...
Click to collapse
I am using the right recovery image, i also tried the one you linked, that didn't work either
Per
perevers said:
I have the: SAPPHIRE PVT 32A SHIP S-ON H
HBOOT-1.33.0010 (SAPP10000)
CPLD-12
If what im reading at the first link is correct, my SPL cant be root'et, or im not reading the first link correctly?
Per
Click to expand...
Click to collapse
Afraid your not going to be able to root right now. It's in the works though so it might be soon.
Clinton
ClintonH said:
Afraid your not going to be able to root right now. It's in the works though so it might be soon.
Clinton
Click to expand...
Click to collapse
Damn, thats a load of ..... (sorry).
I have just got my phone back from the repair shop because the camera restarted the phone everytime i tried to use it. Before i sent it to repair i had no problem rooting it or getting in the recovery menu.
But can you tell what the problem is? is it because the recovery image dosn't work with my SPl and the recovery image guys need to "crack" my SPL first or what?
Per
perevers said:
Damn, thats a load of ..... (sorry).
I have just got my phone back from the repair shop because the camera restarted the phone everytime i tried to use it. Before i sent it to repair i had no problem rooting it or getting in the recovery menu.
But can you tell what the problem is? is it because the recovery image dosn't work with my SPl and the recovery image guys need to "crack" my SPL first or what?
Per
Click to expand...
Click to collapse
Here you go read This on the SPL. By the way which phone do you have? Is it a Rogers Magic? Just good to know what's not rootable, you should post your phone details in that thread if it's something not listed on the first page.
Clinton
ClintonH said:
Here you go read This on the SPL. By the way which phone do you have? Is it a Rogers Magic? Just good to know what's not rootable, you should post your phone details in that thread if it's something not listed on the first page.
Clinton
Click to expand...
Click to collapse
Its a HTC branded magic, dont know if its a rogers. But im from Denmark, and bought it in Denmark. dont know if that helps.
Thx for the help, will read the thread.
Btw. can you tell where i can see how far they are in "cracking" this SPL?
Per

Another total brick? magic vodafone spain

Heloo, while y was trying to update my perfect spl, i meka a mistake and put inside spl for 32A instead o B
now, when I press power on button, it makes a little vibration and after that HTC MAGIC appears on the screen and nothin happens.
I have try to make fast boot commands, when starting with back and power, but computer foesn't recognize it.
Any suggestions??
the problem is the first splash is changed and is not vodafone's one, and I cannot access to it
What spl did you get? If you got it from Amon_Ra, his spl's work for both 32A and 32B. Are you sure you didn't flash a 32B radio?
What commands did you use?
recovery-RA-magic-v1.3.2H.img I use this one and it works, but on the next step, when i was trying to put
update.Engineering-SPL-HBOOT-1.33.2010-signed
using the recovery, it ask me for press 2 keys for rebooting. I read that in a wrong way and I press menu and use the menu for reboot the magic. After that it hangs on the first screen and I cannot use the fastboot commands, trying to boot with back+power.
I read it can be done if the first splash freezes but it is not my case.
Thanks a lot for your reply
Hmm, try installing HTC sync with the drivers again.
And download a recovery rom 1.4 with nandroid backup and download that into your fastboot.
No way to do a fastboot or recovery so I think that we can't download into our fastboot...
I have same problem and reading in the forum I think that we have Total bricked phone.
I have tried this solution http://forum.xda-developers.com/showthread.php?t=571457 but the cmd still "waiting for device" so i can't acces to my magic with my pc...
I hope that i am wrong
yes, I have try what people says on that post and waiting...
is not possible to make anything to allow the computer to recognize the device??

text from SPL of retail unit

In case anyone is interested:
ESPRESSO PVT SHIP S-ON
HBOOT-0.52.0000
MICROP-0620
TOUCH PANEL-SYNT0102
RADIO-7.08.35.04S
Mar 23 2010,21:22:49
FASTBOOT (in inverse type)
<VOL UP> to previous item
<VOL DOWN> to next item
<POWER> to select item
BOOTLOADER
REBOOT
REBOOT BOOTLOADER
POWER DOWN
And has skateboarding androids at the bottom...
that looks like it should be good news, i went to the store to look at one today but i was not allowed to reboot it as it was the managers and he knew why i wanted to play with it. i should be getting one of these very soon(hopefully) and you guys should have it rooted by then.
I havent got one b/c I heard of this Project emerald & HTC Vision for Tmo....Maybe a Snapp'd creature(insert name) @1.2GHz will be out?
Ace42 said:
I havent got one b/c I heard of this Project emerald & HTC Vision for Tmo....Maybe a Snapp'd creature(insert name) @1.2GHz will be out?
Click to expand...
Click to collapse
I'm sure I'll be getting that one too. I'm just not sure we'll actually see it until q4. Either way, I ordered mine today. I just hope this just turn out like the wing and there is little support for it. The G1 was huge. But this one... I'm not too sure yet. I think most tech savy folks will stick with the N1...
just an fyi its vol-dwn+power to access bootloader also you can simlock and clear storage from bootloader
Getting into Selection Mode of the MT3GS Recovery
Volume Up + Down + Power
This will get you into the Readable Recovery Format..
from recovery i hold volup+power and it shows image dont need to hold voldwn
ESPRESSO PVT SHIP S-ON
HBOOT-0.52.0000
MICROP-0620
TOUCH PANEL-SYNT0102
RADIO-7.08.35.04S
Mar 23 2010,21:22:49
can someone dump these files
i need it because im stuck on this screen and it want the hboot file.
if we have the skateboaring androids does that mean that once there is a custom recovery we can flash it in fastboot?
neva dinova said:
if we have the skateboaring androids does that mean that once there is a custom recovery we can flash it in fastboot?
Click to expand...
Click to collapse
I tried flashing recovery's through console, fastboot, update.zip (there is a way, google it), and Android Explorer. No luck with any.
Eugene says we need engineering SPL to flash custom recovery. What are the chances of the engineering SPL ever being leaked?
Did we not get the engineering SPLs for Magic/Mytouch due to these phones also being released as ADP1 and ADP2 accordingly?
I'm reluctant to play with different ROMs on MT3GS until I have a custom recovery one it, but would it ever come?
it will eventually get leaked(as all things do) but i would think that since we have root we should be able to create a .img of the recovery that we are using and then flash it the way we did with the G1(cat recovery.img /system/recovery.img)

Q What should i do?

T-Mobile USA MyTouch 3G 1.2/Fender with 3.5 MM Jack
Sapphire PVT 32A SHIP S-ON G
HBOOT-1.33.0013 (SAPP31000)
CPLD-13
RADIO-2.22.23.02
Oct 21 2009,22:33:27
Ok my problem is i stupidly deleted my girls default home launcher when i was gonna use the adwlauncher but the phone rebooted, now it wont load android at all. I've tried the sappimg.nbh and the sappimg.zip but neither will update correctly since my security is on. I cant flash a new rom either since i have no recovery either. Is there anyway i can change my spl to an engineer to get more hboot options unlocked or should i just report my phone stolen and pay the deductible for th new recovery phone, please help you guys i have tried and read tons of threads and have failed miserably lol
You need to reset the device from fastboot...
Look at the menu and you will find it.
You can also just flash your official RUU...
To turn on RUU mode type this:
Code:
fastboot oem rebootRUU
Then just start your ruu update.
Don't start doing all kind of stupid ****... try the above before you make your self a goldcard!
Alright man thanks for the help i'll report back when im done.
I reset the device then it just loads the rom im currently on ( htcclay's TCBY 1.3dsf 2.2 froyo) reboots then hangs on the splash screen. How do i flash or type in that code about the ruu?
Edit**
The phone can only accept calls coming in, but theres still no way of using the launcher it's completely blank cuz of my accident. Im guessing the reset doesnt reinstall the needed drivers or apks to factory setings.
To Get into fastboot power the phone off and the press back + power and hold them down until the fastboot screen comes on. Then try the fasboot commands from the post above in a Windows command prompt. Hope it work for you. If it does please report back, because I am desperately trying to unroot my phone and go back to stock so I can sell it when I upgrade. Thanks.
d12unk13astard said:
The phone can only accept calls coming in, but theres still no way of using the launcher it's completely blank cuz of my accident. Im guessing the reset doesnt reinstall the needed drivers or apks to factory setings.
Click to expand...
Click to collapse
If you got adb connection, then install the launcher using this command:
Code:
adb install -r xxxxxxx.apk
(where xxxxxxxxx.apk should be replaced by the name of the laucnher apk)
ADB confuses the hell outta me lol. ADB = SDK correct? I've tried using it and following direction to push/install from my main drive c/ but can never get it to work right. Guess im just screwed and will have to pay the deductible, i do appreciate the help tho you guys.
I followed the unlockers guide and made a goldcard and with that was able to get back to recovery woohoo, thanks fo rall the help, i just had to really really focus and actually try our adb lol. Mods can lock this now please.

[Q] Mistaken identity :(

well, where to start...i bought my MT3G 1.2 brand new because my original decided to have antenna issues (only cell antenna and only inside a building). so fast forward about a year, after rooting my NEW MT3G, I end up letting a friend use it til he can get a replacement for his. I get the phone back (after his dog bit through the screen) and another MT3G that is broke to use as a donor for the screen. swap screens, salvage other parts to fix my original, and boot up the 1.2.
now here is where it gets...interesting...to say the least. unlike before, where it booted to the MyTouch 3g splash screen, it now thinks it is an HTC Magic...i have been looking and unsuccessfully flashing builds TRYING to get it to what it was so i can upgrade the radio and actually know what i have again.
what would cause the phone to think it is a Magic? was it something in clockworkmod? can it be reversed? and why, for the love of god, can i not flash anything but EZGingerbread to it?
Details from the bootloader
SAPPHIRE PVT 32A SHIP S-ON G
HBOOT-1.33.0013 (SAPP31000)
CPLD-13
RADIO-2.22.23.02
Oct 21 2009,22:33:27
Any help would be greatly appreciated, cause im about to pull out what little hair i have left >_<
Sounds like fun!
If you haven't done yet: Download Android-SDK and install it (while installing choose Android SDK Tools, Android Platfrom-tools and Google USB Driver).
Connect your phone to usb and start it to bootloader (fastboot usb, back+power). Open a commandline on your computer and go to "...\android-sdk\platform-tools" depending on where you installed it. Then type
Code:
fastboot getvar cid
and
Code:
fastboot getvar version-main
and post the output here.
And please leave your hair where it belongs to! :laugh:
well....that wasnt too bad, i just get <waiting for device> and it hangs
even using CID Getter on the phone itself doesnt give me a CID like it does on my Glacier...i think something may be seriously messed up here >_<
Don't know why it may hang. Does the phone work properly? Maybe just the splash-screen was changed.
Have a look at this thread - there are all official roms for magic and so on. Having a look at your radio the stock-rom on your phone for now may be #56 or #57 (hboot 1.33.0013, radio 2.22.23.02). Only the OTA-update has newer versions.
I don't know if it's worth risking to brick the phone just for this update - only if it works properly at the moment.
It works properly as far as calls and texts and data, but I haven't been able to update the radio or hboot at all, it keeps giving a device id mismatch error
Sent from my HTC Glacier With Beats Audio using xda premium
What you can do:
- if you don't have a custom-recovery on your phone install one - try this guide without the optional stuff
- when done install the stock-rom for your phone (via custom-recovery) from official-rom-thread - i don't know if #56 or #57
- root and install custom-recovery again as shown above*
- then you may apply the OTA-update via custom-recovery (#58 from the official-rom-thread)
*I don't know if it's possible just to flash everything except recovery, then you wouldn't need to root it and install custom-recovery again.
That would be the newest versions for your phone.
I have ClockworkMod recovery already installed, and with this being my backup phone, I wouldn't be mad without root at all, though root is nice, I want it to be right lol
Sent from my Gingerbread on Sapphire
So you can flash your phone to official stock-rom and then update it to newest official-rom as i explained above. Or what should i tell you right now?
I tried to flash a stock rom, but with no success, when I get home I'll try again and post the error log
Sent from my HTC Glacier With Beats Audio using xda premium
SWEET!!! i got the fastboot commands to come through for me
fastboot getvar cid
cid: T-MOB010
fastboot getvar version-main
version-main: 2.53.707.2
And what happens when you try to flash "57) 2.10.531.4 T-Mobile USA DRD35" via custom-recovery (your recovery will be flashed too)?
That is a self installing executable file, when i try to run it, it tells me that it can not communicate with the device, and to make sure that the usb cable is connected and the phone is on, which it is both
so the 57) 2.10.531.4 T-Mobile USA DRD35 flash went finally, turns out, my phone didn't like it too much, because now, i am stuck at the HTC magic splash screen and i think it is bricked
I don't get it, that should have been the correct files for your phone. You're sure that it's a Mytouch 3g 1.2 and not the normal Mytouch 3g?
How did you flash the file?
If you search here you can find "tutorials" how to get the rom-files out of the RUU to flash it in hboot-mode.
Can you get into recovery-mode? What about hboot-mode?
It was a .exe file, so it ran from my computer, and I know it's a 1.2 because I couldn't afford the fender edition lol. Now it just hangs on the splash screen and won't let me do anything at all
Sent from my HTC Glacier using xda premium
I think it would have been better to extract the rom-file and flash it with hboot from sd-card... Then you should have been sure about what he flashed.
Maybe now you got some weird radio-system-whatever-mix and that's why it doesn't start.
Normaly you flashed the correct rom-file for your phone.
What you can try:
- remove battery for some time (5 minutes or whatever) and press power - then get the battery back in and try to start it again
- start the phone with Home+Back+Power or Menu+Back+Power (don't remember), in my case there was a menu to erase cache and so on, maybe this would work for you
- is your phone listed in "fastboot devices" when you power on your phone with Vol down+Power, Back+Power, Power, Home+Power or the combination from above? I read that some people are already in fastboot-mode and have text on their display when they see the logo, shown for example here (they had red text on red vodafone-logo):
http://www.android-hilfe.de/attachm...oter-vodafone-bildschirm-geloest-dsc00624.jpg
If not...
Does bluelight-mode work (i think it's trackball+power)? If so you can get it running with JTAG - you just need somebody who has the equipment and so on. Where are you from?

Categories

Resources