[OREO][8.1]Unofficial OmniROM [OTA][D5803/5833]

Search This thread

devil188

Senior Member
Sep 23, 2012
299
289
Right behind you
https%3A%2F%2Fimg.xda-cdn.com%2FQMOhAuhMvBIuSfeAwtPWFiw3efw%3D%2Fhttps%253A%252F%252Favatars2.githubusercontent.com%252Fu%252F5341305%253Fv%253D3%2526s%253D200

Unofficial OmniROM OREO for Z3C (aries)​
Brought to you by @nailyk
Know someone with a Z3? Send them over to this thread
Classic disclaimer:
Code:
/*
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/
Features:
OTA Updates:
  • We've activated OTA updates, so you can be sure to get the latest updates for your device!
Unique, customizable features with OmniGears:
  • Control the brightness by swiping across status bar!
  • Set your own actions for hard- and software buttons!
  • Change the style of your device, thanks to substratum support! (dark theme already included)
  • Crop your screenshot right after you took one!
  • ...and much more!
Switch your apps with OmniSwitch
  • Forget the recents drawer, you can switch your apps by swiping from the edge of the screen!
  • Customizable, with cool extra features!
  • And of course completely OPTIONAL! Switch it on the go without restarting your device!
...

Prerequisites:
  • Sony Z3 Compact (aries)
  • UNLOCKED Bootloader
  • Latest TWRP release


Install guide:

Still on stock fw?:

  • Make sure you're on 23.5.A.1.291, if not, download and flash it with Flashtool.
  • Flash the latest TWRP (3.1.xx) in fastboot (fastboot flash FOTAKernel twrp_***.img)
  • When you're done, follow the next points below this spoiler.
  • Enter recovery mode (HOLD VOL DOWN + POWER while device is off)
  • WIPE /system, /data, /cache, dalvik cache
  • SELECT the ROM zip and flash it
  • (Optional) Flash GApps: (http://opengapps.org/)
  • (Optional) Flash any other extras (root: look below the guide)
  • Reboot into system and wait for boot (it'll take some time, don't worry)

Root:
  • For root, we suggest that you use phhSuperUser, as it is fully open sourced and it works fine with OmniROM: phhSuperUser thread
  • Alternatives are Magisk (Click here) and SuperSU.


Downloads:

Latest build:
Read post #2 to check what bugs are currently on the latest build!



Want to report bugs?

  • Give us logs using dmesg or logcat (clear logs first before reproducing the problem with "adb logcat -c")
  • Rebooting problems? Provide last_kmsg
  • Written explanations only with a way to reproduce the bug

XDA:DevDB Information
OmniROM, ROM for the Sony Xperia Z3 Compact

Contributors
devil188, nailyk, Dobsgw
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.x

Version Information
Status: Beta

Created 2017-10-29
Last Updated 2018-03-27
 
Last edited:

devil188

Senior Member
Sep 23, 2012
299
289
Right behind you
Changelog:
2018-06-16 release:
REQUIRES A FULL WIPE!
TWRP dirty fix for zip flashing.
Attempt to fix camera record (not working!)
Solve reboot to recovery
Periodicals updates
Switching to enforce mode (selinunx)




2018-03-20 release:
Partial Changelog
Lot of audio changes,
Video record fixed (some problems remain, like format, green bar, etc),
Some not-fully-tested power patches.
2018-01-01 release:
Lot of code cleaning,
some fixes about audio, & gps.
New issue about 4G connection: you need to connect to a wifi network before it became available (if you do not have nearly trusted wifi, turning on AP works too. )

2017-12-07 release:
Lot of change for camera (video record still broken)
Lot of sepolicy changes (next release will be enforcing so please report your denials logs)
Change for GPS. Should work but expect problems anyway.
SystemUI tuner should be working again.
Small change to make external sd mountable while using unix file-system. Still not able to write on it for now.
2017-11-03 release:
Multiple merges:
2017-10-31:
OTA updates
2017-11-03:
Fix video recording (26562)
Fix aries bootanim size (26515)
2017-11-01 release:
Minor fixes:
Restore D2TW from 26502 & 26504
Attempt to fix AP with 26524
Enable Messaging app (26526) & FM app (26527)


Currently known issues and their fixes:
ERROR 7 while flashing in TWRP
- Flash the correct TWRP or delete the getprop() in updater-script.

Video recording not working
- Now partially working, some bugs may occur!

Problems with MicroG
- https://forum.xda-developers.com/showpost.php?p=74341878&postcount=9

5GHz Wi-Fi networks not working
- There are reports that 5GHz Wi-Fi networks not getting detected, we can't reproduce this problem though. Currently looking into this.

Sources:

https://github.com/nailyk-fr/local_manifests/blob/android-8.0/x-roomservice.xml
https://github.com/omnirom
https://gerrit.omnirom.org/
 
Last edited:

devil188

Senior Member
Sep 23, 2012
299
289
Right behind you
How to report

How to post
  • Reports without logs or step to reproduce are useless (read contribute).
  • You are welcome to post your review: what is working, not working, etc... Check into know issues before.
  • You are welcome to report any typo, error, etc...
Try to keep thread clean as a dev reference. Thanks in advance.​

How to report problems
cat1-1-.jpg
To report problem, please provide logs.
It is always better to include reference to the Installed version. This guide is really detailed and explained everything about bug reports.
If you have any doubts, take the most logs. There is never enough logs ;)

How to get logs
  • If your device is not booting at all, we need information about how you flash and all the handling you do, the display status, light status, and if available a dump of /proc/last_kmesg*
  • If you have a non working peripheral (non-working radio/wifi/etc...) please provide a full logcat and full dmesg, example:
    Code:
    adb reboot
    adb wait-for-device
    adb shell dmesg > dmesg.log
    adb logcat -d > logcat.log
  • If you have a non working app please provide a partial logcat:
    Code:
    adb reboot
    adb wait-for-device
    adb logcat -c
    <launch your app>
    adb logcat -d > logcat.log
  • On this rom, there is a script who detect device at install time and provide the right functions for single or dual sim. If you have modem problems (like data not working or no signal) please also provide the /tmp/recovery.log.:
    If you have ADB access to your device in twrp just use
    Code:
    adb pull /tmp/recovery.log .
    after flashing omnirom.
    If you do not have ADB access use the 'copy to SD' button in the advanced tab, then transfer it the way you like.
  • then upload your files to a service like pastebin.com / paste.omnirom.org

How to contribute
  • Code is like hieroglyphs for me:
No worries you can contribute anyway! Install the rom, do tests, read failure logs, look at internet for potential fix/similar users experience, is the biggest part of debugging. Then collect all of this and write your results here.
  • Code is like hieroglyphs for me and logs are worst:
No problem, collects logs the right way if you can, explain how you encounter the problem: detailed step to reproduce could be enough: explain exactly how you encounter the error/problem, it should produce each time someone repeat your steps. Then we will be able to fix it.
 
Last edited:

marcogiannetta

Senior Member
Sep 29, 2012
255
168
Sony Xperia Z3 Compact
Xperia XZ2
Amazing, I'm testing right now.
-It's quite fast (maybe a bit laggy in Settings app)
-Calls/SMS ok
-Wi-Fi working (both 2.4 and 5 GHz)
-Camera taking pictures, but not videos (as stated in post #2)
-Mobile data working (2G, 3G, LTE)
-Bluetooth working! I successfully connected to my JBL Go
-DoubleTapToWake not working
-Auto brightness not working here, good Night Mode
-Audio is quite loud, very good! (good inCall and loudspeaker volumes too)
-Screen rotation working
-64GB microSD correctly detected
-only around 5.5 GB occupied (without gApps)
-just 23 seconds to boot
-30 minutes of SOT drained about 7% of battery
I'm really tempted to keep this ROM, but I'll wait for it to get even more stable than now.
Oreo seems a way better than Nougat.
Thanks dev for this :good::good::good:
 
D

Dinkec27

Guest
When video recording gets fixed I am installing this ROM,I already see good reviews so hoping it gets fixed soon.
Great job dev!
 

Kunqa

Member
Aug 31, 2017
31
6
Awesome work guys, bluetooth works.
Hope we got Lineage or AOSP ROM soon.
 

Attachments

  • Screenshot_20171029-230842.jpg
    Screenshot_20171029-230842.jpg
    148.2 KB · Views: 8,121
  • Screenshot_20171029-230849.jpg
    Screenshot_20171029-230849.jpg
    50.3 KB · Views: 8,014
  • Screenshot_20171029-230919.png
    Screenshot_20171029-230919.png
    59.1 KB · Views: 7,972
  • Screenshot_20171029-230936.png
    Screenshot_20171029-230936.png
    75.6 KB · Views: 7,508
  • Screenshot_20171029-144821.png
    Screenshot_20171029-144821.png
    49.3 KB · Views: 7,339

levone1

Senior Member
Dec 28, 2014
3,827
1,477
So far so good... What I've noted:
- 'unknown sources' option in security settings is done away with. Now is a pop-up dialog included in pkg mgr.
- Settings layout is different. Main dashboard more condensed, with several options now in sub-settings.
- Signature spoofing ability included without patch, but Micro G still showing not active. Not sure what to do to activate it. SELinux already permissive; I don't see any option in settings...
- phh's Superuser working fine, (my preferred root).

Thanks

---------- Post added at 08:24 PM ---------- Previous post was at 07:55 PM ----------

Figured out the Micro G issue, (feel stupid because I already went through this with another ROM and forgot about it...) Just tap on the unchecked box in Micro G settings and allow permission in the pop-up box.
Now Micro G working fine...
 

Attachments

  • Screenshot_20171029-202431.png
    Screenshot_20171029-202431.png
    110.5 KB · Views: 5,214
  • Screenshot_20171029-203301.png
    Screenshot_20171029-203301.png
    67 KB · Views: 5,203
  • Screenshot_20171029-203545.png
    Screenshot_20171029-203545.png
    52.6 KB · Views: 5,159
  • Screenshot_20171029-203552.png
    Screenshot_20171029-203552.png
    69.9 KB · Views: 4,868
Last edited:
  • Like
Reactions: AndroidenKalle

yo7fb

Member
Apr 18, 2009
48
8
Already approx 24h on. I am really pleased surprise, she isn't perfect but come on!! ,is Alfa release, and come so early after officially released!
Normally installed, on get gaps I have same treble, usually use aroma install, but don't past a way,finely successful with pico, magisk , and now I am a happy campers.
Tks a loot for this!
Stock camera working, no recording.(just flash)
 
Last edited:

levone1

Senior Member
Dec 28, 2014
3,827
1,477

Attachments

  • Screenshot_20171030-163703.png
    Screenshot_20171030-163703.png
    222.8 KB · Views: 2,027
Last edited:
  • Like
Reactions: alf-endy

madvinegar

Senior Member
May 17, 2016
723
355
Piraeus
Tried the rom. Many congrats for the good work and thank you.
I cannot get the 5ghz networks to show up.
Also double tap to wake does not work.
And, the camera, even if does not FC when taking video, it does not store it anywhere.

Finally I get an error message as soon as the phone boots up to android. "Cell broadcast has stopped".

I will be following closely this thread. Keep up the good work!!!
 
Last edited:

devil188

Senior Member
Sep 23, 2012
299
289
Right behind you
Tried the rom. Many congrats for the good work and thank you.
I cannot get the 5ghz networks to show up.
Also double tap to wake does not work.
And, the camera, even if does not FC when taking video, it does not store it anywhere.

Finally I get an error message as soon as the phone boots up to android. "Cell broadcast has stopped".

I will be following closely this thread. Keep up the good work!!!

5GHz networks are showing up for me, double tap to wake works too. And that's what we meant with "video recording not working" ;)
If possible, give us a logcat so we can take a look at that problem of yours.
 
  • Like
Reactions: marcogiannetta

Top Liked Posts

  • There are no posts matching your filters.
  • 65
    https%3A%2F%2Fimg.xda-cdn.com%2FQMOhAuhMvBIuSfeAwtPWFiw3efw%3D%2Fhttps%253A%252F%252Favatars2.githubusercontent.com%252Fu%252F5341305%253Fv%253D3%2526s%253D200

    Unofficial OmniROM OREO for Z3C (aries)​
    Brought to you by @nailyk
    Know someone with a Z3? Send them over to this thread
    Classic disclaimer:
    Code:
    /*
    * Your warranty is now void.
    *
    * We are not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at me for messing up your device, I will laugh at you.
    *
    */
    Features:
    OTA Updates:
    • We've activated OTA updates, so you can be sure to get the latest updates for your device!
    Unique, customizable features with OmniGears:
    • Control the brightness by swiping across status bar!
    • Set your own actions for hard- and software buttons!
    • Change the style of your device, thanks to substratum support! (dark theme already included)
    • Crop your screenshot right after you took one!
    • ...and much more!
    Switch your apps with OmniSwitch
    • Forget the recents drawer, you can switch your apps by swiping from the edge of the screen!
    • Customizable, with cool extra features!
    • And of course completely OPTIONAL! Switch it on the go without restarting your device!
    ...

    Prerequisites:
    • Sony Z3 Compact (aries)
    • UNLOCKED Bootloader
    • Latest TWRP release


    Install guide:

    Still on stock fw?:

    • Make sure you're on 23.5.A.1.291, if not, download and flash it with Flashtool.
    • Flash the latest TWRP (3.1.xx) in fastboot (fastboot flash FOTAKernel twrp_***.img)
    • When you're done, follow the next points below this spoiler.
    • Enter recovery mode (HOLD VOL DOWN + POWER while device is off)
    • WIPE /system, /data, /cache, dalvik cache
    • SELECT the ROM zip and flash it
    • (Optional) Flash GApps: (http://opengapps.org/)
    • (Optional) Flash any other extras (root: look below the guide)
    • Reboot into system and wait for boot (it'll take some time, don't worry)

    Root:
    • For root, we suggest that you use phhSuperUser, as it is fully open sourced and it works fine with OmniROM: phhSuperUser thread
    • Alternatives are Magisk (Click here) and SuperSU.


    Downloads:

    Latest build:
    Read post #2 to check what bugs are currently on the latest build!



    Want to report bugs?

    • Give us logs using dmesg or logcat (clear logs first before reproducing the problem with "adb logcat -c")
    • Rebooting problems? Provide last_kmsg
    • Written explanations only with a way to reproduce the bug

    XDA:DevDB Information
    OmniROM, ROM for the Sony Xperia Z3 Compact

    Contributors
    devil188, nailyk, Dobsgw
    ROM OS Version: 8.x Oreo
    ROM Kernel: Linux 3.x

    Version Information
    Status: Beta

    Created 2017-10-29
    Last Updated 2018-03-27
    17
    release 2018-01-01

    Woah there! Happy new year guys, we're now up and running on 8.1!
    Changelog:
    Code:
    * Lot of code cleaning, 
    * some fixes about audio, & gps. 
    * New issue about 4G connection: you need to connect to a wifi network before it became available (if you do not have nearly trusted wifi, turning on AP works too. )
    * Full treble device
    * Clean camera code
    * Reworked devices trees
    * Add APTX support
    
    Known Issues:
    * Vid Rec still broken
    * 5GHz networks not recognized (need logs!)

    You should get an OTA update from OpenDelta, if not, just download the ROM zip file, it is in the OP.
    If you're running into performance problems, try rebooting the system first.
    A full wipe is recommended!

    GApps for 8.1: https://cloud.kenzoroms.club/?dir=opengapps (XDA: https://forum.xda-developers.com/redmi-note-3/development/gapps-opengapps-t3720449)

    Shoutout to the crew:
    @Diewi , @mcgi5sr2 , @rcstar6696 , @Derfelot , @nailyk, @davze , @Dobsgw !

    Have a great day :)
    16
    z3c donation

    Just received @funiewski z3c
    Many thanks to him !

    Hope will be able to maintain our devices for a long time!
    15
    2018-06-16 release

    Grumbling:
    unable to login into androifilehost so files will only be available on my VPS.​

    Release:

    Notes:
    Not provided through OTA because it require a full wipe .
    As usual please keep being kind, read the first 3 posts.​

    Thanks all for logs providing and help moving to enforced.

    Change log:
    TWRP dirty fix for zip flashing.
    Attempt to fix camera record (not working!)
    Solve reboot to recovery
    Periodicals updates
    Switching to enforce mode (selinunx)​

    All devs are busy AFK but we are not forgetting you ;)
    Hope you will enjoy this release.
    15
    2018-03-20 release

    OTA Coming.
    There is a bug with TWRP booting.
    Ensure you are on the latest bootloader (search this thread or see https://forum.xda-developers.com/z3/general/guide-xperia-z-boot-process-explained-t3359510 )

    Partial Changelog
    • Lot of audio changes,
    • Video record fixed (some problems remain, like format, green bar, etc),
    • Some not-fully-tested power patches.

    Many thanks to @Diewi (he is totally working alone on shinano as I have no time) and the whole OmniRom team.
    Thanks to @mickybart, @AdrianDC, @rcstar6696, @demon000, @Diewi and everyone else who worked on the video record fixes.

    As usual take a backup before flashing (full /system wipe required here),
    Post useful reports (see #3) and enjoy their hard work and countless hours spent on our devices.

    P.S.: for people coming from HOMEMADE release: take a backup, download the ota from the output folder, take a backup, dirty flash should be fine, take a bacup, do not forget to wipe /system. Take a backup.