• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM][BETA][8.1] Slim8 [ocn]

Flinny

Recognized Developer
Nov 22, 2011
2,251
8,396
0
44
Sunderland


SlimRoms is a custom android operating system. Our main goal is to offer users a slimmed down yet feature rich alternative to other android operating systems.
The entire SlimTeam work together to bring you this tailor-made beauty straight from Android Open Source Project (AOSP) source code.
All of the sources can be publicly viewed through GitHub and you can stop by our public Gerrit to submit patches of any type.

Slim8 is the project name for SlimRoms based on Android 8.1 Oreo and offers the following original features:
  • Slim Navbar & Hardware key rebinding
    • ​Single tap action,​​ ​long press action, double tap action!-We’ve got you covered.
  • Slim Actions & Chamber of secrets
    • ​Customize your device to the fullest​​ ​-You’re a wizard!
  • SlimRecents
    • ​A Faster alternative to stock recents ​-Your device, your choice.
  • SlimLauncher
    • ​​An​ ​Open​ ​source,​ ​feature​ ​filled​ ​launcher!​​ ​-Make yourself at home
  • Status bar customization
    • ​Clock and Date? Battery? ​-More​ ​fun​ ​than​ ​you​ ​can​ ​shake​ ​a​ ​stick​ ​at.

Important links:

slimroms.org - Our official website and your source for anything SlimRoms related.

Downloads - Slimify your device!

Installation instructions - Follow these steps if you want SlimRoms on your device.

FAQ - Have a question? Consider reading our FAQ first, you might find your answer there!.

Report-bugs - Found a bug? Send it our way!

Kernel Source - u11 kernel source.

Get in touch! - You can contact SlimRoms at these places if you have questions, requests or feedback.

Google+

Twitter

Facebook

Disclaimer: We are not responsible for any damages to your device.

XDA:DevDB Information
SlimRoms u11 8.x, ROM for the HTC U11

Contributors
Flinny, Slimroms
Source Code: https://github.com/htc-msm8998/device_htc_ocn

ROM OS Version: 8.x Oreo
ROM Kernel: Linux 4.x
ROM Firmware Required: OREO
Based On: Slimroms

Version Information
Status: Testing

Created 2018-02-25
Last Updated 2018-02-25
 
Last edited:

Flinny

Recognized Developer
Nov 22, 2011
2,251
8,396
0
44
Sunderland
PRE-ALPHA

Ok flash at your own risk, backup and take a backup of said backup before flashing!

1). Coming from stock you will need to format DATA due to encryption changes. Yes, that means fully, and yes you will lose anything on internal storage so back it up!
2). Tell me about issues and what's broken but don't expect an immediate fix. If you can't live with it (or even better provide a fix) until I get around to looking at it then restore your stock backup for the time being and come back later.
3). If you have an issue, make sure it's reproducible on a clean flash+gapps without additional modifications (apps+magisk etc) before reporting it. I'll request logs from a clean build if I can't reproduce the problem before looking into anything!
4). Have fun.

Downloads.

ROM - Beta 1
MD5 - Beta 1

ROM - Alpha 8
MD5 - Alpha 8
ROM - Alpha 7
MD5 - Alpha 7
ROM - Alpha 6
MD5 - Alpha 6

Gapps. I've now switched to using Open Gapps for 8.1 nano/pico

Nick.
 
Last edited:

aadeshiscool

Senior Member
Jun 21, 2015
194
15
0
Update twrp ;)
I thought i had the latest version lol. I will update now and try again and thanks for the quick reply and also i dont need to delete my internal storage right?

---------- Post added at 01:24 AM ---------- Previous post was at 12:58 AM ----------

Update twrp ;)
Still getting the same error even after installing twrp 3.2.1. What version are you using?
 

Flinny

Recognized Developer
Nov 22, 2011
2,251
8,396
0
44
Sunderland
I thought i had the latest version lol. I will update now and try again and thanks for the quick reply and also i dont need to delete my internal storage right?

---------- Post added at 01:24 AM ---------- Previous post was at 12:58 AM ----------



Still getting the same error even after installing twrp 3.2.1. What version are you using?
I've got 3.2.1-2 installed. And yes you'll have to wipe/format data due to encryption changes.
 

Flinny

Recognized Developer
Nov 22, 2011
2,251
8,396
0
44
Sunderland
Is it easy to fix? (have no idea about these things lol)
I see what I've done... if you open the zip and edit the updater-script in META-INF/com/google/android

look for the following lines

rename("vendor/lib64/libril-qc-ltedirectdisc.so.dugl", "vendor/lib64/libril-qc-ltedirectdisc.so");
rename("vendor/lib64/libril-qc-qmi-1.so.dugl", "vendor/lib64/libril-qc-qmi-1.so");
rename("vendor/lib64/libril-qc-radioconfig.so.dugl", "vendor/lib64/libril-qc-radioconfig.so");
rename("vendor/lib64/libril-qcril-hook-oem.so.dugl", "vendor/lib64/libril-qcril-hook-oem.so");

try replacing them with

rename("/system/vendor/lib64/libril-qc-ltedirectdisc.so.dugl", "/system/vendor/lib64/libril-qc-ltedirectdisc.so");
rename("/system/vendor/lib64/libril-qc-qmi-1.so.dugl", "/system/vendor/lib64/libril-qc-qmi-1.so");
rename("/system/vendor/lib64/libril-qc-radioconfig.so.dugl", "/system/vendor/lib64/libril-qc-radioconfig.so");
rename("/system/vendor/lib64/libril-qcril-hook-oem.so.dugl", "/system/vendor/lib64/libril-qcril-hook-oem.so");

(forgot there is no /vendor symlink in recovery)
edit... lets go full path...
 

aadeshiscool

Senior Member
Jun 21, 2015
194
15
0
I see what I've done... if you open the zip and edit the updater-script in META-INF/com/google/android

look for the following lines

rename("vendor/lib64/libril-qc-ltedirectdisc.so.dugl", "vendor/lib64/libril-qc-ltedirectdisc.so");
rename("vendor/lib64/libril-qc-qmi-1.so.dugl", "vendor/lib64/libril-qc-qmi-1.so");
rename("vendor/lib64/libril-qc-radioconfig.so.dugl", "vendor/lib64/libril-qc-radioconfig.so");
rename("vendor/lib64/libril-qcril-hook-oem.so.dugl", "vendor/lib64/libril-qcril-hook-oem.so");

try replacing them with

rename("/system/vendor/lib64/libril-qc-ltedirectdisc.so.dugl", "/system/vendor/lib64/libril-qc-ltedirectdisc.so");
rename("/system/vendor/lib64/libril-qc-qmi-1.so.dugl", "/system/vendor/lib64/libril-qc-qmi-1.so");
rename("/system/vendor/lib64/libril-qc-radioconfig.so.dugl", "/system/vendor/lib64/libril-qc-radioconfig.so");
rename("/system/vendor/lib64/libril-qcril-hook-oem.so.dugl", "/system/vendor/lib64/libril-qcril-hook-oem.so");

(forgot there is no /vendor symlink in recovery)
edit... lets go full path...
Ok am trying rn. thx

---------- Post added at 02:36 AM ---------- Previous post was at 02:27 AM ----------

I see what I've done... if you open the zip and edit the updater-script in META-INF/com/google/android

look for the following lines

rename("vendor/lib64/libril-qc-ltedirectdisc.so.dugl", "vendor/lib64/libril-qc-ltedirectdisc.so");
rename("vendor/lib64/libril-qc-qmi-1.so.dugl", "vendor/lib64/libril-qc-qmi-1.so");
rename("vendor/lib64/libril-qc-radioconfig.so.dugl", "vendor/lib64/libril-qc-radioconfig.so");
rename("vendor/lib64/libril-qcril-hook-oem.so.dugl", "vendor/lib64/libril-qcril-hook-oem.so");

try replacing them with

rename("/system/vendor/lib64/libril-qc-ltedirectdisc.so.dugl", "/system/vendor/lib64/libril-qc-ltedirectdisc.so");
rename("/system/vendor/lib64/libril-qc-qmi-1.so.dugl", "/system/vendor/lib64/libril-qc-qmi-1.so");
rename("/system/vendor/lib64/libril-qc-radioconfig.so.dugl", "/system/vendor/lib64/libril-qc-radioconfig.so");
rename("/system/vendor/lib64/libril-qcril-hook-oem.so.dugl", "/system/vendor/lib64/libril-qcril-hook-oem.so");

(forgot there is no /vendor symlink in recovery)
edit... lets go full path...
I did what you told but its showing me updater error 6 here https://drive.google.com/file/d/1udPfAgND_k7n-CQbCTyjoOQnZ_uvct84/view?usp=sharing

edit: my fault did it again got installed succesfully. sorry
 
Last edited:

aadeshiscool

Senior Member
Jun 21, 2015
194
15
0
Looks like you might have a typo, or some strange formatting characters what editor did you use to edit it?
Yep there was a typo, fixed that and the phone successfully rebooted. The problem is the home button and the recents isnt working and also only one swipe down from notification is possible i am not able to view the extra quicktiles. And also when the phone 1st rebooted i was directly taken into a kitkatisque launcher without any initial phone setup process or anything(is that intentional ?) and Also i am not able to add any google account
 
Last edited: