Looks like the 2017 version has a good custom ROM scene going on.... But for this device (2018) only custom Recovery is available. I am wondering if any one will be working on the device or know anyone that is working.... I search for "samsung galaxy a7 2018 kernel source" but looks like Samsung did not release kernel source for this device.
Also what about Exynos version? Is it easy or hard to develop custom ROMs for it.
How is it even possibile that there is no custom rom, no recovery in a phone that looks like is selling like cake. No one want something more from this device? Where are all the devs ?
maury121 said:
How is it even possibile that there is no custom rom, no recovery in a phone that looks like is selling like cake. No one want something more from this device? Where are all the devs ?
Click to expand...
Click to collapse
\
There is 100% working TWRP for A7...
Other thing is, that this phone is selling mostly in India, so not many developers outside this country bought this phone
Erecik said:
\
There is 100% working TWRP for A7...
Click to expand...
Click to collapse
You are right, but still no custom rom, no camera mod that is the first thing this phone need since it's the main feature but it's limited AF by Samsung. We absoluterly need a camera mod to disable the superpixel feature, that will allow us to take raw picture.
maury121 said:
You are right, but still no custom rom, no camera mod that is the first thing this phone need since it's the main feature but it's limited AF by Samsung. We absoluterly need a camera mod to disable the superpixel feature, that will allow us to take raw picture.
Click to expand...
Click to collapse
Let's wait for One UI, maybe this will fix API for camera
I have a custom ROM build for my personal use. I'm waiting for Android 9 and will publish it.
So far the following features are available:
- Basic stuff like disabled Knox, root, busybox, RMM
- Aroma Installer with debload Samsung Apps
- some CSC features like call recording, disabling cam shutter sound
Ideas are welcome.
The firmware will only be the starting point for a good system. I hate personal customizations in custom ROMs.
ozontec said:
I have a custom ROM build for my personal use. I'm waiting for Android 9 and will publish it.
So far the following features are available:
- Basic stuff like disabled Knox, root, busybox, RMM
- Aroma Installer with debload Samsung Apps
- some CSC features like call recording, disabling cam shutter sound
Ideas are welcome.
The firmware will only be the starting point for a good system. I hate personal customizations in custom ROMs.
Click to expand...
Click to collapse
What about camera2 api? Is it working?
ozontec said:
I have a custom ROM build for my personal use. I'm waiting for Android 9 and will publish it.
So far the following features are available:
- Basic stuff like disabled Knox, root, busybox, RMM
- Aroma Installer with debload Samsung Apps
- some CSC features like call recording, disabling cam shutter sound
Ideas are welcome.
The firmware will only be the starting point for a good system. I hate personal customizations in custom ROMs.
Click to expand...
Click to collapse
I'm so happy about this, knowing that someone has a custom rom is a nice feeling.
@Erecik If you rooted your phone you can change the camerafeature to enable a lot of stuff. You can find it in : />system>cameradata>camera-feature-v8.xml , modify that file to enable 4k recording and more stuff to test.
maury121 said:
I'm so happy about this, knowing that someone has a custom rom is a nice feeling.
@Erecik If you rooted your phone you can change the camerafeature to enable a lot of stuff. You can find it in : />system>cameradata>camera-feature-v8.xml , modify that file to enable 4k recording and more stuff to test.
Click to expand...
Click to collapse
Can You please provide some more information about what to change?:silly:
ozontec said:
I have a custom ROM build for my personal use. I'm waiting for Android 9 and will publish it.
So far the following features are available:
- Basic stuff like disabled Knox, root, busybox, RMM
- Aroma Installer with debload Samsung Apps
- some CSC features like call recording, disabling cam shutter sound
Ideas are welcome.
The firmware will only be the starting point for a good system. I hate personal customizations in custom ROMs.
Click to expand...
Click to collapse
Erecik said:
Can You please provide some more information about what to change?:silly:
Click to expand...
Click to collapse
I'll to retrieve the very same file from a Galaxy A9 to be sure for every feature that you can change but first of all you should backup that file.
After you done that go under:
<!-- Recording resolution - BACK -->
<local name="BACK_CAMERA_RECORDING_DEFAULT_RESOLUTION" value="1920x1080"/>
and change that to 3840x2160 and save it.
after that you should be able to record in 4k.
Let me know if it works.
maury121 said:
I'll to retrieve the very same file from a Galaxy A9 to be sure for every feature that you can change but first of all you should backup that file.
After you done that go under:
<!-- Recording resolution - BACK -->
<local name="BACK_CAMERA_RECORDING_DEFAULT_RESOLUTION" value="1920x1080"/>
and change that to 3840x2160 and save it.
after that you should be able to record in 4k.
Let me know if it works.
Click to expand...
Click to collapse
Hey! I even added some resolutions to settings menu, but camera always FC when trying something higher than stock one
Anything with other camera apps? does it FC with it too?
maury121 said:
Anything with other camera apps? does it FC with it too?
Click to expand...
Click to collapse
Open camera does not recognize changes in this file, because as far as I know, those settings are related to built in app only
---------- Post added at 02:56 AM ---------- Previous post was at 02:40 AM ----------
Erecik said:
Open camera does not recognize changes in this file, because as far as I know, those settings are related to built in app only
Click to expand...
Click to collapse
So I managed to enable pro mode but still FC, because of no API 2 support
Sent from my a7y18lte using XDA Labs
Erecik said:
Open camera does not recognize changes in this file, because as far as I know, those settings are related to built in app only
---------- Post added at 02:56 AM ---------- Previous post was at 02:40 AM ----------
So I managed to enable pro mode but still FC, because of no API 2 support
Sent from my a7y18lte using XDA Labs
Click to expand...
Click to collapse
We have to look into this, we have to find out how to make it work.
So here i am, i was able to retrive the camera feature from the A9.
This is how the camera is set up:
<!-- Recording resolution - BACK -->
<local name="BACK_CAMERA_RECORDING_DEFAULT_RESOLUTION" value="1920x1080"/>
<local name="BACK_CAMERA_RECORDING_MIN_RESOLUTION" value="640x480"/>
<local name="BACK_CAMCORDER_RESOLUTION_3840X2160" value="true" hdr="false" preview-size="1920x1080" snapshot-support="true" snapshot-size="5664x3184" vdis="false" effect="false" object-tracking="false"/>
<local name="BACK_CAMCORDER_RESOLUTION_2224X1080" value="true" hdr="false" preview-size="2224x1080" snapshot-support="true" snapshot-size="5664x2752" vdis="false" effect="true" object-tracking="false"/>
<local name="BACK_CAMCORDER_RESOLUTION_1920X1080" value="true" hdr="false" preview-size="1920x1080" snapshot-support="true" snapshot-size="5664x3184" vdis="true" effect="true" object-tracking="false"/>
<local name="BACK_CAMCORDER_RESOLUTION_1440X1440" value="true" hdr="false" preview-size="1088x1088" snapshot-support="true" snapshot-size="4240x4240" vdis="false" effect="true" object-tracking="false"/>
<local name="BACK_CAMCORDER_RESOLUTION_1280X720" value="true" hdr="false" preview-size="1280x720" snapshot-support="true" snapshot-size="5664x3184" vdis="true" effect="true" object-tracking="false"/>
<local name="BACK_CAMCORDER_RESOLUTION_176X144" value="true"/>
So i was wrong, you have to keep the default resolution to 1080 and add a new line for the 4k recording.
Try it out if you want.
Here's a link to the A9 camera feature file.
ozontec said:
I have a custom ROM build for my personal use. I'm waiting for Android 9 and will publish it.
So far the following features are available:
- Basic stuff like disabled Knox, root, busybox, RMM
- Aroma Installer with debload Samsung Apps
- some CSC features like call recording, disabling cam shutter sound
Ideas are welcome.
The firmware will only be the starting point for a good system. I hate personal customizations in custom ROMs.
Click to expand...
Click to collapse
interesting!! thx a lot
ozontec said:
I have a custom ROM build for my personal use. I'm waiting for Android 9 and will publish it.
So far the following features are available:
- Basic stuff like disabled Knox, root, busybox, RMM
- Aroma Installer with debload Samsung Apps
- some CSC features like call recording, disabling cam shutter sound
Ideas are welcome.
The firmware will only be the starting point for a good system. I hate personal customizations in custom ROMs.
Click to expand...
Click to collapse
Could you have better camera quality? I think it's not good like samsung says...
Inviato dal mio SM-G950F utilizzando Tapatalk
Original Firmware
I have the Galaxy A7 2018 SM-A750GN/DS
Baseband Version: A750GNDXU1ARK7
Build Number: R16NW.A750GNDXU1ARK7
,and it was made in Taiwan.
It has 4GB Ram and 128GB of Storage.
Does anybody know, where the proper firmware can be found, for this? I'd appreciate it, if someone knows. Thanks!
----------------------------
You may be able to find a Custom Rom, for that, on Sam Mobile. Just search for it, in a search engine. I have the exact same model, and I am searching, for the stock firmware, myself. Cheers!
ozontec said:
I have a custom ROM build for my personal use. I'm waiting for Android 9 and will publish it.
So far the following features are available:
- Basic stuff like disabled Knox, root, busybox, RMM
- Aroma Installer with debload Samsung Apps
- some CSC features like call recording, disabling cam shutter sound
Ideas are welcome.
The firmware will only be the starting point for a good system. I hate personal customizations in custom ROMs.
Click to expand...
Click to collapse
Just wanted to let you know sources for Android 9 are released for this phone.
So excited for custom ROMs for this device.
Have u guys tried quantum stock rom which is working on one ui and Android pie.
Related
I've been looking for a stock Android ROM for the s7 edge but the two roms Nyssa and KryxOS had too many issues and we're unstable. (Nyssa ROM development has also been cut short)
So im making this tutorial for those who want Nexus but still want GearVR and stability! And FYI this ROM is ODEXED.
Step 1)
Download a ROM called BasicPlus 4.5 (or any latest BasicPlus)
Step 2)
Wipe phone internal/system/delvik/etc in TWRP
Step 3) install BasicPlus ROM
Step 4)
Download Nexus conversion pack zip file and install it through TWRP
Step 5)
Download titanium backup and remove any Samsung apps you don't want
Step 6)
Enjoy
Links:
Nexus conversion pack: https://www.androidfilehost.com/?fid=24694152805485010
BasicPlus ROM forum for download: http://forum.xda-developers.com/s7-edge/development/rom-basicplus-1-t3402601
Why do you want to get close to Stock Android (Nexus)? I personally feel, that Samsung TouchWiz UI is already better than Stock Android. Stock Android is just vanilla with poor breed of softwares like Camera.
charming.arpit said:
Why do you want to get close to Stock Android (Nexus)? I personally feel, that Samsung TouchWiz UI is already better than Stock Android. Stock Android is just vanilla with poor breed of softwares like Camera.
Click to expand...
Click to collapse
In this you still keep the stock Samsung camera but things like the phone, messaging app, gallery, etc all change to google. Also you're pull down menu and settings menu is unchanged stays the same as stock TouchWiz, so it's a mix kind of and it's very nice if you're looking for stock Android but still keep main Samsung functions
daaamn that's tempting.. i still didn't lost my warranty so hasitating.. but vanilla look with samsung apps.. that's like dreams come true for me
wodzini said:
daaamn that's tempting.. i still didn't lost my warranty so hasitating.. but vanilla look with samsung apps.. that's like dreams come true for me
Click to expand...
Click to collapse
I used the ROM BasicPlus because it's very light and in aroma you can remove anything Samsung and it will still run flawlessly! When I installed basic plus I only had 8-9 apps (phone, calculator, google play store, etc) I even removed the internet browser. It's pretty much an empty ROM with amazing features but you choose everything! Hope who ever tries it gives some feedback
Any screenshot please after conversation to nexus
Sent from my ONEPLUS A3003 using Tapatalk
9971686854 said:
Any screenshot please after conversation to nexus
Sent from my ONEPLUS A3003 using Tapatalk
Click to expand...
Click to collapse
For some reason I attach them but nothing uploads. Will retry.
Some screen shots
Here you go.
Nice rom but would be better if you could rid of Samsung pull down menu.
riz157 said:
Nice rom but would be better if you could rid of Samsung pull down menu.
Click to expand...
Click to collapse
I would love to but unfortunately my development skills are zero
@bvdxr If you dont know Basic plus rom stopped the development.
So whats the benefit of installing a rom that dosent have updates..
Kookitza said:
@bvdxr If you dont know Basic plus rom stopped the development.
So whats the benefit of installing a rom that dosent have updates..
Click to expand...
Click to collapse
4.5 has been very stable thus far, and it's the only ROM I know of that you can remove as much as this ROM offers.
bvdxr said:
4.5 has been very stable thus far, and it's the only ROM I know of that you can remove as much as this ROM offers.
Click to expand...
Click to collapse
Ok, but for me its a problem to installing a rom that dosent have a future
Kookitza said:
Ok, but for me its a problem to installing a rom that dosent have a future
Click to expand...
Click to collapse
If you want security updates you can flash them if I'm not mistaken but over all these isn't anything new that's necessarily "experience" changing that's worth an update. This ROM works and it's flawless so far, to that I say, to each his own. If you have any ROM suggestions id gladly look at them!
bvdxr said:
If you want security updates you can flash them if I'm not mistaken but over all these isn't anything new that's necessarily "experience" changing that's worth an update. This ROM works and it's flawless so far, to that I say, to each his own. If you have any ROM suggestions id gladly look at them!
Click to expand...
Click to collapse
There is a debloat script that remove all the bloat apps that samsung has: http://forum.xda-developers.com/s7-edge/themes/samsung-galaxy-s7-s7-edge-bloat-list-t3359654
So i think it doesnt matter what rom you install, and therefor i think we dosent have to stick with Basic rom beacase it has removeble script in the aroma installer. We can install any rom and use this script.
What do you think?
Kookitza said:
There is a debloat script that remove all the bloat apps that samsung has: http://forum.xda-developers.com/s7-edge/themes/samsung-galaxy-s7-s7-edge-bloat-list-t3359654
So i think it doesnt matter what rom you install, and therefor i think we dosent have to stick with Basic rom beacase it has removeble script in the aroma installer. We can install any rom and use this script.
What do you think?
Click to expand...
Click to collapse
I agree with you completely, but I mentioned basic plus because that's what I used and it worked. I didn't use this process with any other ROM so I didn't want to risk an error happening to any user who reads this. Either way, appreciate your input.
The global Dev rom for the Xiaomi Mix. Gives us a clean, google enable system.
You must have an unlocked bootloader and a working custom recovery to install this.
Unlock your bootloader here http://en.miui.com/unlock/
Root with supersu 2.78 SR5 here
Xposed for MIUI here
Latest
7.1.12
https://www.androidfilehost.com/?fid=385035244224412333
Changelog
New - Improved music search (01-11)
New - Customizable playlist layouts (01-11)
Optimization - Improved performance for playlists and albums (01-11)
Fixed LTE issues from last week
Older versions
6.12.29
https://www.androidfilehost.com/?fid=385035244224408596
Changelog
New - Birthday reminders in Calendar with Chinese lunar calendar support (12-27)
New - Export birthday reminders from Contacts (12-27)
New - Personal hotspot is now mutually recognizable by iOS devices (12-27)
Fix - Device froze in some cases (12-27)
Fix - Device rebooted in some cases (12-27)
New - Personal hotspot is now mutually recognizable by iOS devices (12-27)
New - Export birthday reminders from Contacts (12-28)
6.12.22
https://www.androidfilehost.com/?fid=745425885120695161
Changelog
Optimization - Choose local songs in music folder as your ringtone. (12-22)
List of exclusive addons/changes from the xiaomi.eu team
Blurred statusbar and notification shade (MIUI 7)
Enabled search in statusbar
Enabled search gesture (swipe up) on the desktop
Enabled MiDrive in File Explorer
Added landscape mode for SMS app
Sunrise/Sunset in the weather app
Google apps support integrated
Importing theme from zhuti.xiaomi.com via ThemeManager
No useless Chinese bloatware apps
More free RAM due to less background processes
Unified flat style app icons for both system and 3rd party apps (eg. Play Store icon flat too, unlike official global MIUI)
Advanced menu with color icons (not just text like in official MIUI releases)
No any Chinese character under the full system
Mi Video, Mi Music, Mi Radio, Mi Browser: No any useless Chinese content
No possibility to re-lock bootloader accidentally with flash any xiaomi.eu release
Added real 26 languages translation made by Official MIUI Fansites and MIUI Fans
Added Phone swipe to the right gesture on the lockscreen
Added EU T9 dialer support
Added charging sound switch
Added Spell Checker switch
Game speed boost mode
Added Screen-OFF animation
Optimized GPS settings for EU
Optimized Battery consumption
Optimized RAM consumption
Deodexed
Fantastic!!!!
This is EXACTLY what I was looking for. Awesome! So Happy.
Works PURRRRRRRRfectly! Easey Peasey.
Thank you for making the build :highfive:
advice:
Rename this thread into "[Mi Mix][ROM][6.0.1] xiaomi.eu, weekly updated" and we will discuss all about in it
Using pixel experience from @edwaine
https://www.androidfilehost.com/?fid=745425885120693506
Launcher works perfect sans the round icons.
Still can't get 3rd party MMS or dialer to work properly
Camera have problem when use front camera.
Please check and fix a.s.a.p
snolat said:
Camera have problem when use front camera.
Please check and fix a.s.a.p
Click to expand...
Click to collapse
I'm not experiencing any issues with the camera, what exactly is happpening?
snolat said:
Camera have problem when use front camera.
Please check and fix a.s.a.p
Click to expand...
Click to collapse
No issue here as well, running perfectly and I noticed the better memory management which is nice.
This is my bug when use front camera
Please see image in attachment
jamo59
I wish you a Merry Christmas!
This rom contains Hungarian language?
AnTuTu score?
How fast and smooth experience?
Thank you for your answers!
Developer rom antutu 163000.
snolat said:
Camera have problem when use front camera.
Please check and fix a.s.a.p
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=com.nolanlawson.logcat
Absolutely no problems on front camera in even current 6.12.22 version
Sent from my MIX using XDA-Developers mobile app
drawing over another apps
I have a little problem that would like to fix as soon as all of you can possibly can help, some how some apps like google app and snap camera needs permit but drawing over other apps it's grayed out and without enabling it they don't work. so any information on how to fix will be greatly appreciate it. thank you
Log from Logcat
Log from Logcat about camera.
Please see attachment
snolat said:
This is my bug when use front camera
Please see image in attachment
Click to expand...
Click to collapse
Try reflashing the ROM. I had a GPS error and Play Services error when I flashed mine.
I tried installing xposed on this, and while the phone was turning on the screen went white and froze.
Thorin78 said:
Try reflashing the ROM. I had a GPS error and Play Services error when I flashed mine.
Click to expand...
Click to collapse
Still i full flash by rom China Stable ROM.
But not Ok.
i don't know why
snolat said:
Still i full flash by rom China Stable ROM.
But not Ok.
i don't know why
Click to expand...
Click to collapse
You are having this problem in the Stable Rom too? Sorry trying to understand.
Thorin78 said:
You are having this problem in the Stable Rom too? Sorry trying to understand.
Click to expand...
Click to collapse
After unlock bootloader, i use rom xiaomi.eu_multi_MIMix_6.12.8_v8-6.0.zip and camera (back + front) is very good.
But i update to xiaomi.eu_multi_MIMix_6.12.22_v8-6.0.zip and have problem with front camera.
Now, i download MiFlash and flash Mi mix to Stable Rom but still front camera not work.
:crying::crying::crying:
thanks for the ROM. Unfortunately i did not have much luck with it.
it boots up fine and perfectly however, i lost the touch on TWRP. I tried installing all version of TWRP non of them worked.
any other idea ?
zbz999 said:
thanks for the ROM. Unfortunately i did not have much luck with it.
it boots up fine and perfectly however, i lost the touch on TWRP. I tried installing all version of TWRP non of them worked.
any other idea ?
Click to expand...
Click to collapse
Have a look to TWRP thread! You need another TWRP if you want to use this ROM.
Try to start from scratch again. Reflash stock CN using MiFlash, boot, reboot to fastboot, flash TWRP for CN, flash ROM with TWRP, boot, reboot to fastboot, flash TWRP for EU, done
Gesendet von meinem Xiaomi Mi MIX
---------- Post added at 01:43 AM ---------- Previous post was at 01:40 AM ----------
snolat said:
After unlock bootloader, i use rom xiaomi.eu_multi_MIMix_6.12.8_v8-6.0.zip and camera (back + front) is very good.
But i update to xiaomi.eu_multi_MIMix_6.12.22_v8-6.0.zip and have problem with front camera.
Now, i download MiFlash and flash Mi mix to Stable Rom but still front camera not work.
:crying::crying::crying:
Click to expand...
Click to collapse
Are you flashing with deleting data, or dirty? I would recommend a clean flash. By the way, no camera problems here with .22
Gesendet von meinem Xiaomi Mi MIX
---------- Post added at 01:46 AM ---------- Previous post was at 01:43 AM ----------
azim.esmail said:
I tried installing xposed on this, and while the phone was turning on the screen went white and froze.
Click to expand...
Click to collapse
You've used special miui version of xposed? I could recommend to use systemless magisk variant of the miui specific xposed.
http://forum.xda-developers.com/xposed/unofficial-xposed-miui-t3367634
I'm using it, with xMiui, gravitybox, amplify, XHFW3, etc.
Gesendet von meinem Xiaomi Mi MIX
I have nothing to do with this project or the development but I thought it may be helpful for people to be aware of this device being officially supported!!!
http://get.aospa.co/official/kugo
Use this thread to report your findings with this ROM.
1 hour I try this ROM all functions work perfect. And I love 3 finger swipe down to take screenshot.
how is the camera quality? Same as stock rom? Thanks
d_fens said:
how is the camera quality? Same as stock rom? Thanks
Click to expand...
Click to collapse
sorry mate i never use stock rom and camera in this rom work fine but it seem to take 2-3 sec. to save after take picture.
Does the fingerprint work in this rom???
chanti548 said:
Does the fingerprint work in this rom???
Click to expand...
Click to collapse
yes it's work.
anyone tested this rom? whats are the features? there seems to be nothing in the official site.
please post some screenshots
I've found self turn off and random restart now.
Muz Suriwong said:
I've found self turn off and random restart now.
Click to expand...
Click to collapse
Same here. Are you using it with Magisk at all?
Kianush said:
anyone tested this rom? whats are the features? there seems to be nothing in the official site.
please post some screenshots
Click to expand...
Click to collapse
this rom same as rom in this topic
https://forum.xda-developers.com/oneplus-3/oneplus-3--3t-cross-device-development/paranoid-android-7-0-2-aospa-oneplus-3t-t3615015
and here is reviews from androidpolice.com
http://www.androidpolice.com/2017/05/31/aospa-review-back-dead-thrilled/
---------- Post added at 11:17 AM ---------- Previous post was at 11:11 AM ----------
chadgauth said:
Same here. Are you using it with Magisk at all?
Click to expand...
Click to collapse
yes i use this rom with Magisk and with out it.Still self turn off same i've try many time.
chadgauth said:
Same here. Are you using it with Magisk at all?
Click to expand...
Click to collapse
I have them too (or at least, the phone seems to freeze pretty often, and then I need to force reboot). I don't use magisk but did install supersu zip from twrp.
I need my phone stable the next couple of weeks so I'm switching back to stock, but after that I am willing to debug if somebody knows how to.
Sorry about this noob question, after installing this rom, is there anyway to get back to stock sony rom and receive updates from sony??
I'm unable to use the fingerprint in this rom, the fingerprint option disappeared from the security menu,
chanti548 said:
I'm unable to use the fingerprint in this rom, the fingerprint option disappeared from the security menu,
Click to expand...
Click to collapse
Search in the OmniROM thread. A solution to this issue was discussed there.
https://forum.xda-developers.com/x-...om-omnirom-t3568559/post72495856#post72495856
What about photos quality and Hi Res Audio?
@chanti548 You can flash a firmware ftf-file:
https://easy-firmware.com/index.php?a=browse&b=category&id=18656
With the FlashTool:
https://developer.sonymobile.com/open-devices/flash-tool/use-the-flash-tool-for-xperia-devices/
But I don't know if you'll receive OTA updates again. Also I think the bootloader remains unlocked (although I could be wrong about this)
andTab said:
I have nothing to do with this project or the development but I thought it may be helpful for people to be aware of this device being officially supported!!!
http://get.aospa.co/official/kugo
Use this thread to report your findings with this ROM.
Click to expand...
Click to collapse
I loved this rom until it started to reboot randomly. I didn't even make it through the setup screen...
It is quite sad because I love AOSPA but I guess my G. Trend plus will be making a comeback with MIUI 7...
New build is up:
http://get.aospa.co/official/kugo
Sadly still with random reboots. I've noticed the reboots are more frequent when I play music (with the screen off), though I have not been able to cache a reboot when a logcat is running.
Also: The fingerprint sensor seems to be working only partially. When I unlock the phone using the fingerprint sensor, I need to put in considerable effort to get my finger recognized, whereas with the stock rom it gets recognized instantly. My banking app does not work with the fingerprint sensor either on this rom. I've noticed this behaviour on ALL non-stock roms I've tested (which is pretty much all of them).
edit: setting selinux to permissive does not circumvent random reboots...
Just installed. Some notes:
- Fingerprint sensor does not work for me
(Default) Camera:
- (16:9) Resolution is limited to 15.9MP
- Continuous shot crashes the camera, but:
- UbiFocus captures the pictures very quickly
- Image capture seems to be ACTUALLY INSTANTANEOUS! I mean right on press! I've never seen this before on this phone. Not on the stock camera, not on custom software. Holy crap, that's nice.
- Video capture stops right after trying to start it. No resolution seems to work. Might be the encoder configuration, but that is not available in this app.
- There are no manual settings other than exposure compensation and white balance
- There is no toggle for Camera2. Does this still use Camera 1?
I have not checked the actualy image quality yet, but the blazingly fast image capture is what will probably keep me on this ROM. The camera app coming with it seems to be a very good starting point for further development.
According to users from Xperia X, disable pocket detection could resolve the reboot prpblem. Anyone try that?
source: https://forum.xda-developers.com/showpost.php?p=73192234&postcount=16
OREO DTUX CORP ROM v0.0
[AROMA]
WE WILL RISE!
*** Disclaimer***
You are the solely responsible if something goes wrong. You Must be on __. AND READ CAREFULLY FOR THE INSTALL AND DETAILS.
Introduction
#C4R702G4RC14
You shall NOT copy any part of this ROM without MY Authorization.
OK, LET'S BEGIN:
I've been developing for the Samsung Galaxy Note 4 for quite a while doing the DTUX CORP ROM, and now that my device's hardware gave up i ordered a Xiaomi Redmi Note 5 Chinese Ed to continue with the fun of making roms and kernels.
I don't have previous MIUI past experience so i'm not aware of the good and the bad it brings, i've checked some youtube videos but is up to YOU to guide me on what should be added in order to improve the experience.
The rom will be MIUI based, debloated the maximun possible without cutting any functionality and with new mods added.
Please post:
-Suggested mods
-Services and apps that can be removed from the base rom
-Any ideas (even from my past rom)
Thanks in advance and i hope to bring to this community as much fun as i did for the Sprint Note 4 :victory:
XDA:DevDB Information
DtuxCorp Rom XRN5P/CHINA, ROM for the Xiaomi Redmi Note 5 Pro
Contributors
carlosggb
ROM OS Version: 8.x Oreo
Based On: MIUI
Version Information
Status: Testing
Created 2018-04-14
Last Updated 2018-04-13
Reserved
Reserved
SUPER exciting!
Sent from my SM-N910P using Tapatalk
Which base ROM are you going to use? Global ROM or China ROM?
Ghoul159 said:
Which base ROM are you going to use? Global ROM or China ROM?
Click to expand...
Click to collapse
Isn't it the same? The bases i know is India or China. Is there a 3rd one?
carlosggb said:
Isn't it the same? The bases i know is India or China. Is there a 3rd one?
Click to expand...
Click to collapse
No, there is no third one. Indian == Global and they both will have same rom but China has different rom. There are some users reporting problems on RN5 China when using Global Rom like camera fc etc.. That's why I asked
Ghoul159 said:
No, there is no third one. Indian == Global and they both will have same rom but China has different rom. There are some users reporting problems on RN5 China when using Global Rom like camera fc etc.. That's why I asked
Click to expand...
Click to collapse
Got it, the camera is different on the Chinese variant which is the logical reason for the fc's. So far I'm leaning towards working with the Global if i don't get issues myself.
It should not be much different, im downloading both bases and do an in-depth compare, but the base that gets more updates and mods would probably be the one to follow
A new ROM for our device
Great work dev and good luck :highfive:
Thank you for Your Effort
Here is a small list Of suggestions :
Mods :
-Viper4Android ( new and old driver )
-Dolby
-Adaway | any adblocker
-Saftynet Patch
-if possibe :::
replace launcher with lawnchair or any custom launcher
replace music player with RetroMusic Player
Ideas:
-center clock
-Add Fonts plox
-Safe Volume Warning
-Call Vibrations : 1.when connected 2.when ended
-Allow Direct MTP while connecting usb to PC.
-Remove google Bloatware like Googlemusic,playmovies,hangouts,all...except google app and play store
-Bootanimations
-Advanced restart
Will add more if i find any :fingers-crossed:
MODS request
1- IN MIUI , we cant hide media in gallery with turning on MI Cloud Sync. It will be really helpfull if we can disable this check.
2.. Instead it ll be good if we can remove all mi account related stuff from phone.
3. Bundled notifications (I think its already in oreo rom )
Actually im also using MIUI for the first time . In past i was using Lg phones . You can check a developer Named "Xpirt" who makes stock Lg Roms. one thing i really liked in his roms that he inculde a app in his roms which include many tweaks like customising buttons , status bar , changing nav bar hieght , etc .
As of now my device is locked due that 86006 error otherwise i can be tester for your roms , In fact it ll be really helpful if we can find any unofficial BL unlock method
1.If possible take China rom as base.I think China ROMs are more polished and optimize.
2.add kcal support.
3.safetynet patch.
4.viper4android
My suggestions for your ROM :
- Option to arrange list of apps alphabetically
- An app drawer like stock Android
- Xposed compatible
Thank you in advance dev :good:
akki7636 said:
MODS request
1- IN MIUI , we cant hide media in gallery with turning on MI Cloud Sync. It will be really helpfull if we can disable this check.
2.. Instead it ll be good if we can remove all mi account related stuff from phone.
3. Bundled notifications (I think its already in oreo rom )
Actually im also using MIUI for the first time . In past i was using Lg phones . You can check a developer Named "Xpirt" who makes stock Lg Roms. one thing i really liked in his roms that he inculde a app in his roms which include many tweaks like customising buttons , status bar , changing nav bar hieght , etc .
As of now my device is locked due that 86006 error otherwise i can be tester for your roms , In fact it ll be really helpful if we can find any unofficial BL unlock method
Click to expand...
Click to collapse
I'll take a look at his rom, thanks
All the things you proposed look doable :good:
Venu_GopalU said:
Thank you for Your Effort
Here is a small list Of suggestions :
Mods :
-Viper4Android ( new and old driver )
-Dolby
-Adaway | any adblocker
-Saftynet Patch
-if possibe :::
replace launcher with lawnchair or any custom launcher
replace music player with RetroMusic Player
Ideas:
-center clock
-Add Fonts plox
-Safe Volume Warning
-Call Vibrations : 1.when connected 2.when ended
-Allow Direct MTP while connecting usb to PC.
-Remove google Bloatware like Googlemusic,playmovies,hangouts,all...except google app and play store
-Bootanimations
-Advanced restart
Will add more if i find any :fingers-crossed:
Click to expand...
Click to collapse
All of them will be considered :good:
tech4rhm said:
1.If possible take China rom as base.I think China ROMs are more polished and optimize.
2.add kcal support.
3.safetynet patch.
4.viper4android
Click to expand...
Click to collapse
Kcal is kernel related, we need kernel source code to be able to add that.
As for the others, yes :good:
bayad said:
My suggestions for your ROM :
- Option to arrange list of apps alphabetically
- An app drawer like stock Android
- Xposed compatible
Thank you in advance dev :good:
Click to expand...
Click to collapse
I'm a little against xposed because of my experience with it. Don't get me wrong, xposed is awesome but the more modules you use, the more unstable the system becomes, so i prefer to try to add as much features to the rom in order for us not to miss it too much.
A modded launcher will be in my agenda :good:
Just The Stores
If you can just provide us with The Setting, camera, play store and the mi app store.
cheery on top- viper4android
If possible add modded theme store (which can be found on all unofficial miui) because applying third party themes give headache now.
Thanks
@carlosggb
sorry for typo error
in my mods request...
i want to say that we cant hide media in gallery without turning on mi cloud sync. I don't understand Mi logic in this case that why anyone wants to upload his personal stuff on cloud. it ll be great if you can disable this check
I wold be happy if you debloated everything.
Only keep the essenttial apps.
An app drawer is welcome
dt2 sleep on status bar
Viper4android
and if the ROM is oreo based,is there a chance that substratum themes will work on third party apps?
AbhiFlame said:
I wold be happy if you debloated everything.
Only keep the essenttial apps.
An app drawer is welcome
dt2 sleep on status bar
Viper4android
and if the ROM is oreo based,is there a chance that substratum themes will work on third party apps?
Click to expand...
Click to collapse
It is miui based. So, substratum can't rock because
Miui's theme engine is on the stage.
Could you make all themes free?
Features:
Galaxy S9 Camera UI
working AR 3D Emoji on S8/S8+ ROMs!
working My Emoji
all Shooting modes are available and work
Notes:
Sadly I couldn't get My Emoji and Super Slow Mo working together. v.2.0 has My Emoji enabled and v2.1 has Super Slow Mo enabled instead.
This Port has been tested on Renovate Ice 14.1 for the S8 and on the S8+. It has been reported that it works on other ROMs too.
Panorama mode may be brocken for yet unknown reason.
Installation Steps:
Download the zip
Boot into TWRP
Do a backup before you install this port
Flash zip
Reboot and enjoy!
Download Link:
v2.1: https://mega.nz/#!cpAnEKSR!-3REYDxPDHKQHLbZkXARxZNzrThkNRV8OkHhn9K0w0g
v2.0: https://mega.nz/#!Bwxm2AxQ!ujx1KUrZOsJSVNkC_E8cXxXBlUnutEj5IkbUtcrt1mY
Changelog:
v2.1 (08th November 2018): Fixed Super Slow-Mo Mode
v2.0 (07th November 2018): updated to Renovate 14.1, added working MyEmoji
v1.1 (07th August 2018): properly remove stock AR sticker and AR frame
v1.0 (07th August 2018): Initial release
Credits:
Renovate ROM and mwilky for his great ROM
Apkmirror for the Apk's
Alexis and Ambassadii for their Camera Ports
Reserved
What about the Snapdragon?
VMCR said:
What about the Snapdragon?
Click to expand...
Click to collapse
I have no idea. Just give it a try and report back and make sure to do a backup!
working on alexis rom s9 port.....perfect.. thanks
khawarjaved said:
working on alexis rom s9 port.....perfect.. thanks
Click to expand...
Click to collapse
The s9 port camera already exists on alexis rom..
fahric74 said:
The s9 port camera already exists on alexis rom..
Click to expand...
Click to collapse
i was on an older firmware with april security patches.no other version worked ,,,this one does
@SuperSandro2000
you know what is AR Emoji ? Let's start with this
and from with rom you kang this J4 or J8 cam ?
Yes, from where have you kanged it?
First I will release v1.1 in a few minutes. It removes the old ar emoji now and ar frame as they don't work anyway.
ambasadii said:
@SuperSandro2000
you know what is AR Emoji ? Let's start with this
and from with rom you kang this J4 or J8 cam ?
Click to expand...
Click to collapse
AlexisXDA said:
Yes, from where have you kanged it?
Click to expand...
Click to collapse
Second thanks for the reminders and sorry about that. Forgot the credits section. Derp
To address your questions:
I know what AR 3d emoji are and I should rename them thread to better reflect that and this is the main feature of this port.
I tried to remember where I got the Camera but I don't know it anymore. I did this 3 weeks ago and I can't remember as I tried a lot. Next version includes the camera from apkmirror.
About the kanging part: I added a proper credits section that I just forgot. I didn't steal any of your code. When you look into the update binary you can clearly see that I wrote it myself.
If you have any more questions feel free to pm me.
Edit: and Ambassadii about the UI. You probably mean the shooting modes. They are provided by shooting mode provider. Nothing to do with the camera app itself.
SuperSandro2000 said:
First I will release v1.1 in a few minutes.
Click to expand...
Click to collapse
Can you make a flashable zip or s9 3d ar stickers only for stock s8 cam? Thanks
pogi.paul0119 said:
Can you make a flashable zip or s9 3d ar stickers only for stock s8 cam? Thanks
Click to expand...
Click to collapse
I probably won't do that as I already wasted enough time with this project and there is no reason I see not to update the camera.
But if you really want it you can just remove the camera app from the zip but I am not to sure if this will work as the camera app probably got updated to support that feature.
Do you need to be Rooted ¿
Or wil it work with a normal flash?
tunnelbewooner said:
Do you need to be Rooted ¿
Or wil it work with a normal flash?
Click to expand...
Click to collapse
You need to be rooted and probably deodexed but I didn't tested that. Don't know what you mean with the second question.
Does it work on Note 8 Exonys version with Dr. KETAN Rom ?
Thanks
Thread cleaned
Please refer to rule 12 in the forum rules
XDA is a community of development and improving on the work of others. If the original developer feels that this work is a blatant copy/paste then he needs to report it to the Developer Relations Team. If there have been some significant changes to the work then credits is all that is needed. The licenses that all Android is under is permissive.
Deleted
KennyG123 said:
Thread cleaned
Please refer to rule 12 in the forum rules
XDA is a community of development and improving on the work of others. If the original developer feels that this work is a blatant copy/paste then he needs to report it to the Developer Relations Team. If there have been some significant changes to the work then credits is all that is needed. The licenses that all Android is under is permissive.
Click to expand...
Click to collapse
The AOSP license is Apache. This means that you are free to do with Android whatever you want as long the license is maintained. Other than that it also mentions:
"You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License."
Which means not all is permissive.
yash92duster said:
Let me check the files
Was busy missed this one
Haa
Too late for credits and why replaced after reports
Click to expand...
Click to collapse
Anyway, i am sure something is going on with this port. I got working 3D emoji. With your port they did not yash92duster
Thank @SuperSandro2000 everything is working on renovate 13
Except that when the dpi is set above 410 (mine is at 450) the layout of the camera is messed up
Is there a way to fix that
Thanks in advance