This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Welcome to fish, the friendly interactive shell | |
Type `help` for instructions on how to use fish | |
jsx@igloo ~/Desktop> wget https://raw.githubusercontent.com/javashin/android_kernel_xiaomi_atoll/main/drivers/power/supply/qcom/smb1398-charger.c | |
--2021-11-21 22:27:18-- https://raw.githubusercontent.com/javashin/android_kernel_xiaomi_atoll/main/drivers/power/supply/qcom/smb1398-charger.c | |
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... | |
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 66690 (65K) [text/plain] | |
Saving to: ‘smb1398-charger.c’ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm64 4.14.209 Kernel Configuration | |
# | |
CONFIG_ARM64=y | |
CONFIG_64BIT=y | |
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y | |
CONFIG_MMU=y | |
CONFIG_ARM64_PAGE_SHIFT=12 | |
CONFIG_ARM64_CONT_SHIFT=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://we.tl/t-itq8cQ7vm1 Credits > @myusernameiswhat | |
For Working TWRP Recovery With A12 | |
Flash TWRP | |
mount -o rw,remount /system_root | |
nano /system_root/system/build.prop | |
REMOVE: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| How To Make A Ubuntu Focal 20.04 CHROOT Multi-USE | | |
From ArchLinux Example = | |
pacman -S dpkg debootstrap | |
* Any other distribution install this 2 packages and proceed | |
debootstrap --no-check-gpg focal /compat/ubuntu/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat build-gcc.sh | |
#!/bin/bash | |
export CC="gcc" | |
export CXX="g++" | |
export LD="ld.bfd" | |
export AR="gcc-ar" | |
export AS="as" | |
export NM="gcc-nm" | |
export RANLIB="gcc-ranlib" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ed | |
07-23 02:08:20.308 564 2015 E [email protected]: Error opening kernel wakelock stats for: wakeup1: Permission denied | |
07-23 02:08:20.309 564 2015 E [email protected]: Error opening kernel wakelock stats for: wakeup35: Permission denied | |
07-23 02:08:20.309 564 2015 E [email protected]: Error opening kernel wakelock stats for: wakeup63: Permission denied | |
07-23 02:08:20.310 564 2015 E [email protected]: Error opening kernel wakelock stats for: wakeup25: Permission denied | |
07-23 02:08:20.310 564 2015 E [email protected]: Error opening kernel wakelock stats for: wakeup15: Permission denied | |
07-23 02:08:20.312 564 2015 E [email protected]: Error opening kernel wakelock stats for: wakeup33: Permission denied | |
07-23 02:08:20.313 564 2015 E [email protected]: Error opening kernel wakelock stats for: wakeup23: Permission denied | |
07-23 02:08:20.313 564 2015 E android.system.suspend@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fastboot getvar all | |
(bootloader) battery-voltage:3788 | |
(bootloader) is-userspace:yes | |
(bootloader) partition-size:keystore:0x80000 | |
(bootloader) partition-size:ssd:0x2000 | |
(bootloader) partition-size:ffu:0x800000 | |
(bootloader) partition-size:persist:0x2000000 | |
(bootloader) partition-size:sda:0x1CB9800000 | |
(bootloader) partition-size:super:0x200000000 | |
(bootloader) partition-size:xblbak:0x700000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(*) Full Clean/Wipe Citrus/Lime , Clean Install , Make Vendor-RW , Bug Fixes (*) | |
[1] - Reboot To FastbootD Mode From Twrp = | |
./fastboot delete-logical-partition system | |
Deleting 'system' OKAY [ 0.010s] | |
Finished. Total time: 0.011s | |
./fastboot delete-logical-partition system_ext | |
Deleting 'system_ext' OKAY [ 0.010s] | |
Finished. Total time: 0.010s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#FasterBuild. run before start - build | |
# echo 'tmpfs /OUT tmpfs size=15G,uid=root,gid=root,mode=775,noatime,noauto 0 0' >> /etc/fstab | |
clear | |
umount /OUT | |
rm -rf /OUT | |
export ARCH=arm64 | |
export SUBARCH=arm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Blue-Virtual-Dragon. Kernel by JavaShin-X. | |
CustoKernal Modder. | |
King Kong Drity Hacks Unicorns Master Kangs | |
Gang TEAM. | |
- Kernel Upstreamed From Kernel Version 4.9.206 Up To 4.9.235. | |
(*) Merged CAF TAGS = |