Skip to content

Instantly share code, notes, and snippets.

View Klozz's full-sized avatar
😎
4d 65 20 6c 61 20 70 65 6c 61 6e

klozz (TeamMEX) Klozz

😎
4d 65 20 6c 61 20 70 65 6c 61 6e
  • The XPerience Project since 2011
  • Michoacán , México
  • 23:17 (UTC -06:00)
View GitHub Profile
@Klozz
Klozz / fwbpush.txt
Created June 6, 2023 13:55 — forked from ender1324/fwbpush.txt
Pushing frameworks base without forking from aosp-mirror
Hey, this is going to basically explain how to push frameworks base without cloning it from aosp-mirror
This has been tested when frameworks base was on the android-11.0.0_r32 tag and may not work on newer ones.
So lets begin
Step 1:
Clone any roms or the aosp frameworks_base
NOTE: If you do clone frameworks_base from aosp ( https://android.googlesource.com/platform/frameworks/base/ ), cd into the directory you cloned it in and do "git checkout android-11.0.0_r[LASTEST TAG HERE]" and yes you have to replace "[LASTEST TAG HERE]" with the lastest tag number
Step 2:
cd into the directory you cloned the repo into
@Klozz
Klozz / java_download.sh
Created December 6, 2019 11:11 — forked from wavezhang/java_download.sh
download java from oracle without login
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz