[ROM][6.0.1][UNOFFICIAL]LineageOS 13.0 for Huawei Ascend P6S-U06 & P7-L10 - Huawei Ascend P7

LineageOS 13.0 for Ascend P6S-U06 and P7-L10​
Works:​
Audio
Video
HW Codecs
RIL (Calls, SMS, USSD, Mobile Data)
Wifi / Bluetooth
Camera
Sensors
GPS
Live Display
NFC
Doesn't work:
FM Radio
Bugs:
Doesn't work "Best Shot" and "Time Lapse" camera modes
Might be problems with playback of some video clips
Random camera app FC (P7 only)
Maybe something else could be found
Includes:
SU (in developer settings)
GAPPS nano
Stock HwCamera app
Resolution switch to 720p (for P7)
Network Traffic Monitor in status bar
Navbar height adjustment
Trebuchet launcher replaced with Lawnchair launcher
TWRP 3.2.3
OTA updates
F2FS and SDCardFS support
Requirements:
Unlocked bootloader
Stock firmware B6XX or B8XX
TWRP 3.0.3
Installation:
Backup boot, system, data partitions in TWRP to have a chance to rollback. Internal storage won't be affected so you don't have to back it up.
Make standard wipe (Wipe - > swipe)
Install zip
Installation sequence is mandatory!
Note: This ROM doesn't support HiSuite and Huawei Backup, so to backup / restore your contacts, sms, app settings, etc use your Google account or any other third party methods, like Titanium Backup, for example.
Important: High Performance profile in Battery menu of Settings activates 1996MHz CPU frequency. If your device has stability issues at this frequency (random reboots), don't use this profile.
Source code:​ Kernel: https://github.com/Kostyan-nsk/hwp6s-kernel/tree/cm-13.0
Device:
https://github.com/Kostyan-nsk/android_device_huawei_hi6620oem-common
https://github.com/Kostyan-nsk/android_device_huawei_p6s_u06
https://github.com/Kostyan-nsk/android_device_huawei_p7_l10
Hardware: https://github.com/Kostyan-nsk/android_hardware_huawei_hi6620oem
Vendor: https://github.com/Kostyan-nsk/android_vendor_huawei_hi6620oem-common
Download: http://90.188.41.54/builds/
Updates:
2018-12-24:
ASB 2018-10
Working NFC
2019-02-06:
ASB 2018-12
Fixed bug which was causing boot-loop if you had ExFAT-formatted SD card.
Fixed wakelock release in WeatherUpdateService of LockClock app which in some case was causing battery drain.
YahooWeatherProvider was replaced by OpenWeatherMapProvider because Yahoo changed API.
Added "Sweep to Sleep" option in display settings.
2019-03-01:
ASB 2019-01
Fixed unzip symlink in TWRP.
2019-12-08:
ASB 2019-04
Included fix of "transparent" video playback bug.
Lawnchair updated to version 2.0; recommended make backup of Lawnchair settings because after update they will be dropped to defaults.
TWRP updated to version 3.3.1-0.

I've flashed it and performance wise it's really good but I've found 2 bugs:
1 Video playback, at least on YouTube (the audio and video are out of sync and maybe it's caused because your kernel may be based on the one with overclocking, which had the same issue, maybe you could base your kernel on the stock one)
2 NFC (the toggle is there but it doesn't want to turn on)
Anyway, apart from that, you've done a really great job :good:
EDIT: I've also found that the sdcard is recognized but it complains that it is unsupported

alvarocraftermc said:
I've flashed it and performance wise it's really good but I've found 2 bugs:
1 Video playback, at least on YouTube (the audio and video are out of sync and maybe it's caused because your kernel may be based on the one with overclocking, which had the same issue, maybe you could base your kernel on the stock one)
Click to expand...
Click to collapse
Unfortunately, stock kernel is uncompatible with this ROM. Actually, I thought the problem with out of sync audio was solved. I'll try to find the solution.
alvarocraftermc said:
2 NFC (the toggle is there but it doesn't want to turn on)
Click to expand...
Click to collapse
If you can, try to save logs. From adb shell or terminal (can be enabled in developer settings) before enabling NFC run the following commands:
Code:
logcat -c
start logcat
start kmsgcat
Then try to enable NFC and after unsuccessful try execute next commands:
Code:
stop logcat
stop kmsgcat
After that, there's gonna be two files: /tmp/logcat and /tmp/log_kmsg
Upload them here.
alvarocraftermc said:
EDIT: I've also found that the sdcard is recognized but it complains that it is unsupported
Click to expand...
Click to collapse
Actually, there were not complains about SD card. May be you have to format it. And don't try to enable adpotable storage - device doesn't support hardware encryption.

The video problem seems to be gone . Whenever I can I'll send you logs about NFC. I've also found a bug when I turn on wifi and connect my Bluetooth headphones at the same time, wifi disconnects slot but not with wired headphones. I'll send logs about that too. About the SDCARD I'll try to format it with the phone

alvarocraftermc said:
The video problem seems to be gone . Whenever I can I'll send you logs about NFC. I've also found a bug when I turn on wifi and connect my Bluetooth headphones at the same time, wifi disconnects slot but not with wired headphones. I'll send logs about that too. About the SDCARD I'll try to format it with the phone
Click to expand...
Click to collapse
i would love to use this rom if it has nfc
(btw i posted a way to unlock this phone so you can install this rom without the huawei unlock page that is now down in the ascend p7 general section)
Kostyan_nsk said:
Unfortunately, stock kernel is uncompatible with this ROM. Actually, I thought the problem with out of sync audio was solved. I'll try to find the solution.
If you can, try to save logs. From adb shell or terminal (can be enabled in developer settings) before enabling NFC run the following commands:
Code:
logcat -c
start logcat
start kmsgcat
Then try to enable NFC and after unsuccessful try execute next commands:
Code:
stop logcat
stop kmsgcat
After that, there's gonna be two files: /tmp/logcat and /tmp/log_kmsg
Upload them here.
Actually, there were not complains about SD card. May be you have to format it. And don't try to enable adpotable storage - device doesn't support hardware encryption.
Click to expand...
Click to collapse
here are my logs for the same nfc problem

Kostyan_nsk said:
Unfortunately, stock kernel is uncompatible with this ROM. Actually, I thought the problem with out of sync audio was solved. I'll try to find the solution.
If you can, try to save logs. From adb shell or terminal (can be enabled in developer settings) before enabling NFC run the following commands:
Code:
logcat -c
start logcat
start kmsgcat
Then try to enable NFC and after unsuccessful try execute next commands:
Code:
stop logcat
stop kmsgcat
After that, there's gonna be two files: /tmp/logcat and /tmp/log_kmsg
Upload them here.
Actually, there were not complains about SD card. May be you have to format it. And don't try to enable adpotable storage - device doesn't support hardware encryption.
Click to expand...
Click to collapse
Ok, first of all, I've formatted the sdcard and now it works. I've also taken logs about the NFC not turning on. I don't know anytning about this stuff but I've seen that there's some .so files that aren'lo loading properly and some .config files that I've checked to see if they were there but they weren't. Lets see if you can get anything useful out of them.
https://drive.google.com/open?id=1MhIXDstdCnbA2lpVh-YIBun_ne91MG3C

alvarocraftermc said:
Ok, first of all, I've formatted the sdcard and now it works. I've also taken logs about the NFC not turning on. I don't know anytning about this stuff but I've seen that there's some .so files that aren'lo loading properly and some .config files that I've checked to see if they were there but they weren't. Lets see if you can get anything useful out of them.
https://drive.google.com/open?id=1MhIXDstdCnbA2lpVh-YIBun_ne91MG3C
Click to expand...
Click to collapse
Check PM please.

Kostyan_nsk said:
Check PM please.
Click to expand...
Click to collapse
OK. I'll check.

Check for OTA-update on your devices - update with working NFC is out.
Thanks for testing to @DrPiggy and @alvarocraftermc

i have p7-l10, i installed this rom...from b852... cant start.... my phone keep restarting

cost82el said:
i have p7-l10, i installed this rom...from b852... cant start.... my phone keep restarting
Click to expand...
Click to collapse
It means you didn't follow installation instruction.

I have a doubt, this rom supports this kernel :
https://forum.xda-developers.com/as.../kernel-huawei-ascend-p6s-p7-k-tuned-t3355223

arth4X said:
I have a doubt, this rom supports this kernel :
https://forum.xda-developers.com/as.../kernel-huawei-ascend-p6s-p7-k-tuned-t3355223
Click to expand...
Click to collapse
No, that kernel is not compatible with this ROM.

Does this ROM work P7L00? Has anyone tried?

what a great Xmas present all working as a charm, at least what I use on a daily basis. A bit of battery drain but it's like the P7 that should have always been!

So many thanks for this rom. But i have a lot of problems. Bluetooth headspeaker not working with call(I paired, call checked on Bluetooth, Bluetooth headset checked on call screen and all sound full but not speaking and not listening). I can listening music lowly with Headphone but all sound is full. And last one, install Magisk but I can't pass Safetynet (Please give me advice).

ayberkarslan00 said:
So many thanks for this rom. But i have a lot of problems. Bluetooth headspeaker not working with call(I paired, call checked on Bluetooth, Bluetooth headset checked on call screen and all sound full but not speaking and not listening). I can listening music lowly with Headphone but all sound is full. And last one, install Magisk but I can't pass Safetynet (Please give me advice).
Click to expand...
Click to collapse
For Magisk you need a version of kernel => 3.8
---------- Post added at 04:18 AM ---------- Previous post was at 04:13 AM ----------
Battery drain on my cellphone (P7) is very high. 5 or 6 hours lasts the battery charge, some recommendation?

ayberkarslan00 said:
So many thanks for this rom. But i have a lot of problems. Bluetooth headspeaker not working with call(I paired, call checked on Bluetooth, Bluetooth headset checked on call screen and all sound full but not speaking and not listening). I can listening music lowly with Headphone but all sound is full.
Click to expand...
Click to collapse
Unfortunately, I don't have bluetooth headset to test it. I was testing bluetooth in A2DP playing music only.

arth4X said:
Battery drain on my cellphone (P7) is very high. 5 or 6 hours lasts the battery charge, some recommendation?
Click to expand...
Click to collapse
Explain better please. The problem is with battery drain or with very long battery charge?
I would recommend Wakelock Detector or BetterBatteryStats to find out the source of battery drain.
If the problem with battery charge, I would recommend replace charger or wire or both better.

Kostyan_nsk said:
Explain better please. The problem is with battery drain or with very long battery charge?
Click to expand...
Click to collapse
in my case it's battery drain. As advised, I installed wakelock detector which showed me the Google SMS messages app that I installed was the reason for the battery drain.
I have removed it and reverted to the built-in SMS messages app.

Related

[ROM] CM 12.x (Android 5.x) for moto_msm8960 A-family KKBL/JBBL

Thread created by hbenz2008 but now maintained by me CWGSM3VO:
Requirements:
- Unlocked JBBL/KKBL bootloader. Builds are bootloader specific.
- Updated KKBL recovery, can find one here: https://twitter.com/dhacker29/status/583847256589213696
- Updated JBBL recovery, can find one here: http://downloads.blissroms.com/Recovery/Recovery/moto_msm8960_jbbl/
Builds can be downloaded from:
- CMxlog: http://www.cmxlog.com/12.1 and choose your device.
- CyanogenMod: http://download.cyanogenmod.org/ and choose your device.
GApps:
- DHacker gapps:
4-25-2015: https://www.androidfilehost.com/?fid=96042739161893996
6-07-2015: https://www.androidfilehost.com/?fid=24052804347756927
- Delta gapps: http://forum.xda-developers.com/android/software/app-minimal-gapps-gapps-lp-20150107-1-t2997368
What works:
- Phone
- WiFi
- GPS
- SMS/MMS
- Mobile Data
- Camera/Camcorder
- HDMI
- Bluetooth
- Call Recording
- Tethering (WiFi: Yes / USB: Yes / BT: Yes)
- USB storage
- F2FS for /data, /data/media and /cache (recovery/kernel dependant)
Known issues:
- The "calc bug". This affects some users. This is due to the GPU crashing. A fix may be hard to nail down. Workaround is to disable H/W layers + force GPU rendering via devopts.
- HDMI. Depends on TV. Works 100% on some, not others (in my testing) -- statusbar/navbar is visible and small scaling issue (statusbar cut off somewhat). Reported not working on AHD.
- Bluetooth; some reported issues with different car makes/models. For me personally, it's worked with a variety of headsets and devices (decks, etc). Tethering appears to work for me, some reports of issues. Issues reported with wearables being paired and WiFi not working or requiring BT to be activated after WiFi connected.
- MMS; most issues can be tracked to incorrect APN settings, please verify with your provider (or try searching this or CM11 threads)
- WiFi; some users have reported issues connecting to certain brands of APs and/or band-mode; most reports isolated to security protocol being used (WPA vs WPA2)
- Clock resets to 1970. Thanks to @MaicolS for using this solution successfully: http://forums.androidcentral.com/an...-update-can-t-connect-google.html#post4323256
- Snapchat crashes sending video. @VlitalityX found this solution: Developer Options->Drawing->Turn on "Force RTL layout direction" then turn it off.
- Alarms not firing or repeating. Disable Automatic Network Date & Time in Settings->Date & Time. Appears to be an issue with RTC writes and/or QCom time_daemon.
- Some reports of GPS not working, try this fix: http://forum.xda-developers.com/showpost.php?p=56659808&postcount=5264
Reporting issues:
- Please ensure your signature includes device, rom, etc to help if posting in the thread.
- Provide a logcat capture if possible, otherwise enable aplogd.
- Enable aplogd, see here: http://forum.xda-developers.com/showpost.php?p=59620294&postcount=2327 and provide logs. You can safely leave this enabled.
- Open a JIRA bug report, see here: https://jira.cyanogenmod.org and provide logs.
Notes:
- There are unofficial builds provided in this thread and should not be used when filing reports with JIRA.
- When coming from another ROM (non-CM) a clean-wipe is recommended (backup your data + internal sdcard data)
- Some users have had issues clean installing CM12.1 - one workaround known is to install CM11 first then upgrade to CM12.1
- The Xposed framework is not supported. Please uninstall/remove it and any modules before reporting issues.
Tips:
- I use TWRP
- I use DHacker's GApps package and let Google via my account update everything as need be.
- For me, a "clean wipe" is formatting the following: /system, /cache, /data and /data/media. Backup anything of value from /data and /data/media before doing this. Flash ROM, flash GApps, reboot. Authorize your PC USB connection on the phone after enabling Developer Options and test adb from the Android SDK.
- When performing a "dirty flash" (upgrade) I manually wipe /cache and dalvik-cache before rebooting to UI.
- For KKBL to JBBL issues with downgrading, see this: http://forum.xda-developers.com/showpost.php?p=63091712&postcount=4465 and this: http://forum.xda-developers.com/showpost.php?p=56963255&postcount=702
- Drained to 1% battery and boot-looping? Try this: http://forum.xda-developers.com/showpost.php?p=61728073&postcount=3754
- If your CM build is 1+ month older than what you plan to flash/upgrade, it is recommended you do a clean flash.
So far, I had some issues with network, apparently it's losing WiFi connection randomly . The Play Store takes a long time to download or update apps or get "Retry" messages.
None of those issues here,however i had some unfortunately dialer stopped,it corrected itself after couple reboots.
Downloaded es file explorer as fx explorer couldn't get into System files.
GPS still hosed in my case
I forgot to mention: during the flashing, a mount error appear, but the ROM booted, normally. Happened to you to?
No but flashing was really quick I was surprised.under a min maybe then it took bout 5 min to reboot.but no errors
Hummmm, strange... What recovery are you using? I flashed dHacker's one, before flashing the ROM.
And something happened just now: I rebooted the phone and the DPI as changed! All the things are smaller now. Weird...
Most likely need to reflash.using twrp 7.1 and flashed dhacker gapps.
note: cant write to System file yet
I know this is for KKBL, but can this be built for JBBL? How is the overall feel of the build anyways?
Sent from my ATRIX HD using XDA Free mobile app
douglasvbarone said:
I forgot to mention: during the flashing, a mount error appear, but the ROM booted, normally. Happened to you to?
Click to expand...
Click to collapse
FYI he said SD card doesnt work yet
doesnt work in what capacity?
lngwca said:
FYI he said SD card doesnt work yet
Click to expand...
Click to collapse
Well, that kills it for me then. Will have to wait. I have all my music and photos on my SD card.
doing a nandroid backup now, but photos in SD can be seen .Once done, i will test music...
Anyone can post a gps.conf from a working gps whether it be jelly bean or kitkat.
... will be appreciated. Under System/etc
very smal file 2kb or so
both music and photos in SD can be manipulated just fine
iBolski said:
Well, that kills it for me then. Will have to wait. I have all my music and photos on my SD card.
Click to expand...
Click to collapse
major beef i have is editing system file. Device is rooted, titanium has access, file explorer have access and sees system file but cant edit.
hbenz2008 said:
both music and photos in SD can be manipulated just fine
major beef i have is editing system file. Device is rooted, titanium has access, file explorer have access and sees system file but cant edit.
Click to expand...
Click to collapse
Ahh, gotcha. I thought there was NO access to the SD card. So, it's just write access. I know under Lollipop, they were supposed to make it work better than they did under KK. Supposedly, it's a setting where you can say give it all access or only to it's own directories. Supposedly though, many apps might have to be rewritten to get this, so if the app hasn't been updated to ask for the new permission, then it won't work.
lngwca said:
FYI he said SD card doesnt work yet
Click to expand...
Click to collapse
The tweet:
Everything except SD YouTube video seems to work on RAZR HD
Click to expand...
Click to collapse
Has nothing to do with SD card, it means SD YouTube videos (SD - Standard Definition, as opposed to HD - High Definition).
his tweet said "Everything except SD YouTube video seems to work on RAZR HD "
so sd as in resolution. i asked him if he could try viralpopup or tubemate. might try this on the weekend to see how this feels.
oh and can someone upload a mirror pls? page won't load 2 download.
ps it's a cm12 port not AOSP too from his threads on twitter
absolutely true, the challenge for now is to gain access to editing system file.
kabaldan said:
The tweet:
Has nothing to do with SD card, it means SD YouTube videos (SD - Standard Definition, as opposed to HD - High Definition).
Click to expand...
Click to collapse
hbenz2008 said:
both music and photos in SD can be manipulated just fine
major beef i have is editing system file. Device is rooted, titanium has access, file explorer have access and sees system file but cant edit.
Click to expand...
Click to collapse
try root explorer to edit system files
http://www.reddit.com/r/Android/comments/2m7fqo/i_wanted_to_keep_a_chart_going_of_apps_we_know/
check play store if you bought/have titanium backup
they pushed an update for support. now if only they updated their UI....
confirmed, works-root explorer-
my bad... just thought that he missed a comma. lol also every ones sd wasnt mounting

[ROM][UNOFFICIAL][10][Q]LineageOS 17.1 for z5c (suzuran)

Hi all:
Here is a LineageOS 17.1 ROM for Z5 compact (suzuran).
Download 2022-09-11
This is a 7z archive with the zip'ed rom and the md5 file in it. Please unpack this archive, copy the included two files somewhere to your device, reboot into TWRP and flash this zip file. Enable md5sum checking. The zip file itself is not signed, so you have to disable zip verification.
Kernel sources
Tree sources
Features:
OS Version: 10.0 (Q)
Kernel: Linux 3.10
Kernel 3.10.108
New: Android security patch level: 5 September 2022
Using sony blob's from stock version 32.4.A.1.54
Memory issues finally fixed!
Battery consumption significantly reduced! For further reduction, please follow these instructions.
Google Pay does not give an error when starting the app. This does not mean, that payment is working. I can't test it, because I don't use this feature at all. Please report if it's working or not.
Updated aptX encoder blobs.
P2P-Crashes fixed.
Important informations:
You should be familiar with general installation of custom ROMs.
Required for installation: TWRP 3.2.1 (pick the version from 2018-02-23!!!) There is a version 3.2.3 out there, but with that version I had problems to restore my backups. 3.2.1 is just working perfect for me!
OR use my self built TWRP-version 3.6.2!
This ROM needs a clean install, old /data may cause problems!
This ROM is NOT pre-rooted.
It is highly recommended that your device is running (or HAS RUN in the past!) the latest stock ROM from Sony (32.4.A.1.54) before flashing this ROM.
Otherwise the baseband files may not match.
Working:
Bluetooth
Camera; both built-in camera (Snap) and 3-rd party camera apps.
Snap may be a little bit laggy, please use 3-rd party camera app instead; for example OpenCamera. If you're running into errors, please report.
Enforced SELinux support (see attached screenshot)
Fingerprint
FM-Radio
GApps (pick this version: ARM64, 10.0, pico [tested])
German app AusweisApp2 working (see this post)
GPS
Headset
LiveDisplay (see attached screenshots)
Location services
Notification LED
Offline charging
Phone calls (see attached screenshot)
SafetyNet test passed successfully
Signed build
SMS
Torch
WiFi
These things are NOT (or badly) working:
Camera focus at low distances.
Encryption
Payment
Streaming (mirroring)
VoLTE
Maybe some more things are not working.
If you have problems with GApps:
Sometimes the SetupWizard of GApps crashes on and on. Then you have to boot into TWRP, mount system, and go into terminal, where you have to delete SetupWizard (see screenshots):
Code:
cd /system/system/priv-app
rm -rf SetupWizard
Reboot.
Use this rom at your own risk! It comes without any warranty! I'm not responsible for any damage! If you don't agree with that, don't try to flash this rom in any way.
Benefits:
Added F-Droid and UnifiedNLP! If you don't want this, simply de-install it.
I've set maximum speaker volume to a higher value.
I've increased microphone gain.
I've changed the microfone gain to avoid echo in phone calls.
Changelog
Troubleshooting:
If you're running into an error, please search in this thread if this error is already posted, before you post it again!
If not, I need a LOG to see what went wrong. Without a LOG I can't help you!
A LOG can be fetched by connecting the device with an USB cable to your PC and then by typing these commands line by line:
Code:
adb root
adb shell logcat -b all -d > logcat
Send my this LOG file via PM.
If you think this could be a SELinux related issue, please try to set the device to permissive mode first.
If the issue is gone, I need the policy file too (plus LOG). Fetch it by typing this line in a terminal:
Code:
adb pull /sys/fs/selinux/policy
If you stuck in a bootloop you can fetch a LOG with this trick:
Press the power button and the volume up button together until the device shuts down.
HOLD the power button.
Release the volume up button and press the volume down button immediately after releasing the volmue up button.
The device should start into TWRP recovery.
Tap on "Advanced", then on "Terminal" and enter these commands line by line:
Code:
cd sys/fs/pstore
cp * /sdcard
Send me the copied file(s), if any, via PM.
Hi Bernie,
First things first : Thank you so much for your amazing work on this device.:highfive:
So hard to find a good, compact and up to date smartphone.
So i tried your Los17.1 and i just noticed another issue : ram usage.
Without nor the gapps neither other apps installed, the system is using 1.6go ram (even the keyboard can take time to appear once you launch an app)
On your Los14.1 (i tried with the last one you created, a few days ago) : it would be something like 0.8go ram (so everything run smoother) still without gapps and other apps / settings.
Maybe, now our days, 3go ram is mandatory for android + gapps + 3rd party ...
Ryu--X said:
So i tried your Los17.1 and i just noticed another issue : ram usage.
Without nor the gapps neither other apps installed, the system is using 1.6go ram (even the keyboard can take time to appear once you launch an app)
Click to expand...
Click to collapse
I know about that. I've tried with gapps and I can confirm that ram is running out of free space. Sometimes the system is not responding any more (screen is flickering and it seems that nothing happens) and I have to restart it (press power button quite a long time until power menu appears).
It is indeed far away from being a daily driver... :angel:
Another issue: It seems that location services (gps) are not working.
Does anybody confirm that?
Although Bernard warmed us that this ROM is not precisely ready yet, I tried to give it a go, Twice, already. At each time, some variations: with and without gapps (Pico and Nano), via the recommended TWRP and the 3.3.1 one. The result is always the same: after the language selection, my phone reboots on the 'Just a sec', endlessly. I have to restore a nandroid backup, on order to have a working phone again.
Sent from my Xperia Z5 Compact using XDA Labs
Berni-0815 said:
It is indeed far away from being a daily driver... :angel:
Another issue: It seems that location services (gps) are not working.
Does anybody confirm that?
Click to expand...
Click to collapse
I can confirm that unfortunately GPS isn't working.
By the way, i saw many other good roms on many devices ... that had an alpha rom far worse than this one
casouzaj said:
Although Bernard warmed us that this ROM is not precisely ready yet, I tried to give it a go, Twice, already. At each time, some variations: with and without gapps (Pico and Nano), via the recommended TWRP and the 3.3.1 one. The result is always the same: after the language selection, my phone reboots on the 'Just a sec', endlessly. I have to restore a nandroid backup, on order to have a working phone again.
Sent from my Xperia Z5 Compact using XDA Labs
Click to expand...
Click to collapse
i didn't have this behavior on my tests, but i usually let the system start and wait for few minutes before using it (especially on 1st boot).
Also, i always reboot once after the 1st boot.
Hope it will help
casouzaj said:
after the language selection, my phone reboots on the 'Just a sec', endlessly.
Click to expand...
Click to collapse
Clean install?
That should not happen...
Ryu--X said:
I can confirm that unfortunately GPS isn't working.
Click to expand...
Click to collapse
You have to enable google's location service in location settings. With that, maps is working with correct location; but I don't know if the location comes from gps, wlan or network. It's raining since many days and I don't want to stand outside in the rain and wait for gps connection... :angel:
I've tried to install f-droid and their location services; no better results...
By the way, i saw many other good roms on many devices ... that had an alpha rom far worse than this one
Click to expand...
Click to collapse
Yes, I know. The problems are always the closed-source binaries from qualcom and sony that are not properly working on LineageOS versions > 14.1
We're working on it but I'm not able to say if we can fix these issues.
BTW: Is anyone able to make an outgoing call successfully?
Berni-0815 said:
Clean install?
That should not happen...
Click to expand...
Click to collapse
Yup,, every single time!
Sent from my Xperia Z5 Compact using XDA Labs
As I said, that should not happen...
Berni-0815 said:
BTW: Is anyone able to make an outgoing call successfully?
Click to expand...
Click to collapse
i tried both calling and receiving a call without issue.
Just a pop up saying mobile network is unavailable ,at the end ,when i hang up (but it's wrong, network is still available)
Ryu--X said:
i tried both calling and receiving a call without issue.
Just a pop up saying mobile network is unavailable ,at the end ,when i hang up (but it's wrong, network is still available)
Click to expand...
Click to collapse
Weird! At my device this popup comes in the moment when trying to make an outgoing call. And this call is not started! The other end does not ring!
Could you please tell us, which preferred network type is set in *#*#info#*#* "Phone info" and in "Mobile network settings" (see screenshots)?
I'm not on any aspect a Dev but I give you all my energy on continuing the developpment of this ROM.
Any other support available ?
Berni-0815 said:
Weird! At my device this popup comes in the moment when trying to make an outgoing call. And this call is not started! The other end does not ring!
Could you please tell us, which preferred network type is set in *#*#info#*#* "Phone info" and in "Mobile network settings" (see screenshots)?
Click to expand...
Click to collapse
Here it is !
And you can make an outgoing call sucessfully? The other end rings and you can make a call?
Berni-0815 said:
And you can make an outgoing call sucessfully? The other end rings and you can make a call?
Click to expand...
Click to collapse
Yes exactly , both ways are ok (incoming and outgoing).
Ryu--X said:
Yes exactly , both ways are ok (incoming and outgoing).
Click to expand...
Click to collapse
Hmmm. Then is must be a problem with my german providers (with their apn I think); I've tested two: T-Mobile and O2. With both I can't make outgoing calls...
New version out; see 1st post
Berni-0815 said:
Hmmm. Then is must be a problem with my german providers (with their apn I think); I've tested two: T-Mobile and O2. With both I can't make outgoing calls...
Click to expand...
Click to collapse
Pretty strange, indeed.
The phone i tested with is on another provider than my z5c.
I got to say that i checked the apn before making my tests, and they were good.
I will retry with the new version tonight .
Thanks
The APN shouldn't matter for regular calls unless you're using Wifi calling or VoLTE, maybe disable both and see if it works.

[rom] miui 12 a30 v2

Code:
I'M NOT RESPONSEABLE IF FLASHING THIS ROM BRICKS/ BREAKS YOUR DEVICE
YOU CHOOSE TO FLASH THIS.
USE AT YOUR OWN RISK
How to install
-use any recovery you want but i recommend twrp 3
4.0.0 (links down below)
-it's recommend that your format data but wiping system,data,dalvik and cache should be enough
- flash the rom zip file and wait for it to flash
-after flashing is complete click on reboot to system (don't flash magisk or anything yet)
-wait 2-4 minutes for the miui boot animation to go dim.
-then do a force restart by holding the power button + vol down button.
-wait 10-20 seconds and enjoy!
-if you're going to flash magisk then flash magisk 20.3
Changelog
-fixed ui lag issues
-fixed screen Flickr
-fixed overheating
-fixed huge battery drain
-added lesser audio switch as a system app ( you need to use this app to use headphone audio)
-eureka kernel
-faster boot
-fixed AOD
- certified the A30 as a miui device
- disabled zip signature verification ( you can install YouTube vanced root version)
-fixed google apps
-cts profile and basic integrity pass by default (no need for magisk hide. Disable it)
-fixed random reboots
-Now using a personal build
-optimised the ROM by 5X
-optimised android 10 navigations ( still recommend to use buttons)
-fixed notification sounds (just go to settings sound & vibration/notifications And choose the notification sound you want.)
-fixed region issue
-fixed blutooth
-6 themes and 22 wallpapers by default
-fixed miui themes app
-removed the internal storage problem
-fixed APK installation
-fixed status bar padding
-optimised the ROM for battery and speed
-added a brightness control app
-and many more!
bugs!
SIM slot 2 still doesn't work only slot 1 works.
Downloads!
ROM:
https://drive.google.com/file/d/1-9cgAiyUQt63W-lMAXc9LSTTJV2UtICu/view?usp=drivesdk
credits:
@Chatur27 for kernel
@el0xren for tips from the beginning
Hit thanks if you want more updates and if you liked my work!
IF you need any help pm me on tg @cytolytic
Is the brightness slider fixed? You didn't talk about that in the changelog
DILTON said:
Is the brightness slider fixed? You didn't talk about that in the changelog
Click to expand...
Click to collapse
that's a vendor issue.
but i added an app that can set the brightness to max easily.
I'm facing random reboot. What do I do?
DILTON said:
I'm facing random reboot. What do I do?
Click to expand...
Click to collapse
turn off magisk hide.
Do I have to flash dm verity or not? And after flashing the rom can I flash migrate package aka to restore my apps and their data?
me33x0 said:
Do I have to flash dm verity or not? And after flashing the rom can I flash migrate package aka to restore my apps and their data?
Click to expand...
Click to collapse
Yes. you can use migrate.
but you don't have to flash dm Verity but if you want to then ok.
Hey there, this is a fantastic ROM! Could you also port it to the A30s? I am willing to test it for you.
Thanks in advance!
Please v3
V2 ....1.hotspot not work
2.sensor of call too
audio switch and brightness
After flashing MIUI 12 BY @cytolytic, I can't install applications(apk) from any browser and file manager. When I'm going to install applications from file manager after installation it shows app not installed.
Please help me how can I install applications after download from any browser.
I hope it will be considered.
Please help us!!
[email protected] said:
After flashing MIUI 12 BY @cytolytic, I can't install applications(apk) from any browser and file manager. When I'm going to install applications from file manager after installation it shows app not installed.
Please help me how can I install applications after download from any browser.
I hope it will be considered.
Please help us!!
Click to expand...
Click to collapse
enable developer options and scroll all the way down and turn off miui optimisation and miui risk
Camera issue
Camera app is not working on new update of MIUI 12
Whenever I open camera it shows bugs problem and it get stopped.
VoLTE network doesn't work
Cleaner section of security app doesn't work
Few settings are not working properly.
Some features don't work
Network preferred section doesn't support.
MAC address is not valid or available something like this it shows frequently.
And it seems that sometimes phone screen get stucked. Please sir help me
These are major issues.
These are considerable things sir
Please help me
If these issues are fixed it would be great sir.
I really loved this rom when i tried it. The issue I faced was it does not detect my earphones, it still plays the audio on device speaker instead of the wired earphones. Will try with Bluetooth earpods when they arrive. Any workaround would be appreciated
Excellent ROM, I tested it on the a305g, I hope the next version without bugs. Thank you.
Bluetooth Problems
Hello dev, I really appreciate your work. I tested this on my SM-A305F/DS and most of the features work great. The only problem I am facing is Bluetooth, you never told us about Bluetooth bugs. So I paired my phone to my earbuds (Haylou GT1 Plus) and Bluetooth keeps switching off after 1-2 seconds of pairing. It's unusable. After a while, a box comes up saying "Bluetooth keeps stopping" or something like that. I haven't tested with other devices yet but this bug is pretty annoying, please consider fixing this. Thanks!
And by the way, v1 is acting the same thing.
If the hotspot isn't working, try this method.
Open hotspot settings > set up portable hotspot > Change the device identification to default. Try turning on the hotspot. Good luck
plz update this rom our fix dual sim
Region problem not solved... Its doesn't get changed only phone gets reboot everytime
please update the rom
hello dear cytolytic
I love miui rom, please try to update and make it completely stable for everyday use. Thanks a lot?
Hi,
any luck with the sim slot 2?
i flashed the kernel used by SAKURA PROJECT ROM and the brightness slider works like magic even auto brightness works but unfortunately i still have to use your SIM fix to get one sim slot working, SIM 2 slot still doesn't work.
I have seen MIUI rom working well with other phones by they use the Ryzen Kernel but there is none for A30 at the moment.

[ROM][UNOFFICIAL][12][S]LineageOS 19.0 for z5c (suzuran)[ALPHA]

Hi all:
Here is a LineageOS 19.0 ALPHA ROM for Z5 compact (suzuran).
Download 2022-03-12
This is a 7z archive with the zip'ed ROM and the md5 file in it. Please unpack this archive, copy the included two files somewhere to your device, reboot into TWRP and flash this zip file. Enable md5sum checking.
Kernel sources
Tree sources
Features:
OS Version: 12 (S)
Kernel: Linux 3.10
Kernel 3.10.108
New: Android security patch level: 5 February 2022
Using Sony blob's from stock version 32.4.A.1.54
Important informations:
You should be familiar with general installation of custom ROMs.
Required for installation: TWRP 3.2.1 (pick the version from 2018-02-23!!!)
OR use my self built TWRP-version 3.6.0!
This ROM needs a clean install, old /data may cause problems!
This ROM is NOT pre-rooted. For rooting you can use Magisk.
Working:
Audio
Bluetooth
Fingerprint
FM-Radio (maybe it needs a few restarts before it's working)
German App AusweisApp2 (needs extended length NFC data; default in LineageOS 19.0)
LiveDisplay
Location services (see screenshot)
NFC
Notifications
Notification LED
Offline charging
Phone calls
Reboot into recovery and bootloader
Sensors
SMS
Sounds
WiFi
Please tell me...
Please keep in mind: This is an early ALPHA version and in permanent development status.
These things are NOT working (or badly working):
Camera
Encryption
Payment
Streaming (mirroring)
Maybe some more things are not working.
Use this ROM at your own risk! It comes without any warranty! I'm not responsible for any damage! If you don't agree with that, don't try to flash this ROM in any way.
Benefits:
Added F-Droid and UnifiedNLP! If you don't want this, simply de-install it.
I've set maximum speaker volume to a higher value.
I've increased microphone gain.
I've changed the microfone gain to avoid echo in phone calls.
Changelog
Troubleshooting:
If you're running into an error, please search in this thread if this error is already posted, before you post it again!
If not, I need a LOG to see what went wrong. Without a LOG I can't help you!
A LOG can be fetched by connecting the device with an USB cable to your PC and then by typing these commands line by line:
Code:
adb root
adb shell logcat -b all -d > logcat
Send my this LOG file via PM.
If you think this could be a SELinux related issue, please try to set the device to permissive mode first.
If the issue is gone, I need the policy file too (plus LOG). Fetch it by typing this line in a terminal:
Code:
adb pull /sys/fs/selinux/policy
If you stuck in a bootloop you can fetch a LOG with this trick:
Press the power button and the volume up button together until the device shuts down.
HOLD the power button.
Release the volume up button and press the volume down button immediately after releasing the volmue up button.
The device should start into TWRP recovery.
Tap on "Advanced", then on "Terminal" and enter these commands line by line:
Code:
cd sys/fs/pstore
cp * /sdcard
Send me the copied file(s), if any, via PM.
One last request:
Please, do not ask about problems for which my ROM is not responsible.
From now on I will only react to problems that I can reproduce and that are caused by my ROM.
I'm sorry for that, but I'm developing this ROM in my spare time and I still have a normal life.
The SIM card recognition works now; please stay tuned.
Currently I'm fighting with a crash loop while trying to enter SIM PIN.
Seems this is going to be a longer fight...
Berni-0815 said:
Currently I'm fighting with a crash loop while trying to enter SIM PIN.
Seems this is going to be a longer fight...
Click to expand...
Click to collapse
Hello Berni
For a short time, I tried rom with a spare device.
I also installed NikGapps.
First, it doesn't recognize the sim.
I tried rebooting several times, but it doesn't recognize it.
Also, I can't move the app icon.
The safety net was fine with Magisk.
Please do its best. 
I haven't uploaded my latest changes because they are too unstable!
norabitox said:
I can't move the app icon
Click to expand...
Click to collapse
That's not a bug, that's a feature!
Long-press on an empty part of the screen and tab on "Home settings" and switch the first switch ("Lock layout") to the "on" position.
The logic behind this feature is reverse, so don't wonder.
Berni-0815 said:
That's not a bug, that's a feature!
Click to expand...
Click to collapse
Is that so
Thank you
New version out; see 1st post.
Now working:
Phone calls
SMS
WiFi
FM-Radio (maybe it needs a few restarts before it's working)
LiveDisplay
Offline charging
Notification LED
I could flash your android 12 version. recovery is changed to stock recovery, I reflashed twrp.
Welcome Screen was flickered, after 2 reboots I could create my profile on my z5 compact.
I had a lot of crashed on homescreen.
Call and sms are working.
Weird! I don't have any crashes! Could you please grab and send LOGs?
good work, does gapps work?
Thanks will try out this rom after awhile
Please don't forget: This is a very early ALPHA version! Don't expect any miracle!
And if possible, grab LOGs and search them for fatal errors (" F " <- a blank, a capital letter F and a blank) and for messages like "dlopen failed: cannot locate symbol".
I'm using "grep" for that:
Git:
grep " F " logcat > logcat.fatal
grep "dlopen failed: cannot locate symbol" logcat > logcat.symbol
...or like that...
Hi! Could you port this rom on sony Z5 premium?
I'm only building for suzuran (Z5 compact E5803, E5823)!
Please ask @Joel16 for further assistance.
He's the maintainer for Z5 premium.
Berni-0815 said:
I'm only building for suzuran (Z5 compact E5803, E5823)!
Please ask @Joel16 for further assistance.
He's the maintainer for Z5 premium.
Click to expand...
Click to collapse
Ok THX!
arpias said:
Ok THX!
Click to expand...
Click to collapse
Just an FYI until it gets into more of a 'beta' phase I won't be building android 19 for Z5P.
Joel16 said:
Just an FYI until it gets into more of a 'beta' phase I won't be building android 19 for Z5P.
Click to expand...
Click to collapse
Ok Joel, i'll wait for it, THX in advance!
New version out; see 1st post.
Android security patch level: 5 January 2022
Stability improvements: Removed IMS and VoLTE stuff due to too much weird errors.
New version out; see 1st post.
Sensors now working

[ROM][UNOFFICIAL][BETA][13][T]LineageOS 20.0 for z5c (suzuran)

Hi all:
Here is a LineageOS 20.0 BETA ROM for Z5 compact (suzuran).
New: ROM with microG apk's included in priv-app:
Download 2023-06-26
Please pay attention: microG can't coexist with GApps! So decide whether to install microG OR GApps!
If you want to remove microG, enter these commands line by line in a terminal:
Code:
adb root
adb shell
mount -o remount,rw /
rm /system/priv-app/DroidGuard/DroidGuard.apk
rm /system/priv-app/FakeStore/FakeStore.apk
rm /system/priv-app/GmsCore/GmsCore.apk
rm /system/priv-app/GsfProxy/GsfProxy.apk
exit
Reboot!
Or flash this microG-remover.
This is a 7z archive with the zip'ed ROM and the md5 file in it. Please unpack this archive, copy the included two files somewhere to your device, reboot into TWRP and flash this zip file. Enable md5sum checking. The zip file itself is not signed, so you have to disable zip verification.
Kernel sources
Tree sources
Features:
OS Version: 13 (T)
Kernel: Linux 3.10
Kernel 3.10.108
New: Android security patch level: 5 June 2023
Using Sony blob's from stock version 32.4.A.1.54
Important informations:
You should be familiar with general installation of custom ROMs.
Required for installation: TWRP 3.2.1 (pick the version from 2018-02-23!!!)
OR use my self built TWRP-version 3.7.0!
This ROM needs a clean install, old /data may cause problems!
This ROM is NOT pre-rooted. For rooting you can use Magisk.
It is highly recommended that your device is running (or HAS RUN in the past!) the latest stock ROM from Sony (32.4.A.1.54) before flashing this ROM.
Otherwise the baseband files may not match.
Working:
Audio
Enforced SELinux support
Fingerprint (sometimes crashes)
GApps (tested: MindTheGApps)
German App AusweisApp2
GPS
LiveDisplay
Location services
NFC
Notifications
Notification LED
Offline charging
Phone calls
Reboot into recovery and bootloader
Sensors
Signed build
SMS
Sounds
WiFi
...please tell me...
These things are NOT (or badly) working:
Bluetooth
Camera
Encryption
FM-Radio (removed; causes crashes of bluetooth!)
Headset
Network Traffic Monitoring
Payment
Streaming (mirroring)
Torch
VoLTE
Maybe some more things are not working. Please tell me...
Use this ROM at your own risk! It comes without any warranty! I'm not responsible for any damage! If you don't agree with that, don't try to flash this ROM in any way.
Please keep in mind, that this is a BETA version and there are some things not or not fully working. The ROM feels a little bit sluggish too! Please don't expect miracles...
...but it WORKS!
Benefits:
Added Aurora-Store, F-Droid and UnifiedNLP! If you don't want this, simply de-install it.
I've set maximum speaker volume to a higher value.
I've increased microphone gain.
I've changed the microfone gain to avoid echo in phone calls.
Changelog
Troubleshooting:
If you're running into an error, please search in this thread if this error is already posted, before you post it again!
If not, I need a LOG to see what went wrong. Without a LOG I can't help you!
A LOG can be fetched by connecting the device with an USB cable to your PC and then by typing these commands line by line:
Code:
adb root
adb shell logcat -b all -d > logcat
Send my this LOG file via PM.
If you think this could be a SELinux related issue, please try to set the device to permissive mode first.
If the issue is gone, I need the policy file too (plus LOG). Fetch it by typing this line in a terminal:
Code:
adb pull /sys/fs/selinux/policy
If you stuck in a bootloop you can fetch a LOG with this trick:
Press the power button and the volume up button together until the device shuts down.
HOLD the power button.
Release the volume up button and press the volume down button immediately after releasing the volmue up button.
The device should start into TWRP recovery.
Tap on "Advanced", then on "Terminal" and enter these commands line by line:
Code:
cd sys/fs/pstore
cp * /sdcard
Send me the copied file(s), if any, via PM.
One last request:
Please, do not ask about problems for which my ROM is not responsible.
From now on I will only react to problems that I can reproduce and that are caused by my ROM.
I'm sorry for that, but I'm developing this ROM in my spare time and I still have a normal life.
Hello! Can you made this rom for z5 premium?
No! There is a maintainer for z5p, please ask him.
Berni-0815 said:
No! There is a maintainer for z5p, please ask him.
Click to expand...
Click to collapse
Okay, thx!
Awesome, thanks for the constant support to z5c!
New version (Halloween edition!) out; see 1st post.
No crashes any more; therefore I've bumped this version to BETA state
Bluetooth crashes no longer. A connection can be established, but it disconnects again immediately after connection; dunno why!
FM-Radio removed; it caused crashes of bluetooth
GApps are working! I've tested MindTheGApps
Oh! I've forgotten: Signature spoofing is now working!
Haven`t tested your new release on my old Xperia Z5C yet, but I installed unofficial LOS 20.0 in my Xperia XZ2, by @dtrunk90, and with his ROM, bluetooth A2DP/AVRCP profiles work pretty fine. Don`t know if the kernel plays a critical part on this matter. For Z5C it`s still in version 3.10, whereas for the Tama platform, it`s 4.9. Maybe you guys could chat a little about it. Thanks for giving our old little beast a new life, anyway!
casouzaj said:
Haven`t tested your new release on my old Xperia Z5C yet, but I installed unofficial LOS 20.0 in my Xperia XZ2, by @dtrunk90, and with his ROM, bluetooth A2DP/AVRCP profiles work pretty fine. Don`t know if the kernel plays a critical part on this matter. For Z5C it`s still in version 3.10, whereas for the Tama platform, it`s 4.9. Maybe you guys could chat a little about it. Thanks for giving our old little beast a new life, anyway!
Click to expand...
Click to collapse
Not sure if this helps but check the comments in https://review.lineageos.org/c/LineageOS/android_device_sony_tama-common/+/339303
For some reason switching BtAudio to AIDL breaks a2dp offload for some devices.
I've tried to reactivate a2dp. Unsuccessfully. It's now realized as a module and that's not the same as before.
casouzaj said:
For Z5C it`s still in version 3.10, whereas for the Tama platform, it`s 4.9. Maybe you guys could chat a little about it.
Click to expand...
Click to collapse
Feel free to port the kernel to 4.9 or anything else. We won't, because this really is a pain in the ass and could end in total frustration...
New version out; see 1st post.
Android security patch level: 5 November 2022
Los20 with MindTheGApps shows unreproducible random crashes. Until now I dunno why and I'm working on it.
But I think, it's not at my side and has to do with the (so my idea) early beta build of MindTheGApps...
I've tested on my Z5c with "NikGapps-go" yedterday and it work very well (store, mail, galery, map) without any crash.
MMS working after manual configuration of the APN (SFR).
The ROM is very smooth, more faster than lineage 19. Nice job!
Berni-0815 said:
it's not at my side and has to do with the (so my idea) early beta build of MindTheGApps
Click to expand...
Click to collapse
I've seen a lot of java illegal exception error messages; so, yes, its a problem at MindTheGApps' side.
Gadoin said:
I've tested on my Z5c with "NikGapps-go"
Click to expand...
Click to collapse
What are the differences between "core" and "go"? What does "go" exactly mean?
Berni-0815 said:
What are the differences between "core" and "go"? What does "go" exactly mean?
Click to expand...
Click to collapse
"go" apps are for low-end devices.
Apps run into navigator.
Navigator? Is that a kind of browser?
Oops i'm sorry for my english, i mean browser.
"go" apps runs into default browser.
Hm, our Z5C is now rather low-end, compared to today's flagships
So the Go version might be just the right thing. Sadly, I didn't get it to work on 19, and I'm still a bit afraid to switch to 20
NikGApps (I've installed the "core" flavour!) are working flawlessly indeed. Much better than MindTheGApps!

Categories

Resources