hey, many of us needs VoLTE in our MI-MAX (hydrogen)
thought Oreo roms doesn't support VoLTE mostly
so, i, who behaves like OEM, is releasing the necessary files for getting VoLTE !!!There are 2 files for usersand, also a non-flashable-zip file for developerspatch "AFRIDI" 001:users will try this firstif, still VoLTE isn't working, then try : patch "SHAHRIAR 002"
IF STILL VoLTE NOT WOKRING, AND, IF U R A ROM DEVELOPER, THEN ONLY USE THE "IMS PATCH" - this is not a flashable zip,
bcz: if u use it without knowing= unknown baseband
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LINK
XDA:DevDB Information
[VoLTE] patch for Oreo, Tool/Utility for the Xiaomi Mi Max
Contributors
afridi.shahriar, rohan purohit
Version Information
Status: Stable
Stable Release Date: 2018-01-03
Beta Release Date: 2017-12-31
Created 2018-01-03
Last Updated 2018-01-03
Only for developers
@dungphp , today my data pack will expire, so, clearly tell u about the VoLTE fixing method of mi max.
Look:
1: u don't need to keep pre-signed of OEM apks.
Rather, if u keep the intact OEM apps signed xiaomi Beijing certificate = these apps won't even installed as system app (check in the app list, you will see these are are not in list).
So, sign VoLTE/anything related all apps.apk with ur key, by which u signed the rom.
Ex: signApk certificate.
Check my patch: /system/vendor/app/ims* :: these are not OEM signed!!
2: ur aosp extended rom is only lack of some files:
/system/app:
embms
fastdormancy
#
/system/priv-app:
CNEService
qcrilmsgtunnel
QtiTetherService
#
/system/framework:
cneapiclient.jar
com.quicinc.cne.jar
ConnectivityExt.jar
embmslibrary.jar
ims-common.jar
imscmlibrary.jar
qcnvitems.jar
qcrilhook.jar
rcsimsettings.jar
#
/system/vendor/app:
ims
imssettings
#
(In "system/etc/permissions": here you will keep all the .xml of framework jars.)
#
In "system/vendor/lib, lib64: you will keep the libs of these apps.
3: USE ALL THE IMS RELATED FILES FROM THE SAME FIRMWARE VERSION ROM. OK?
EXAMPLE:
DON'T TAKE "CNEService.apk" from 7.12.8, and, "rcrilmsgtunnel" from 8.1.5, okay?
If u do so, than, outgoing calls will auto ends with VoLTE, through, sms send/receive/ incoming calls over VoLTE will work fine.
This happens because: U HAD COPIED OEM APPS , FROM ROMS, WHERE FIRMWARE WERE DIFFERENT!! SO, NO FIRMWARE WILL BE ABLE TO USE ALL THE FUNCTIONS!!!
4: FROM WHICHEVER ROM VERSION U COPIED THESE FILES (SIGNED BY UR OWN KEYS, BY WHICH OTHER FILES OF THE ROM U WILL SIGN), U MUST THIS FIRMWARE OF THAT MIUI ROM TO GET VOLTE.
5: /system/etc/apns-conf.xml is Wrong!!!
Bcz, for VoLTE carriers, APN_TYPE NEED TO BE BLANK, instead of "default,supl".
And, ip will be "IP V4 AND V6, FOR BOTH HOME AND ROAMING" -- THESE ARE NEEDED TO DO FOR ALL THE APNS, ims apns and default apns.
Ex:
<apn carrier="name-of-your-carrier"
mcc="write-ur-mob-country-code"
mnc="mobile_network_code"
apn="name-of-the-APN"
type=""
protocol="IPV4V6"
roaming_protocol="IPV4V6"
/>
#
IF U DON'T CHANGE THE APN, THEN, USERS NEED TO MANUALLY EDIT THE APN,
ONLY NEED TO SET HOME & ROAMING IP= V4, V6.
APN TYPE= (BLANK).
#####
######################################
BELOW ALL THE FILES/SUGGESTIONS ARE BASED ON UR ROM AND FILES, THESE ARE ALREADY OKAY.
BUT, RE CHECK THOSE, AS THESE ARE NEEDED TO RUN VOLTE
Example of ims libs are:
vendor/lib64/lib-dplmedia.so
vendor/lib64/lib-ims-rcscmjni.so
vendor/lib64/lib-imsSDP.so
vendor/lib64/lib-imscamera.so
vendor/lib64/lib-imsdpl.so
vendor/lib64/lib-imsqimf.so
vendor/lib64/lib-imsrcs.so
vendor/lib64/lib-imsrcscm.so
vendor/lib64/lib-imsrcscmclient.so
vendor/lib64/lib-imsrcscmservice.so
vendor/lib64/lib-imss.so
vendor/lib64/lib-imsvt.so
vendor/lib64/lib-imsxml.so
vendor/lib64/lib-rcsimssjni.so
vendor/lib64/lib-rcsjni.so
vendor/lib64/lib-rtpcommon.so
vendor/lib64/lib-rtpcore.so
vendor/lib64/lib-rtpdaemoninterface.so
vendor/lib64/lib-rtpsl.so
vendor/lib64/libimscamera_jni.so
vendor/lib64/libimsmedia_jni.so
vendor/lib64/librcc.so
vendor/lib64/libvoice-svc.so
#
Ims bins are (ims=VoLTE)
bin/ims_rtp_daemon
bin/imscmservice
bin/imsdatadaemon
bin/imsqmidaemon
#####
Be careful: below files (CNE is also a part of the IMS)
bin/cnd
etc/cne/andsfCne.xml
etc/cne/SwimConfig.xml
etc/cne/wqeclient/ATT/ATT_profile1.xml
etc/cne/wqeclient/ATT/ATT_profile2.xml
etc/cne/wqeclient/ATT/ATT_profile3.xml
etc/cne/wqeclient/ATT/ATT_profile4.xml
etc/cne/wqeclient/ROW/ROW_profile1.xml
etc/cne/wqeclient/ROW/ROW_profile2.xml
etc/cne/wqeclient/ROW/ROW_profile3.xml
etc/cne/wqeclient/ROW/ROW_profile4.xml
etc/cne/wqeclient/ROW/ROW_profile5.xml
etc/cne/wqeclient/VZW/VZW_profile1.xml
etc/cne/wqeclient/VZW/VZW_profile2.xml
etc/cne/wqeclient/VZW/VZW_profile3.xml
etc/cne/wqeclient/VZW/VZW_profile4.xml
etc/cne/wqeclient/VZW/VZW_profile5.xml
etc/cne/wqeclient/VZW/VZW_profile6.xml
etc/permissions/cneapiclient.xml
etc/permissions/com.quicinc.cne.xml
etc/permissions/ConnectivityExt.xml
framework/cneapiclient.jar
framework/com.quicinc.cne.jar
framework/ConnectivityExt.jar
-priv-app/CNEService/CNEService.apk
vendor/lib64/libcne.so
vendor/lib64/libcneapiclient.so
vendor/lib64/libcneqmiutils.so
vendor/lib64/libprotobuf-cpp-fu11.so
vendor/lib64/libprotobuf-cpp-lit1.so
vendor/lib64/libvendorconn.so
vendor/lib64/libwms.so
vendor/lib64/libwqe.so
vendor/lib64/libxml.so
vendor/lib/libcne.so
vendor/lib/libcneapiclient.so
vendor/lib/libcneqmiutils.so
vendor/lib/libvendorconn.so
vendor/lib/libwms.so
vendor/lib/libwqe.so
vendor/lib/libxml.so
######
After doing everything VoLTE will work.
Afte flahsing rom,u need to edit the APN, as i said(if not edited already by the developer inside apns-conf.xml).
And, always after clean flahsing VoLTE roms, either u need to restart ur device/ turn on -off airplane mode. (Only for the first time of ROM's life).
May be out going calls auto ends, then u have to use proper modem.
###
In ur aosp extended rom, I tried some of these methods, but, lacks of OEM files from the same miui verison!!
So, outgoing calls didn't work. (With miui global 8.5.x firmware)
Got an error:
LogCat: a single error
01-04 15:31:20.441 E/QImsService(4296): ImsServiceSub : handleSrvStatusUpdate tracker is null so not updating global VT capability
Reserved
Thanks bro
Did you have tested ?! If worked this thread beeter then rom mod thread
dungphp said:
Did you have tested ?! If worked, then, this thread is better than the rom mod thread
Click to expand...
Click to collapse
(Auto corrected by me)
#
Hey, using these files and also some other closed source tweaks i made du-os, aospextended rom.
And, uploaded only du os.
And, right now using aospextended rom.
So, think it works or not!
Over ur aospextended rom, flash the "AFRIDI PATCH" = VoLTE STARTS TO WORK
BUT, ONLY WITH THIS, EVERYTHING EXCEPT OUTGOING CALLS OVER VOLTE WOKRS!!
M using Hydrogen with resurrection 6.0 (RR-O-v6.0.0-20180212-hydrogen-Official) and Before miui 9 stock rom (v9.1.0) when I flash these 1 by 1 or either any 1 of them. My network goes and it shows no sim.
can i flash helium rom
Related
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Welcome to EDOs ROM For Galaxy J5 2017
ONLY FOR J530XX ,
•If you want to report a Bug provide a logCat OR LoggingKit.zip with detailed explanation
•Read the instructions Before installing the rom or posting a reply.
•You are not allowed to use this base, if you want to make rom, "PM ME"
•Any sort of File Kanging will be reported without hesitation, we know our codes.
•If you like this rom and appreciate my efforts, Hit the Thanks button, and consider a donation http://paypal.me/agrim720
RULES OF POSTING : READ everything before commenting, And especially the instlal steps, the rom has been tested throughly for a long time, so if you have an critical issue like not booting or no sim, you missed the instructions, posts that are irrelevant to this project will be ignored(Constructive criticism is welcomed). If you do face a new bug however provide information, and a LOGCAT, bug reports without logcats will most likely be ignored.
•Android 8.0
•Heavily debloated
•Zipaligned
•Full Samsung experience 9.5 without missing vital apps
•Rooted with Magisk
•And many more
Extra Features :-• AlwaysOn Display(J7 Only)
•All the original features are present (Wifi,Bluetooth etc)
•BluelightFilter
•GoogleFaceunlock with autoswipe
•Heavly optimised for J5 J7 variants with their own seperate configrations
•DE-Knoxed and disabled Additoinal samsung root preventions and secuirty spams
- HeliosLite Kernel for J5/J7 Pro
- Basic Kernel to Boot Oreo on exy7870
- Support for deodexed Oreo systems
- Samsung Security Disabled
- J7 AOD improvments
- Disabled more knox and logging
- Knox 0X0
- Bootstate Green for safteynet
- Patched some props for safteynet
- Reduced GMS Wakelocks
- Init.D Support
- J5 Pro 3GB Variants support (J530Y/YM/FM/GM) [EXPERIMENTAL]
- Other minor improvments
and many more goodies
1.ensure you have LATEST TWRP
2.Download and copy the ROM to your device external SDcard (preferred)
3.Wipe everything (SYSTEM,DATA,CACHE,DALVIK and preferably Internal storage all together)
4.Flash the ROM.ZIP
You Tell me
@ananjaser1211For all the help in fixes
@topjohwu For magisk
@osmosisFor busybox
@DyeideFor update script
@Agrim720
@djedjy
Helios kernel thread:-
https://forum.xda-developers.com/galaxy-j7-2017/development/kernel-refined-kernel-v2-5-t3731176
ROM OS Version: 8.1.x
ROM Kernel: Linux 3.x
ROM Firmware Required: Latest bootloader and modem
Based On: TouchWiz
Version Information
Status: Stable
Current Stable Version: V2.0
Stable Release Date: 2018-09-03
Created 2018-09-07
Last Updated 2018-09-12
EDOs V1.0:- https://drive.google.com/file/d/1rRTriz0l7SUYVdOzBLfPXV-nrNjsDyTA/view?usp=drivesdk
EDOs V2.0:-
https://drive.google.com/file/d/1x_geHszCA3Fb74VFClkct9IGZtSFu0Lq/view?usp=drivesdk
CHANGELOG:- V2.0
-Volte for INS users.
-AOD FIXED FOR J7 ONLY
-1700 Fonts added
-Improved performance and battery
-INIT.D tweck
-prop tweck
-Audio and vedio quality Improved
-Camera quality improved
-Low volume in call fixed
-And much much more.
Updated
Agrim720 said:
Updated
Click to expand...
Click to collapse
test now
inkorrect dpi looking now via dvp options to change to 360
I can't copy and paste texts in messenger please help!
There seems to be a problem with Wifi & Bluetooth. Whenever i turn Wifi on, it takes about 20 seconds to turn on. Bluetooth doesn't work at all.
Here are the logs. I first Tried to keep my data by just wiping stock ROMs system partiton and caches, but the bug still persists on a clean install too(didn't take logs from clean install).
J530F.
I also tried flashing the latest CP and BL from Poland official firmware.
Everything else seems to be working fine.
Note: The log is from unwiped data test, so it might have other issues, though it didn't seem to have any.
Also this is not my device, its from a friend. I can actively test stuff tomorrow.
ROM is amazing, kernel has lots of customizations! Awesome work on this one ^^
https://drive.google.com/file/d/13A6nOY3Q2IxP5sUnnFnlNyJyqyqx8zxG/view?usp=sharing
Edit: i can try logs from a clean install tomorrow
LuciferIII said:
There seems to be a problem with Wifi & Bluetooth. Whenever i turn Wifi on, it takes about 20 seconds to turn on. Bluetooth doesn't work at all.
Here are the logs. I first Tried to keep my data by just wiping stock ROMs system partiton and caches, but the bug still persists on a clean install too(didn't take logs from clean install).
J530F.
I also tried flashing the latest CP and BL from Poland official firmware.
Everything else seems to be working fine.
Note: The log is from unwiped data test, so it might have other issues, though it didn't seem to have any.
Also this is not my device, its from a friend. I can actively test stuff tomorrow.
ROM is amazing, kernel has lots of customizations! Awesome work on this one ^^
https://drive.google.com/file/d/13A6nOY3Q2IxP5sUnnFnlNyJyqyqx8zxG/view?usp=sharing
Edit: i can try logs from a clean install tomorrow
Click to expand...
Click to collapse
Find Helios Pro kernel thread and flash the latest 2.0, it has fixes you need, because obviously Agram didn't include them in ROM.
Nevermind, fixed
I can not copy and paste text on WhatsApp.
does rom work? bugs?
lol something messed up when i flash latest version edo's 2.0 the my device tells me it is an galaxy J7 while it is an J5
Ngadhnjim said:
test now
inkorrect dpi looking now via dvp options to change to 360
Click to expand...
Click to collapse
kewuel said:
I can't copy and paste texts in messenger please help!
Click to expand...
Click to collapse
Tytto77 said:
I can not copy and paste text on WhatsApp.
Click to expand...
Click to collapse
KRiST0F said:
lol something messed up when i flash latest version edo's 2.0 the my device tells me it is an galaxy J7 while it is an J5
Click to expand...
Click to collapse
It will be fixed in V2.5 Wait till OCT.
Keep up the great work
bluetooth not working for me
Support substratum theming?
m.h.mahadi said:
Support substratum theming?
Click to expand...
Click to collapse
It's basically just modded stock, so yes it does.
When release EDO 2.5? Early OCT or Mid OCT or End OCT
Using EDOS v1. Solid rom. Looking forward for nex update. Why abandoned
m.h.mahadi said:
Using EDOS v1. Solid rom. Looking forward for nex update. Why abandoned
Click to expand...
Click to collapse
Is there a bug in this rom version 1?
Waiting for v2.5
Why discontinued ??
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
[B][FONT="Tahoma"][COLOR="Black"]/*
* I Do not Become Responsible For The Bad Installation
* Now Your Warranty Is Mine, Before Flashing Investigate
* You Decide to Make All These Modifications to Your Device
* Under Your Own Risk, If You Spoil Your Device, I Will Laugh At You
*/[/COLOR][/FONT][/B]
Requirements:
-Huawei P Smart-FIG-L21,L21C,L22,L24,L31,L31A,L34,AL00,AL10,AL20,TL10, LXX, Etc
-Huawei P Smart-Recovery Twrp EMUI 8.0.0
-Decompress File:
We turn Off The Phone And Enter The Fastboot Mode,We Open The Cmd Window And Write These Codes:
https://mega.nz/#!GUhG2SIT!rCgnFHOP3BxZ7-r_vyun-Xlh00sbg8aAA2jEW22QT2M
Code:
[B][FONT="Tahoma"][COLOR="Black"] fastboot flash recovery_ramdisk RECOVERY-V2.img[/COLOR][/FONT][/B]
-Only For Free Versions (Dual Sim And Single Sim)
-Bootloader Unlocked
-Activate OEM Unlock
CONTENTS...
- Credits :angel:
- Features
- Bugs
- Installing Procedure
- Downloads :laugh:
- How to use
- Test
BUGS...
- Not found yet.
INSTALLING PROCEDURE...
- Download CUSTOM KERNEL and install Recovery Twrp, The files You are in the download section.
- Copy it to your device sdcard(outside the folder)
- Go into recovery mode
(Make Sure to be in F2FS data partition)
- Select Elemental-Kernel.zip
- Installation Starts
-Make,Wipe,Davilk Cache
- Reboot Now
- Done.
The Group Telegram: Huawei Development
https://t.me/joinchat/HH00UkNvNQYbZDjlDcrhHw
The THANKS button encourages me to keep working for free. You decide if it's worth pressing
XDA:DevDB Information
Kernel For The Huawei P Smart
Contributors
KingOfMezi
Chisetdel31260
Neondragon1909
vovan1982
ginnocenti
Alexxxx1
-KangVIP Framework & Team HRT
-Team Win Recovery Project For P10 Lite
-Huawei Technologies Co, Ltd. 华为技术有限公司
Kernel-Source: https://github.com/KingOfMezi/Kernel-Elemental.git
ROM OS Version: Android 8.0.0 Oreo
ROM Kernel: Linux 4.4.23+
ROM Firmware Required: EMUI 8.0.0
Version Information
Status: Stable
Current Stable Version: 2018-10-10
Stable Release Date: 2018-10-20
Created: 2018-10-20
Last Updated: 2018-10-20
The THANKS button encourages me to keep working for free
You decide if it's worth it to press or donate
https://www.paypal.me/KingOfMezi
ChangeLog:
(2018-10-20) Elemental-KernelV5.8-EMUI8.0.zip
Elemental-KernelV5.8-EMUI8.0 https://mega.nz/#!rE5kUCpL!RWyDWXq4YZXWccIp4yT_T7qfbITebkZ2YoLKrahIGIA
-Removed Root Check Hi6250 All models:
Hey, I just tried the kernel, without root but WITH an unlocked boot loader and its kernel and it goes to safetynet and it works with pokemon without magisk root, so thank you very much for this amazing kernel. It's simply the best thing that could happen for all hi6250 devices.
edit: after updating magisk to 17.1, Pokémon go is working
-Activate Lazyplug:
Awesome changes coming,options , lazyplug (arters new awesome project which increases performance and battery ) new gpu drivers , new malloc ( Jcmalloc 4.0.0 )
kernel is going to be awesome !! ... https://github.com/KingOfMezi/Kernel-Elemental/commit/cf5803b88bf7d0d45c1f2cfac6c6699d7b3b7ad5
-Activate Huawei Einstein Music https://drive.google.com/file/d/1sV_Ju-Une77vR2KJjB7FW2FAlnThMyQw/view
-Enabled call recorder for any version https://drive.google.com/file/d/1it-78sL_hJzLIP2kRHkbF1EqM4229pLf/view
Click to expand...
Click to collapse
-Fixed Wifi and Bluetooth everything works
-Deleted Virtual fingerprint
-Compiled with latest Linaro 4.9 toolchain GCC 8.1.0
-Activate additional TCP congestion algorithms
https://forum.xda-developers.com/general/general/ref-to-date-guide-cpu-governors-o-t3048957
+ Performance and new codes
-I/O Scheduler (Zen, tripndroid, sio, sioplus)
-Adds Bluactive Governor
-Adds Impulse Governor
-Enabled Selinux Permissive
-Updates to reduce kernel size
-Config.Video_Fullscreen (Unlimited)
-Enabled screen rotation automatic
-Enabled screen 4x4,4x5,5x5,6x5 https://drive.google.com/file/d/10Br79of4Q7PfffGcsSDaHAHcldJRAz7S/view
-Enabled CloudFolder
-Config.SlowMotionZoom
-Config.Videosize.1080p
-Enabled Facial Unlock 100% https://drive.google.com/file/d/1L2d-DVMi4hJ2FV_d7_EoSsNKfRspDMpG/view
-Twin application
-Support DTS
-Frp_unlock
-Optimizations Etc
-Is More Stable And Fluid
-Activated All Huawei Hidden Functions
.....
Can't update magisk and ended up to factory reset
Thread closed until a proper download link is available. OP, you can pm me that link when ready.
Thanks,
Darth
Senior Moderator
Edit: Thread re-opened.
This should technically run with any treble rom correct?
Can there be a model FIG-LX1 DUAL SIM ?
Maybe with this Kernel Viper4Android could work?
..
Why no replies about this project?
Is there a way you can use it and update Magisk, surely everyone does that and must be easy?
sun75 said:
Hi, first of all, THANK YOU for your work, but, at least in Italy, this Kernel, at this release, does not work with our Network Operators. Other functions seems to work well. The problem is calls are immediately aborted by the phone, but the other party receives it. When others call me, my phone aborts immediately the call (lost call) but the other party continues to ring.
I extracted and disassembled all your files, (I was interested mainly in the HwRecord app that I repacked separately with a Twrp installable .zip), and I see that your patches are mainly for other phones:
BND-*
RNE-*
WAS-*
But our phone is of type FIG-*, so, for example, your screen optimizations do not apply to our phones...
Other things: we already have in the official firmware Histen Audio and the Face Unlock apps. Why replace them?
You have included all possible variants of the HwRecord app for every localization/operator.... but this is a waste of internal memory...: for example C432 EU - I need only the cust/hw/eu and I repacked only these folders, and discarded all the others!
But these are very little "cosmetic" problems... the very "big one" problem is the first one I described to you: there is no voice call established, at least here, in Italy. I tried to flash the kernel "alone", and the result is the same... so the problem it's in the kernel.
Thank you for your support!
Click to expand...
Click to collapse
edit:
The USSD is a menu-based service, which runs as a real-time open session between the application and the end user. In turn, the SMS is a 'store and forward' technology, the texts and the USSD interactions are not stored in the mobile phone. The content of the SMS remains stored in the memory of the mobile phone. In addition, the USSD can have up to 182 characters, while the SMS is limited to 160 characters.
bug USSD requests not working
Haven't checked yet
thats something Huawei added in recent versions of emui
edit2: kernel running in previous versions perfectly
in the August and Octobe patch works very well
edit3: The kernel works very well in RNE-WAS-BND-PRA
I will soon add support for FIG in V5.9
redultra82 said:
Why no replies about this project?
Is there a way you can use it and update Magisk, surely everyone does that and must be easy?
Click to expand...
Click to collapse
works on any version of Magisk V16 and 17.
edit1: kernel running in previous versions perfectly
in the August and Octobe patch works very well
Looking forward to updates!!
Trying it again, I dont think Huawei like non stock things, viper4android magisk etc do and don't work
..
Any update?
Can't see much difference compared to stock, does anyone else see a different?
..
sun75 said:
I don't know... The only thing I know is voice calls do not work at all (inbound and outbound) at least, here, in Italy with our Network Operators.
Apart from the Kernel I extracted the HwCallRecorder which I made a separate install package, the "frp-unlock" file which is useful if you are stuck witch a frp-locked firmware and I'm working for the FIG settings starting from the settings from similar models...
Click to expand...
Click to collapse
Calls work OK here in Ireland
After that I dont see better battery or a faster phone, outside that there is not much a Kernel can do?
Pp
This kernel support Treble Rom? (phusson AOSP 9.0 Treble Rom)
hello all frainds..
i deleted gallery app and i dont find it in internet
are one body send me this app?please???
javadoverall said:
hello all frainds..
i deleted gallery app and i dont find it in internet
are one body send me this app?please???
Click to expand...
Click to collapse
Try download firmware from firmware finder, unpack update.zip, update.app, system.img and find gallery apk from unpacked System files
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Descendant is a customised Android that aims to add useful tweaks over Android 9 focusing on system's stability.
All the builds can be found here.
And here's the splash image too.
Flash the zip via your recovery doing the expected wipes (data, system, cache).
I actually can't list all the additions.
It would be a huge wall of text, that every user would probably not even read.
So, check it out with your own eyes in our gallery and in our blog.
Preloaded applications
This ROM has GApps built-in, tho this may change in next updates.
Also, I'm currently shipping:
-Kiwi browser
-Camera roll
-AmazeFileManager
-Phonograph
None found till now.
Having a bug or not booting for whatever reason?
Look for "How to report bugs" on this post.
Bug reports without logs will be ignored.
@ElDainosor | @phhusson | @Letzen | @krule031 | @ezio84 | @linuxct | @flex1911
ROM Sourceshttps://github.com/DescendantDeviceSpecific
Device trees and kernel sourceshttps://github.com/Descendant-devices
Android OS version: 9.0_r47
Security patch level: August
XDA:DevDB Information
Descendant, ROM for the Xiaomi Mi A1
Contributors
Dil3mm4, flex1911
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
ROM Firmware Required: Latest Pie Available Firwmare
Based On: AOSP
Version Information
Status: Stable
Current Stable Version: TwoDotTwo
Stable Release Date: 2019-07-11
Created 2019-04-03
Last Updated 2019-08-06
Descendant TwoDotTwo
Changelog:
ThumbUI Enhancements:
Google Dialer;
Google Messages;
YouTube;
Fixed a doubled bar in some Settings fragments like app permissions and wifi
QS Tile is now available
Misc Enhancements:
Corrected roundiness behaviour for Settings Searchbar
Added more drawables in Settings
Fixed non default false value on QS quick pulldown
Added Wifi sleep policies
Assistant can now be called with home button longpress
Replaced RetroMusic with Phonograph
New ringtones and notifications sounds
Reimplementation of Extended volume panel
Apps that weren't updatable via PlayStore are now correctly behaving
Fixed a wrong behaviour of "Disable apps feature" that was preventing the disabled apps to be re-enabled
OTA in About Phone
Uptime has been reinherited in Settings
Removed Xiaomi capped 12mpx camera, bumped it up to 12.6mpx
Older Changelogs(older GSI changelogs apply to this release as well).
git commit -m "I better reserve two post, just in case"
Thanks! Will try it now.
hi, wud like to know
1. Which gapps are included ?
2. do we need to flash the firmware i.e firmware_V10.0.7.0.PDHMIXM.zip
3. Which camera are you using ? can we istall our own gcam port ?
Thanks..
Jason Looi said:
hi, wud like to know
1. Which gapps are included ?
2. do we need to flash the firmware i.e firmware_V10.0.7.0.PDHMIXM.zip
3. Which camera are you using ? can we istall our own gcam port ?
Thanks..
Click to expand...
Click to collapse
read OP post
1)Gapps included included gapps have no specific type like open gapps but you can assume it as stock as aosp apps are replaced by google apps but still no other bloatware comes (like chrome drive and other google apps)
2)firmware is latest so yea 10.0.7 k
3)ofcurse why not ?
murtaza1326 said:
read OP post
1)Gapps included included gapps have no specific type like open gapps but you can assume it as stock as aosp apps are replaced by google apps but still no other bloatware comes (like chrome drive and other google apps)
2)firmware is latest so yea 10.0.7 k
3)ofcurse why not ?
Click to expand...
Click to collapse
Thanks for the response, will give it a go... hopefully all good
Screenshot?
Great
Failed encryption bug
Putra14 said:
Screenshot?
Click to expand...
Click to collapse
https://descendant.me/media/
usama20E said:
Failed encryption bug
Click to expand...
Click to collapse
Yes, i can confirm that. Please solve
nahuelt1 said:
Yes, i can confirm that. Please solve
Click to expand...
Click to collapse
This is your fault.
Descendant it's running flawlessly and encryption doesn't depend on the ROM itself, but on the device status (since that's the first flash).
If you can't comply with simple formatting data instructions that's none of my business.
Please, attend to what I've typed out.
Thanks.
Treble ?
Hardware keys cannot be disable? How?
Encryption Bug
Dil3mm4 said:
This is your fault.
Descendant it's running flawlessly and encryption doesn't depend on the ROM itself, but on the device status (since that's the first flash).
If you can't comply with simple formatting data instructions that's none of my business.
Please, attend to what I've typed out.
Thanks.
Click to expand...
Click to collapse
There is a bug I tried many times. Try to format system, data as well internal storage but bug is still there. Ruined my phone now unable to boot and storage is formatted. All the backups are formatted and phone is stuck there.Kindly check it again
@Dil3mm4 Plz give a proper guide to flash and remove encryption in order to boot the ROM .
My take on this rom.
Install rom (advance wipe) reboot, all ok.
1. File manager crash in setting " show internal storage "
2. Incoming call no call screen, blank ! Only ringing tone.
Reboot, same error. Revert back to crDroid.
Sorry, i think you must do more before releasing a status "stable" rom.
add fm radio please
Jason Looi said:
My take on this rom.
Install rom (advance wipe) reboot, all ok.
1. File manager crash in setting " show internal storage "
2. Incoming call no call screen, blank ! Only ringing tone.
Reboot, same error. Revert back to crDroid.
Sorry, i think you must do more before releasing a status "stable" rom.
Click to expand...
Click to collapse
I can confirm the first thing.
But the 2nd one have an easy fix
I think that's the most disappointing thing for u to revert back to crdroid
The calls not showing is because
Phone app is not selected as default app in app settings
I just fixed it by doing it
I know it's an error
But don actually blame without knowing enough
Developer was working hard to create this ROM
And I can see good results here.
It's different from other roms.and it's really nice
Do appreciate good things also
And if we except file manager bug
This is an wonderful stable ROM
Even we have another good file manager!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Before you get started,
i am not responsible for bricking device, dead sdcards,
muted alarm, or even thermonuclear war.
YOU chose to do this modification,
IF you point your finger to me to brick your device,
i will laugh at you.
Click to expand...
Click to collapse
Supported devices;
SM-J730X | Tested, working
SM-J530X | Tested, Buggy, Fixing...
SM-J701X | Tested, working
SM-J710X | Tested. working
SF-ROM is a Debloated Stock ROM with Stock Kernel, and Contains Disable-dm-verity and Disable-forced-encryption,
so your device cant be bricked and smooth because debloated,
in newer versions ill try to debloat and optimize more. this is my first rom here.
Why Android 9?
Because light and soft unlike A10 or A11 android 8 and 9 gold for our 7870 devices to gave max performance, ram usage, cpu usage things.
And stock for STABLE ROM EVER
Flash instructions
only flashable on orange fox 11.0 (not 11.1 or 11.0_1)
You need to have /vendor partition!
Wipe dalvik, cache, data, system, data, vendor
Format daha and reboot recovery (not need but more safe)
Flash SF-ROM-v2.0.zip
Reboot system.
(rom contains root, dont delete magisk or disable encrypt file in zip file or else your phone get soft-bricked)
just do the instruction, that way 100% safe
AND NEVER WIPE CACHE!
Changelogs
v1: initial release, debloated much i can but not fully
v1.5
Remove OneUI Clock add LineageOS Clock
Remove OneUI Files add MiXplorer
Remove OneUI Messages add LineageOS Messages
Debloated little more 900mb zip now
v2.0 FINAL VERSION
More Tweaked More Smooth
Updated GMSCore and Play Store, cuz old versions crashing.
Settings Mod and Screen Recorder in Panel (not in 8.1.0)
Magisk 21.4 to 23.0
(FINAL VERSION, ENJOY BEST EXPERIENCE ON YOUR 7870!!)
Features
Full based on J530FXXS9CUE5 firmware
Heavy-Debloated, Will be more debloated on future versions
Rooted with Magisk 21.4
Build.prop tweaks
Contains STOCK KERNEL from FIRMWARE
Deknoxed
Disabled verity and force encryption
Credits
me for making rom
Thanks to testing j530f "his telegram: @LIKEPOW"
Bugs
no bugs
you tell me (if you find xD)
Telegram Group
DOWNLOAD
ROM NOT GONNA BOOT YOU NEED TO KNOX REMOVER
ITS IN TELEGRAM GROUP /NOTES
I WILL INTEGRATE KNOX REMOVER IN 2.1
YES ROM DEKNOXED BUT ONLY %75
Contributors
ichbinahmet
ROM OS Version: Android 9
ROM Kernel: Linux 3.18.91
ROM Firmware Required: Pie Bootloader
Based On: Stock Firmware
Note
DONT FLASH ANY CUSTOM KERNEL LIKE "KRAKEN, CRONOS OR HELIOS" IT MAKES SYSTEM VERY LAGGY AND UNSTABLE...
Im reworking on j5 rom no download link until finished
Hi. I got J530F/DS (dual sim) with PPR1.180610.011J530FXXS9CUE5 .I'm stuck on "You need to have /vendor partition!" . Looking at the OrangeFox interface i can say that , verndor partition is there but it's not mounted and can't be couse every time i touch "vendor" there is no"mark" lefted . I can mount some of others partition, but not all. I'm assuming that i "i don't have this partition" .So, what should i do next to be able to flash your ROM ?
Download link fixed.
Hi,
there are a couple of bugs that i found in this rom
the GPS does not work
the Clock on the LockScreen does not appear
i have followed the flash instructions
amosstevens said:
Hi,
there are a couple of bugs that i found in this rom
the GPS does not work
the Clock on the LockScreen does not appear
i have followed the flash instructions
Click to expand...
Click to collapse
GPS is working you need to wait seconds for turn it on
2nd one is basically feature, i overdebloated it too much
ichbinahmet said:
GPS is working you need to wait seconds for turn it on
2nd one is basically feature, i overdebloated it too much
Click to expand...
Click to collapse
strange, i think i waited 10 min, and it doesn't catch any satellite
about the clock can you tell me what package i need to include ?
i found "ClockPackage" and i put it on system/app but doesn't work
amosstevens said:
strange, i think i waited 10 min, and it doesn't catch any satellite
about the clock can you tell me what package i need to include ?
i found "ClockPackage" and i put it on system/app but doesn't work
Click to expand...
Click to collapse
Hmm, mine turns on like that, i will look thanks for report.
.
Hey. This ROM has some bugs:
-Some apps are lagging ( for example: Reddit, Youtube and sometimes Facebook but I rarely use that)
-HereItIs does not recognize my location even it does find me.
-The clock from lock screen is gone
-After setting up with AFwall, AdAway and Magisk, the phone "can't" use Wi-Fi(but instead use celular data) because it thinks this WiFi "Internet not available" even we have internet.( if you need proof, message me in private), to "fix" that I needed to reboot the phone to recognise the WiFi properly,or deactivate the celular data without reboot. Even after reboot has this problem!!!!
-Android Beam is gone!!!!!(VERY IMPORTANT)
-VoLTE does not work despite its a samsung original ROM customised.
What I did to install this ROM is:
-I flashed the TWRP Recovery in AP slot in ODIN
-I repaired the Data partition in Recovery.
-I formated Data,Cache.
-Installed this ROM
-Root it with Magisk.
but can you put the first initial relase to test it?
I have a Samsung J5 2017 SM-J530F/DS blue model with latest update (oh god why I did update it in past? (((( )
WARNING: You must have an unlocked bootloader to boot GSIs.
WARNING 2: Flashing GSIs wipes internal storage: Back Up Your Files.
Note about GSIs: this is my first time flashing GSIs, but from what I've read, bugs and incompatibilities are common because, although they are made to work on all devices, they can't possibly be tested on all devices. So please don't make judgments about the stability of a ROM as a whole based on the functionality of a GSI on any particular device.
Contributors:
@arkansawdave74
I'm trying GSIs on my cebu until I find one without a dealbreaker. I'll list the ones I try and list the bugs I found to make it easier for others to decide which to try. If anyone else tries any, you're welcome to post your findings in the comments section and I'll add your work and findings to the OP as soon as I see it and have time. I'll also add your name to the OP as a contributor. I'm not testing everything on every ROM. I'm testing until I find a dealbreaker (for me) and then moving on. I'll include a link to each and try to link before the actual download as respect to the dev who built it, and therefore also name the specific file I tested. Thanks to all who help. I'll be using this list for starters, and if from this list, I may not link but I'll always name the file I tested.
Generic System Image (GSI) list
Notes about tinkering with Android Project Treble. Contribute to phhusson/treble_experimentations development by creating an account on GitHub.
github.com
If there are any questions, ask, but I likely can't help with Windows as much as with Linux, and I've never used a Mac.
FIRST THINGS FOR A BETTER CHANCE AT A GOOD EXPERIENCE:
1 Be sure to be ready to flash back to stock if needed; ie. have a stock download ready to use and know how to use it. I use the method here:
Fastboot Flash Stock Firmware Commands
For Linux, Mac, or Windows users with fastboot installed, those who have need of flashing an individual partition, those for whom Moto Flash Tool fails, those who'd rather use fastboot, etc...here are the fastboot commands translated from the...
forum.xda-developers.com
2. When some GSIs are first booted on the cebu, you will have no data connection and will have to switch the Preferred network type to LTE (or whatever type of data you use) and create an APN configuration, so look at your current APN configuration. I screenshot mine and move the screenshots to external storage (external sd card) because internal storage will be wiped and formatted. You can also google search your carrier's recommended APN settings. Both settings can be found in Settings > Network and Internet > Mobile Network.
3. For proper calling and text messaging you must configure volte. Open Settings > Phh Treble Settings > IMS Features and check both Request IMS Network, and Force the presence of 4G Calling, then tap Install IMS APK for Qualcomm Vendor. That SHOULD fix up calls and text messages. If not, you may look for a VOLTE switch in Mobile Network Settings.
4. I'm currently learning to make an overlay with a proper front camera cutout. Fortunately Linux is the required OS to do it.
EDIT: I've made us an overlay, but it's still untested. I plan to test it very soon, but I'm not the only one who can test it, so I will share it now. The instructions say to copy the file to /system/overlay/ , but I think it may be a mistake. It may need to be copied to /vendor/overlay/ instead. Reboot. To test, see if the camera cutout is correct. If not, see if any of the options for camera cutout in Deveoper Options are now correct.
treble-overlay-moto-g9power
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
Tips:
For Chop Chop, this app does a fair job. But it sure does suck down some battery.
Shake-Torch (Flashlight) - Apps on Google Play
Simple App that allows you to turn on your flashlight by shaking your phone
play.google.com
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Flashing:
Here are the commands I'm using to flash. You'll have to navigate your terminal and path to your files yourself though.
I'm using a vbmeta.img file from a lolinet Android 10 cebu firmware.
First, install a fresh stock rom using your preferred method and do the setup to reach the homescreen then reboot to the bootloader.
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot reboot fastboot
fastboot erase system
### note whether a or b and insert at end of next command (eg. product_a)
fastboot delete-logical-partition product_
fastboot flash system [insert /path/to/system.img here without brackets]
fastboot reboot recovery
### In recovery do factory reset, then reboot system
ROMs Tested:
1. BlissRoms Official Android 11
maintainer: eremitein
file: bless-v306-210502-arm64-bgZ.img.xz
Bugs found:
1. (Dealbreaker) cannot make calls with phone app, but can receive them.
Bliss is a top-notch rom and textnow is working for anyone with a wifi
only cebu or anyone who can get by with using textnow for calls.
Bliss is worth further testing.
2. dotOS Official Android 11
maintainer: Community
file: dotOS-R-v5.2-arm64-ab-vndklite-GAPPS-OFFICIAL.img.xz
Bugs found:
a. (fixed) Can't receive messages FIX: must enable chat features to receive text messages
b. Dealbreaker for me: No red accent color. Only soft pastel colors. Some theming section color choices are all greyed out, though, so there's some incompatabilty going on with the theming . Nice smooth rom though. This ROM is suitable for daily use. It works well besides some customization options. A pleasant and unique ROM.
3. Descendant 11.5 Official Android 11
maintainer: Dil3mm4
File:. descendant_gsi_arm64ab_vndklite_rw-XI-20210115-Official.zip
Bugs found:
a. The Settings button in the drop-down menu doesn't work. Can still reach settings from app drawer.
b. (Dealbreaker) Will not connect to bluetooth devices. I didn't look for a fix, but I tried the bluetooth fixes in Phh Settings > Misc.
This one is working very well on the Cebu. Mine had a T-mobile APN set up out the box. I didn't spend enough time trying Settings in this one. I thought I would stay on it until I found the bluetooth bug.
4. Resurrection Remix Q Unofficial
maintainer: RobotHanzo
file: rr-q-system-arm64-ab-gapps-nosu-userdebug.img.xz
This one wouldn't boot. Possibly user error. I plan to try it again. RR is probably my favorite. Can't even find a RR-R GSI. Seems to me devs should try to make an Official GSI as their flagship, and all work together to maintain it and make it as compatable as possible. RR must not agree.
Bless by BlissRoms Official Q
Maintainer: eremitein
File: bless-v224-201013-arm64-bgS.img.xz
Bugs: Bootloop. Possibly user error. I plan to try it again.
crDRom Q
Maintainer: eremitein
File: crdrom-v224-201019-arm64-bgN.img.xz
Bugs: Bootloop. Possibly user error. I plan to try it again.
¿Y has probado otros?