Need help creating a Nice Animation for sense - HD2 Windows Mobile 6.5 Themes and Apps

Need help creating a Nice Animation for sense
I Collected some info how too
info from PPCGreeks thanks to xpressyourcell and DavidMMorley for the explanation
and a youtube video to see what is possilbe Link
The first part i understand an i was able to create some animations but all with the same moving cirles files,and we deserve a nice looking animation like a swimming fish or something.
now its time for people to help me with editing the 011f4a3f_manila file
Things you will need:
1. A .png picture editor - Photoshop, Gimp, Paint.Net etc.
2. CFC_gui editor http://forum.xda-developers.com/showpost.php?p=3164600&postcount=1[/URL]
3. A file explorer that will allow you to overwrite files in the Windows folder : Total Commander, Resco Explorer etc.
Step 1.
Create a folder on your Desktop PC Called Circles.
Step 2.
Open the file explorer on your phone that you will be using and go to the "Windows" folder.
Step 2a.
Locate, copy, and paste the following files to your storage card:
1f3e9503_manila
2bfd66c8_manila
2c0f7f49_manila
2c33b04b_manila
2c45c8cc_manila
2c2197ca_manila
5ad77c2b_manila
199e77cf_manila
4256a2d4_manila
42448a53_manila
423271d2_manila
Step 3.
Go to the "Windows>Animated Wallpaper" folder.
Step 3a.
Copy the file _RAW_Circle.png to your storage card
Step 4.
Copy these files to the "Circles" folder on your PC that you have created.
Step 5.
Open CFC_gui.exe
Step 6.
Select "File>Select Folder>Circles (Wherever you saved your Circles folder)
Step 7.
Select "Tools>Export to PNGs". To keep things simple, export the PNGs to the Circles folder.
Step 8.
Now open your photo editing software and begin editing your pictures.
_RAW_Circle.png is the thumbnail veiw that you will use to select your Wallpaper when you are finished.
5ad77c2b_manila is a 512x1024 image of your background
To make the next two images (199e77cf_manila and 1f3e9503_manila) you will need to start out with a 480x640 wall that you are using. These two images when combined, need to match up perfectly.
The rest are simply the circles that you can replace with any image you desire.
Be sure to replace and save all of the pngs with the same name in the circles folder.
Step 9.
Go back to CFC_gui. Select the first file in the window on the left. Hit the "Replace with" button on the lower right. Select the png from the "Circles" folder that has the corresponding name. This will overwrite the manila file with that name in the "Circles" folder. Do this with all of the files in the window on the left.
Step 10.
Now hit: Tools>Finish Up. The wizard that follows will CFC Compress, Pad, and Trim your files to optimize them for use on your device.
Step 11.
Move all of the manila files in the folder and the _Raw_Circle.png back to your storage card.
Step 12.
Copy all of the manila files in step 11 over to your Windows folder on your device. If asked to overwrite the existing files, click yes
Step 13.
Copy the file _RAW_Circle.png to the "Windows>Animated Wallpaper" folder. Again, if asked to overwrite the existing files, click yes
Now restart your device, go to Settings tab>Personalize>Home tab wallpaper>animated wallpaper and select your new wallpaper!
011f4a3f_manila is a m9/xml that you can easily control the pattern and speed of each moving item if you get tired of them just falling down the same way
You will need m9converter http://forum.xda-developers.com/show...54&postcount=2
Convert your file to a XML using that tool (dos command line tool)
Now you can edit your XML, Notepad++ is perfect
snippet of lines 539-563
<Object Type="GLESSprite2D">
<Property Name="Center" X="8.0" Y="-8.0" Z="0.0" />
<Property Name="Position" Animated="true">
<Keyframes>
Each moving item has 5 positions it moves to during the animation time. Change the X and Y values to tell it where to go on your screen. 0,0 is top left.
<Keyframe Frame="180" X="0.0" Y="-550.0" Z="0.0" />
<Keyframe Frame="250" X="300.0" Y="-450.0" Z="0.0" />
<Keyframe Frame="479" X="0.0" Y="-380.0" Z="0.0" />
<Keyframe Frame="480" X="50.0" Y="-180.0" Z="0.0" />
<Keyframe Frame="550" X="300.0" Y="0.0" Z="0.0" />
</Keyframes>
</Property>
<Property Name="Opacity" Animated="true">
<Keyframes>
You can control the transparancy of each step also, why their is a extra one I do not know
<Keyframe Frame="220" Value="50.0" />
<Keyframe Frame="250" Value="50.0" />
<Keyframe Frame="479" Value="50.0" />
<Keyframe Frame="480" Value="50.0" />
<Keyframe Frame="520" Value="50.0" />
<Keyframe Frame="550" Value="50.0" />
</Keyframes>
</Property>
<Property Name="Texture Path" Value=".\Assets\Images\Home\WVGA\circle01.qtc" />
You can stretch your image if you want also here:
<Property Name="Size" Width="76.0" Height="76.0" />
How long do you want this particular one to last:
<Property Name="Duration" Value="956" />
</Object>
Lots of trial and error in there to play with, have some fun. I have ones that go around the screen and ones that fall upwards.
Now use the m9converter and turn back into a manila file and place in your windows directory

part 2....reserv.

Related

[GUIDE] How to change Rom Name of Custom Rom

CLICK FOR THE UPDATE​
Here is a way by which you can Change the Displayed Custom Rom Name
THIS CANNOT BE DONE BY EDITING "build.prop" FILE SO READ THIS GUIDE FOR XPERIA DEVICES CUSTOM ROMS.
Software Needed (downloads attached below)
1) Java
2) 7-zip
3) Notepad ++
4) Advanced APK Tools
Files Needed From Custom Rom:
1) framework-res.apk (from "system >> framework ")
2) SemcGenericUxpRes.apk (from "system >> framework ")
3) settings.apk ( from "system >> app")
Expected From You :
1) Some Time
2) Patience
3) Basic knowledge of Installing Software.
Step wise Guide
STEP 01 : Download and Install "Java" and "Notepad++". Extract "Advanced APK Tools".
STEP 02 : Place the Three Files mentioned above from Custom Rom to "2-IN" folder of Advanced APK Tools.
STEP 03 : Open "Advance ApkTool.exe"; it will check Java on your your PC and then you will get a screen showing different options.
STEP 04 : Type "1" and press Enter to select the Option "1- Install Framework". Install "framework-res.apk" and "SemcGenericUxpRes.apk". Then come back to Main Menu.
STEP 05 : Type "2" and press Enter to select the Option "2- Decompile Files". Decompile "settings.apk" and wait for some time as it will take some time. After decompiling minimize "Advance APK Tools" but DO NOT CLOSE it.
STEP 06 : Open "3-OUT" folder in "Advance APK Tools" folder. There you will see a folder names "Settings.apk". Open this folder and go to " res >> values " folder.
STEP 07 : In the Values folder open the file "strings.xml" using Notepad++. Press "ctrl" and 'F" keys on the Keyboard of your PC at the same time to find the Rom Name as shown in Device. After Finding the ROM Name replace it with Whatever you Want. Save this file and Close is.
STEP 08 : Go back to "Advanced APK Tools" and Type "3" and press Enter to select the Option "3-Recompile Files". Recompile "settings.apk" and wait for some time as it will take some time. After recompiling close "Advance APK Tools".
STEP 09 : Now go to "4-OUT" folder of "Advanced APK Tools" where you will find "settings.apk". Extract this file using 7-zip.
STEP 10 : Open the extracted "settings.apk" and delete the file "Android Manifent.xml " inside it.
STEP 11 : Open 3-OUT" folder. Then go to "Settings.apk folder >> original " from this folder Copy all the contents i.e. "META-INF" folder and " AndroidManifest.xml" file and paste them in extracted "settings.apk" in "4-OUT" folder.
STEP 12 : After all this, select all contents of settings.apk in 4-OUT Folder and add them to archieve using 7-Zip and replace ".zip" extention by ".apk".
Place this "settings.apk" into "system >> app " folder of Custom Rom and flash this Custom Rom. You will have the ROM NAME changed.
Hurray!!! You have successfully Changed the ROM NAME of Custom Rom for Xperia Devices.
Firstly, this thread has nothing to do with Development so I've moved it to General where it should have been created.
Secondly, you have no permission to attach the file: Advancedapktool.zip
Thirdly, you posted no credits to the original author for this tool.
I've removed the tool and linked to the original authors thread instead.
Sorry for the mistakes, I will take care next time

[Guide] HOW To Port Bootanimtion to Your Suitable Resolution

HI GUYS
Do you used to have a conversation like this one
..A: HEY!!!!!. your phone's bootnimation is very nice, could you send it to me??
..B: Sorry, it's not suitable with your screen reslution.
..A: ohh, Do you know how to change the resolution?.
..B: you can go to xda and ask how
_IF you're looking how to change the bootainmation resolution you're in the right place.
Requirement:
1. Windows 7
2. MIR (multiple image resizer) <from attachment> .
3. Bootanimation factory <from attachment>.
4. the bootanimtion you want to resize (I'm going to work on xperia lollipop bootanimtion.
NOTE: every step has its explaining image in the attachments.
and suggest to download the photos then start because you will need them they will help you alot.
NOW lets get started:
RESIZING THE IMAGES
1. extract the bootanimation to a folder .
2. open the MIR and click on "open a folder of images" then navigate to the 'bootanimation' folder.
3. select 'part0' and the photos in the parrt0 folder will loaded like in the attached photo .
4. now go to the resizing window and set the suitable resolution (in my case will be 480*854).
5. now create another folder and rename it "bootanimation" and create in that folder the same folders in the original bootanimation folder.
6. get back to MIR and to "save option" window and save the resized photo(s) to the folder you have created.
Code:
IF you take the photos that you have resized form 'part0' folder then safe it in part0 folder in the new created folder
part0----------->part0
part1----------->part1
part2----------->part2
etc............
7.now do the same thing with "part1, part2 , part3 ............etc" .
CREATING THE BOOTANIMTION
8. now open the Bootanimation factory and select "create a bootanimtion" and select " folder" .
9. select "chose folder " and chose the new created folder.
10. now go to original bootanimtion folder and to desc.txt .
11. get back to bootanimation factory and select the first line in the top right menu. and click edit.
12. edit the (FBS) to the suitble one in the desc.txt . for example if it was "20" in desc.txt then make "20".
13. now add loops and make them the same values in the desc.txt
14.click "create bootanimation" .
15. CONGRATULATION YOU HAVE YOUR OWN NEW BOOTANIMTION.
HOW TO INSTALL:
1. Push THE BOOTANIMATION.zip to system/media
2. give it rw-w-w
3. Reboot; ENJOY IT!!
..A: So that's it , it's so easy.
..B: yeah, I can now resize every bootanimtion I like.
..n78 shadow: guys please continue your conversation out of this thread.
FAQ
..A:why don't we just change the resolution in desc.txt
..n78 shadow:it won't work you need to change the images size and if you try will have a bootloop
..B:The folders in the original bootanimtion wasn't named "part0" they were named "generic1" .
..n78 shadow:No problem you can rename it in the new created folder "part0" just remember that the phone will play first "part0" folder then "part1" folder .......etc
NOTE:
1. if you have any question post it here.
2. if you feel it complicated or you didn't under stand something tell me
3. if you want to skip all those steps just send the bootanimtion to me here in this thread and I will resize it for you.
:good::goodon't forget to hit thank :good::good:

[HOW TO] Custom sticker to Camera app

I have long tried to get my custom sticker in my S8 camera. I tried a few tutorials and no one did.
Finally, I thought and tried differently. My Instructions:
NOTE: Tested on Galaxy S8 last official firmware (09/2018)
We need:
1. Rooted phone
2. Your custom sticker (image) withouth background in PNG. The image should have square dimensions, otherwise it will deform. I created 1000x1000px.
3. Some root browser
4. Computer with 7zip installed
Procedure:
1. On PC convert the created image from PNG to BMP. I used the onlide converter https://image.online-convert.com/convert-to-bmp.
2. Copy the converted image and create 2 copies (we will need a total of 3 same images).
3. In the phone, open the root browser and go to the system/priv-app/StickerStamp/ folder.
4. Copy the StickerStamp.apk file to the SD card and then move it to your PC.
5. Open the stickerStamp.apk in 7zip and go to the folder: res/drawable/.
6. Reaname the images that we prepared in step 2 into a label that we do not need (in my case itsautumn, itsautumn_01 and itsautumn_02) and move the images to the res/drawable/ folder and overwrite the original stickers. Then close 7zip.
7. Modify the StyckerStapm.apk move to your phone to the system/priv-app/StickerStamp/ and set permissions to -rw-rw----
8. Stop the camera application and open. ENJOY

[GUIDE] [MAGISK] [PIE] Transparent System UI

Do you want to have Transparent system UI like this: https://imgur.com/gallery/HRHmbmf ? Follow this steps!
What you need: 1. Installed Magisk
2. ApkEditor Pro (Download)
Instructions:
1. Open Magisk Manager
2. Tap on three lines in left upper corner
3. Select "Downloads"
4. Search for "System Accent Theme (Colors) for P" by Ludwig33
5. Install it, restart phone
6. Open ApkEditor Pro
7. Select "Select Apk from App"
8. Tap on three dots in right upper corner
9. Select "System Apps"
10. Tap on any app that starts by com.google.android.theme. (Like com.google.android.theme.bluegray)
(Let's say that We choose Blue Gray theme)
11. Windows appears - select "Full Edit"
12. Now, you are in app String editor. Rename string pixel_overlay_pixel ("BlueGray") to whatever you want (Like "MyEpicRedTheme"), then save it by pressing OK
13. On Toolbar below select Files
14. Navigate to res/values
15. Open Strings.xml
16. Rename string pixel_overlay_pixel to same name as you write on String editor, save it by icon below
17. Open Colors.xml
18. Select and edit user_icon_1, accent_device_default_light, accent_device_default_dark to some color, whatever you want.
19. When you edit the colors-strings, tap on right upper corner "Open in Editor"
20. Before the </resources> add this line: <color name="material_grey_900">#87212121</color>
21. Save it.
22. Go back to values folder
23. Open public.xml
24. Before the <public type="string" name="pixel_overlay_pixel"... add this line: <public type="color" name="material_grey_900" id="0x7f020017" />
25. Save it.
26. On right upper corner tap on "Build"
27. It should show OK Green icon and show- Suceeed! APK saved as /storage......
28. Tap on install
29. And install it as normal apk.
30. Then go to system settings-> Display -> Colour Theme, and select your own theme
31. Voila!! Now you have transparent notification and qs bar, and transparent volume bar!
If you have troubles, tell me! :good:
Please give me "Thanks"
Thanks, will try this out.
Sent from my Phh-Treble vanilla using Tapatalk
It doesn't work (
Tunbk1002 said:
It doesn't work (
Click to expand...
Click to collapse
Where is the problem?
ondraczsk said:
Where is the problem?
Click to expand...
Click to collapse
I just skip step 18
After installed there still no transparent at all (
Everything went really good but i cant find Colour Theme in settings-> Display -> Colour Theme so i cant use it. Any ideas why it isnt there ? Im using lineage 16.
does this work for android 10

[GUIDE][Stock ROM Flashing Without IMEI loss][10 SEP][7.1 nougat]

Before you start reading note that no spoon-feeding is done here and its a bit tricky, so use your common-sense if you are flashing Stock ROM for the first time.
REQUIREMENTS:
-PC/laptop
-ADB-Fastboot / Qualcomm Drivers must be installed
-QFST tool / QFIL tool anyone required (QSFT RECOMMENDED)
-notepad ++
-Stock Nougat v99 Firmware File
-And A working Brain
Process:
First Install all the drivers and Flashing Tool then Extract the V99 rom.
Then go where you have extracted the rom then go to the firmware folder there find (rawprogram_unsparse/rawprogram0) anyone and open that file with notepad ++ NOW HERE COMES THE DIFFICULT PART you need to delete some lines from that file so that it doesn't create any NULL IMEI issue when flashing the rom.
After opening the file find this lines:
filename="st1" label="modemst1" num_partition_sectors="3072" physical_partition_number="0" size_in_KB="1536.0" sparse="false" start_byte_hex="0xd682400" start_sector="439314" />
filename="st2" label="modemst2" num_partition_sectors="3072" physical_partition_number="0" size_in_KB="1536.0" sparse="false" start_byte_hex="0xd802400" start_sector="442386" />
[FROM THIS TWO LINE YOU NEED TO REMOVE THE "st1" and "st2" ] THEN
filename="fs_image.tar.gz.mbn.img" label="fsg" num_partition_sectors="3072" physical_partition_number="0" size_in_KB="1536.0" sparse="false" start_byte_hex="0x10008000" start_sector="524352" />
[FROM HERE YOU NEED TO REMOVE "fs_image.tar.gz.mbn.img" ] THEN
filename="persist_1.img" label="persist" num_partition_sectors="9608" physical_partition_number="0" start_sector="10485760" />
[FROM HERE REMOVE "persist_1.img" ] THEN SAVE THE FILE
**NOTE- REMEMBER IN WHICH FILE YOU MAKE THE CHANGES.
Now open QPST Tool/ QFIL Tool, anyone you prefer then select Flat Build then in programmer path, go to browse and from the firmware folder select "prog_emmc_firehose_8937_ddr.mbn" file Then click on load XML And select the .xml File in which you have made the changes (otherwise if you select the wrong .xml file the IMEI will be NULL) After selecting the .xml file another window will be popup just select the [patch0] and then it's done...
Now you can flash your 10or. Device By just Clicking on the Download Button.
But before Flashing Make sure your device is in EDL Mode.
To Boot in EDL Mode, just Power OFF your device and then press (volume up + volume down button simultaneously) and just connects the data cable... and your notification LED will start blinking...
I THINK NOW YOU CAN FLASH STOCK FIRMWARE EASILY IN 10or. DEVICE...

Categories

Resources