[Q] app2sd,bootscreen for x10 mini - Sony Ericsson XPERIA X10 Mini

as now x10 has a root so is it possible o hav app2sd and custom bootscreens for x10 mini? original bootscreens are in folder system,etc,semc,bootslideshow.

...this should be easy i think. To change the boot animation, just replace the png files with edited ones. I'll try to make some other animation during the weekend.

ya tht would be grt if u get it successfully done please post a tutorial cause i m still doubltfull how to do it.

ok, so I made a quick trial, I just removed the saturation from the current animation and it works, now I have it only BW without colours.
The way how I made it is that I copied the png files from metioned folder to my PC, modified it and put it back to the device, after reboot it works. So I will try to create some new animation during the weekend (maybe some proposal draft tonight).
So this is just a confirmation that it works.
I assume that it is required to keep number of used files, that it is not possible to change it without changing some code which calls all the pics. But I think 26 frames is enough to replace the current one with some funny animation

cool! will try it also and wating for some awsm animations anything about app2sd?

abhi98228 said:
cool! will try it also and wating for some awsm animations anything about app2sd?
Click to expand...
Click to collapse
ya it worked and its awsm!! hope will also find some way to change system theme

re
so here is my first one, just a quick rework of android wallpaper I found by google..
download the file, extract, and copy all png files to folder mentioned in first post (rooted device required)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

awsm job dude waiting for some more awsm

abhi98228 said:
as now x10 has a root so is it possible o hav app2sd and custom bootscreens for x10 mini? original bootscreens are in folder system,etc,semc,bootslideshow.
Click to expand...
Click to collapse
I would be very happy if someone wrote a tutorial "how to move apps to sd" and posted. Teaspoon-style for newbies.

darebak666 said:
so here is my first one, just a quick rework of android wallpaper I found by google..
download the file, extract, and copy all png files to folder mentioned in first post (rooted device required)
Click to expand...
Click to collapse
Any chance you could explain in noob talk how to install your startup screen, I don't know what program or commands to use
Edit: I tried using andexplorer to copy and paste the PNG files but I get a cannot paste error, dunno why cost phone is rooted
Sent from my E10i using XDA App

-first you need your device to be rooted
-download zip posted here
-extract to your SD card
-use Root Explorer to copy all the *png files from SD card to this folder:
system/etc/semc/bootslideshow
-of course you need to activate the permission to overwrite the files in the device, you can do it simply in Root Explorer, there is a button for it in top right corner (do it before you copy files to the device, otherwise it will not copy the files there)
-when done, just reboot your device and new animation should be there

Having issues finding this root explorer program, market says it doesn't exist
Sent from my E10i using XDA App

meegs said:
Having issues finding this root explorer program, market says it doesn't exist
Sent from my E10i using XDA App
Click to expand...
Click to collapse
Root exploreer is a paid app. You need a rooted phone, and an app called market access to see it.
http://amip.tools-for.net/android/MarketAccess

Sorted sorted and sorted, thank you all
Sent from my E10i using XDA App

You need to use the android SDK, more precise the adb. Try searching the web for a method to push and pull files from your phone and setting up the SDK on your OS.

Nice bootscreen, thanks darebak

can be done entirely on phone, using root explorer, I know cos I am running the bootscreen from this thread, I prefer to not use adb personally if I can avoid it, just prefer to be lazy and use apps
Sent from my E10i using XDA App

any word for app2sd? cant install many apps jst 128mb here

I thought that app 2 SD was only available on android 2.2, so untill we can flash custom rom's or Sony decide to update the OS, I don't think app2sd will happen
Sent from my E10i using XDA App

Any other solution to move apps to sdcard? I want to install more apps and games but there is no more enough space . Please help me.
Thanks in advanced!

Related

[BootAnimation] Android Scribble 2.0

Thanks to GLa'DOS for creating the originals. See the original thread here
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3 Options to install.
First step: Extract downloaded .zip file to reveal "bootanimation.zip"
1. ADB
Navigate to the folder containing "bootanimation.zip" in terminal/command prompt.
Type the following
Code:
adb push bootanimation.zip /Data/Local
Then to test, set your device so display is in landscape (will not display properly if you have it on portrait and test it but will display fine either way on boot)
Code:
adb shell bootanimation
2. Root Explorer
Copy "bootanimation.zip" to your SD card
On your Streak open up Root Explorer (or any other app that allows you to copy paste to the internal memory)
Copy "bootanimation.zip" and paste it to /Data/Local
3. Terminal Emulator
thanks nickshertzer, his directions are for drop box but can easily be manipulated for simply copying the bootanimation.zip to your SDcard
nickshertzer said:
BTW, if you don't have / want to get out that sync cable for ADB, use dropbox & Terminal Emulator. Make sure you download the .zip using dropbox longpress first before running following command (requires Busybox / can't remember if it is installed default on Steve's ROM)
Code:
su
cp /sdcard/dropbox/bootanimation.zip /data/local/
reboot
Click to expand...
Click to collapse
Enjoy
Installed the red one with option #2. Looks and runs great on DJ Steve's 1.6.0.
Thanks fone_fanatic!
Nice work will give it a try.
Its nice to change the boot now and then thanks
Thank You - Very Nice
@ fone_fanatic
If you have the time, would it be possible for you to combine the first 1/2 of your Bios animation with this Scribble animation?
Thanks for your consideration!
bk
These are great! Thank you so much for sharing!
Really would be cool to write up an app that randomized the bootanimation.zip so you never know what you'll see on next boot...
krazman325 said:
@ fone_fanatic
If you have the time, would it be possible for you to combine the first 1/2 of your Bios animation with this Scribble animation?
Thanks for your consideration!
bk
Click to expand...
Click to collapse
That's not a bad idea... I'll try to mock something up in the next couple of days
Sent from my Dell Streak using XDA App
Thank you! I appreciate that.
Is there anyway you could make a version of this boot w/o the flare that is oriented for booting in landscape mode or is there a way to do this??
I love the animation, but i always hold my streak on it's side.
z4ck38 said:
Is there anyway you could make a version of this boot w/o the flare that is oriented for booting in landscape mode or is there a way to do this??
I love the animation, but i always hold my streak on it's side.
Click to expand...
Click to collapse
For landscape, head over to the original thread, and download it from there and try that. i think they will work in landscape.
Do u just install this using clockwork recovery?
Sent from the Iphone Killer
borijess said:
Do u just install this using clockwork recovery?
Sent from the Iphone Killer
Click to expand...
Click to collapse
The first post in this thread details specific instructions for 3 different ways to install.
best bootanimation hands down. awesome work!
the pics wouldnt load :S
zgmf-x322a said:
the pics wouldnt load :S
Click to expand...
Click to collapse
just install one of them and you will see awesomeness
I know it's been mentioned before, but I'd really like to get a download of this in landscape optimized for the Streak. (the no-flare version, specifically...) If you get the time, could you rotate the images real quick and post it? Either way, this is a great boot animation!
If you can make one with a white light that would be awesome.
I am trying to compile any goodies to compliment my white streak.
Thanks in advance.
so you don't need to extract out the zip info?
you just need to place the file as a zip into Data/Local?
Am I reading the below correctly?
2. Root Explorer
Copy "bootanimation.zip" to your SD card
On your Streak open up Root Explorer (or any other app that allows you to copy paste to the internal memory)
Copy "bootanimation.zip" and paste it to /Data/Local
awesome thanks so much I will try it now
Very slick and a nice change. Thanks.

[BOOT ANIMATION] Star Trek computer display with a Android twist

This is a boot animation featuring the Star Trek computer display. You don't have to be a "Treky" to enjoy this boot animation. I got away from the official terms and put in Android system stuff instead.
***After years after I lost this in a HD crash, someone mirrored it. AWESOME!***
Please read and learn where to put the bootanimation.zip file before attempting. I am not responsible for your mistakes.
Preview
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Place the bootanimation.zip in the /system/media folder. Change permissions to match the other files in the folder.
How permissions should be set
Download
https://dl.dropboxusercontent.com/u/3114341/Bootanimations/Startrek/bootanimation.zip
I'm personally not going to use this but I can't help applaud you on this creation. Looks to be very well done and worthy of being on many phones.
Just set it up on my phone. Very cool looking and of course the android twist makes it even better. Thanks for the work....and sharing it with us.
Sent from my SGH-T959 using XDA App
Any way to makee this CWf?
Any chance of seeing this for the captivate? Great work!
i didnt get the whole change permissions part? if someone could explain it in more detail thanks
roguly said:
i didnt get the whole change permissions part? if someone could explain it in more detail thanks
Click to expand...
Click to collapse
Get Root Explorer from the Market. Then put the bootanimation.zip to the /system/media folder. Then long press on the bootanimation.zip and pick change permissions. Then just match the picture above and pick OK. Exit, and reboot your phone and you will see the boot animation.
zul8er said:
Get Root Explorer from the Market. Then put the bootanimation.zip to the /system/media folder. Then long press on the bootanimation.zip and pick change permissions. Then just match the picture above and pick OK. Exit, and reboot your phone and you will see the boot animation.
Click to expand...
Click to collapse
can this be done with a stock 2.1 rooted vibrant by pushing the file to system media with root explorer ?
Is there any way to change the speed of the animation? I tried changing the first line of code in desc.txt to 480 800 10 - which i thought would cause it to play at 10 frames per second, but it doesn't seem to have any effect
edit: nevermind - got it working
Hi,
your boot animation is pretty awesome, but I have had some issues getting it to work on my vibrant. I am currently running cm7 and the Bali kernal. I have been unable to change the permissions on the .zip using root explorer in the folder you identified. I keep getting the message that the file is read-only. Could you give me some guidance please?
jstanojevich said:
Hi,
your boot animation is pretty awesome, but I have had some issues getting it to work on my vibrant. I am currently running cm7 and the Bali kernal. I have been unable to change the permissions on the .zip using root explorer in the folder you identified. I keep getting the message that the file is read-only. Could you give me some guidance please?
Click to expand...
Click to collapse
in root explorer, you have to mark the folder as r/w (read/write) as by default it's marked r/o (read only). Once you do that you should be able to change permissions.
jstanojevich said:
Hi,
your boot animation is pretty awesome, but I have had some issues getting it to work on my vibrant. I am currently running cm7 and the Bali kernal. I have been unable to change the permissions on the .zip using root explorer in the folder you identified. I keep getting the message that the file is read-only. Could you give me some guidance please?
Click to expand...
Click to collapse
From my experience, use the Bali kernel will not allow you to run custom boot animations. You will have use some other kernel like Immortality or SuperDragonMod.
No!!! He said he is on CM7 Nightly ....I am assuming. Do as the previous post says. Change to R/O
blaxtar.inc said:
From my experience, use the Bali kernel will not allow you to run custom boot animations. You will have use some other kernel like Immortality or SuperDragonMod.
Click to expand...
Click to collapse
from the amazing Jets Bread
Nice job indeed sir,
But doesn't work on my samsung s5660.
I did everything bij the letter, but no go.
I got two boot files, bootsamsung.qmg and bootsamsunloop.qmg.
So i believe those two overrul the bootanimationzip......
Wat does work is that i have chanche some audiofiles, even on bootup ( no longer that loud samsunggingle, but a nice windows 7 tune...........).
Please, could you reupload your file? It is not on the megaupload. Thx a lot.
Actually I lost the file. If anyone has it could they uploaded it somewhere?
zul8er said:
Actually I lost the file. If anyone has it could they uploaded it somewhere?
Click to expand...
Click to collapse
Found it online. Link updated

[Boot Animation] Android vs iPhone (CWM) - UPDATED 09.05.2011

i found a youtube vid that i had to have on my boot up. i came from an iPhone, so it was that much more fun adding this to my phone.
Preview:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download:
android_vs_iphone-atrix-cwm-1.zip
android_vs_iphone-atrix-cwm-2.3.4.zip !!NEW!!
INSTALLATION (for those who need it):
copy the file to your phone (i use sshdroid to copy it to my /mnt/sdcard/)
run System Recovery and choose Recovery Mode (make sure power is plugged in)
wait... (could it boot up past the Motorola logo any slower?)
select Install zip from SDCARD
select choose zip from internal sdcard (or just sdcard, your mileage may vary)
scroll down until you find the android_vs_iphone-atrix-cwm-1.zip file
hit your power button to select it
scroll down to Yes - Install android_vs_iphone-atrix-cwm-1.zip and hit your power button to select it.
watch the quick install screen
scroll down to Go Back and hit the power button again.
Reboot system now should be highlighted, hit the power button to reboot.
ENJOY!
===================================================================
as always, YOU are responsible for your phone, no matter how much i suck @ this.
===================================================================
Changes:
09.05.2011 - Added updated version for GB 2.3.4 compatible with current CWM.
Haha that's awesome.
I'll let you know how it works when I try it out
thatoneguy247 said:
Haha that's awesome.
I'll let you know how it works when I try it out
Click to expand...
Click to collapse
aces, yeah let me know.
This is a pretty cool animation
itsonlym3 said:
===================================================================
as always, YOU are responsible for your phone, no matter how much i suck @ this.
===================================================================
Click to expand...
Click to collapse
Laughed twice. one @ the animations and also @ this comment! haha!
using it...LOL..awesome.
Thanks! Awesome boot anim. BTW, I resized it to fit my phone (X10 mini pro). Posted it here: http://forum.xda-developers.com/showthread.php?p=14499094#post14499094
Is this a flashable zip or does it just need to be put in place of the bootanimation file?
lonlawrence said:
Is this a flashable zip or does it just need to be put in place of the bootanimation file?
Click to expand...
Click to collapse
flashable, that's what the [CWM] means.
edit: added installation instructions.
thanks. I was looking at some instructions on the various ways to change your animation, I guess flashing is the easiest. When the instructions say to replace your old bootanimation.zip, you'll find it in System/customize/resource (HTC) or System/media, but I have the Ginger_Alev3 ROM and my gingerbread animation is in System/bin. Think this will work OK on the gingerbread ROM?
lonlawrence said:
thanks. I was looking at some instructions on the various ways to change your animation, I guess flashing is the easiest. When the instructions say to replace your old bootanimation.zip, you'll find it in System/customize/resource (HTC) or System/media, but I have the Ginger_Alev3 ROM and my gingerbread animation is in System/bin. Think this will work OK on the gingerbread ROM?
Click to expand...
Click to collapse
to be honest, i have no idea. i flashed and tested it on a stock install and i'm currently running it on 4.1.83. i'm afraid i can't speak for anything else.
Doesn't work with gingerbread. I think the bootanimation being in system/bin is the problem.
You have gingerbread on the atrix?
Sent from my MB860 using Tapatalk
hoodlikegaza said:
You have gingerbread on the atrix?
Sent from my MB860 using Tapatalk
Click to expand...
Click to collapse
re-read the post - he has a custom rom (p-rom) that has gingerbread animations.
Very nice! Thanks!!
ignore, bumbled post.
Old post but since someone bumped....and doesn't work with current CWM.
Unzip the file, go to extracted folder, open system then media folders, move the bootanimation.zip to data/local (Need something like Root Explorer to do so) and reboot. Should work nicely
Sent from my MB860 using xda premium
Auxilium said:
Old post but since someone bumped....and doesn't work with current CWM.
Unzip the file, go to extracted folder, open system then media folders, move the bootanimation.zip to data/local (Need something like Root Explorer to do so) and reboot. Should work nicely
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
Added updated version for GB 2.3.4 compatible with current CWM.
i think this is my favorite animation. I just used root explorer and pasted in system/media.
thanks, glad you've enjoyed it.
It's seen 1000's of downloads and i think it's been put in a market app, although i don't know which one(s).

Boot Animations ported for Atrix!

Hello all.
I found some boot animations that I really liked, so I decided to port them for our Atrix.
All credits go to Dysgenic for creating these (http://forum.xda-developers.com/showthread.php?t=905538). I just changed the values in desc.txt
Also thanks to CaelanT for showing a noob how to zip these correctly
I tested most of these on stock 2.3.4 , so let me know if anyone has problems getting them to work on another rom.
Rename the files as "bootanimation.zip" and place them in /system/media. You can do this with ADB or a file explorer like root explorer.. or if you are cheap ass like me ES File explorer. /system must be mounted as writable to be able to write to the correct location.
Personally I do this.
1. Place bootanimation.zip on sdcard.
2. open ES file explorer. Go to Settings> Check mount /system as writable.
3. Cut bootanimation.zip
4. Paste in /system/media. Click ok to overwrite old boot animation
5. Reboot
Enjoy!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
http://dl.dropbox.com/u/41404591/particles1greenATRIX.zip
http://dl.dropbox.com/u/41404591/particles1blueATRIX.zip
http://dl.dropbox.com/u/41404591/particles2ATRIX.zip
http://dl.dropbox.com/u/41404591/AndroidMinimal1green_ATRIX.zip
http://dl.dropbox.com/u/41404591/AndroidMinimal1_Blue_ATRIX.zip
http://dl.dropbox.com/u/41404591/AndroidGlow1_ATRIX.zip
http://dl.dropbox.com/u/41404591/AndroidGlow2_ATRIX.zip
Neat - Thanks!
Cool.....thanks!
Pretty cool and thanks for the port.
-using the carbon fiber like one
Glad you guys enjoyed them
"open ES file explorer. Go to Settings> Check mount /system as writable."
I did that and
" Paste in /system/media."
I couldnt find that directory.
I have rooted Atrix with stock gingerbread.
I am currently using the android vs iPhone boot. Android Guy kicks then eats an iPhone.
Sass86 said:
I am currently using the android vs iPhone boot. Android Guy kicks then eats an iPhone.
Click to expand...
Click to collapse
Where did you get it?
LSUtigers03 said:
Where did you get it?
Click to expand...
Click to collapse
Simple search will net it for you. Sorry, but this was a lazy question. The boot animation is in this forum!
running the first one, blue
they look awesome mate
cheers for the upload
LSUtigers03 said:
Where did you get it?
Click to expand...
Click to collapse
I personally got it from absolute system tool. The developer is always adding and updating. You can change Res and fps. Its 2 bucks in the market and you can choose from over 200 boot animations.
I'm having a weird problem changing my bootanimation on my atrix. It has android 2.3.4 and I have rooted it and am using super manager file explorer to copy and paste from /sdcard to /system/media but when i reboot i only get a blank screen in place of where the bootanimation should have shown. The phone does boot up all the way and does work properly but when it is supposed to show the bootanimation.zip the screen just stays blank.. i even copied back the original but it still wont work. weird... any ideas?? I also tried "bootanimation utility - lite" from the market but still same issue..
discovered in making your own bootanimation.zip file that you dont use any compression on the zip file. thats why it wasnt running.. the zip file is just a "store"..
My favorite is still this one:
These are awesome! Thank You!
Thanks dude!!
thanks for sharing... the first is my fav
Aaronneyer said:
My favorite is still this one:
Click to expand...
Click to collapse
LOL! Thanks for sharing!
nice, these are fantastic
pcdocta said:
I'm having a weird problem changing my bootanimation on my atrix. It has android 2.3.4 and I have rooted it and am using super manager file explorer to copy and paste from /sdcard to /system/media but when i reboot i only get a blank screen in place of where the bootanimation should have shown. The phone does boot up all the way and does work properly but when it is supposed to show the bootanimation.zip the screen just stays blank.. i even copied back the original but it still wont work. weird... any ideas?? I also tried "bootanimation utility - lite" from the market but still same issue..
discovered in making your own bootanimation.zip file that you dont use any compression on the zip file. thats why it wasnt running.. the zip file is just a "store"..
Click to expand...
Click to collapse
+1 for this. I had the same issue with it. I'm using Ubuntu to zip my file and I think that was the issue. Gonna try it on a virtual machine to see if that's what the issue is. I'll be sure to share it when I'm done. It's a nice simple Scott Pilgrim animation for all you fans out there.
Sent from my MB860 using xda premium

Cm7 boot animation sounds.

Stumbled upon this the other day, I think it was from the HTC desire section but cannot remember now, all credit goes to whoever made this all I did was try it out and it worked for me on cm7 nightly 256.
Inside this zip is 2 files, bootsnd.sh which needs placing on the root of your SD card and a flashable zip.
After extracting both files onto your SD card and moving bootsnd.sh to the root of your card reboot into recovery and flash the soundatboot.zip, then restart the phone open up terminal and type the following.
su
cd /sdcard
sh bootsnd.sh
Reboot and a sound should play as your boot animation begins.
Download: http://db.tt/7caElsmo
Now here's the fun part, the file it creates a link to is located in /system/media and is an mp3 file which means you can change it to whatever you like just by replacing the file with root explorer, just remember to rename it the same and set the permissions correctly rwrr.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my HTC Wildfire using xda premium
Work like a charm! Many thanks!
nice one scratch, i seen this too the other day but unlike your good self they didnt post the zips and i totally forgot about it !! might give this a try later but it might get annoying with the ammount of times i reboot my phone lol.
anyways nice find.
It Worked
Hey thnx mate I was looking for it from so many days. The flashable zip gave an error while flashing So I managed to place the sound file in the media folder and then did the process of Terminal Emulator (as described in the OP) and It worked ....
Thanks a lot dude...
Could you please upload the link is dead
hacktrix2006 said:
Could you please upload the link is dead
Click to expand...
Click to collapse
http://db.tt/kLDqWcY5
Sent from my HTC Wildfire using xda premium
Thank you very much!!
Nice app Thanks
links dead please update
ijestan said:
links dead please update
Click to expand...
Click to collapse
http://db.tt/8Xcgxdgc
Great info. thanks
Hello !
please speack me how push in boot sound in my CM7 !
Ex : put in card / internal memory .. system etc , Thanx !​
pony.boy said:
please speack me how push in boot sound in my CM7 !
Ex : put in card / internal memory .. system etc , Thanx !​
Click to expand...
Click to collapse
Its all in the first post.
Sent from my HTC Wildfire using xda premium
sorry my bad english !
please speack me in example !
Not Working On CM 7.2?
anyone else having problems with getting this running on CM 7.2?
everytime I flash the zip and reboot, my phone has lost a lot of its settings?
GlennBrownie said:
anyone else having problems with getting this running on CM 7.2?
everytime I flash the zip and reboot, my phone has lost a lot of its settings?
Click to expand...
Click to collapse
I gave up on this mod a while ago, I forgot how annoying it is with the amount of times I reboot everyday. Next time I have to backup I'll flash it and see what happens.
Sent from my HTC Wildfire using xda premium
I've been using boot animation changer lite. Under the tools tab,it has the option to install the sound binary . After installing,you can also use it to apply custom sounds so long as they are mp3
Sent from my Wildfire using XDA
How do you remove it
Sent from my HTC Wildfire using XDA
Just remove the .zip you added in before.
Hi i just want to say that the mirrors is dead

Categories

Resources