Custom Splash screen for poco f1! - Xiaomi Poco F1 Themes, Apps, and Mods

So this over here is basically the custom boot splash screen for poco f1 aka Beryllium users who also like Transformers!
.img made by me! HUEHUEHUE
Tool credits -
curoviyxru​Instructions to flash the file - [ must have ADB, will be better if it is already in PATH, NEEDS PC* ]
1. Download the .img below.
2. Put the phone in fast boot.
3. Open a command shell.
4. Type 'fastboot devices' [ to ensure bridge has been established XD ]
5. Type this command -
Code:
fastboot flash logo FLASH_ME.img
6. Once it says finished, type -
Code:
fastboot reboot
7. ENJOY!
Images -
{
"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"
}

Related

[SPLASH] CyanogenMod 10

Hello everyone,
As you probably know if you want to flash a splash screen, drewx2 is working hard on bringing CyanogenMod to our device, and went with the first build with phone network/data support today, which allowed me to switch to it.
Link : http://forum.xda-developers.com/showthread.php?t=2056517
But the stock splash and the CM animation are somehow weird when following each other ^^' Thus I decided to make my own splash screen that would be more in the tones of CM.
So I came with this and just thought I'd share if anyone find it interesting
Here's what it looks like :
{
"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"
}
(full size : http://files.unit-apps.com/splashscreen_generic_7154.png)
Instructions for flashing :
Reboot in bootloader.
In a terminal, type :
Code:
fastboot flash splash1 /path/to/cmsplash.img
then
Code:
fastboot reboot
Done
Let me know if you have any error. (Worked fine here and very good looking imo ^^)

[TOOL] [WINDOWS] ADB Tool

ADB Tool is a new tool for using ADB & Fastboot.​
Code:
[SIZE="5"][B]I'm not responsible for bricked phones, broken LCD / CRT monitors![/B][/SIZE]
How it works?
Just connect your device to your PC. (Make sure you've enabled ADB!)
Open ADB Tool and you can Install / Uninstall an Application, reboot your phone, use Fastboot.
Requirements:
Windows XP+
.NET 4.0
ADB (You can find it in your Start Menu -> Programs -> ADB Tool -> ADB Installer)
Used tools:
ADB
A modified version of Snoop05's 15 seconds ADB Installer.
Download here
Many thanks to:
Snoop05
Google
And you, guys!
Screenshots:
{
"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"
}

Stop Vibrations of Gcam

Hi guys
My devices: RMN9s (Vietnam Global Version)
ROM: India Global 11.0.3 rooted with magisk patched boot method
Problem: Install some Gcam to test and they Vibrations all the time.
Below is instruction how to fix it.
1. Find your Gcam Package, mine is com.google.android.GoogleCamera
2. Connect your device with ADB
3. Type cmd code
Code:
adb shell
Code:
cmd appops set <package> VIBRATE ignore
Example:
Code:
cmd appops set com.google.android.GoogleCamera VIBRATE ignore
{
"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"
}
You won’t see any confirmation in the prompt, but as long as you don’t get an error message it should have worked.
Special Thanks to Mishaal Rahman for this article
Source: https://www.xda-developers.com/stop-vibrations-android-apps/

get in oreo stock 1.1-1.2gb ram edit build.prop with root

root with encryption and stock recovery [Optional]
Magisk latest version: https://github.com/topjohnwu/Magisk/releases/download/v23.0/Magisk-v23.0.apk
stock oreo boot: https://www.mediafire.com/file/m480gcmyu6hc8cr/boot.img/file
adb and fastboot:
https://androidfilehost.com/?fid=95784891001607611
We save Boot.img on the device
Install Magisk on the device let's go Install
Choose "Select and patch a file" we look for the boot.img
Magisk will patch the boot.img is saved in Downloads
Copy boot.img to PC preferably in adb & fastboot folder
Reboot in fastboot mode and flash with the command next:
fastboot flash boot boot.img
Reboot and voila!
fastboot reboot
Download editor build.prop:
https://play.google.com/store/apps/details?id=com.jrummy.apps.build.prop.editor&hl=en&gl=US
they look for the line
#Low ram flag
#ro.config.low_ram=true
just leave it like that
#Low ram flag
ro.config.low_ram=true
{
"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"
}
​

Question How to unlock bootloader for CN phone with CN rom

Hi, i tried to flash my CN Legion 2 Pro that came with CN rom aka ZUI os but can't go pass fastboot step. All usb drivers in my pc installed. Used the latest platform tools which download directly from android studio but still cant go pass fastboot step. It shows no devices found. Both pictures are the last step i can go. Can't go further as no fastboot devices found. Appreciate anyone help
{
"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"
}
You have to use the side port on the phone and you need to type adb reboot fastboot while the phone is booted into the recovery menu/bootloader. It should reboot into fastbootd at which point your device will show up when checking with the command fastboot devices.

Categories

Resources