Skip to content

Commit

Permalink
Update information
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtrpchevski committed Dec 2, 2019
1 parent da35d36 commit 444877d
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 30 deletions.
32 changes: 19 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Bug report
about: Create a report to help me improve this project
title: ''
labels: ''
assignees: ''

title: ""
labels: ""
assignees: "davidtrpcevski"
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -27,31 +27,37 @@ If applicable, add screenshots to help explain your problem.
Post a link to a logcat or kernel logs.

**Recovery**
>[*] TWRP [_] OrangeFox [_] Other

> [*] TWRP [_] OrangeFox [_] Other
**Gapps**
>[_] No [*] Yes

> [_] No [*] Yes
**Firmware version**
Insert your firmware version

**Fingerprint**
>[_] Goodix [*] FPC

> [_] Goodix [*] FPC
**Used filesystems**
>[*] ext4 [ ] f2fs

> [*] ext4 [_] f2fs
**RAM Variant**
>[_] 2GB [*] 3GB [ ] 4GB

>Additional mods:
> [_] 2GB [*] 3GB [_] 4GB
> Additional information:
>
>[No] Xposed
> [No] Dirty flash
>
>[No] Custom kernel
> [No] Xposed
>
>[No] Performance/Battery enhancements
> [No] Custom kernel
>
> [No] Performance/Battery enhancements
**Additional context**
Add any other context about the problem here.
60 changes: 43 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

This repository contains personal builds of LineageOS 16.0 for Xiaomi Redmi Note 4X (mido).

## Requirements

- Unlocked bootloader (if you haven't unlocked already check this link: [Fastest way to Unlock the Bootlader](https://forum.xda-developers.com/redmi-note-4/how-to/fastest-to-unlock-bootlader-t3689116))

- Stable and working internet connection

- Battery percentage at least 50%

## Downloads

- [LineageOS 16.0](https://github.com/davidtrpcevski/LineageOS-Releases/releases)
Expand All @@ -18,56 +26,74 @@ This repository contains personal builds of LineageOS 16.0 for Xiaomi Redmi Note

4. Download latest GApps package from [OpenGApps](https://opengapps.org/)

5. Reboot to recovery
5. Download latest Magisk package from [Magisk](https://github.com/topjohnwu/Magisk/releases)

6. Flash TWRP image (use this guide: [How to Install TWRP](https://www.xda-developers.com/how-to-install-twrp/))

7. Reboot to recovery

8. (Optional or if coming from other ROM) Wipe everything by going to Wipe -> Advanced Wipe and tick every checkbox

6. Flash the firmware first
9. (Optional or if coming from other ROM) Wipe data by going to Wipe -> Format Data

7. Flash the latest build
10. Flash the firmware first

8. Flash OpenGapps
11. Flash the latest build

9. Flash Magisk
12. Flash OpenGapps

10. Reboot
13. Flash Magisk

14. Reboot

## Bug reports

- Create a bug report in the [Issues](https://github.com/davidtrpcevski/LineageOS-Releases/issues) section.

- For easier report, use the Bug report template.

- Please include full logs when you report bugs. Bug reports without logs will be closed and ignored!

## FAQ

1. Why are you building LineageOS 16.0 when there is an official support?

- I'd rather flash MIUI than to use those builds with those trees.
- I'd rather flash MIUI than to use those builds with those trees.

2. What's different from official builds?

- I'm adding few things here and there that which you can check in the changelogs and they are available my GitHub repos.
- I'm adding few things here and there that I need and which you can check in the changelogs and they are available my GitHub repos.

3. Does it support Over-the-Air updates?

- Yes!
- Yes!

4. Will your builds pass the root check, CTS and wont have problems with banking apps?
4. Will your builds pass the root check, CTS and won't have problems with banking apps?

- Yes, the builds are signed with personal keys and are using release-keys for build tag!
- Yes, the builds are signed with personal keys and are using release-keys for build tag!

5. Awesome, what can I do to switch from official to your builds?
5. Awesome, what can I do to switch to your builds?

- Back up your data and clean flash the build. Then just sit and enjoy!
- If coming from other ROM, back up your data and clean flash the build. Then just sit and enjoy!

6. I have encountered a bug, whan can I do?
6. Can I dirty flash these builds, i.e. not wiping my data?

- Create a bug report in the Issues section. Bug reports without logs will be closed and ignored!
- I personally don't recommend to dirty flash between builds, but there are reports from users that it worked for them. I am not responsible for any data loss or malfunction if you go with this route.

7. Why did you close your threads at XDA and leave?

- Because of their greedy behaviour at making money, slow load and reponse or not loading at all and the arrogant interaction between the staff and users.
- Because of their greedy behaviour at making money, slow load and reponse or not loading at all and the arrogant interaction between the staff and users.

8. I like your builds, how can I support you?

- First of all, thank you so much! Yes, you can support me by donating to the PayPal link below.
- First of all, thank you so much! Yes, you can support me by donating to the PayPal link below.

## Donations

- [PayPal Donation Link](https://www.paypal.me/CiggyDevs)

- [Be my Patreon](https://www.patreon.com/lilblinx)

## Sources

- [Kernel Tree](https://github.com/davidtrpcevski/kernel_xiaomi_msm8953)
Expand Down

0 comments on commit 444877d

Please sign in to comment.