- remove bloatware from
system/app
,system/vendor/app
,system/vendor/provider/app
,system/priv-app
- fix external write permission issues by editing
system/etc/permissions/platform.xml
- remove stock dialer, conatcts app replace with google dialer & contacts
- change boot & shutdown animations
This file contains hidden or 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
ROMNAME=lineage-14.1 | |
LINK=https://github.com/LineageOS/android | |
BRANCH=cm-14.1 | |
THREAD_COUNT_SYNC=8 | |
echo -e "# Installing necessary packages..." | |
sudo apt install bc pxz wput | |
echo -e "# Installed" | |
echo -e "# Installing repo..." |
aex4.6 darklord 3.18.19 7.1.2 https://yadi.sk/d/NAHFD9Ub3Poni6 https://drive.google.com/file/d/1Yy3LUdZ0trwhGrC2LYiMvEUI8sJyWHjw/view?usp=sharing
- Resistor-1 : R-EU_0207/7 , R-EU_0207/10
- Capacitor-Elctrolytic : CPOL-EUE2.5-6 , CPOL-EUE5-10.5
- Capacitor-Ceramic : C-EU025-025X050 , C-EU050-030X075
- Diode : 1N5408
- Crystal oscillator : CRYSTALHC49U70
- 78XX Voltage Regulator : 7805TV
- LED : LED3MM , LED5MM
- Buzzer : F/CM12P
- Power Jack : CONN-08197
This file contains hidden or 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
02/10/2020 11:15AM-------------------------------------------------- | |
error ::::: | |
system/core/mkbootimg/mkbootimg.c: In function 'main': | |
system/core/mkbootimg/mkbootimg.c:212:9: error: 'strncpy' specified bound 1024 equals destination size [-Werror=stringop-truncation] | |
212 | strncpy((char *)hdr.extra_cmdline, cmdline, BOOT_EXTRA_ARGS_SIZE); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cc1: all warnings being treated as errors | |
scinario ::::: |
This file contains hidden or 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
endstop holder & endstops | |
printbed btm upport | |
z axis | |
cooling fan/duct | |
ramps holder | |
power switch | |
display holde0 | |
control knob | |
This file contains hidden or 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/sh | |
echo "input file : "$1 | |
echo "G0 S0 >> G0 Z4.5" | |
sed -i 's/G0 S0/G0 Z4.5/g' $1 | |
echo "G0 S255 >> G0 Z3.9" | |
sed -i 's/G0 S255/G0 Z3.9/g' $1 |