[ROM][17-11-03][Guhl] Thea - Sailfish OS 2.1.2.3 [Beta 8] - Moto G 2014 LTE Android Development

Hi,
This is a port of Sailfish OS to the Motorola G 2014 LTE (aka thea). If you are looking for Sailfish OS for the regular Motorola G 2014 (aka titan) look here Sailfish OS for titan
{
"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"
}
Download:
Sailfish OS Version 2.x (work in progress)
ROM cm-12.1-20151117-SNAPSHOT-YOG7DAO1K5-thea.zip
Beta 8: sailfishos-thea-release-2.1.2.3-guhl171102.zip (current)
Beta 7: sailfishos-thea-release-2.1.0.11-guhl_170604.zip (old)
Beta 6: sailfishos-thea-release-2.0.5.6-guhl170218_obs.zip (old)
Beta 5: sailfishos-thea-release-2.0.5.6-guhl170214_obs.zip (old)
Beta 4: sailfishos-thea-release-2.0.5.6-guhl170209_obs.zip (old)
Beta 3: sailfishos-thea-release-2.0.5.6-guhl170205_obs.zip (old)
Beta 2: sailfishos-thea-release-2.0.5.6-guhl170122.zip (old)
Beta 1: sailfishos-thea-release-2.0.5.6-guhl170117.zip (old)
Installation:
Remark: The installation of the correct CM (12.1 for SF 2.x) image is only necessary once. So if you already did this the first time you can skip steps 2 and 4.2
1. Boot into your custom Android Recovery and make sure that the sdcard is mounted
2. Upload the CM release: adb push cm-12.1-20151117-SNAPSHOT-YOG7DAO1K5-thea.zip /sdcard1/
3. Upload Sailfish OS: adb push sailfishos-thea-release-2.1.2.3-guhl171102.zip /sdcard1/
4. In the Recovery on the device:
4.1. Clear data and cache (factory reset)
4.2. Install the CM release by picking the CM image (this is needed so that the correct version of the binary libraries and firmware files are in place)
4.3. Install Sailfish OS by picking the SFOS image (this will take quite some time)
5. Reboot the device
After the initial boot (that will take some time) the language selection and initial setup will show.
After that it will take a while and then the Jolla tutorial should come up. You can skip the tutorial if you want by clicking the corners of the screen in the following sequence: Top-Left, Top-Right, Bottom-Right, Bottom-Left.
Remarks
Recorded-Video playback: Works but uses a nasty hack that might have stability and security effects.
Known not to work
There is an issue switching from video-playback to camera. Sometimes the camera app hangs afterwards -> reboot.
Change-log:
Current Version
Version 20171102
updated to version 2.1.2.3 (complete rebuild and code cleanup)
fixed screen startup on reboot (aka lipstick-hack) -> stable reboots
probably the best and most stable build up to now.
Version 20170604
updated to version 2.1.0.11 (fixes also USB "Alwas ask" mode)
Version 20170218
fixed sdcard mounting
Version 20170214
Proper fix to sensorfw accepted upstream -> removed sensor hack
Fixed camera startup and video recording. Works on first start now and does not crash on restart
Hack to make playback of recorded video work.
Version 20170209
Fixed acceleration and rotation sensor
improved video recording - still not working properly
Version 20170205
Fixed and added FM-Radio
added Mozilla Location Service as location provider
built on mer OBS - preparation for OTA updates in the future
Version 20170122
Added Bluetooth
Version 20170117
Initial release of Beta 1
Credits:
mal, sledges, MisterMagister - et al. from the #sailfish-porters IRC channel on freenode
These guys are doing amazing work and their competence and readiness to help is really inspiring.
Without their support this would not have been possible!
Have fun - Guhl

Nice works, congrats
I will test soon
Thanks!!

Beta 2
Hi,
I uploaded Beta 2.
Bluetooth is working,
Video recording is not - do not try!
Have fun - Guhl

Nice ! That's awesome there is still support for this device !
Just curious, did you use anything from my GitHub or is everything outdated ?

Mavireck said:
Nice ! That's awesome there is still support for this device !
Just curious, did you use anything from my GitHub or is everything outdated ?
Click to expand...
Click to collapse
Hi Mavireck,
I did see your work on this of course and I also looked at MisterMagister and your github sources.
But in principle I did this port from scratch as most of the things are outdated as you already assumed.
I am building titan already on OBS nemo:devel:hw:motorola:thea and am preparing to create the next fixes and releases as OTA instead of complete builds.
And of course I would be very happy if you have some spare time and join me in this port effort. (my resources are on github of course).
Have fun - Guhl

guhl99 said:
Hi Mavireck,
I did see your work on this of course and I also looked at MisterMagister and your github sources.
But in principle I did this port from scratch as most of the things are outdated as you already assumed.
I am building titan already on OBS nemo:devel:hw:motorola:thea and am preparing to create the next fixes and releases as OTA instead of complete builds.
And of course I would be very happy if you have some spare time and join me in this port effort. (my resources are on github of course).
Have fun - Guhl
Click to expand...
Click to collapse
I don't think I would be able to help... I am still new to all this kind of stuff (I didn't even used Linux before).
I had just followed the instructions and I stole some fixes here and there but I wasn't able to fix the issues that weren't documented.
I really don't have time now (final exams are coming) but maybe later I will re-download the sources and have a look.
P.S. I don't even have my Moto G anymore : I lent it to a friend.

Beta 3
Hi,
I released Beta 3 and updated the OP.
See changelog in OP.
Have fun - Guhl

Beta 4
Hi,
I released Beta 4.
It mainly fixes the sensors (acceleration and rotation). As Motorola did a real nasty hack in the acceleration kernel driver and the closed source sensor-library I also had to do a nasty hack to get the sensors working. For now this is done by a script that monitors the screen on/off state and also enables/disables the sensor chip that is responsible for acceleration, magnetometer and compass.
If you are interested see here:
https://github.com/guhl/droid-config-thea/commit/27dff552d1d655a44917ab68536c27d55eeb2b2f
I will integrate this functionality into the regular Sailfish OS (mer) sensorfw service to remove the hack-script and try to get that integrated upstream.
Have fun - Guhl

Hi
I install the rom on my thea and this is my report of bugs
- Can't access to my external sdcard (maybe the format of the sd is not support for the rom) I try mount in options but not work
-When shutdown my phone ( not restart) and re start/on , I get bootloop, in the logo motorola, led notifications on and not loading. (My solution in the recovery, wipe davilk/art and cache, and works again)
Works fine to me
Wifi,bluetooh, sensors, Signal, sync account to google, no fc
I not test gps, calls
Sorry for my English is regular
Nice rom and project!! Waiting for more
Regards!

Beta 5
Hi,
I uploaded Beta 5 and changed the OP accordingly.
In principle all functionality should be working now. See the OP for some remarks.
Be warned again, that the hack that is used to fix recorded video playback may have stability and security side effects. The hack basically removes a check in the OMX decoder that the allocated video buffer does not have the same size as the expected size (it is smaller). This may enable buffer overruns with the usual side effects. So if you want to be careful: Do not play videos from sources you don't trust
Have fun - Guhl

Lukasm7 said:
Hi
I install the rom on my thea and this is my report of bugs
- Can't access to my external sdcard (maybe the format of the sd is not support for the rom) I try mount in options but not work
-When shutdown my phone ( not restart) and re start/on , I get bootloop, in the logo motorola, led notifications on and not loading. (My solution in the recovery, wipe davilk/art and cache, and works again)
Works fine to me
Wifi,bluetooh, sensors, Signal, sync account to google, no fc
I not test gps, calls
Sorry for my English is regular
Nice rom and project!! Waiting for more
Regards!
Click to expand...
Click to collapse
Hi,
thanks for the feedback.
I know that the reboot does not work some times. I think that even without cleaning the cache it should work after you booted to recovery once. I have no idea what is causing this but maybe we can find some more hints.
I will look into sdcard mounting, never tried that
Have fun - Guhl

Beta 6
Hi,
Lukasm7 said:
Hi
- Can't access to my external sdcard (maybe the format of the sd is not support for the rom) I try mount in options but not work
Click to expand...
Click to collapse
I uploaded Beta 6 and updated the OP to fix the sdcard mounting.
Have fun - Guhl

guhl99 said:
Hi,
I uploaded Beta 6 and updated the OP to fix the sdcard mounting.
Have fun - Guhl
Click to expand...
Click to collapse
Thanks, I test soon and report others problems or bugs , nice works!!:good:

I Test the last update, everything works fine, very smooth and fast
External sdcard works perfectly
The only drawback is the compatibility of apps with android, the rest is correct and works fine
Good rom , and I hope someday you can use android apps
Regards!

Lukasm7 said:
I Test the last update, everything works fine, very smooth and fast
External sdcard works perfectly
The only drawback is the compatibility of apps with android, the rest is correct and works fine
Good rom , and I hope someday you can use android apps
Regards!
Click to expand...
Click to collapse
Hi,
Thanks for the feedback.
I will try to include sfdroid (https://wiki.merproject.org/wiki/Adaptations/libhybris/sfdroid) in the next build. This is not as stable and convenient as Alien-Dalvik but Alien-Dalvik must not be included in Sailfish Ports. But sfdroid should give you some Android support.
Have fun - Guhl

Hello,
very nice, everything works.
I am waiting impatiently the next release were can be installed Android app.
Thanks,
Ferenc.

Solved: install some libraries for exfat.
_______________________
Hello,
I have one question, how I mount the SD-card?
Best regards,
Ferenc.

GPS and Magnetometer don't work
Dear Guhl,
thanks for the great job of porting Sailfish to the thea device.
1. I found that in beta6 neither GPS nor magnetometer work. I am wondering if it is only me or if it is a general problem.
2. Besides that I am having an issue with the mobile data connection in general. I am using a DATA ONLY card of dmm.com in Japan. Sometimes I can get a connection, but the signal strength is shown as 0. Randomly I get disconnected.
Probably this is an Sailfish general issue and not related to this particular port.
Background: japanmobiletech.com/2013/08/improved-fix-for-docomo-mvno-data-only.html
Thanks & Regards, azak2000

azak2000 said:
Dear Guhl,
thanks for the great job of porting Sailfish to the thea device.
1. I found that in beta6 neither GPS nor magnetometer work. I am wondering if it is only me or if it is a general problem.
2. Besides that I am having an issue with the mobile data connection in general. I am using a DATA ONLY card of dmm.com in Japan. Sometimes I can get a connection, but the signal strength is shown as 0. Randomly I get disconnected.
Probably this is an Sailfish general issue and not related to this particular port.
Background: japanmobiletech.com/2013/08/improved-fix-for-docomo-mvno-data-only.html
Thanks & Regards, azak2000
Click to expand...
Click to collapse
Hi,
what software are you using to test GPS/magnetomther? I am using GPSInfo for GPS testing and don't have any issues with GPS (after turning on location in settings).
I will have look at that patch and see how this applies to Sailfish (ofono - the telephony stack of Sailfish OS) but I might need your help there as I probably will need some logs from your phone.
Maybe you can try to find me on the #sailfishos-porters on the freenode IRC system (but probably our timezones are not very compatible as I am in UTC+2)
Have fun - Guhl

todobarato said:
Hello,
very nice, everything works.
I am waiting impatiently the next release were can be installed Android app.
Thanks,
Ferenc.
Click to expand...
Click to collapse
Hi,
I am sorry to tell you that I gave up the effort to run SFDroid on the thea build.
The devices simple and easy does not have enough RAM to allow this to work. SFDroid basically really means (and that is a big difference to the AlienDalvik that is running on the Jolla devices) that SF and Adroid are really running side by side (Android is technically running in a window) and that just does not fly with this device.
As I said, sorry to tell you this and I can assure you that this is frustrating for me too as I spent quite some time on this, but I will not release a SFDroid build for the thea.
Have fun - Guhl

Related

[WIP] CyanogenMod 11.0 for GT-S7500

{
"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"
}
PLEASE READ BEFORE FLASHING
Upon flashing this ROM, your phone warranty is now VOID. You also understand that, upon flashing this ROM, there is no guarantee that ALL APPS work as they would normally, as this is NOT an official ROM provided by Samsung or the CyanogenMod team. You may experience bugs, and you are encouraged to report them along with a logcat. The contributors and developers (myself included) will not be held responsible for any abnormality this ROM may cause, including but not limited to battery drain and lag.
This ROM is ONLY TESTED on Samsung Galaxy Ace Plus (GT-S7500), other variants have not been tested and will brick your phone.
Introduction
CyanogenMod (pronounced sigh-AN-oh-jen-mod), is a customized, aftermarket firmware distribution for several Android devices. Based on the Android Open Source Project, CyanogenMod is designed to increase performance and reliability over Android-based ROMs released by vendors and carriers such as Google, T-Mobile, HTC, etc. CyanogenMod also offers a variety of features & enhancements that are not currently found in these versions of Android.
Working Features
Samsung RIL
Audio Playback
WiFi
Bluetooth
Mobile Data
Kernel supports overclocking
GPS
Proximity Sensor, Accelerometer, other sensors
Mounting of external SD Cards
Live Wallpapers
Camera
Fast Charging
Not Working
NONE (see note regarding bug below)
WiFi MAC Addresses are the same for all devices using this ROM (not a major issue. You can still use WiFi without problems. alternatively, you can use the fix located in this post: http://forum.xda-developers.com/showpost.php?p=63095528&postcount=1331 (thanks to @kk9999gada), which allows you to use your original MAC address, which fixes the issue.)
Installation Instructions
Create a backup of your current WORKING ROM.
Copy the flashable ZIP to your SD Card.
Wipe your data/cache, including the Dalvik Cache.
Flash as you normally would.
Reboot.
The first boot will take a long time, it is normal. Succeeding boot times will be significantly faster.
Screenshots
Downloads
Build #6 - Download Here
Gapps - Go Here - use PICO MODULAR PACKAGE - PROPER DPI PLAY SERVICES
MD5: c9464e6fa56e1d0f078f4b3ad1aff7da
Older Releases
Build #3 - https://www.androidfilehost.com/?fid=95864024717073277
Gapps - http://forum.xda-developers.com/showthread.php?t=2397942 - use PICO MODULAR PACKAGE - PROPER DPI PLAY SERVICES
Build #2 - https://www.androidfilehost.com/?fid=95832962473396097
Gapps - http://forum.xda-developers.com/showthread.php?t=2397942 - use PICO MODULAR PACKAGE - PROPER DPI PLAY SERVICES
Camera Flash and Audio Playback Fix: http://forum.xda-developers.com/showpost.php?p=57197821&postcount=34
Build #1 - https://www.androidfilehost.com/?fid=95747613655049902
Gapps - http://forum.xda-developers.com/showthread.php?t=2397942 - use PICO MODULAR PACKAGE - PROPER DPI PLAY SERVICES
WiFi Fix - View attachment 3040541 (thanks, @kk9999gada) - NOT NEEDED for Build #2 and above
Changelog
February 1, 2015 - Build #6
Fixed FM Radio (fully working)
Updated CyanogenMod Sources
Fixed Virtual Sensors (no longer breaks Camera HAL, we now have all sensors working again)
TONS of Kernel tweaks (lesser kernel panics, much more stable compared to previous builds)
Webview Lag is FIXED
A LOT of bug fixes have been implemented
January 7, 2015 - Build #4 (private release)
Initial fixes for Webview
January 1, 2015 - Build #3
Added preliminary support for FM Radio (hardware utilized but audio is not yet available, will be fixed in the future)
Camera is working again (after an update to CyanogenMod 11 Milestone 12 broke it during the testing phase for Build #3)
Sources updated to CyanogenMod 11 Milestone 12
Updated stock apps
Kernel tweaks and modifications
Legacy sensors re-enabled (thanks for the report, @kk9999gada) -- UPDATE: These sensors are temporarily disabled, they break the camera HAL. Will be fixed in a future build instead. The phone will still work fine, these are just virtual sensors anyway and does NOT affect the total performance of the phone.
Audio works after flashing (low-power audio disabled for our device)
Improved responsiveness
Tons of bug fixes
December 2, 2014 - Build #2
Fix Camera/Camera HAL
Fix build error from Java (invalid Switch statement arguments) - https://github.com/SpeedGroup/android_frameworks_base/pull/1
Improved Kernel Responsiveness
Fixed WiFi
Retained KitKat OMX Libraries
Fix FLAC-type metadata
December 1, 2014 - Build #1
Initial Upload
XDA:DevDB Information
CyanogenMod 11.0 for GT-S7500, ROM for the Samsung Galaxy Ace Plus S7500
Contributors
Liam D., Giugiu19, smartandroidtech, kk9999gada
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
Based On: CyanogenMod
Version Information
Status: Testing
Created 2014-11-30
Last Updated 2014-11-29
Frequently Asked Questions
Q: I want to build a ROM for Galaxy Ace Plus. Where do I start?
A: I'm looking into providing a tutorial soon so that other users can also build ROMs for our phone.
Q: Lollipop. When?
A: When KitKat for our phone is stable, Lollipop would be considered. But now, nope.
Q: I found a fix for a bug. Where do I send it?
A: You can PM it to me, or post it in the thread. ALL FIXES ARE WELCOME.
Q: Your sources?
A: All my sources are on my GitHub profile. I make sure that all my GitHub uploads can be built successfully before I publish them in order to avoid a lot of build errors.
Q: I want a transparent status bar. How do I do that?
A: /system/build.prop should be ro.config.low_ram=false (unchanged), then open Settings > Performance (you will only see this after enabling Developer Options, which you could do by going to Settings > About Phone and tapping the Build Number 7 times) > then check Force High-End Graphics then reboot.
ThankGod..!!!
There is still a ray of hope for our phone.!!
Great work Dev.!!
Sent from my GT-S7500 using XDA Free mobile app
Recently I saw in the galaxy mini 2 section that the camcoder has been fixed in cm 10.1 by using a precompiled gallery2.apk with working camcorder...in addiction I saw a commit that can could be useful ( https://github.com/bleached/android...mmit/af94d358984527323c5dcd6f6e7ebff942c6a35c ) ....could be helpful for our ace plus cm11, even if is based on kitkat? I hope so ......good work developer, I appreciate so much your work, your efforts.....keep it up...thanks!!!
AndroidVin said:
Recently I saw in the galaxy mini 2 section that the camcoder has been fixed in cm 10.1 by using a precompiled gallery2.apk with working camcorder...in addiction I saw a commit that can could be useful ( https://github.com/bleached/android...mmit/af94d358984527323c5dcd6f6e7ebff942c6a35c ) ....could be helpful for our ace plus cm11, even if is based on kitkat? I hope so ......good work developer, I appreciate so much your work, your efforts.....keep it up...thanks!!!
Click to expand...
Click to collapse
That's a good find. Will add that fix to the next build.
Liam D,
Great to see CM11 for our ace plus alive again here :good:, now what i really hope is camera & camcoder can fix on build 2 or next build update on future. especially the bugs of camconder are all the time of ace plus problem seems in JB till KK. appreciate for you hardwork honestly. hope can see the build 2 soon. the best is see ace plus still alive. :fingers-crossed:
bbivan said:
Liam D,
Great to see CM11 for our ace plus alive again here :good:, now what i really hope is camera & camcoder can fix on build 2 or next build update on future. especially the bugs of camconder are all the time of ace plus problem seems in JB till KK. appreciate for you hardwork honestly. hope can see the build 2 soon. the best is see ace plus still alive. :fingers-crossed:
Click to expand...
Click to collapse
I'm aiming for the camera fix. Right now the camera is being detected in the kernel, but could not load it because it seems to not read the Camera HAL module. The next build will be using a different version of the android frameworks that would allow the loading of the camera HAL. Right now the only problems we have in my logcats are the proprietary parts that Samsung did not make fully open-source.
For instance, our camera is a proprietary version of msm7x27a and even though there are other similar cameras on the similar boards, ours contain some lines of code from Samsung that we cannot reverse engineer, making it hard to re-create the camera module.
thanks
Dear developer liam
Thanks a billion times for trying cyanogen 11 on ace plus .
we appreciate your efforts.
Waiting for cm 11 bugfree
I'll be the first tester...
:fingers-crossed:
Liam D. said:
I'm aiming for the camera fix. Right now the camera is being detected in the kernel, but could not load it because it seems to not read the Camera HAL module. The next build will be using a different version of the android frameworks that would allow the loading of the camera HAL. Right now the only problems we have in my logcats are the proprietary parts that Samsung did not make fully open-source.
For instance, our camera is a proprietary version of msm7x27a and even though there are other similar cameras on the similar boards, ours contain some lines of code from Samsung that we cannot reverse engineer, making it hard to re-create the camera module.
Click to expand...
Click to collapse
ok i understand, i know is not the easy task especially what you are facing now for the camera issue, i see what i can help. Thanks. good luck & appreciated all the time.
I am VERY PLEASED to announce:
That I have fixed the Camera issue on Build #2. Camera is NOW WORKING!
New build will be uploaded later within the week after I have completed my testing.
Liam D. said:
I am VERY PLEASED to announce:
That I have fixed the Came
ra issue on Build #2. Camera is NOW WORKING!
New build will be uploaded later within the week after I have completed my testing.
Click to expand...
Click to collapse
Wow....really good news! You are great:thumbup: how is camcorder? Work as well anyway thanks for you hardwork... Cannot wait for download build 2 .... Thanks & congratulation. :thumbup:
Updated OP with Changelog for Build #2.
bbivan said:
Wow....really good news! You are great:thumbup: how is camcorder? Work as well anyway thanks for you hardwork... Cannot wait for download build 2 .... Thanks & congratulation. :thumbup:
Click to expand...
Click to collapse
Thanks. All that's left to resolve is the WebKit lag. Starting to upload Build #2 right now. Build #3 should be in the works very soon. I want Build #3 to be a final stable release, so I'm hoping for more bug reports during Build #2 so that I can work on the remaining bugs for Build #3.
As for camcorder, same issue with other 4.x ROMs for Ace Plus. Native camcorder doesn't work properly, but using third-party apps work.
Well done Liam, you are a great developer!!! Thank you so much....I will try build #2...I hope to see a stable release on our ace plus...
Build #2 is now online! See the OP for the download link.
For bug reports, please include a logcat. Thank you!
Liam D. said:
Build #2 is now online! See the OP for the download link.
For bug reports, please include a logcat. Thank you!
Click to expand...
Click to collapse
Liam D. flash seems don't work.
Please, test in your phone.
Note: If you flash this https://disk.yandex.com/public/?hash=NIIjDsscL7gafATeEm3V188iUzIjmAsixly8YliwBeE= maybe work again.
It's the FIX for the same problem in SpeedMod ROM.
Liam D. said:
I am VERY PLEASED to announce:
That I have fixed the Camera issue on Build #2. Camera is NOW WORKING!
New build will be uploaded later within the week after I have completed my testing.
Click to expand...
Click to collapse
Great Work. Appreciate your Hard Work.
pcomet said:
Liam D. flash seems don't work.
Please, test in your phone.
Note: If you flash this https://disk.yandex.com/public/?hash=NIIjDsscL7gafATeEm3V188iUzIjmAsixly8YliwBeE= maybe work again.
It's the FIX for the same problem in SpeedMod ROM.
Click to expand...
Click to collapse
Hm. That might have something to do with the fix I applied recently for the camera.
Have you tried using the Xposed Module for it? If it works, then I'll put that method into OP for a temporary fix as I work on reverting to the old code. As for your link, it's broken.
Thanks for reporting!
Liam D. said:
Hm. That might have something to do with the fix I applied recently for the camera.
Have you tried using the Xposed Module for it? If it works, then I'll put that method into OP for a temporary fix as I work on reverting to the old code. As for your link, it's broken.
Thanks for reporting!
Click to expand...
Click to collapse
Yap, link broken :/
What module you say?
pcomet said:
Yap, link broken :/
What module you say?
Click to expand...
Click to collapse
This Xposed module: http://repo.xposed.info/module/com.bassel.flashlightfixer
Please try that and tell me if it works.
Liam D. said:
This Xposed module: http://repo.xposed.info/module/com.bassel.flashlightfixer
Please try that and tell me if it works.
Click to expand...
Click to collapse
I fooled me, meant "autofocus" don't work instead of flash.
I'll try flash soon and i say something.
Note: Apollo don't play music! For FIX, use "Omich Player" from PlayStore.

[ROM][6.0.1] CyanogenMod 13.0 [NIGHTLY]

{
"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"
}
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 6.0.1 (Marshmallow), which is designed to increase performance and reliability over stock Android for your device.
Code:
/* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
NOTE
Should you ever face any issues, provide logs (use Google to find out how to gather those). I also need to know what build you're on - hence, you should mention the build number (or at least a date).
Hint: "It doesn't work" is not a bug report and posts like this will be ignored (and eventually removed). To keep the thread clean, try to use DevDB for real bug reports
SUPPORT ME
If you like my work, feel free to buy me a beer.
You can also contribute to CM using gerrit.
DOWNLOAD
CyanogenMod
Important: Informations regarding the new adoptable storage feature.
Screenshots
SOURCE
CyanogenMod
Kernel: CyanogenMod/android_kernel_sony_msm8930 (branch cm-13.0)
XDA:DevDB Information
CyanogenMod 13.0 for Sony Xperia L, ROM for the Sony Xperia L
Contributors
Olivier
Source Code: https://github.com/CyanogenMod/android_kernel_sony_msm8930
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Nightly
Current Stable Version: RC1.2
Stable Release Date: 2016-10-07
Created 2015-11-22
Last Updated 2016-10-10
Not working/broken
NOT WORKING/BROKEN
- everything related to media/audio
- GPS
- FM radio
- Camera
- network types (only 3G works)
- internal storage
Reserved
CHANGELOG
20161004: RC1
- Fixed sound while recording videos (thanks to RonGokhale)
- Fixed sound in FM radio
20160830: BETA3
- Many upstream changes (incl. merge of Android 6.0.1_r61)
- Improved sepolicies
- Replaced the old Browser app with the new, shiny Gello
- Cleaned device tree and restructured it into fragments (thanks to AdrianDC for doing that)
- Adressed security vulnerabities in the kernel
- Switched to the new audio HAL (special thanks to Arne Coucheron, AdrianDC and RonGokhale) - WIP! (please report any audio issues)
20160707: BETA2
- Many upstream changes (incl. merge of Android 6.0.1_r46)
- Removed unnecessary kernel modules and moved the important ones to the kernel
- Cleaned and updated sepolicies & enabled enforcing SELinux (we can now hit the nightlies)
- Reverted to Camera2 since it's more stable and reliable than Snap
20160519: BETA1
- Many upstream changes (incl. merge of Android 6.0.1_r43)
- Fixed camera
- Fixed FM radio (again)
- Enabled zRAM and added various kernel patches for a little performance boost
- Adressed some security vulnerabilities in the kernel
- Switched to the new camera app, "Snap"
20160313: ALPHA5
- Many upstream changes (incl. merge of Android 6.0.1_r22)
- Fixed auto rotation issues
- Fixed some security vulnerabilities in the kernel
20160106: ALPHA4
- Fixed battery LED issues (should be fine now, thanks to AdrianDC)
20151220: ALPHA3
- Fixed network modes (they seem to be swapped, though)
- Enabled FM radio
20151219: ALPHA2
- Fixed internal storage
- Fixed media and audio
- Android 6.0.1
20151122: ALPHA1
- Initial public release.
Key Notes
Flashlight toggle works perfectly. Yay!!
Battery charging LED too works, but expecting CM to break it, again.
If you are going to install gapps, flash it just after flashing CM13. I used pico opengapps, flashed after CM13 booted up, got frequent Setup Wizard and GPServices error. Right then, did a factory reset. Working.
Guys, let's not forget that is a development thread.
It seems like the majority of users with bricked devices have partitioned SD cards.While I can't guarantee anything, this seems to be the only possible reason at the moment. I have been testing CM13 on my C2105 for weeks, but never had that issue. And no, it's not the model number - the differences between C2104 and C2105 are rather minimal and the ROM has been confirmed working on both variants anyway.
Nevertheless, I've locked the thread and removed the download link for now, but just for the future: Don't re-partition your SD cards - in case you have already done so, format your storage before flashing this ROM! Xperia L doesn't have storage galore and the apps get bigger and bigger, I know. But if you aren't satisfied with that you better buy a new device.
Anyway, I'm sorry for the hard bricks.
EDIT: Those who have ended up with hardbricks have probably played around with the new "adoptable storage" feature, it can destroy the emmc.
Thread cleaned per OPs request.
A new build (ALPHA2) is up. Everything should be working, except for bugs mentioned in the second post - although I have been testing the build myself (as usual), I'd appreciate useful feedback. Enjoy, thread reopened...
I might give it a try later today when I get home.
Oh, and what is this "adoptable storage" feature, and how do I know if I have it enabled? I'm afraid of a permabrick since I recently bought this device and I won't be able to buy a new one if something goes wrong...
Edit: Can this be installed with the TWRP from corphish's app?
I installed Alpha 2 (19/12 Build)....
And All Basic Features and My Favorites Apps Are Working Good...
I'm feeling that CM13 is very smooth and fast...
No problem in Power off and reboot to... :highfive:
I'm waiting for Camera Fix... :fingers-crossed:
Thank You So Much.... :good:
Huge improvement
Olivier said:
A new build (ALPHA2) is up. Everything should be working, except for bugs mentioned in the second post - although I have been testing the build myself (as usual), I'd appreciate useful feedback. Enjoy, thread reopened...
Click to expand...
Click to collapse
My review: Flashed it via TWRP and it supports f2fs too... (System was in ext4 though) Boot time was less compared to LP... And yeah everything's great. It's butter smooth. No lags or what so ever! Battery backup is good too... But the only thing I noticed was the network type remains on 3g no matter what i do. Rest all is fine. Fm radio is missing though. Looking forward for camera fix too. Overall a splendid ROM for alpha stage. Also no hardbricks or anything... Rebooted thrice till now and no issues. Great Work.
(Pardon me if i posted in wrong place..... I'm noob in XDA)
Well. the browser force closed for me thrice right after clicking the 'download' button..
Rest its great..
priyank.g said:
Well. the browser force closed for me thrice right after clicking the 'download' button..
Rest its great..
Click to expand...
Click to collapse
The issue is in the browser app itself. Found this on cyanogen forums: http://forum.cyanogenmod.org/topic/...ild-in-browser-crash-when-downloads-anything/
EDIT: If you mean the issue in the ROM
Sent from my LG-H815 using Tapatalk
Another day, another build
ALPHA3 is up, check the third post.
Olivier said:
Another day, another build
ALPHA3 is up, check the third post.
Click to expand...
Click to collapse
Gps works too?
rostifaner said:
Gps works too?
Click to expand...
Click to collapse
Yup. works for me.
Olivier said:
Yup. works for me.
Click to expand...
Click to collapse
Woohoo)) thank you :good:
I tried the Alpha 2 and it was pretty good for an alpha.. Jesus, I was VERY worried during the install, even of the tiniest error.
When it finished I was pretty ****ing relieved that I didn't experience a brick.
The alpha was 'stable'. I mean, things didn't force-close for me constantly, which was the experience for me with other alphas. I can't wait till the camera gets fixed.
Olivier said:
NOT WORKING/BROKEN
- everything related to media/audio
- GPS
- FM radio
- Camera
- network types (only 3G works)
- internal storage
Click to expand...
Click to collapse
I didn't read something about camera issue in this 'Not Working Post'...is it already fixed in Alpha 3?
Xperia_L said:
I didn't read something about camera issue in this 'Not Working Post'...is it already fixed in Alpha 3?
Click to expand...
Click to collapse
Well it says right there...
Not working: camera
Sent from my Taoshan using XDA

[ROM] [UNOFFICIAL] LineageOS 11.0 - edison

{
"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"
}
LineageOS 11.0 (Based on KitKat 4.4.4) for Motorola Atrix 2 (edison)
​
DISCLAIMER
Code:
#include <std/disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
*/
* you point the finger at me for messing up your device, I will laugh at you.
ROM INFO
This is unofficial source-built LineageOS 11 aka CM11 for Motorola Atrix 2 (edison). Build is identical to CM11 builds by @alteredlikeness , in fact this build is built using his manifests. Huge thanks to him.
I literally did nothing to get this build works - everything works flawlessly out of the box.
Builds won't be updated unless I found problems that I could fix it myself, or I felt that there's nice features that I could cherry-pick to this build. Since Android 4.4.4 no longer receive updates, thus I don't see there's a necessity to have regular builds - means no updates or ETAs. Every build is considered a Final release.
This build is here to give our beloved Atrix 2 a beautiful ending. At least, she gets to taste LineageOS now :good:
ROM FEATURES
It is just like previous CM11 builds, highly identical. Nothing special. No magic sauce.
That's not true anyway, I can't resist from adding features that I love to have it on my phone Check changelogs or build highlights for added features
ROM BUGS
Code:
- WiFi : 5GHz not working, disabled in build
- Display : Casting is not working (codec-related problem)
Every release is personally tested on my Atrix 2 in System 2/3. Sometimes I'm steam enough to install on System 1 (this is not good, I lost my WhatsApp chats ).
Thus, this build is confirmed safe to install on both System 1, System 2 and System 3. Please perform clean flash if possible.
ROM INSTALLATION
*NEW USERS: Backup your CID from BMM Recovery is you haven't done so! (under Firmware Flashing section)
1. Prepare SD Card, root access (ICS root or KingRoot) and Install BMM (available from my Google Drive)
2. Proceed booting into BMM.
3. Configure system as per your needs. For Boot Options, enable all except Insecure ADB (recommended)
4. Enter BMM recovery. Format /system, /data and /cache.
5. Proceed to flash ROM and other ZIPs.
6. Reboot system. First boot won't take too long, you are good to go then!​
SIDE NOTES
- ART works very well. :laugh: but latest 4.4 GAPPS won't work well with ART on 4.4 (Play Store will FC)
- No more arm libs error for some modern apps (such as Flutter based apps), which exists in previous CM builds.
- Xposed is working on this ROM. Use the official Xposed only, do not use SolarWarez's
- This build works pretty fluid with GAPPS installed. However if you need maximum performance, you may use MicroG instead.
- Signature spoofing is available out of the box, useful for MicroG users. Enable it in development settings.
SOURCES
Full credits to @alteredlikeness, LineageOS, long-lived CyanogenMod, and other Atrix 2/OMAP4 developers.
https://github.com/leewp14/local_manifests
https://github.com/leewp14/android_device_motorola_edison
https://github.com/leewp14/android_device_motorola_omap4-common
https://github.com/leewp14/android_kernel_motorola_omap4-common
https://github.com/leewp14/proprietary_vendor_motorola
XDA:DevDB Information
[ROM] [UNOFFICIAL] LineageOS 11.0 - edison, ROM for the Motorola Atrix 2
Contributors
lee.wp14, alteredlikeness
Source Code: https://github.com/leewp14
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
Based On: LineageOS
Version Information
Status: Stable
Stable Release Date: 2018-12-26
Created 2018-12-28
Last Updated 2018-12-28
Reserved
Reserved
DOWNLOADS
Builds are uploaded to my Google Drive. Click here to access.
Look under directory : edison > lineage
Compatible GAPPS, MicroG and other installers can also be found in directory : edison > misc
*DO NOT MIRROR WITHOUT MY PERMISSION. Thank you.
CHANGELOG
Code:
[U][B]20181226 [FINAL][/B][/U]
- edison : Use back uevent for audio jack handling
[U][B]20181221[/B][/U]
- omap4-common : Generate bootanimation according to edison's actual display resolution
- edison : Configure wifi refresh rate to every 150secs
- edison : Disabled hardware acceleration
- edison : Tweaked display auto-brightness value
- edison : Configure zram according to Intel's paper
- edison : Enabled battery status LED notification
- frameworks/apps-settings : Added signature spoofing support with switch in Developer Options
- frameworks : Bring back vm methods required by Xposed
- dalvik : Do required whitelisting when Xposed is detected
[U][B]20181209[/B][/U]
- edison : ZRAM Enabled. disksize 400MB, swappiness 90
- edison : vm and misc prop configs
- edison : remove wifi dual band option
- edison : minimum brightness is now 1 instead of 10 (more dim)
- frameworks : merged Sony Kitkat firmware's system animations
[U][B]20181208[/B][/U]
- edison : Disable entropy
- edison : Reduce VM page cluster to single only
- omap4-common : (attempt) fix instagram video upload issue
- kernel : optimize kernel clock tick
- kernel : disable cpu governor hotplug
[U][B]20181206[/B][/U]
- Added CPU governor : Lionheart, Hotplug
[U][B]20181205[/B][/U]
- Initial build
I will only write changelog for tested working builds :good: try at your own risk if you want to test it before me :3
Those inside .trash folder are my test builds. Please, avoid this folder and other no changelog written build if you want to play safe. Thanks
Miscellaneous
Screenshot
Attached to this post
Tweaks
Coming Soon...
Wow! Sweet! And nice job!:good:
I was very surprised to receive a mention notification today. Glad my long-forgotten past work could be of assistance in building this.
Long live Edison!
alteredlikeness said:
Wow! Sweet! And nice job!:good:
I was very surprised to receive a mention notification today. Glad my long-forgotten past work could be of assistance in building this.
Long live Edison!
Click to expand...
Click to collapse
Thanks for dropping by!
Without devs like you and other Atrix 2/OMAP4 developers, this won't be possible Would like to thank you all for the hard works :good:
Recently I bricked my Samsung S Advance, so I get back to use Atrix 2 as my daily driver. Available ROMs for Atrix 2 are quite outdated, thus I decided to give LineageOS 11 a shot.
Anyway, may I have your advice on this device's file system? Is it that we must stick with the stock ext3 or we can actually use other file systems? Because I see that the BMM is made not to format partitions.
Sorry, I didn't really know much about this device, I'm just a new Atrix 2 user
New Build 20181209
Highlights
- Removed unused system apps :good:
- Sony Xperia 4.4.4 system animations (identical to Xperia Z1 4.4.4)
- Lowered minimum brightness; you can now use your phone more comfortable in darker place
Check second post for changelogs.
EDIT : Removed irrelevant stuffs
EDIT : Removed irrelevant stuffs
lee.wp14 said:
Update of last post :
I can't imagine this happened to my CID... ahhhhh!
Mixed feelings..... :crying:
EDIT : I wonder if CID will be outputted on early boot? Anyone knows this? Or anyone knows how a CID looks like?
Click to expand...
Click to collapse
Yes every time you boot this cid error will appear. Even i lost this cid and at time my mobile was under warrenty. So i replaced with motorola service centre.
mithun23 said:
Yes every time you boot this cid error will appear. Even i lost this cid and at time my mobile was under warrenty. So i replaced with motorola service centre.
Click to expand...
Click to collapse
Oh, so lost CID also can replace device thru warranty, hmm this is really interesting
But since I can still use the phone, not a big deal to me as long as I don't plan to give/sell my phone to other people.
Last build has tons of codec problems. Will be fixed in upcoming build.
lee.wp14 said:
Oh, so lost CID also can replace device thru warranty, hmm this is really interesting
But since I can still use the phone, not a big deal to me as long as I don't plan to give/sell my phone to other people.
Last build has tons of codec problems. Will be fixed in upcoming build.
Click to expand...
Click to collapse
Yes it can...But I flashed stock ROM. And said motorola service centre some story tat ...after my battery was drained and after charging. Mobile is not booting and getting this cid error.
And what ... They replaced mobile
New Build 20181221
Highlights
- Built-in Signature Spoofing support with ON/OFF switch in Developer Options (useful for MicroG)
- Enabled battery status LED notification feature
- Official build of Xposed framework is NOW SUPPORTED :laugh:
- Fixed video playback (that's due to one of my previous stupid commit )
- Fixed video recording (also, that's due to the previous stupid commit too )
- Better backlight adjustment when auto-brightness is enabled
Notes
- Use the official Xposed only, do not use the SolarWarez's patched version of xposed.
- Display casting seems won't work all the time, further testing needed! I only tested on a Bravia non-android smart tv which only established successful connection once in about my 50 attempts (and that one time working is not 100% working also due to codec problems).
- Video playback should be relatively fine now. However, do bear in mind that this doesn't means that you won't get any codec related problems anymore. Old omap4 devices are well-known for its codec problems.
- Video recording is relatively fine now. H264 based recording is not an issue anymore. But, the above thing applies to this too
New Build 20181226
No major changes on this build, however if you happen to use the audio jack, please apply this build. Build 20181221 breaks the audio jack.
Greetings to those who are using this ROM :
Thank you for using this ROM. I don't really want this, but recently I just received another Samsung Note 1.
So... that means I won't be using Atrix 2 anymore, and no more updates are to be expected.
Thanks again, and have a nice day!
Thanks brother for all thee contribution you have given to this phone. Am really impress after flashing this rom and playing it.
Thanks a ton for this Rom. I am new to this but I could follow instructions in this post and the tutorial :
https://forum.xda-developers.com/t/...deo-for-motorola-atrix-2-mb865-me865.2602229/
Thanks to all contributors.
lee.wp14 said:
Greetings to those who are using this ROM :
Thank you for using this ROM. I don't really want this, but recently I just received another Samsung Note 1.
So... that means I won't be using Atrix 2 anymore, and no more updates are to be expected.
Thanks again, and have a nice day!
Click to expand...
Click to collapse
Thanks so much for creating it at all. I had mokee on mine from ages ago. Im just glad to be able to use it as a remote for home automation at this point

Paranoid Android Pie Beta - Mi Pad 4

{
"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"
}
We’re really excited to announce the release of Paranoid Android Pie betas.
On first launch, you’ll notice a clean setup with a beautiful wallpaper from Hampus Olsson, who teamed up with us again to create several beautiful pieces of artwork. For those who are unfamiliar, Hampus is a multi-disciplinary artist whose design stands for itself and we’re glad to have him onboard. We also added further UI touches that we believe enhances the overall user experience.
The beta builds include adjustments and improvements on top of the stock Android CAF base. The Paranoid Android team and contributors are focusing on squashing existing bugs, and implementing and improving features.
Important notice
arter97 Pie Software Collection dependent.
This Paranoid Android port was done with "arter97 Pie Software Collection" in mind, and vice-versa. You need to have "arter97 Pie Software Collection" installed to use this Paranoid Android builds. Do not expect this to work properly if that wasn't done prior.
Officially supported devices
Mi Pad 4
PA specific known-issues
Cover-to-sleep may not work properly(uncover-to-wake works)
The device will be shown as "msm8998"
Download
arter97 Pie Software Collection
Get the latest build HERE
Changelog
Keep an eye on our Twitter account: @paranoidaospa, as we will be posting about new features getting included in the beta builds.
Paranoid Android Pie beta released
Instructions & requirements
Extract the .xz file to get system.simg.
The procedures to install should be about the same as for other GSI ROMs with system.img.
Go follow the instructions from "arter97 Pie Software Collection"
Flash the PA system.simg via TWRP or fastboot before reboot
Reboot
Important / Useful links
OpenGapps
Paranoid Android Twitter
arter97 Twitter
Paranoid Android Channel (Telegram)
Paranoid Android Community Channel (Discord)
Help us improve PA by submitting good bug reports possibly with a log attached. Learn how to take logs HERE.
Our device maintainer for PA Mi Pad 4 build is @arter97. Mention @arter97 in your post if you need some assistance and/or when reporting bugs. Bug report without logs or clear steps to reproduce the issue will be ignored.
Cheers and #StayParanoid!
ROM Sources: https://github.com/aospa
Kernel Sources: Kernel is not included
XDA:DevDB Information
Paranoid Android - Mi Pad 4, ROM for the Xiaomi Mi Pad 4
Contributors
arter97, joshuous, herna
ROM OS Version: 9.x Pie
Version Information
Status: Beta
Created 2019-02-23
Last Updated 2019-08-10
/* Changelog */
20190810
Major update, new base
Requires 20190810 "arter97 Pie Software Collection for the Mi Pad 4" build
exFAT, f2fs, ext4 SDcard support added
Fixed status-bar and navigation-bar layout corruption
First custom Pie ROM to have AV Enhancements from Qualcomm working
- This ensures optimal operations with audio/video playback, better performance and lower power consumption
QPerformance is now working properly
aptX is now working
Reserved 2
Reserved 3
Well done arter!
Jesus! Who would have expected! Flashing onti once I get home oh yeah!!! Thanks after will drop u a donation again soon!
wow. I ve been using your rom since your work on galaxy s3. thanks.
Extremely slow download speeds for this build
I apologize if this is a sensitive issue and I know this is selfish as a freeloader, but can we have a faster mirror for download? It is taking way to much time for a single ROM download. :fingers-crossed:
EDIT: Nevermind, I found a workaround. I use a VPN and the download speed went from 150 kb/s to 5 MB/s.
Working great Arter! Had a little issue when I chose Pixel launcher as the default, but managed to get it switched to quickstep and it's working like a charm! Thanks!
Hey Arter! A question please, if someone wants to revert the changes we need only to flash another recovery (since your supports only f2fs) or need to do something else? I ask because I don't know if it changes any partition or what your vendor.
Inviato dal mio ONEPLUS A5010 utilizzando Tapatalk
grimez said:
Working great Arter! Had a little issue when I chose Pixel launcher as the default, but managed to get it switched to quickstep and it's working like a charm! Thanks!
Click to expand...
Click to collapse
try to install Magisk and install "pixel_stuff.zip" with it: https://forum.xda-developers.com/showpost.php?p=78029447&postcount=483
it work for me, but quickstep launcher will crash after this...
i think you can also flash pixel stuff via twrp with this package: https://forum.xda-developers.com/android/apps-games/pie-pixel-stuff-t3846138
it seems that text selection on recent apps work with it ( but haven't try yet ...)
edit: i try with the twrp packages, doesn't work
I got this loaded up tonight for the first time.
when i originally set up the tablet i added an SD card via Carbon Rom and added it as device storage. of course i had to format data in twrp when loading this rom. at first when i loaded the rom it told me to format the SD card. the format failed saying it was corrupted. i tried again and it would just stop. now when i try to go to storage in settings the entire settings force closes.
any idea how i can still use this SD card? going to really suck if its gone because its a 256gb card.
Flaggusp said:
Hey Arter! A question please, if someone wants to revert the changes we need only to flash another recovery (since your supports only f2fs) or need to do something else? I ask because I don't know if it changes any partition or what your vendor.
Inviato dal mio ONEPLUS A5010 utilizzando Tapatalk
Click to expand...
Click to collapse
Change recovery, wipe data back to /ext4 and you should be ready.
knives of ice said:
I got this loaded up tonight for the first time.
when i originally set up the tablet i added an SD card via Carbon Rom and added it as device storage. of course i had to format data in twrp when loading this rom. at first when i loaded the rom it told me to format the SD card. the format failed saying it was corrupted. i tried again and it would just stop. now when i try to go to storage in settings the entire settings force closes.
any idea how i can still use this SD card? going to really suck if its gone because its a 256gb card.
Click to expand...
Click to collapse
You're probably using exFAT, which is unsupported in PA(yet).
If you need to use it with your PC, format it as fat32.
If not, use ext4 or f2fs. (iirc both will work)
arter97 said:
You're probably using exFAT, which is unsupported in PA(yet).
If you need to use it with your PC, format it as fat32.
If not, use ext4 or f2fs. (iirc both will work)
Click to expand...
Click to collapse
i formatted the disc to fat32 and have the same problem.
as i said before, i was using the card already on the past rom before switching to this and formatted it as device storage. i assume this must be what is causing problems?
i formatted to fat32 on my PC though and as soon as i hit storage, even after rebooting settings force closes. i then force stopped settings and cleared settings storage. same thing, force stop of settings as soon as i hit storage.
any idea what to try?
EDIT - also just formatted to ext4 with the same results
Hello
Tried Paranoid it works and fast
Nice work
Thanks
Installed this over the xiaomi.eu ROM I was using, and gotta say it's fantastic! Great work
A few thoughts:
* Adaptive brightness seems to be working a bit funny
* 4g data SIM seems to be working fine
* Touch response is way better than the stock/EU roms
* The pixel launcher with latest gapps seems to crash so I recommend using nano
* Is there any way to change the green accent on the UI? I'm not digging the green lol
* Picture in picture is working fine for apps that support it, but is there any way to get split screen apps working on this ROM?
* Any chance of face unlock being supported, or is that vendor functionality? The face unlock on the Xiaomi EU ROM was very sketchy
abethell said:
Installed this over the xiaomi.eu ROM I was using, and gotta say it's fantastic! Great work
A few thoughts:
* Adaptive brightness seems to be working a bit funny
* 4g data SIM seems to be working fine
* Touch response is way better than the stock/EU roms
* The pixel launcher with latest gapps seems to crash so I recommend using nano
* Is there any way to change the green accent on the UI? I'm not digging the green lol
* Picture in picture is working fine for apps that support it, but is there any way to get split screen apps working on this ROM?
* Any chance of face unlock being supported, or is that vendor functionality? The face unlock on the Xiaomi EU ROM was very sketchy
Click to expand...
Click to collapse
did you install with ext4?
Enviado desde mi Phh-Treble vanilla mediante Tapatalk
abethell said:
Installed this over the xiaomi.eu ROM I was using, and gotta say it's fantastic! Great work
A few thoughts:
* Adaptive brightness seems to be working a bit funny
* 4g data SIM seems to be working fine
* Touch response is way better than the stock/EU roms
* The pixel launcher with latest gapps seems to crash so I recommend using nano
* Is there any way to change the green accent on the UI? I'm not digging the green lol
* Picture in picture is working fine for apps that support it, but is there any way to get split screen apps working on this ROM?
* Any chance of face unlock being supported, or is that vendor functionality? The face unlock on the Xiaomi EU ROM was very sketchy
Click to expand...
Click to collapse
My 4g data SIM not working

[ROM][UNOFFICAL] LineageOS 14.1 for the Xperia Z5 Premium

LineageOS is a free and open-source operating system for various devices, based on the Android mobile platform.
Disclaimer:
It is your decision to install this software on your device. Neither LineageOS developers nor I take any responsibility for any damage that may occur from installing this software on your device.
{
"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"
}
Notes:
This rom does not come pre-rooted or bundled with any modifications or apps. The device tree is heavily based off of Sumire's officical lineageOS repo with only the necessary modifications required for Satsuki (Z5 Premium).
Download:
Android File Host: ROM
Prerequisites:
- Make sure you're coming from firmware 32.4.A.1.54 before flashing this rom.
- Bootloader needs to be unlocked.
- Ensure that you have TWRP recovery from here.
Install:
1) Reboot into TWRP Recovery.
2) Select Wipe -> Swipe to factory reset -> Advanced Wipe -> Dalvik /ART Cache, System, Cache and Data -> Swipe to Wipe.
3) Go back to TWRP's main menu -> Select Install -> Locate and choose lineage-14.1-20200507-UNOFFICIAL-satsuki.zip file -> Swipe to confirm flash.
GApps/Root:
- Flash Gapps arm64 7.1 for Google Apps.
- Flash Magisk for root.
Sources:
Kernel
Device Tree (Satsuki | kitakami-common)
Bugs:
Please let me know about any bugs you encounter, I will look into them ASAP. Personally I haven't found any but I've tested the basic features such as brightness, camera, flash, sim detection, WiFi, Bluetooth, fingerprint, sound etc. which are all working fine on my device (E6853).
XDA:DevDB Information
LineageOS 14.1, ROM for the Sony Xperia Z5 Premium
Contributors
Joel16
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Version Information
Status: Stable
Current Stable Version: 2020-05-07
Stable Release Date: 2019-12-12
Created 2019-12-11
Last Updated 2020-05-07
Change-logs:
2019-12-12
- Initial Release
2019-12-23
- Updated security patch to December.
- Fix some missing proprietary blobs. (camera, nfc and qti-iop)
- Add support for aanc tuning mixer controls.
- Updated outdated config files to the ones from 32.4.A.1.54.
- SD Card detection fix on dual sim devices by kv123.
2020-02-16
- Updated Android security patches to Feb 2020.
2020-04-14
- Updated Android security patches to March 2020.
- arm: DT: Satsuki: Lower backlight init value
2020-05-07
- Updated Android security patches to April 2020.
- Fixed NFC toggle.
- Fixed WiFi tethering.
- Fixed SD card not being accessible on dual-sim variants.
Joel16 said:
Change-logs:
2019-12-12
- Initial Release
Click to expand...
Click to collapse
Any chance we can get Oreo sir?
yeshuabainz said:
Any chance we can get Oreo sir?
Click to expand...
Click to collapse
I do plan on making an Oreo release at some point. However functionality wise I cannot guarantee anything. As always no ETAs.
I really appreciate this work although I don't have Z5P. I wish I have it so I could do some testing. I love Z5 family.
Joel16 said:
I do plan on making an Oreo release at some point. However functionality wise I cannot guarantee anything. As always no ETAs.
Click to expand...
Click to collapse
Ill be waiting for Oreo Update,btw thanks for the Rom it fix my Auto Rotate problem
yeshuabainz said:
Ill be waiting for Oreo Update,btw thanks for the Rom it fix my Auto Rotate problem
Click to expand...
Click to collapse
Before Oreo, I want to port my old school favouirte rom to this device. (Omni Rom)
Thank you so much! I'm currently using Bernies unofficial lineage os 14.1 from the other thread. Can I just flash to this or do I need to go back to 32.4.A.1.54 first?
Mike3009 said:
Thank you so much! I'm currently using Bernies unofficial lineage os 14.1 from the other thread. Can I just flash to this or do I need to go back to 32.4.A.1.54 first?
Click to expand...
Click to collapse
Flashing firmware 32.4.A.1.54 again is not required. You just need to make sure you were initially on firmware 32.4.A.1.54 before flashing Bernie's builds as well. As long as you wipe data/cache like the install instructions above suggests you should be fine.
I flashed it over and it works perfectly! Thank you!
I've decided to scrap the omnirom idea for now. Anyways a little status update on....
You guessed it, Oreo!
As stated earlier, I cannot guarantee any functionality on any android version > 7.1.2 and I'm also pretty new to Android development so no promises here. Although I have yet to debug anything, initially only WiFi, Bluetooth, Brightness, Double tap to sleep/wake is currently working. Everything else is broken -> camera, flash, sim card detection, speakers, mic, internal storage and unless I missed anything else, just assume its broken. Until/IF I fix majority of these issues I won't be releasing any builds. I'll keep you guys up to date on this thread but for now there won't be any ETAs.
For real????? Man, you are freaking awesome! Really appreciate all the work you're doing! Definitely great to see anyone making progress on this. Best of luck!
nice,i hope u can add xperia function aswell ??
Another Status Update for Oreo:
Speaker/Mic has been fixed with the Oreo build. All of the minor audio issues (reported by a logcat) have been fixed as well, which allows AudioFX to work. There are a bunch of other issues still that I'll need to fix before I can make a release.
Persisting Issues:
- No sensors are working (proximity, accelerometer, gyroscope, light etc) A lot of functionality such as adaptive brightness, auto rotate will not work until this is fixed.
- Sim detection
- Camera
- Fingerprint
What is currently working:
- WiFi
- Bluetooth
- GPS
- Fingerprint
If I can get the sensors working, I'll release a beta/test build. Camera/Sim service is definitely going to be the hardest, and will be put up last simply because its better to get most of the basic functionality working before I can start working on the difficult stuff. It's worth mentioning again that I'm not a professional android developer, I'm just a recent college graduate that is doing this as a hobby. I'm still learning how all this works so I cannot guarantee anything! So don't hold me to it, but I will give it my best.
Will you be releasing the December security update for lineage os 14.1? Once again, excellent work on your progress on 15.1 and also your 14.1 is the smoothest I've ever used.
Mike3009 said:
Will you be releasing the December security update for lineage os 14.1? Once again, excellent work on your progress on 15.1 and also your 14.1 is the smoothest I've ever used.
Click to expand...
Click to collapse
I will try to update this in the coming week considering this is stable while the other rom isn't. Right now I don't have enough storage for both Oreo and Nougat roms (The sources use up a lot of storage).
No mount sd card (model e6833)
SD card is working fine here e6853.
Allex1992 said:
No mount sd card (model e6833)
Click to expand...
Click to collapse
It seems to be coming from a dual sim device. Can you please fetch the logs?
- Reboot device
- Connect usb cable with debug on and data transfer on.
- Open terminal:
- adb root
- adb shell dmesg > dmesg.txt
- adb shell logcat > logcat.txt (close/interrupt this after a couple of seconds)
EDIT: Try new version released below.
New release - 2019-12-23
- Updated security patch to December.
- Fix some missing proprietary blobs. (camera, nfc and qti-iop)
- Add support for aanc tuning mixer controls.
- Updated outdated config files to the ones from 32.4.A.1.54.
- SD Card detection fix on dual sim devices by kv123.
@Allex1992 and @yeshuabainz or anyone else with a dual sim variant please test if the SD card detection works now. If it does I can apply the patch for lineage-15.1 and TWRP. If it doesn't work provide logs.

Categories

Resources