[ROM][8.1.0][UNOFFICIAL][OCE] Resurrection Remix OS [6.2.1] [FINAL]

Search This thread

migueljerico

Senior Member
Feb 22, 2011
123
46
Zaragoza
sorry i posted that for the people that wanted 1080 at 60fps
how can i make it 200mb
You must change "bitRate" from "33000000" to the number you want but files will become very big and maybe other phones could not be able as ours to play these files. From 30 to 50 it's a very very good quality and almost doubles stock quality.

<EncoderProfile quality="1080p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="33000000"
width="1920"
height="1080"
frameRate="60" />
<Audio codec="aac"
bitRate="192000"
sampleRate="48000"
channels="2" />
 

neptun2

Senior Member
Jul 25, 2009
433
189
I wonder one thing. Now that we have full access to the device is it possible to add project treble support with this ROM? If so future OS upgrades would be much easier.
 

tarkzim

Recognized Developer
Feb 11, 2015
2,365
4,853
Kaohsiung
Sony Xperia Z
HTC One (m7)
I wonder one thing. Now that we have full access to the device is it possible to add project treble support with this ROM? If so future OS upgrades would be much easier.
Treble is a hardware level feature, like additional partitioning, it's basically not possible for our device and dangerous to repartition it, so no treble for this device, sorry.
 

migueljerico

Senior Member
Feb 22, 2011
123
46
Zaragoza
4K recording 120 fps
 

Attachments

  • Screenshot_Reproductor_MX_20181012-165655.jpg
    Screenshot_Reproductor_MX_20181012-165655.jpg
    182.6 KB · Views: 113
  • Like
Reactions: minhnewpro

panda968

Senior Member
Aug 24, 2013
569
115
rockingham
You are using stock RR Camera or Google Camera?

He has edited the media profile xml

---------- Post added at 07:47 AM ---------- Previous post was at 07:45 AM ----------

4K recording 120 fps

Hey mate could you please send me in msg your media profile XML I tried to get the 120 and 60fps plus the better nitrate then camera stopped working


I also found in the leedroid they are all the same low frames and mono sound and not even 192kb
 

migueljerico

Senior Member
Feb 22, 2011
123
46
Zaragoza
You are using stock RR Camera or Google Camera?

GCam-5.1.018-Pixel2Mod-Arnova8G2-V8.3bfix.apk is the version of Google Camera that I'm using but I modded some files to do some tests and it supports 4K 120 fps 256 kbps stereo recording (that's crazy).

We have an impressive camera and hardware with a crap software.

I still can't make Android Auto to start, I've read that it's related to LineageOS, if someone can help me it will be highly appreciated.

---------- Post added at 02:07 AM ---------- Previous post was at 01:55 AM ----------

He has edited the media profile xml

---------- Post added at 07:47 AM ---------- Previous post was at 07:45 AM ----------



Hey mate could you please send me in msg your media profile XML I tried to get the 120 and 60fps plus the better nitrate then camera stopped working


I also found in the leedroid they are all the same low frames and mono sound and not even 192kb

You only have to modify this:

<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="200000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
minFrameRate="15" maxFrameRate="240" />

and

<AudioEncoderCap name="aac" enabled="true"
minBitRate="758" maxBitRate="288000"
minSampleRate="8000" maxSampleRate="48000"
minChannels="1" maxChannels="2" />

I think if we increase audio maxBitRate to 320 kbps it will reach them in Snap Camera apk. Google reachs 256 kbps and I set video maxFrameRate to 240fps but it only reaches 120 fps.

You can use Google Camera or Snap Camera with maximum video frames check enabled and it will record always in 120 fps.
 

panda968

Senior Member
Aug 24, 2013
569
115
rockingham
GCam-5.1.018-Pixel2Mod-Arnova8G2-V8.3bfix.apk is the version of Google Camera that I'm using but I modded some files to do some tests and it supports 4K 120 fps 256 kbps stereo recording (that's crazy).

We have an impressive camera and hardware with a crap software.

I still can't make Android Auto to start, I've read that it's related to LineageOS, if someone can help me it will be highly appreciated.

---------- Post added at 02:07 AM ---------- Previous post was at 01:55 AM ----------



You only have to modify this:

<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="200000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
minFrameRate="15" maxFrameRate="240" />

and

<AudioEncoderCap name="aac" enabled="true"
minBitRate="758" maxBitRate="288000"
minSampleRate="8000" maxSampleRate="48000"
minChannels="1" maxChannels="2" />

I think if we increase audio maxBitRate to 320 kbps it will reach them in Snap Camera apk. Google reachs 256 kbps and I set video maxFrameRate to 240fps but it only reaches 120 fps.

You can use Google Camera or Snap Camera with maximum video frames check enabled and it will record always in 120 fps.

I can get the audio up that's it :(
Could you please send your XML file thanks
 

minhnewpro

Senior Member
Dec 6, 2014
950
290
26
Hải Dương
GCam-5.1.018-Pixel2Mod-Arnova8G2-V8.3bfix.apk is the version of Google Camera that I'm using but I modded some files to do some tests and it supports 4K 120 fps 256 kbps stereo recording (that's crazy).

We have an impressive camera and hardware with a crap software.

I still can't make Android Auto to start, I've read that it's related to LineageOS, if someone can help me it will be highly appreciated.

---------- Post added at 02:07 AM ---------- Previous post was at 01:55 AM ----------



You only have to modify this:

<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="200000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
minFrameRate="15" maxFrameRate="240" />

and

<AudioEncoderCap name="aac" enabled="true"
minBitRate="758" maxBitRate="288000"
minSampleRate="8000" maxSampleRate="48000"
minChannels="1" maxChannels="2" />

I think if we increase audio maxBitRate to 320 kbps it will reach them in Snap Camera apk. Google reachs 256 kbps and I set video maxFrameRate to 240fps but it only reaches 120 fps.

You can use Google Camera or Snap Camera with maximum video frames check enabled and it will record always in 120 fps.

It show 120fps but not smooth, seem like 30fps
 

panda968

Senior Member
Aug 24, 2013
569
115
rockingham
GCam-5.1.018-Pixel2Mod-Arnova8G2-V8.3bfix.apk is the version of Google Camera that I'm using but I modded some files to do some tests and it supports 4K 120 fps 256 kbps stereo recording (that's crazy).

We have an impressive camera and hardware with a crap software.

I still can't make Android Auto to start, I've read that it's related to LineageOS, if someone can help me it will be highly appreciated.

---------- Post added at 02:07 AM ---------- Previous post was at 01:55 AM ----------



You only have to modify this:

<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="200000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
minFrameRate="15" maxFrameRate="240" />

and

<AudioEncoderCap name="aac" enabled="true"
minBitRate="758" maxBitRate="288000"
minSampleRate="8000" maxSampleRate="48000"
minChannels="1" maxChannels="2" />

I think if we increase audio maxBitRate to 320 kbps it will reach them in Snap Camera apk. Google reachs 256 kbps and I set video maxFrameRate to 240fps but it only reaches 120 fps.

You can use Google Camera or Snap Camera with maximum video frames check enabled and it will record always in 120 fps.

I don't know if my msg went though my email is dubstep968@gmail.com
 

migueljerico

Senior Member
Feb 22, 2011
123
46
Zaragoza
Tethering does not work with this rom.

Can you please fix it? It connects but no data transfer at all.

Thank you.

---------- Post added at 02:05 PM ---------- Previous post was at 01:53 PM ----------

Tethering does not work with this rom.

Can you please fix it? It connects but no data transfer at all.

Thank you.

Found the problem.

Have to modify the apn and include dun, in my case default, supl, dun.

If this happens to somebody else, that's the solution.
 

tarkzim

Recognized Developer
Feb 11, 2015
2,365
4,853
Kaohsiung
Sony Xperia Z
HTC One (m7)
Tethering does not work with this rom.

Can you please fix it? It connects but no data transfer at all.

Thank you.

---------- Post added at 02:05 PM ---------- Previous post was at 01:53 PM ----------



Found the problem.

Have to modify the apn and include dun, in my case default, supl, dun.

If this happens to somebody else, that's the solution.

thanks for your workaround, i'm currently working on LOS16 so i can't test this right now.
 

migueljerico

Senior Member
Feb 22, 2011
123
46
Zaragoza
Tethering does not work with this rom.

Can you please fix it? It connects but no data transfer at all.

Thank you.

---------- Post added at 02:05 PM ---------- Previous post was at 01:53 PM ----------



Found the problem.

Have to modify the apn and include dun, in my case default, supl, dun.

If this happens to somebody else, that's the solution.

thanks for your workaround, i'm currently working on LOS16 so i can't test this right now.

Thank you for your work as always.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    sTkj9mN0dwnIefoWAdNvEFz-rgmYvGczd2YfbFPGdnikEEZhyp9eUl-PpvEKJarVFy9pWxBvfe-Rjg=w720-h480-rw-no


    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 us for messing up your device, we will laugh at you.
     *
     */
    Introduction
    Resurrection Remix the ROM has been based on LineageOS ,slim.omni and original Remix ROM builds, this creates an awesome combination of performance, customization, power and the most new features, brought directly to your Device

    Bugs

    What's working:
    • Boot
    • Fingerprint Sensor
    • Camera / Camcorder
    • GPS / GNSS
    • RIL (LTE/Dual SIM/SMS)
    • In-Call Voices/Mic
    • WiFi
    • Hotspot (2.4Ghz / 5Ghz)
    • Bluetooth
    • Bluetooth Headphone
    • USB (ADB/MTP/PTP)
    • Audio (Top and Bottom speaker)
      [*]Audio recording (Camera recorder / Mic recording apps) - worked for me after cleaning caches.
    • Type-C Headphone Audio (works for me with 3rd-party adapter)
    • Video Playback
    • NFC (Google Pay works!)
    • Sensors
    • Touch

    What's not working:
    • Secondary Screen (no implementation for AOSP, but i have shifted it to fit the main screen)
    • Double Tap to Wake
    • VoLTE/ViLTE/VoWiFi (not-tested)

    Installation instructions

    • Upgrade to Stock Oreo Rom!
    • Download the zip(s).
    • Install a compatible Recovery
    • Perform a NANDroid backup of your current ROM (Optional)
    • Wipe data & cache partitions and FORMAT DATA from TWRP of your device (required when coming from stock!).
    • Flash ROM.
    • Optional: Install the Google Apps addon package.
    • Optional: Install Magisk for Root.

    Supported models:
    • ocedugl, ocedtwl, oceuhl

    Downloads
    Recovery : Official TWRP
    Gapps : Open Gapps 8.1
    Rom : Download

    Sources
    oce device tree: oce
    oce kernel tree: oce kernel
    htc vendor tree: vendor tree

    Donate
    DONATE To Me

    Big Thanks
    • LineageOS Team.
    • RR Team.
    • all PME (HTC 10) contributors.

    XDA:DevDB Information
    RR Oreo for U Ultra, ROM for the HTC U Ultra

    Contributors
    tarkzim
    Source Code: https://github.com/ResurrectionRemix

    ROM OS Version: 8.x Oreo
    ROM Kernel: Linux 3.x
    ROM Firmware Required: Stock 8.0.0
    Based On: LineageOS, Resurrection Remix

    Version Information
    Status: Stable

    Created 2018-09-29
    Last Updated 2019-01-16
    5
    Changelogs

    2019/01/17
    • Updated to Android 8.1.0_r52 with December Security Patches.
    • Upstream updates and fixes.
    • KCAL: set default RGB values to 220, 220, 220 on boot to prevent burn-in issues.
    • Updated Kernel to 3.18.132 & update CPU sched drivers.
    • Set minimal clock of GPU to 133Mhz.
    • Added missing ocedtwl RIL blob.
    This is the FINAL build of RR Oreo, just for who still using this ROM and want some latest updates.

    2018/10/22
    • Fixed Audio issues of previous build.

    2018/10/05
    • Updated to RR 6.2.1
    • Upstream updates and fixes.
    • Fixed In-Call Audio / Mic.
    • Fixed 5GHz Hotspot.
    • Fixed CPU Frequency issues.
    • Fixed UI Lags.
    • Fixed SIM Card disabling feature.
    • Temp-Fix for Speaker : PATCH

    2018/09/30
    • Fixed Sensors!
    • Fixed Idex Fingerprint Sensor.
    • Add Snap Camera.

    2018/09/29
    • initial build RR 6.2.0 for oce.
    3
    Screenshots

    Screenshots here!
    3
    new build released

    • Updated to RR 6.2.1
    • Upstream updates and fixes.
    • Fixed In-Call Audio / Mic.
      [*]Microphone recording is broken, including camera recorder and audio recording apps. (not really sure about this, it worked for me after cleaning caches)
    • Fixed 5GHz Hotspot.
    • Fixed CPU Frequency issues.
    • Fixed UI Lags.
    • Fixed SIM Card disabling feature.
    2
    Is los16 for our device that would be awesome

    yeah it is, but very unstable for now so i won't release that soon.