[Q] [bootanimation][request] HTC quietly rooted - Click Themes and Apps

Can anyone port this bootanimation for our tattoo, or explain me how to do that? http://forum.xda-developers.com/showthread.php?t=1005201

its much better than the one in nfinity rom....would be great if anyone could help!

I think that it's included in pot kitchen. You can try it.
http://uot.dakra.lt/kitchen/
If it isn't, maybe you'll find another one(have a lot)

They succeeded
Download the file bootanimation.zip
Extract on the desktop the two folders and the file.
Open desc.txt and change the two numbers, write 240 400
Now you have to use winzip, not winrar, to create another file called bootanimation.zip put in the two folders and files changed by choosing "let me choose the specific .." and "zip: no compression".
Any other method has failed
You can also use the original .zip file but the images are too large for the tattoo display
You can follow the instructions of the link
"If you use a custom ROM copy it in the folder data / local
If you use CyanogenMod7 ROM copy it in the folder system / media "
You can use "root explorer" or "adb"
Instructions for adb are:
adb remount
adb push bootanimation.zip /system/media/bootanimation.zip (/data/local /...)
adb reboot
First make a backup of the rom.
sorry, I used google translate

I made edited bootanimation.zip as you say so.. But when I reboot phone I only see black screen.

sure you use winzip as described?
this issue not to use Winzip correctly.
I have redone the same procedure with the original bootanimation and works fine
if you fail to do here is the link
http://www.megaupload.com/?d=WNWIQW7Z
(rename to bootanimation)
If you use some app to change bootanimaton, then you can try puish the file in / data / local
This is because Android first look in / data / local and then in / system / media

I didn't use 'no compression'.. Now it works :]
Your edited bootanimation works great.. Thanks
I edited this bootanimation for our tattoo http://forum.xda-developers.com/showthread.php?t=648555
You can download it from here http://www.multiupload.com/S9T7H8PM03

Well finally i find a solution for my black custom bootscreen.
I made one personal, and was in despair because i could'nt make it appear!
I renamed each files ,changed the file type, tried to make files be a multiple of pic/sec...
Thanks to liupos i found that the winrar compression was the prob

liupos said:
If you use some app to change bootanimaton, then you can try puish the file in / data / local
This is because Android first look in / data / local and then in / system / media
Click to expand...
Click to collapse
can you suggest me an app to choose between bootanimations?
Thank you.

Related

[Q] Need detailed help to change application icons

It has been asked before... and I think I have the hang of some of it... BUT...
I have been modifying some of my app icons via xRecovery. The method I used was via 7zip and replaced the iconfiles through there... I have been using [FW 2.1.1.A.0.6] Black HTC Theme for X8/X10mini/pro ~XRECOVERY~ [UPDATE:11.03.2011] and the enclosed "app-update.zip" via xRecovery.
Now to my questions!
1: Where do I find my installed apps (apk´s) on the internal storage? I use RootExplorer and was thinking about copying apk´s to the memorycard and then transfer to my PC, modify them there
2: Can I use the "app-update.zip" method to all selected apps? For example... the App-update.zip" contains "SemcContacts.apk" and it workes fine to change this way... but can I just put "handcent.apk" or "Ndrive.apk" in the same "app-update.zip" without any problems?
I hope I have explained so you guys can understand what I´m talking about...
Best regards
Manneman, Sweden
1: "/system/app" and "/data/app"
2: if you do it with 7zip yeah it will work if you give them the same name and place in the app-update.zip
example you want to replace "com.blablabla.hey" in direction /data/app
you need to name the app "com.blablabla.hey" and in the app-update.zip it need to be placed in the dir /data/app
Hmmm... Ok, I found the *apk´s under "system/app"... no worries there. I just replace the png "CalendarProvider.apk" that represents the icon. via 7zip. After that I implement it with "app-update.zip"
"app-update.zip" contains two folders... META-INF and system. The system-folder contains the folder app witch has some apk´s... That these apk´s is coming from "system/app" on the internal storage I understand. So in order to install modified apk from "data/app" I have to create a folder in my apps-update that is named data/apps with my modified apk´s?
So in the end my "apps-update" will look like this:
apps-update.zip containing Folders META_INF, system and data coresponding to the apk´s I have changed...
All this will be done with 7zip without extracting anything....
Manneman32 said:
Hmmm... Ok, I found the *apk´s under "system/app"... no worries there. I just replace the png "CalendarProvider.apk" that represents the icon. via 7zip. After that I implement it with "app-update.zip"
"app-update.zip" contains two folders... META-INF and system. The system-folder contains the folder app witch has some apk´s... That these apk´s is coming from "system/app" on the internal storage I understand. So in order to install modified apk from "data/app" I have to create a folder in my apps-update that is named data/apps with my modified apk´s?
So in the end my "apps-update" will look like this:
apps-update.zip containing Folders META_INF, system and data coresponding to the apk´s I have changed...
All this will be done with 7zip without extracting anything....
Click to expand...
Click to collapse
yup your right BUT!
in META_INF if you click through all maps that are in there you will end up with a file called update-script
drag it on you desktop
open it with wordpad(!)
search this line "copy_dir PACKAGE:system SYSTEM:"
and paste this underneath it
"copy_dir PACKAGE:data DATA:"
without the quotes ofc
owain94 said:
yup your right BUT!
in META_INF if you click through all maps that are in there you will end up with a file called update-script
drag it on you desktop
open it with wordpad(!)
search this line "copy_dir PACKAGE:system SYSTEM:"
and paste this underneath it
"copy_dir PACKAGE:data DATA:"
without the quotes ofc
Click to expand...
Click to collapse
Awww...sweet. That was just what I needed to hear. I was sure that something like that had to be added!
BTW... the modified apk´s will overwrite the original ones, right? No backup-crap (like Windows) is made by the Xrecovery installation?
Thanx!!!
Worked like a charm!!!
Thank you for all the help!!!
Well...I take that back...
I just replaced the iconfiles with my modded ones... the same name and size as the original. Everything done within 7zip...
All the apk´s within the "system"-folder worked fine... bur the ones within the "data"-folder uninstalled instead. In Appbrain the are still installed but in the drawer the are gone. I had a couple of them as shortcuts on my homescreen and the I get the message that thay are not present on my system.
Thank god it was only a couple of apk´s i modded so I reinstalled them via Market.
I added the line as You described but something must have happened?
// Manneman

Can't read Hindi Language Fonts on SGS II?

Hi all! Whenever some friends of mine update their Twitter a/c in Hindi Language Fonts, am unable to read them as they show up us empty rectangular boxes. Wasn't Gingerbread 2.3.3 supposed to support Hindi Language Fonts? Anyone knows how to fix this?
I guess I will have to add the Hindi font ttf file in the "fonts" folder in my Root> System folder. I have the droidhindi.ttf file downloaded but I don't know how to copy it to the required folder in root. It does not show sytem files when connected to a Laptop via USB. I can view the folder in Root Explorer on my phone, but how to transport the droidhindi.ttf file to the Fonts folder in the phone??
And will it work if I just add the drop the droidhindi.ttf file in the Fonts folder? Anyone who knows this??
a lot of indians are buying this phone
TheMegastar said:
I guess I will have to add the Hindi font ttf file in the "fonts" folder in my Root> System folder. I have the droidhindi.ttf file downloaded but I don't know how to copy it to the required folder in root. It does not show sytem files when connected to a Laptop via USB. I can view the folder in Root Explorer on my phone, but how to transport the droidhindi.ttf file to the Fonts folder in the phone??
And will it work if I just add the drop the droidhindi.ttf file in the Fonts folder? Anyone who knows this??
Click to expand...
Click to collapse
ok this is what you need to do...
goto systems/fonts and take a backup of DroidSansFallback.ttf
move it to computer/sdcard...but keep it safe...
now move the droidhindi.ttf to systems/fonts
rename droidhindi.ttf to DroidSansFallback.ttf
restart the browser....by killing it from task manager and relaunching...
go to a hindi site....
@pHyRe7
@woodstock_ahem : Thanks a ton for your response. In a hurry right now, will do as you posted in my first free time. Hope it works
@woodstock_ahem : Ok, got down to acting upon your advice. But the problem is that I can only view the /sdcard directory of my phone when connected to my laptop via USB cable. I cannot access any other space in the phone except the /sdcard.
I can view the root files via the Root Explorer app on my phone, so I tried to Move the DroidSansFallback.ttf from the System>Fonts folder, but when I click on the Move command, I get the message that "You cannot move System Files as they are Read Only". So the problem I'm facing is HOW to transfer the new .ttf file from my laptop to the Fonts folder in System? I can neither transport the new file from my laptop to the Fonts folder in the phone coz that folder is not accessible when connected to the laptop, nor can I move the existing DroidSansFallback.ttf file anywhere else from the Fonts folder on the phone. So what to do now?
Just a piece of info which might be useful for you : My phone has KE8 Kernel, is rooted but reverted back to original kernel to remove the yellow triangle.
TheMegastar said:
@woodstock_ahem : Ok, got down to acting upon your advice. But the problem is that I can only view the /sdcard directory of my phone when connected to my laptop via USB cable. I cannot access any other space in the phone except the /sdcard.
I can view the root files via the Root Explorer app on my phone, so I tried to Move the DroidSansFallback.ttf from the System>Fonts folder, but when I click on the Move command, I get the message that "You cannot move System Files as they are Read Only". So the problem I'm facing is HOW to transfer the new .ttf file from my laptop to the Fonts folder in System? I can neither transport the new file from my laptop to the Fonts folder in the phone coz that folder is not accessible when connected to the laptop, nor can I move the existing DroidSansFallback.ttf file anywhere else from the Fonts folder on the phone. So what to do now?
Just a piece of info which might be useful for you : My phone has KE8 Kernel, is rooted but reverted back to original kernel to remove the yellow triangle.
Click to expand...
Click to collapse
To alter any system files you need to set to R/W(read/write) if you keep it at read only you cant alter anything.(its designed as a protection)
On the top R/H conner of root explorer there is a button to set it to R/W or RO.
Hope this helps you.
Sent from my GT-I9100 using Tapatalk
To add to what @iznee has mentioned....
do the following:-
copy the droidhindi.ttf anywhere in the phone memory(after preferably creating a folder).. this doesnt need root explorer...just a file copy from the laptop should be enough... (you said you can see sdcard folder right ?... copy the file there)
i am guessing so far you have not used root explorer for anything else than browsing system files..else you wont be asking the question...
so first things first you have to provide root access to the root explorer app else you would not be able to provide it with r/w access...
install a free app superuser and give the root access allow to root explorer...
follow what @iznee has mentioned above
then follow what i advised in my first reply to this thread
@Iznee : "To alter any system files you need to set to R/W(read/write)".....this is what I had missed! Thanks a ton, your post was very helpful.
@woodstock_ahem : Thanks, Woody! Once I was able to change the option to r/w......rest was easy. Replaced the .ttf like you said. Now opening some hindi sites to test whether it works. And voila! it works! Thanks again to both of you
But one minor hiccup has occured. I've lost the Original DroidSansFallback.ttf file I'll tell you how. I had moved the original file to my sdcard>android folder. The original was a 4.5 MB file but it was showing as a .nomedia file with 0 bytes. So I thought let me move it to my Data Folder inside the Android folder from where I intended to transport the original file to my laptop, where I thought it would be safer. Till I moved the original file to my Android folder inside sdcard, the file was showing as normal (DroidSansFallback.ttf), but as soon as I moved it from there to my Data folder inside the Android folder it turned into a .nomedia file with 0 bytes! And when I moved it back to the android file it was still showing as a .nomedia file with 0 bytes.
So does this mean that Samsung is not allowing us to move the Original DroidSansFallback.ttf file outside the phone? I hope I will never need the original file as the file I replaced it with is working fine, but just in case I need it......now I don't have the original
Just as you got the droidhindi.ttf from the web you can get the lost file...you would also get it back when you update the next released firmware..or reflash ROM...plenty of ways...no big deal...this would be a learning point for you...
Sent from my GT-I9100 using XDA App
Ya, no big deal that I lost the original as the new one is working fine, so I won't miss the original. But my question was this.......does this mean that we cannot move system files of the phone outside the phone? How did the file change its filetype to .nomedia and its filesize to 0 bytes from 4.5MB?
i had not elaborated on how to copy a file from the phone memory to the computer assuming that is too simple to write about it...
i dont see any problem here...the learning point for you is..always...always create a new folder for taking backups...and not just move a file into a systems library..
this equates to dowloading a music file into c:\windows\system32\data as an example...why not have a separate folder for it..
i have taken a copy of DroidSanFallback.ttf into a new folder created in both Sdcard phone folder as well as into a folder created into external_sd (which is a separate physical sd card)...
can move it back and forth to/from computer without issues...
this will work for any kind of file..any extension...
so there is no issue here...

Safe Method to apply any theme like X-Themes v06 AND how to get back to original

hy to all
Guys if you are new users and change themes files and remain safe then do like i describe other wise your Xperia arc can be on a boot-loop and restart it self
X theme pack the Original thread is here, you can download it from here
http://forum.xda-developers.com/showthread.php?t=1137329
Method how to apply..............
1) first copy all those files and keep a backup of them in SD card, which you are going to replace from your System folder in this TUTORIAL
so that in future you can resore the orignal one if you want
2) Requirments:
2.1) your phone should be rooted
2.2) busybox installed
2.3) root explorer installed
here are three kind of themes Blue, Green, Red
you can download them from original thread.
http://forum.xda-developers.com/showthread.php?t=1137329
All the theme folder have three files inside them
a) framework-res.apk (you will find this file in system\framework)
b) SemcGenericUxpRes.apk (you will find this file in system\framework)
c) SystemUI.apk (you will find this file in system\app)
first of all copy all files into sd card
*** steps ***
1) first of all open root explorer open system and copy all your orignal three file you are going to replace and paste then in a folder in sd card, for example i make a new folder with the name (Orignal backup files )in my SD card and i paste my all orignal apps there you can do it by
go to system folder now you will see a boton on the top ( Remount as R/W ) tab on it now it will be like this ( Remount as R/O ) done, now you can copy your system apps
2) now go into SD card you will see a boton on the top ( Remount as R/W ) tab on it now it will be like this ( Remount as R/O ) done.
************Remember you shoud be tab this botton in both placec System folder and SD card***************
3) now copy framework-res.apk from theme folder you want to apply and paste it in system first now long tab on it, it will pop up a window tab on permissions you will see a box like this
............Read.....Write....Execute
User.......Yes.......Yes........-
Group......Yes........-..........-
Others.....Yes........-..........-
Select only those which i select in this Picture
now move it to system\framework
4) Do not exit your root explorer and do same with the file SemcGenericUxpRes.apk
copy SemcGenericUxpRes.apk from theme folder and paste it in system first now loang tab on it, it will pop up a window tab or permissions and set them like you did with first file
and move it to system\framework
***************** now exit Root explorer and reboot your device ********************
after phone is on go to root explorer and copy the last file name SystemUI.apk
again Copy it to system tab on it select the permissions like describe uper picture
and paste it to system\app
***************** now exit Root explorer and reboot your device ********************
Done
HOW TO GET BACK ON ORIGINAL THEME :
it is the same methord you did like uper but a little tricky
copy your origaln files now instead of custom theme files but in this order
now this time copy the third file first name SystemUI.apk
Copy it to system tab on it select the permissions like describe uper and paste it to system\app
***************** now exit Root explorer and reboot your device ********************
after on copy and paste the secound and first file named
SemcGenericUxpRes.apk
framework-res.apk
Copy it to system tab on it select the permissions like describe uper and paste it to system\framework
***************** now exit Root explorer and reboot your device ********************
Do same like this other wise you will break your phone software and it will go on a bootloop, i did it with my phone
then i again flash my phone with flash tool and update it through OTA... very loag method to do it...
takes a lot of time
Regards MR. Zohaib Tariq
You need to remove root explorer, paid apps can't be posted.
Sent from my LT15i using XDA App
As mentioned, please do not distribute paid apps. This is not acceptable on xda and will not be tolerated.
Sent From My Fingers To Your Face.....
also please remove the attached theme, i like to have a download count and no mirrors
Regards
AdamTt said:
also please remove the attached theme, i like to have a download count and no mirrors
Regards
Click to expand...
Click to collapse
Done.
Tenstupidcharacters...
Dont most of the theme treads already have these instructions on the OP.
As a general warning to people and a general guide line on how to apply the theme!!!
I am sorry i do not know about that so i am editing my post
I am sorry i do not know about that so i am editing my post
Done i edit my post as you said
for some reason i can not online after i post this topic, i online today and come to know about that i can not post paid apps so i edit my post again ........
thanks
Hi all
I'm very interested to apply one of the x-themes WITHOUT changing my own Lockscreen (official one)! How can I do that?
Thanks lot
In fact, all I desire, is battery pourcentage + network signal + wifi signal on red color

[ConsoleApplication]updater-script maker V2.0!

Hey guys,
this afternoon i decided to write a simple C program which creates the updater-script for an update.zip specific for our g3
Version 2.0 is there
I rewrote the original Version and made it MUCH more userfriendly
The Program will create an Folder named "Projekt" in its root directory.
In this folder it creates the directory META-INF\com\google\android. There will be the updater-script and the update-binary
Moreover, if you choose the system option it will create a folder called "system" in this "Projekt" folder. After it has created
this folder the program will call the windows explorer and opens this new system folder.
Now the user knows what he has to do! He should copy his files into this folder
The Program won't go on until the user answered the question "ready with copying" with yes.
The same is in the data option.
You can choose between:
.) copy system folder to /system
.) copy data folder to /data
.) free chooseable path to a file you want to delete
.) display a guide for making update.zips
After you are ready you hast have to zip the folders inside "Projekt" and you are done
Pls tell me if you like
I don t see where to choose language. Make it in English.
ohh f*ck i forgot that cause i made it for a german user :/
ill upload a new version later
Sent from my GT-I5800 using Tapatalk
dhirend_6d said:
I don t see where to choose language. Make it in English.
Click to expand...
Click to collapse
I fixed the download
The program is now in english
If you find grammatical errors...you can keep them
Version 2.0 is there
Does it support Amend or Edify?
friend863 said:
Does it support Amend or Edify?
Click to expand...
Click to collapse
edify (;
i made it especially for galaxy 3
Thanks, will give it try soon!
looping
when i choose 1 then type Y only it loops and loads a bunch of folder I think its a bug

a kernal with ability of bootscreen

Hello everyone
So lets get to the point.
I actually want to know of a kernal with which i will be able to change bootscreen. Ofcourse i could have found myself but there are sooooooo many kernals to test.... Its almost impossible to find one. I currently use siyah. So if anyone knows please tell me.
No kernel supports bootanimation,you have to do a small edit to rom level to get it to go..
devid801 said:
No kernel supports bootanimation,you have to do a small edit to rom level to get it to go..
Click to expand...
Click to collapse
Ok i like messing with complex things. So, what file do i need to edit?
First of all serves:
- A sd card ( to save the file)
- the files of the boot animation taken from another rom or firmware ( to put in our sd before you put it in cellular!)
- root permissions
- a file manager (type solid explorer , astro file manager etc..)
If you have done all of this then we begin opening our file manager: By 'phone' go to 'SYSTEM' and Entered in the folder 'SYSTEM' we go to the subfolder called 'MEDIA' ! In Here we will find or 2 file format called QMG bootsamsung. and QMG and bootsamsungloop. QMG , or a zip file called boot animation.zip ! Then copy the files and paste them from your phone to 'SD' . So in case we have problems conversely from there. For this to mean we go back to system and go in the folder SD CARD. in the 'SD' we stick on files ( or by creating a folder or we may put them where we want! Glued the files back to system , always in the folder " MEDIA" and we are cancelling the two original files.
In this , we return back to the sd card, leaving system and copy the two files that we have brought in sd and that we would like to put as the boot animation . Copied the files and go system / MEDIA and here paste the file! Now by clicking on file , there will be a menu' , just go to 'PERMISSION OR PERMITS ' and put the checkmark on READ WRITE-READ- READ ! And restart your mobile phone.
devid801 said:
First of all serves:
- A sd card ( to save the file)
- the files of the boot animation taken from another rom or firmware ( to put in our sd before you put it in cellular!)
- root permissions
- a file manager (type solid explorer , astro file manager etc..)
If you have done all of this then we begin opening our file manager: By 'phone' go to 'SYSTEM' and Entered in the folder 'SYSTEM' we go to the subfolder called 'MEDIA' ! In Here we will find or 2 file format called QMG bootsamsung. and QMG and bootsamsungloop. QMG , or a zip file called boot animation.zip ! Then copy the files and paste them from your phone to 'SD' . So in case we have problems conversely from there. For this to mean we go back to system and go in the folder SD CARD. in the 'SD' we stick on files ( or by creating a folder or we may put them where we want! Glued the files back to system , always in the folder " MEDIA" and we are cancelling the two original files.
In this , we return back to the sd card, leaving system and copy the two files that we have brought in sd and that we would like to put as the boot animation . Copied the files and go system / MEDIA and here paste the file! Now by clicking on file , there will be a menu' , just go to 'PERMISSION OR PERMITS ' and put the checkmark on READ WRITE-READ- READ ! And restart your mobile phone.
Click to expand...
Click to collapse
Ok thanks i did as you said but there is no change. The mod contains only bootanimation.zip. Please tell me a way. Here is mod forum.xda-developers.com/showthread.php?t=1734434
The bootanimation is composed of two files: a .zip file that is located in system/media called its own bootanimation.zip (that and the video) and a .ogg files that is located in system/etc called PowerOn.ogg (the audio part)
Link :http://forum.xda-developers.com/showthread.php?t=1734434
Link :http://forum.xda-developers.com/showthread.php?p=21749971&postcount=5
P.S. Dates even a glance at google,there are many! Small piece of advice: if you read that they recommend to flash the bootanimation does not go ahead.If you follow my guide to the letter you'll never problems!
Installation procedure :
- Download the bootanimation
- if the package that you download and flash then from pc pull the archive and look for the system folder/media. Inside you will find the file bootanimation.zip , grabing it(without extracting the content) on the desktop and then copy it into the sd's internal phone.
- Always if the package is from flash, from the pc pull the archive and look for the folder system/etc and copied the file PowerOn. Ogg in sd's internal phone(in some bootanimation the sound file there is! It makes no difference)
- once you have copied these two files we have to enter with the rootexplorer in the system folder/media, rename the existing file to bootanimation.zip in bootanimation.zip.old (thus the store)and copy our new file being careful that it is appointed as well, i.e. bootanimation.zip
- if we also file PowerOn. Ogg then always with root explorer we enter in system/etc rinominiamo the existing file in PowerOn.ogg.old and copy our new file always careful that it is spelled correctly, i.e.: PowerOn. Ogg
- if we have not the audio files but what we have we don't like it then to delete just rename the file to .old -once copied files, reboot the phone, and enjoy our new bootanimation....
devid801 said:
The bootanimation is composed of two files: a .zip file that is located in system/media called its own bootanimation.zip (that and the video) and a .ogg files that is located in system/etc called PowerOn.ogg (the audio part)
Link :http://forum.xda-developers.com/showthread.php?t=1734434
Link :http://forum.xda-developers.com/showthread.php?p=21749971&postcount=5
P.S. Dates even a glance at google,there are many! Small piece of advice: if you read that they recommend to flash the bootanimation does not go ahead.If you follow my guide to the letter you'll never problems!
Installation procedure :
- Download the bootanimation
- if the package that you download and flash then from pc pull the archive and look for the system folder/media. Inside you will find the file bootanimation.zip , grabing it(without extracting the content) on the desktop and then copy it into the sd's internal phone.
- Always if the package is from flash, from the pc pull the archive and look for the folder system/etc and copied the file PowerOn. Ogg in sd's internal phone(in some bootanimation the sound file there is! It makes no difference)
- once you have copied these two files we have to enter with the rootexplorer in the system folder/media, rename the existing file to bootanimation.zip in bootanimation.zip.old (thus the store)and copy our new file being careful that it is appointed as well, i.e. bootanimation.zip
- if we also file PowerOn. Ogg then always with root explorer we enter in system/etc rinominiamo the existing file in PowerOn.ogg.old and copy our new file always careful that it is spelled correctly, i.e.: PowerOn. Ogg
- if we have not the audio files but what we have we don't like it then to delete just rename the file to .old -once copied files, reboot the phone, and enjoy our new bootanimation....
Click to expand...
Click to collapse
THanks for links.
I did as you said that is,
renamed bootanimation.zip in system/media to bootanimation.zip.old (in internal phone).
Then i put modified bootanimation.zip after extracting it from the archive i downloaded and put it into phone in system/media.
Restarted phone.... no affects! no change! its default!
I am using Omega v12 rom, is it related to that?
Kitchen application - Customize your Omega rom
In Omega Files Kitchen you will find everything you need to build and customize your Omega rom the way you like it.
Instructions:
To use Omega Files Kitchen you need Internet connection and your device to be rooted.
Browse Omega Files contents and download the files you want to your device.
Files are downloaded in folder sdcard/download
Install the files using your favorite method.
Always take a nadroid backup before installing files from the kitchen.
If you cannot download files to your device use Download All Files application (included in all Omega roms) and use it to handle the downloads.
Contents:
Animations
Boot Animations
Camera
Fonts
Kernels
Keyboards
Launchers
Modems
Programs
Utilities
Sounds
Mods
Battery Mods
Call Recorder
Phone Mods
Themes
Bloatware
Google Apps
... and many more
Read here : http://forum.xda-developers.com/showthread.php?t=1663656
---------- Post added at 07:02 PM ---------- Previous post was at 06:57 PM ----------
if you want to put other bootanimation cel.dovete edit the info file inside the zip file.
estarete folder bootanimation
usually you will find two files
part0 folder (containing pgn files or jpg)
and the configuration file named desc
This latter open it with Notepad
you will like this:
720 1280 24
p 1 0 part0
The first line corresponds to the size with the frames per second
The second line:
P corresponds to a new command
1 corresponds to the number of how many times you want to see your bootanimation (on gs3 if you set 0, is in a continuous loop)
the next number would be zero, specifies how many frames to wait before moving on to the next command
maybe if you have different caretlle
ie part0
part1
if the rom he use is not modded to allow custom bootanimation, there is nothing he can do
Mopral said:
if the rom he use is not modded to allow custom bootanimation, there is nothing he can do
Click to expand...
Click to collapse
That's what i am exactly thinking. Does omega 12 supports boot animation change? Although there is a boot animation option in kitchen but it's only for restoring original boot animation. Please help me.
*BUMP*
Anyone?
im same with you, im use omega v24 galaxy s3, can't change bootanimation,as i know because in system/media, if format for file support bootanimation is .qmg ur phone cann't support bootanimation in .zip file.
p/s: sorry for bad english.
azizaninn said:
im same with you, im use omega v24 galaxy s3, can't change bootanimation,as i know because in system/media, if format for file support bootanimation is .qmg ur phone cann't support bootanimation in .zip file.
p/s: sorry for bad english.
Click to expand...
Click to collapse
Wrong wrong wrong stock Samsung boot files are QMG format always .
They have no bearing upon a custom boot animation .
Custom boot animation is in a ZIP file and requires a kernel capable of running custom boot zip .
jje

Categories

Resources