Skip to content
View AwaisKing's full-sized avatar
๐Ÿ˜ฎโ€๐Ÿ’จ
someone kill me tbh ๐Ÿ˜ช
๐Ÿ˜ฎโ€๐Ÿ’จ
someone kill me tbh ๐Ÿ˜ช
Block or Report

Block or report AwaisKing

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
AwaisKing/README.md


haha heyyy! i don't like you ๐Ÿ˜ƒ

My Stats My Languages

My Apps' Privacy Policies Linked Words

Pinned

  1. Linked-Words Linked-Words Public

    A dictionary to search for related words. | A dictionary to reverse search words.

    Java 12 1

  2. dotAPK dotAPK Public

    A tool for installing and managing batch APK files.

    Visual Basic 7 4

  3. fix - scrcpy adb push error / permis... fix - scrcpy adb push error / permissions denied
    1
    if you're getting this error:
    2
    
                  
    3
    >  ERROR: "adb push" returned with value 1
    4
    5
    it's probably becuse of your phone's SELinux policy permissions, it happens when your phone's SELinux policy is either set to `enforced` or the folders'/files' SE Context permissions are set to `system_data_files` or shit like that
  4. PBE with MD5+DES encryption and decr... PBE with MD5+DES encryption and decryption script
    1
    package decrption;
    2
    
                  
    3
    import java.io.*;
    4
    import java.util.*;
    5
    import javax.crypto.*;
  5. Transparent Status Bar - API 19+ (Ki... Transparent Status Bar - API 19+ (KitKat)
    1
    public class Main extends AppCompatActivity {
    2
    
                  
    3
        @Override
    4
        protected void onCreate(Bundle savedInstanceState) {
    5
            super.onCreate(savedInstanceState);