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
. build/envsetup.sh | |
lunch lineage_$(device)-userdebug | |
make bacon -j8 | |
mkdir -p ~/out | |
cp out/target/product/$(device)/*.zip ~/out/ |
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
You can download an entire Website by using this command (Ofc, replace http://www.domain.com/ with the website dommain name of your desired website..) | |
wget --mirror -p --convert-links -P ./local-dir --user-agent="Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0" http://www.domain.com/ |
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
#include <iostream> | |
using namespace std; | |
string pass, verify; | |
int cntUpper = 0, cntLower = 0; | |
int cntTry = 3; | |
int notValid(); | |
void input(); | |
void verify_format(string ab, string bc); | |
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
# | |
# OTA XML | |
# | |
# See ota_nougat.xml for example | |
# | |
# Note: | |
# * Multiple devices can be added in the xml file | |
# * You can define any tags that end with 'Url'. These tags will be added in the UI automatically | |
# | |
ota_url=https://raw.githubusercontent.com/j23g/xenonhd_ota/j23g/ota_nougat.xml |
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
cp: cannot stat '/home/jhashivam2020/superrs-kitchen/superr_j7velte/system/etc/sec_s3nrn80_rfreg.bin': No such file or directory | |
cp: cannot stat '/home/jhashivam2020/superrs-kitchen/superr_j7velte/system/etc/sec_s3nrn80_rfreg.bin': No such file or directory | |
cp: cannot stat '/home/jhashivam2020/superrs-kitchen/superr_j7velte/system/etc/wifi/bcmdhd_apsta.bin_3s': No such file or directory | |
cp: cannot stat '/home/jhashivam2020/superrs-kitchen/superr_j7velte/system/etc/wifi/bcmdhd_apsta.bin_3s': No such file or directory | |
cp: cannot stat '/home/jhashivam2020/superrs-kitchen/superr_j7velte/system/etc/wifi/bcmdhd_mfg.bin_3s': No such file or directory | |
cp: cannot stat '/home/jhashivam2020/superrs-kitchen/superr_j7velte/system/etc/wifi/bcmdhd_mfg.bin_3s': No such file or directory | |
cp: cannot stat '/home/jhashivam2020/superrs-kitchen/superr_j7velte/system/etc/wifi/bcmdhd_sta.bin_3s': No such file or directory | |
cp: cannot stat '/home/jhashivam2020/superrs-kitchen/superr_j7velte/system/etc/wifi/bcmdhd_sta.bin_3s': No such |
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
--------- beginning of system | |
12-13 17:28:36.106 2266 2266 I vold : Vold 3.0 (the awakening) firing up | |
12-13 17:28:36.106 2266 2266 V vold : Detected support for: exfat ext4 ntfs vfat | |
12-13 17:28:36.109 2266 2266 W Vold : Tearing down stale mount /mnt/runtime/default | |
12-13 17:28:36.110 2266 2266 W Vold : Tearing down stale mount /mnt/secure/asec | |
12-13 17:28:36.110 2266 2266 W Vold : Tearing down stale mount /mnt/secure | |
12-13 17:28:36.121 2266 2328 D vold : e4crypt_init_user0 | |
12-13 17:28:36.121 2266 2328 D vold : e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1 | |
12-13 17:28:36.121 2266 2328 D vold : Preparing: /data/system/users/0 | |
12-13 17:28:36.121 2266 2328 D vold : Preparing: /data/misc/profiles/cur/0 |
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
#============= gpsd ============== | |
allow gpsd device:chr_file { ioctl open read write }; | |
#============= priv_app ============== | |
allow priv_app device:dir { open read }; | |
#============= system_app ============== | |
allow system_app fingerprintd:binder call; | |
allow system_app netd:binder call; | |
allow system_app netd_service:service_manager find; |
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
#include <iostream> | |
#include <string> | |
using namespace std; | |
int main(){ | |
string input; | |
cin >> input; | |
for (string::size_type i = 0; i < input.length(); i++) | |
{ | |
if (input[i] == '0') | |
input[i] = '1'; |
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
#Setting up ccache with AOSP sources | |
export USE_CCACHE=1 | |
export CCACHE_DIR=~/.ccache | |
prebuilts/misc/linux-x86/ccache/ccache -M 50G |
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
https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-stable.git/commit/?h=4.11-rc1-3.10&id=3b11ec9b69a6e3906841eadb073c12511c00db84 |
OlderNewer