Playstation 1 Boot Animation v1 - Atrix 4G Themes and Apps

So here is a port i did which i just resized (give credit to this guy)
Quick 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"
}
Both the flashable and bootanimation.zip files are attched.
To enable sound (From Here) : (For Expert Users) (JUST TESTED AND SADLY DIDN'T WORK SO IF SOMEONE CAN MAYBE HELP ME ON THIS, MUCH THANKS)
If it does work maybe a dev could add this to thier rom For people who want boot animation sounds.
Add to init.local.rc:
Code:
###Bootsound - Safe to Delete: Start ###
service bootsound /system/bin/bootsound
user media
group audio
disabled
oneshot
on property:init.svc.bootanim=running # to correct timin
start bootsound
on property:dev.bootcomplete=1
stop bootsound
### Bootsound - Safe to Delete: End ###
Add to build.prop:
Code:
ro.config.play.bootsound=1
Create /system/bin/bootsound chmod 777, chown root:shell
Code:
#!/system/bin/sh
bprop=/system/build.prop
play=$(cat $bprop | egrep -c -i -o ro.config.play.bootsound=1)
if [ "$play" = "1" ]; then
stagefright -a -o /system/media/android_audio.mp3
fi
exit 0
A nice thanks for renaming files for 10 min would be great

Nice
sent from cm7 atrix 1.3ghz

this plus resident evil introduction = full of win!

Related

[ADDON] Startup scripts support (init.d support) for Stock ROM/Kernel

[ info ]
i am attaching a easy to flash update.zip which contains the files required for full functionality of executing startup scripts (init.d scripts)...
basically this will allow the user to execute custom shell scripts, placed in /system/etc/init.d/ folder and they will be on each boot!
thanks to bmw-boy & Russ741 for testing this!
[ requirements ]
stock rooted ROM
my custom recovery
[ how to install ]
download the provided zip package
save it on external sdcard
reboot into recovery
flash the zip package via recovery
reboot and enjoy!
[ additional info ]
i have added the following things in the update.zip:
corrected /system/bin/sysint file
run-parts binary in /system/xbin/run-parts (which is basically busybox 1.19.3 binary)
correct /system/etc/install-recovery.sh file (this file gets executed by default on stock kernel too!)
test/example script /system/etc/init.d/99test
to check if this is working the test script (99test) will create a temporary file /data/local/tmp/init.d_log_test.txt on each boot
[ download link ]
init.d-support-autorunner-v02.zip
let me know how it goes!
{
"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"
}
ENJOY!
good job bro. thanks!
Hi thanks can you reup please?
denzel09 said:
Hi thanks can you reup please?
Click to expand...
Click to collapse
done...
added direct download server link
doomlord can you help at the "solving the reboots" thread here:
http://forum.xda-developers.com/showthread.php?t=1547840
maybe throwing some general question to help detemin the cause...

[Help] TV- Out (Developers)

Hey! I have a gingerbread phone, this phone has two versions the old version (aka v2) has tv-out option available in settings, but in new version (aka v3) there is no option of tv-out in settings.
Many v3 users are able to get tv-out work by using the settings app from v2 but this doesn't worked for me! I was thinking that if any developer knows how to add/enable this option than i will be thankful
//by using the v2 settings app in my v3 i was able to get the option but there is one option missing by which i can enable or disable
shown in fig
{
"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"
}
I also tried this method but still no luck!
Decompile framework.jar
open file \ smali \ com \ MediaTek \ featureoption
\ FeatureOption.s
mali
search string: ". MTK_TVOUT_ public final static field
SUPPORT: Z = false "
change so: ". MTK_TVOUT_ public final static field
SUPPORT: Z = true "
recompile framework.jar and replace framework.jar
check in settings / display options appear if it is TV-OUT
change file / system / lib / tvoutjni.so and / system / lib /
tvoutpattern.so the original lib files (which support
TVout)
for automatic rotation on tv-out
Click to expand...
Click to collapse

[MOD] [KitKat] [ROOT] Apple Emoji Replacement for KitKat

first time I saw this way is here and the original thread was here.
This mod will replace your current "flat" KitKat emoji with Apple emoji. Here is the instruction by angelsel :
(remember to backup your current fallback_fonts.xml before do this.)
1. Grab AppleColorEmoji.ttf and place it into /system/fonts/
2. Set /system/fonts/AppleColorEmoji.ttf to have permissions 644 (rw-r--r--) and owner:group root:root.
3. Modify /system/etc/fallback_fonts.xml like so:
find :
Code:
<family>
<fileset>
<file>AndroidEmoji.ttf</file>
</fileset>
</family>
screenshot
{
"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"
}
Above this block, add
Code:
<family>
<fileset>
<file>AppleColorEmoji.ttf</file>
</fileset>
</family>
screenshot
4. Set /system/etc/fallback_fonts.xml to have permissions 644 (rw-r--r--) and owner:group root:root.
5. Reboot.
if you enjoy it, give Thanks to angelsel for the instruction here at his own original thread [MOD] Apple Color Emoji system-wide for KitKat
screenshot (sorry if large )
Help
Hey I need help this is what mine look like. After I get here what do I do next? Because when I did it the first time I bricked my phone.
BrandonJoynvr said:
Hey I need help this is what mine look like. After I get here what do I do next? Because when I did it the first time I bricked my phone.
Click to expand...
Click to collapse
brick? you mean bootloop?
in easy way, copy AppleEmoji.ttf to system/font, find AndroidEmoji.ttf then rename it to AndroidEmoji.ttf.old. after that, rename AppleEmoji.ttf to AndroidEmoji.ttf, set the permission rw-r--r-- and reboot. forget editing .xml, just do renaming 2 .ttf file

[Bootanimation] Target Dark boot animation[720p]

An experiment with boot animation, first try on the Xperia line.
By request I've made a 720p version for the XZ1 Compact series.
{
"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"
}
Non-flashable file:
1) boot twrp
2) mount oem(using touchscreen)
3) adb shell
4) cd /oem/media
5) mv bootanimation.zip baBAK.zip
6) exit shell then adb push bootanimation.zip /oem/media
7) back on the phone, unmount oem(using touchscreen)
8) reboot.
File is below:
View attachment bootanimation.zip
----------------------------------------------------------------------
Flashable file:
1) boot twrp
2) mount oem(using touchscreen)
3) adb shell
4) cd /oem/media
5) mv bootanimation.zip baBAK.zip
6) flash zip file
7) unmount oem(using touchscreen)
8) reboot.
File is below:
View attachment Target_Dark720p.zip
****************** 11/13/18
modified to allow system to interrupt the animation
******************
****************** 11/14/18
slight modifications again
******************
Hi NOOB here. Does this remove 'Bootloader is unlocked' message.?
rulebender said:
Hi NOOB here. Does this remove 'Bootloader is unlocked' message.?
Click to expand...
Click to collapse
Nope, that's separate.
When you turn the phone on you get the first bootloader unlock text, then there's the white "Sony" logo, then the second bootloader unlocked triangle, and THEN the boot animation plays.

[KERNEL-COMPILING], [M8], Can’t boot zImage

Hello guys ,
Thanks in advance for any help that I may receive.
Im trying to compile a kernel for my HTC One M8, based on the LineageOS-Kernel (from Github; android_kernel_htc_msm8974), with binfmt_misc support.
My approach:
1. Getting the Kernel Source with the git clone command and downloading+unzip the ndk toolset (r14b)
2. Moving both Extracted "Source Code" and "NDK Folders" to "Testing" folder
3. cd ~/Testing, then: export CROSS_COMPILE=/home/canberk/Testing/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-
4. cd htc ( folder with kernel source)
5. make clean && make mrproper
6. export ARCH=arm
7. make msm8974_defconfig
8. make gconfig, in order to configure the kernel with a graphical menu
9. make –j4
But after starting the process, im getting this error.... (Error: arch/arm/boot/dts/msm8974-fluid.dtsi:721.2-3 label or path, 'dsi_tosh_720_vid', not found)
I have no idea, what that means or did i just forget a command ? I need your help :crying:
{
"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"
}
UPDATE 16.01.2019:
By installing the device-tree-compiler (available in the ubuntu repos), my first problem was solved.
I did compile my kernel successfully (without any errors), but now i cant boot it, by typing : fastboot boot zImage.
I have no idea what to do now. My phone just simply restarts, but still uses the default kernel.

Categories

Resources