Skip to content

Instantly share code, notes, and snippets.

View danascape's full-sized avatar
🤔
Finding someone

Saalim Quadri danascape

🤔
Finding someone
View GitHub Profile
No Waste application :-
It will be an android application which is designed for consumers in day to day society.
The app aims to provide consumers a way to save food items they have at home.
It will allow us to enter food items in it with their expiry dates. The app will remind you if the food item is going to expire soon. This will help us in keeping our food fresh.
The app will also have a feature of adding shopping list items. Suppose when you go to a market, sometimes we might forget the paper we wrote the food items on or are not able to remember the items you need to buy.
E-book reader :-
It is an android application which is designed mainly for students. It aims to provide reference books, notes, short notes inside the app. The app will have features like bookmarks, favorite and suggestions. This will help us out in having all those reference books and notes at a single place to read at or download from.
@danascape
danascape / Bringup.md
Created June 7, 2021 06:24 — forked from mvaisakh/Bringup.md
An Android Device Tree Bringup Guide

A small Device Tree Bringup Guide

Introduction

So, you guys might be wondering, how do these "Developers" get your favourite Custom roms, such as LineageOS, Paranoid Android etc., to their own devices. Well I'm here to Guide you on how to do it, specifically on how to bringup or make your own device tree from scratch or adapting.

Gist of this Guide: This is for people with genuine interest in Android OS porting/development. After going through this guide, you should be able to do a total device tree bringup on your own.

Prerequisite: Certain requirements are to be met before you start with this amazing journey.

In this guide we will learn pushing your code on git repository by using command line interface
If windows, then there is a git client you can install. then go to you workspace directory (where your files are)
* Right click and open git shell there.
If linux, then just to to your directoy and follow the steps.
* You need to initialise git in the directory such that git commands can be used inside.
git init
In this guide we will learn about writing overlayed dtsi.
It will involve changing OEM dtsi commit (https://github.com/stormbreaker-project/kernel_asus_X01AD/commit/d4fd8d9a664672056e4b68a31da298a4d4bc79ac)
to a fully overlayed dts (https://github.com/stormbreaker-project/kernel_asus_X01AD/commit/85b3cb884acf30831a4185327a19a2c4268e457a)
1.)
First check the initial dts import of your device .
For example my device initial dts imports ->
@danascape
danascape / colab-s-new-code-editor.ipynb
Last active January 6, 2021 05:01
Colab's New Code Editor
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.