Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fakemanoan authored Sep 12, 2023
1 parent 6753097 commit df66231
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WARNING: THIS IS CUSTOM FIRMWARE, WHICH VOIDS THE WARRANTY OF YOUR DEVICE. I AM
ANDROID 12L IS VERY UNSUPPORTED. BUGS AND PERFORMANCE ISSUES MAY ARISE COMPARED TO PREVIOUS VERSIONS

# Installation instructions
1) Boot to your custom recovery
1) Boot to your custom recovery (I am using TWRP)
2) Wipe Caches, Data, System
3) Flash/sideload release
4) Flash gapps/magisk if necessary
Expand All @@ -17,17 +17,29 @@ There are several options for gapps. We want ARM64 and Android 12.1
- MindTheGapps can be made to work by modifying the installer zip file. You can get a pre-modified one in this releases section also.

# Reporting a bug/issue
If you encounter a bug, glitch or issue with the ROM, submit a bug report. Please at the very minimum ensure you contain this information:
- Device info
- Model (ie zerofltexx/G920F)
If you encounter a bug, glitch or issue with the ROM, submit a bug report. At a minimum, ensure you contain this information:
Device info
- Model (device code name [zerofltexx] or model [G920F] will suffice)
- Android version
- Build version (date of build)
- Build version (date of build you used)
Issue
- Description of the issue
- Is it reproducible? If so post the steps of how you replicated it
- Necessary logs (logcat -b all, dmesg, last_kmsg, app crash logs etc)
- If possible, a temporary workaround or fix that helped you
- If necessary, include screenshots

If you do not attempt to explain the issue you are having clearly, or post low effort bug reports lacking info, I will close them.
Posting bug reports without the required info may result in me closing it. If I don't have the right info, I can't fix it.

Don't post bug reports if:
- You are having a LineageOS specific issue (ie you want a different launcher)
- A similar bug report is open
- You are asking for an ETA for a build/device

# Unsupported configs
If you use a custom kernel, or any other kernel or boot.img that doesn't come with the ROM, expect bugs and issues to arise. I will not fix problems present in other kernels, as it is too time consuming and too much effort for me to do. Using older kernels can cause no boot, no bluetooth among other issues.
I provide support to my ROMs based on how they come out of the box. If you;
- Install root
- Xposed or similar mods
- Custom Kernels
- Install on an unsupported device (see compatability.md for supported devices)
I will not provide support. It would be too time consuming for me to do so. Hope you understand.

0 comments on commit df66231

Please sign in to comment.