[REQ] HTC Sense Live Wallpaper - Desire Themes and Apps

Does anyone know where i can get the Desire's default live wallpaper for download? I've got Froyo and I liked that bubbles wallpaper.
Cheers,

Not 100% but it's probably the same as everything from Sense, you need to be running Sense to use them

donald-c said:
Not 100% but it's probably the same as everything from Sense, you need to be running Sense to use them
Click to expand...
Click to collapse
Hmm, i certainly hope not. I hope its just an app like any other live wallpaper.
anybody care to prove me wrong

alienwolf426 said:
Hmm, i certainly hope not. I hope its just an app like any other live wallpaper.
anybody care to prove me wrong
Click to expand...
Click to collapse
It's in the livewallpapers.apk. I replaced the one in DJDroid with the one from cyanogenmod6 and that worked. So I'm sure you can use the one from the leaked sense 2.2 rom in any random Froyo rom.
Edit:
I have attached the Livewallpaper files from DjDroid for you.

vrmp said:
It's in the livewallpapers.apk. I replaced the one in DJDroid with the one from cyanogenmod6 and that worked. So I'm sure you can use the one from the leaked sense 2.2 rom in any random Froyo rom.
Edit:
I have attached the Livewallpaper files from DjDroid for you.
Click to expand...
Click to collapse
Thanks for that.
So what do i do? just adb push the file to /system/app?
i should probably backup my old livewallpapers.apk eh?

alienwolf426 said:
Thanks for that.
So what do i do? just adb push the file to /system/app?
i should probably backup my old livewallpapers.apk eh?
Click to expand...
Click to collapse
Yep, like you said. Backup the current files and push the new ones to /system/app

vrmp said:
Yep, like you said. Backup the current files and push the new ones to /system/app
Click to expand...
Click to collapse
Thank you sir, I'll try it when i get home. will update if i run into any problems

alienwolf426 said:
Thank you sir, I'll try it when i get home. will update if i run into any problems
Click to expand...
Click to collapse
Your welcome, hope it works

i tried to adb push the files, and i got this error
failed to copy 'LiveWallpapers.apk' to '/system/app/LiveWallpapers.apk': Read-only file system
any ideas. I'm using DeFrost 2.0a, so I've got root access

alienwolf426 said:
i tried to adb push the files, and i got this error
failed to copy 'LiveWallpapers.apk' to '/system/app/LiveWallpapers.apk': Read-only file system
any ideas. I'm using DeFrost 2.0a, so I've got root access
Click to expand...
Click to collapse
You need to push it from recovery since you can't get read/write access on the desire because of the weird root.. so just reboot into recovery "adb shell mount /system" then "adb push ...."

that worked, but i don't think the zip file you attached had the bubbles live wallpaper from stock desire ... thanks though

alienwolf426 said:
that worked, but i don't think the zip file you attached had the bubbles live wallpaper from stock desire ... thanks though
Click to expand...
Click to collapse
Oh wait.. I think you are right, could be I replaced them in the ROM with another one. I don't have the original file anymore, so maybe you can download the DjDroid file yourself and see if it works that way.
Good luck

Ok, I'll give it a shot when i get home tonight, don't have the usb cable at work or i'd give it a shot right now

after some google searching i found this thread in the nexus one forum (didn't even think to search in there :s)
http://forum.xda-developers.com/showthread.php?t=647837&page=10
apparently, the sense wallpaper isn't in the livewallpaper.apk but in the mode10wallpaper.apk, and you need multiple libraries.
I'm going to grab the necessary files from DJDroid's rom and will give it a shot , if it works I'll post the files i pushed here

alienwolf426 said:
after some google searching i found this thread in the nexus one forum (didn't even think to search in there :s)
http://forum.xda-developers.com/showthread.php?t=647837&page=10
apparently, the sense wallpaper isn't in the livewallpaper.apk but in the mode10wallpaper.apk, and you need multiple libraries.
I'm going to grab the necessary files from DJDroid's rom and will give it a shot , if it works I'll post the files i pushed here
Click to expand...
Click to collapse
Found same link from google.Tedted on Deftost 2.0a ,but don't work...

vivmar said:
Found same link from google.Tedted on Deftost 2.0a ,but don't work...
Click to expand...
Click to collapse
no it wont, cause apparently the files attached in that forum are for 2.1 roms, not 2.2

So....no chance?

vivmar said:
So....no chance?
Click to expand...
Click to collapse
well, i'm going to try pushing the files from DJ's 2.2 rom to defrost and see if that works ... but i can't do that until i get home, as I'm missing the usb cable at work ... will update in about 5-6 hours or tomorrow

ok, so i finally was able to push the files into my phone and the desire's default bubbles wallpaper is working for me on Defrost 2.0b (which is a 2.2 froyo rom)
I'm attaching the zip file with the appropriate files that need to be pushed into your phone using adb.
use the following code to push the files into phone.
Code:
adb shell mount /system
adb push system/app/Mode10Wallpapers.apk system/app
adb push system/lib/libicule.so /system/lib
adb push system/lib/libiculx.so /system/lib
adb push system/lib/libmode10.so /system/lib
adb push system/lib/libmode10_wallpapers.so /system/lib
adb push system/lib/libmode10Graphics.so /system/lib
adb shell reboot
and then you will have HTC Sense wallpaper in your live wallpapers
enjoy

alienwolf426 said:
ok, so i finally was able to push the files into my phone and the desire's default bubbles wallpaper is working for me on Defrost 2.0b (which is a 2.2 froyo rom)
I'm attaching the zip file with the appropriate files that need to be pushed into your phone using adb.
use the following code to push the files into phone.
Code:
adb shell mount /system
adb push system/app/Mode10Wallpapers.apk system/app
adb push system/lib/libicule.so /system/lib
adb push system/lib/libiculx.so /system/lib
adb push system/lib/libmode10.so /system/lib
adb push system/lib/libmode10_wallpapers.so /system/lib
adb push system/lib/libmode10Graphics.so /system/lib
adb shell reboot
and then you will have HTC Sense wallpaper in your live wallpapers
enjoy
Click to expand...
Click to collapse
Tested and work for me also!
Thx

Related

Trying to get Camera from 5.0.2Hr5

Hi there,
I tried running the Camera from Haykuro's build on my image.
After copying libcamera.so libqcamer.so and libcameraservice.so to /system/lib and changing the Camera.apk in /system/app my Camera and Camcorder disapperead, somebody can tell me the trick?
I don't know what image you are running, but it isn't that simple. The HTC camera.apk requires lots of htc frame work libraries to work. You will have to edit and repack your own boot image to include the com.htc*.jar libraries into class path, and the add and replace some of those libraries to your image. It will require lots of time to test and debug what is missing. It definitely isn't as simple as replacing few .so files and the apk. By the way I couldn't get it to work either but I gave up when I realized I had to rebuild boot.img. Haykuro will probably be able to get it to the adp 1.5 image soon.
I have read somewhere where Haykuro posted this to use H build cam. He did state that it's not quite 100% working and that he'll add this to the new 1.5H build.
adb shell reboot recovery
adb shell mount /system
adb shell rm /system/app/Camera.apk
adb shell rm /system/lib/*cam*.so
adb push libcamera.so /system/lib
adb push libcameraservice.so /system/lib
adb push libqcamera.so /system/lib
adb push Camera.apk /system/app
adb push HTC_Gallery.apk /system/app
adb shell reboot
t4c said:
Hi there,
I tried running the Camera from Haykuro's build on my image.
After copying libcamera.so libqcamer.so and libcameraservice.so to /system/lib and changing the Camera.apk in /system/app my Camera and Camcorder disapperead, somebody can tell me the trick?
Click to expand...
Click to collapse
Hi there,
Thanks for your replay.
I got cam working but got bad problems with force close everytime I try to make some settings. After some tries the camera won't come back up again, what I did:
copy system/lib/*cam* to my build
Camera.apk
HTC_gallery.apk
modified /system/etc/permission/platform.xml for finding the pimlib.
t4c said:
Hi there,
Thanks for your replay.
I got cam working but got bad problems with force close everytime I try to make some settings. After some tries the camera won't come back up again, what I did:
copy system/lib/*cam* to my build
Camera.apk
HTC_gallery.apk
modified /system/etc/permission/platform.xml for finding the pimlib.
Click to expand...
Click to collapse
If you wouldn't mind, send me your platform.xml ([email protected]) I'm 90% sure I know how to fix it to work. Db files are usually the root of all force closes. Settings, acore, messaging... if you have a db with variables that don't exist or missing ones that were added to the apk a crash occurs. I am pretty sure I know what files to fix and we can pack an apk for this...
Hey Twistedumbrella,
thank for your answer and your help, I just sent the xml file.
I am very excited...
Regards
I'd love to get the HTC camera working on the JF 1.5 build. All the camera image adjustments were great. Lemme know if you need someone to test things.
Please Post The steps & Platform.xml Whatever U Did
I am Gona Make A Seperate Thread Of All The apps Ported From Haykuro's Sapphire Builds To JF 1.5
I have Currently Ported The H-Virtual Keyboard To JF 1.5
Yeah i have been waiting for someone to do this...
if you need tester i will gladly do it... =D
ATM I wait for twistedumbrella, he got the cam working but I am completly stuck with this thing.
H cam will make photos but if I try to configure something the cam close forces all the time.
t4c said:
ATM I wait for twistedumbrella, he got the cam working but I am completly stuck with this thing.
H cam will make photos but if I try to configure something the cam close forces all the time.
Click to expand...
Click to collapse
Packing it into an update and testing as we speak
I got the force close problem.
Does anyone find out how to fix it ?
I am running JF 1.5, I push all the .so files also add files into /system/framework
and replace the platform.xml with the one online said for the JF 1.5 HTC app.
The camera will run into a Gray mode, and if I clicked on any icons it will show "force closed"....

[MOD] Sense UI MOD - ExpressoBar

I´ve got it working now
first "mount /system" in adb and then:
adb push "directory of the file you loaded"/com.htc.resources.apk /system/framework
and
adb push "directoryof the file you loaded"/Rosie.apk /system/app/
ONLY for 2.1 Sense Roms
v1 first Resease
v1.1 fixed Delete Buttom in Bar
Download :
Resource File
http://www.4shared.com/file/KzDXk56n/comhtcresources.html
Rosie.apk (fixed)
http://www.4shared.com/file/48iRNchL/Rosie.html
Push via adb?
Would love to try this out, but adb has been a massive fail recently
-------------------------------------
Sent via the XDA Tapatalk App
just push via adb... it works 100% first open shell and mount /system and then push the files as descriped in first post.
Go to shell?
Kind of a newbie when it comes to codes and commands, just need a push in the right direction
-------------------------------------
Sent via the XDA Tapatalk App
I´ve editet the first post. you have to push in adb while the desire must be in recovery mode.
"adb push "directoryof the file u loaded"/com.htc.resource.apk /system/framework"
Don't you mean com.htc.resources.apk?
Works great here.
yeah it's working, very beautiful, big thanks,
but there is a little bug when we delete a shorcut from the desktop...
Someone needs to make this in update.zip form. Il do it in morning if nobody else does.
Someone needs to make this in update.zip form. Il do it in morning if nobody else does.
Click to expand...
Click to collapse
Youd be a legend if you could
-------------------------------------
Sent via the XDA Tapatalk App
This is an awesome mod... makes Sense UI a little more bearable lol.
Thanks
Is it works on 2.2 Defrost rom?
Is it works on 2.2 Defrost rom?
Click to expand...
Click to collapse
Whaaaaaaaaaaaaaaaat? This is a mod for Sense UI. So no.
-------------------------------------
Sent via the XDA Tapatalk App
Very nice work mate!
Thaaaaaaank you mate!
EDIT: Ok my zips did not work...
How does this mod show you which of the seven home screens you're on?
I don't see the little green trackbar that's on the original phone and programs button.
Meh that's a minor detail though isn't it.
Well, yeah it is. But I just got my desire and I'm planning on designing some themes for it. Just trying to work out what can be skinned and what can't.
Have some ideas on what I would change the green trackbar to but none yet as to how to change it!
would it be possible to edit the right shortcut? instead of add widget a internet link would be nice
best solution for me would a froyo like implement with
------------------------------
|phone| launcher |web|
------------------------------
the zip file doesnt work

Looking for HTC Stocks apk/widget

Hi im using Pays BS rom (2.0)
im keen to get a .zip for the htc stocks app
anyone know where i can get this ?
Maybe someone has one handy ?
Cheers
Here is the HTC Stocks apk and the widget that came with it.
This came from an Evo rom so I hope it works for you.
Any reason why I can't install on my HD2 running Froyo sense rom ?
s_john8686 said:
Any reason why I can't install on my HD2 running Froyo sense rom ?
Click to expand...
Click to collapse
Try pushing via ADB
application not installing?
Hi, when I am installing stock.apk and the widget it goes to the installer and just cancels on me I tried this multiple times and things aren't working for me. .
Any suggestions on how to fix this I really like the stock ticker option for the widget.
I am running Warm 2.2 rls5 on htc incredible with the stock ziggy kernal
Thank You:
Alexyaz
same here
I can start the installation and there is a processbar. But in the end it just says that the application has not been installed.
Is there a log file that could hint anything?
don't install it like a normal APK, copy it directly to /system/app with ADB or Root Explorer.
Swyped from my HTC Desire running LeeDrOiD 2.3d with Tapatalk.
How To install via ADB
* Restart your phone in recovery mode.
* Make sure you connected your phone to your machine
* Open console on your machine (any OS)
* Navigate to android sdk path (ex in windows- c:\dev\android-sdk\platforms-tools)
* Execute the following command,
>adb shell mount /system
>adb push <pathtoapk> /system/app
Click to expand...
Click to collapse
Voila! done.
Reboot from your recovery.
ukanth said:
How To install via ADB
* Restart your phone in recovery mode.
* Make sure you connected your phone to your machine
* Open console on your machine (any OS)
* Navigate to android sdk path (ex in windows- c:\dev\android-sdk\platforms-tools)
* Execute the following command,
Voila! done.
Reboot from your recovery.
Click to expand...
Click to collapse
can i install dhd stock HTc music app via above method.........
i am running rooted stock foryo updated on my desire.......
( some one told me that due to different version of htc sence we can not install)
BodenM said:
don't install it like a normal APK, copy it directly to /system/app with ADB or Root Explorer.
Swyped from my HTC Desire running LeeDrOiD 2.3d with Tapatalk.
Click to expand...
Click to collapse
I accidentally deleted this from the stock rom through Titanium and now I'm trying to get it back. I moved the APK to the /system/app folder with Root Explorer and it's still not showing up. I will try the ADB route tonight.
baker2gs said:
I accidentally deleted this from the stock rom through Titanium and now I'm trying to get it back. I moved the APK to the /system/app folder with Root Explorer and it's still not showing up. I will try the ADB route tonight.
Click to expand...
Click to collapse
Did you get this sorted?
I too copied the stocks.apk to /system/app via root explorer and rebooted my HD2. However, the stocks app has not showed up.
Maybe I missed something?
hello guys i know im late but
im trying to install HTC Stocks on a galaxy nexus rooted.
ive tried copying to system/app but no luck
i install via ADB i get
Failed [INSTALL_FAILED_MISSING_SHARED_ LIBRARY]
Can anyone help me please!
i really liked the HTC stocks
stock.apk
hi guys I use rempuzzle 4.1 on wildfire and I dont use stock.apk because when Im open thats application than this application get to stopped , I did try every way but I cannot solved, Can you help me for tha?t and thanks for helps to me .
Has anyone successfully installed this HTC stock app on their non-htc phones?
misbehave said:
Has anyone successfully installed this HTC stock app on their non-htc phones?
Click to expand...
Click to collapse
Don't think it will work for non sense roms.
Sent from my HTC Desire S using XDA Free mobile app

[SOLVED][Q] Help, mdj CM7 won't boot after replacing "libmedia.so"

HELP!
After I replaced that libmedia file mentioned here, my HD2 wont boot anymore. I read about this issue (here) before, but how can I get the original one back to my phone? Have installed adb with all addons, but which mode do I have to choose to get access to my phone and how do I start ADB?
Where can I get the original "libmedia.so" file?
All Tuts I found are not for HD2.
I have Gingerbread Cyanogen Mod 2.4 NAND by mdeejay on my phone.
Thanks in advance, I hope u can help me save my latest contacts and sms.
SEE POST #3 FOR SOLUTION!
UPDATE: ADB runs, but doesnt recognize the phone using MAGLDR point 4. "USB flasher" and point 5. "USB TTY"
Which mode should I choose?
Thx for ignoring me!
[SOLVED:]
Plug the phone while its trying to boot to the USB-cable.
Navigate to the folder where the orginal "libmedia.so" is located ("cd c:\" for example)
Then, type: "adb push libmedia.so /system/lib/"
Of course, ADB needs to be installed properly, I did it using this video:
The recent version of the SDK (R08) doesnt have ADB in the "tools" folder, but in the "platform-tools" folder, so just move it to "tools".
I attached the WORKING "libmedia.so" file, so it will boot again!
Thanx A LOT die_braut!
Thought I had to install a new Android, but your answer saved the trouble - yehaaa
Thanks with your libmedia.so i can launch Navigon 3.5.3 on Oxygen 2.0 RC7 with HTC Desire
Arghh, on my HTC Desire it doesn't work.
by using the command:
adb push libmedia.so /system/lib/
Click to expand...
Click to collapse
came the message "its a directory"
so I used
adb push libmedia.so /system/lib/libmedia.so
it seems sucessfully und shows KB and time.
After un-/reinstalling Navigon und rebooting, Navigon will not start.
I'm using CM 7 mod
naish8.5 said:
Arghh, on my HTC Desire it doesn't work.
by using the command:
came the message "its a directory"
so I used
adb push libmedia.so /system/lib/libmedia.so
it seems sucessfully und shows KB and time.
After un-/reinstalling Navigon und rebooting, Navigon will not start.
I'm using CM 7 mod
Click to expand...
Click to collapse
adb push libmedia.so /system/lib/libmedia.so would have been correct. You have to specify the target path as well as the file name. As far as Navigon I cannot help as I do not own it.
Digital Outcast said:
adb push libmedia.so /system/lib/libmedia.so would have been correct. You have to specify the target path as well as the file name.
Click to expand...
Click to collapse
I've done this way. Maybe the file is not fitting for my Desire
Thats possible. I think the CM7-Build by m-deejay is from Desire HD (not sure).
question
can anyone tellme what libmedia.so does?
i have installed libmedia.so and navigon works fine now. but i am unable to connect my phone to the pc with usb. is there a possible relationship to the modified libmedia.so?
thanks
die_braut said:
Thx for ignoring me!
[SOLVED:]
Plug the phone while its trying to boot to the USB-cable.
Navigate to the folder where the orginal "libmedia.so" is located ("cd c:\" for example)
Then, type: "adb push libmedia.so /system/lib/"
Of course, ADB needs to be installed properly, I did it using this video:
The recent version of the SDK (R08) doesnt have ADB in the "tools" folder, but in the "platform-tools" folder, so just move it to "tools".
I attached the WORKING "libmedia.so" file, so it will boot again!
Click to expand...
Click to collapse
Is there a solution to use this on Desire? I've tried with this libmedia.so but it don't works
Hi, i can confirm the app is working
vlinder66 said:
Hi, i can confirm the app is working
Click to expand...
Click to collapse
Since RC7 ? On RC6 the .so file doesn't work.
vlinder66 said:
Hi, i can confirm the app is working
Click to expand...
Click to collapse
At Desire with Gingerbread? I'm using GingerVillain 0.9... Makes it a difference if I put it before or after installing in /system/lib?
luhu said:
At Desire with Gingerbread? I'm using GingerVillain 0.9... Makes it a difference if I put it before or after installing in /system/lib?
Click to expand...
Click to collapse
I really don't know but backup and save the original libmedia on your pc and just try, i did it first with an other libmedia, phone didn't boot any more then. Just restored desire and everything was fine.
This one did the job for me. My specs are in my signature and idd on RC6 it didn't work for me also.
I'm trying to replace the old libmedia.so but everytime i get the response directory not empty. Does anyone have an idea?
die_braut said:
Thx for ignoring me!
[SOLVED:]
Plug the phone while its trying to boot to the USB-cable.
Navigate to the folder where the orginal "libmedia.so" is located ("cd c:\" for example)
Then, type: "adb push libmedia.so /system/lib/"
Of course, ADB needs to be installed properly, I did it using
The recent version of the SDK (R08) doesnt have ADB in the "tools" folder, but in the "platform-tools" folder, so just move it to "tools".
I attached the WORKING "libmedia.so" file, so it will boot again!
Click to expand...
Click to collapse
try with typing: "adb push libmedia.so /system/lib/libmedia.so"
Got to say thank you!
Now Navigon Select 3.5.3 runs on GingerVillain 09
Regards
KuliX
Flashable zip-file
Thanks! Oxygen RC7+Navigon 3.5.3 works!
You can also flash my zip-file with ROM Manager for example.
(without ADB troubles )
libmedia not working on gingervillain 1.0
Adminius said:
Thanks! Oxygen RC7+Navigon 3.5.3 works!
You can also flash my zip-file with ROM Manager for example.
(without ADB troubles )
Click to expand...
Click to collapse
This libmedia.so file from date 21.01.2011 DOESN`T WORK ON GINGERVILLAIN 1.0
has anyone a solution for gingervillain 1.0 - at version 0.9 of gingervillain it worked fine :-(

Stock ROM's bootanimation...

I have a special request. Is there a way to retain the bootanimation of the NookColor's 1.2 Stock ROM? Or at least can someone create a bootanimation.zip that has the Stock ROM's boot animation? I can provide you an original nandroid of the STOCK ROM if it's needed. I hope someone can do this.
Here... extract this zip file, remount /system/ rw and adb the bootanimation (NOT the zip) to /system/bin/ and you will have B&N's 1.2 stock animation.
DizzyDen said:
Here... extract this zip file, remount /system/ rw and adb the bootanimation (NOT the zip) to /system/bin/ and you will have B&N's 1.2 stock animation.
Click to expand...
Click to collapse
This. Is. Wicked. Thanks a lot!
UPDATE:
erm... it didn't work for me. Once I placed the content of the zip (bootanimation), in the system/bin it just gave me a blank screen then it went straight to my homescreen. What am I doing wrong? well maybe because I placed the file manually using root explorer. can you tell me how to do it using adb in windows and adb wireless on the nook? what commands should I put on the adb?
UPDATE 2:
I was able to push the file using adb. It still didn't work for me. Maybe we're missing some files? I remember when I'm putting custom bootanimations, I also place a bootanimation.zip in the /system/media directory of the nook...
les02jen17 said:
This. Is. Wicked. Thanks a lot!
UPDATE:
erm... it didn't work for me. Once I placed the content of the zip (bootanimation), in the system/bin it just gave me a blank screen then it went straight to my homescreen. What am I doing wrong? well maybe because I placed the file manually using root explorer. can you tell me how to do it using adb in windows and adb wireless on the nook? what commands should I put on the adb?
UPDATE 2:
I was able to push the file using adb. It still didn't work for me. Maybe we're missing some files? I remember when I'm putting custom bootanimations, I also place a bootanimation.zip in the /system/media directory of the nook...
Click to expand...
Click to collapse
I know most had a zip in /system/media.... but the stock 1.2 didn't have anything related.... looking through the file I posted, it references some .png files that also are not present... I assumed they were contained as data in the file itself... I will look some more and get this setup for you... Sorry for shorting the research on this one.
Maybe the way Root Tools works will show the way.
Similar discussion here.
I hope we can have an update on this one soon... :'(
les02jen17 said:
I hope we can have an update on this one soon... :'(
Click to expand...
Click to collapse
We will... sorry got busy with some stuff on the IMEI Generator... will track it down for you.
Is there some reason this needs to be done? Deviating from the CM7 code is bound to cause issues....
patruns said:
Is there some reason this needs to be done? Deviating from the CM7 code is bound to cause issues....
Click to expand...
Click to collapse
Just thought it would be cool to retain the stock bootanimation, that's all. The device is still a NookColor after all, even after installing a CyanogenMod ROM in it. It would be nice if the device would say 'NookColor' when it boots. Just my opinion, though.
Sent from my NookColor using Tapatalk
It needs to be in the correct format. If you can break it down, it will work:
http://nookdevs.com/NookColor_Boot_Animation_editing_and_replacement
So maybe play it in the SDK, and record the screen?
EDIT: Or try pushing it to data/local
Also, read through this: http://forum.xda-developers.com/showthread.php?t=863439
When all hope seems lost...
When I thought that all hope seems lost on my desire to get the NC's stock bootanimation, in my NC running cyanogenmod, I came across this amazing stock-that-has-been-rooted bootanimation in YouTube... I think it's fate. LOL.
Pretty neat stuff, courtesy of Suteru. On the YouTube page is a link to the bootanimation.zip
Yup, I installed the bootanimation and it's wicked cool. (^_^)
les02jen17 said:
Just thought it would be cool to retain the stock bootanimation, that's all. The device is still a NookColor after all, even after installing a CyanogenMod ROM in it. It would be nice if the device would say 'NookColor' when it boots. Just my opinion, though.
Sent from my NookColor using Tapatalk
Click to expand...
Click to collapse
Put the bootanimation.zip file in the /data/local folder. It will override the bootanimation in the system/bin as long as it's there. If you delete it, the stock animation in /system/bin will show. FWIW, I like this animation from NookDevs which is a variation on the stock animation:
http://www.youtube.com/watch?v=apy-ZcdqZFA&feature=related

Categories

Resources