[ROM][OFFICIAL][surnia] LineageOS 14.1 for Moto E LTE - E 2015 Original Android Development

{
"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"
}
This is our port of LineageOS 14.1 to the 2015 Moto E LTE (surnia). LineageOS is effectively a continuation of the CyanogenMod project. This ROM should run reliably, provided you are running a modem from 5.1 or newer.
Changelog:
CMXLog official nightly changelog
Downloads:
Official weekly builds
Lineage su addon
XDA:DevDB Information
LineageOS 14.1 for Moto E LTE, ROM for the Moto E 2015
Contributors
squid2, Alberto97, scritch007
Source Code: https://github.com/LineageOS
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Version Information
Status: Nightly
Created 2016-12-10
Last Updated 2017-01-26

i'm on cm14.1-20161209 buid,there is a bug,when i receive a call data connection gets off and i cant't turn it on untill i restart my phone (surnia xt1521,operator jio 4g).

Irfan_ said:
i'm on cm14.1-20161209 buid,there is a bug,when i receive a call data connection gets off and i cant't turn it on untill i restart my phone (surnia xt1521,operator jio 4g).
Click to expand...
Click to collapse
Grab a log - otherwise - it didn't happen
Devs are not wizards

where i can get the log?
---------- Post added at 07:05 PM ---------- Previous post was at 07:03 PM ----------
Zokhii said:
Grab a log - otherwise - it didn't happen
Devs are not wizards
Click to expand...
Click to collapse
where i can get the log?

I just updated from 13.0-20161122-NIGHTLY to 14.1-20161210-NIGHTLY on my Motorola Moto E 2015 LTE (surnia). Unfortunately, com.android.phone keeps crashing now, and I can't unlock my SIM card (it simply says "SIM PIN operation failed!").
There's a lot of logs, so it's hard to tell where the issue lies exactly, but this crash happens basically every second so it seems relevant:
Code:
12-10 19:15:14.869 4210 4210 E AndroidRuntime: FATAL EXCEPTION: main
12-10 19:15:14.869 4210 4210 E AndroidRuntime: Process: com.android.phone, PID: 4210
12-10 19:15:14.869 4210 4210 E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.BATTERY_CHANGED flg=0x60000010 (has extras) } in com.qualcomm.ims.vt.LowBatteryHandler$1
@17ba168
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1132)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:751)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6126)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: Caused by: java.lang.SecurityException: getImsPhoneId: Neither user 1001 nor current process has android.permission.READ_PHONE_STATE.
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at android.app.ContextImpl.enforce(ContextImpl.java:1585)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at android.app.ContextImpl.enforceCallingOrSelfPermission(ContextImpl.java:1617)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at android.content.ContextWrapper.enforceCallingOrSelfPermission(ContextWrapper.java:707)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at org.codeaurora.ims.QtiImsExt.onGetImsPhoneId(QtiImsExt.java:89)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at org.codeaurora.ims.QtiImsExtBase$QtiImsExtBinder.getImsPhoneId(QtiImsExtBase.java:97)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at org.codeaurora.ims.QtiImsExtManager.getImsPhoneId(QtiImsExtManager.java:167)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at org.codeaurora.ims.utils.QtiImsExtUtils.getImsPhoneId(QtiImsExtUtils.java:260)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at org.codeaurora.ims.utils.QtiImsExtUtils.getConfigForDefaultImsPhoneId(QtiImsExtUtils.java:229)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at org.codeaurora.ims.utils.QtiImsExtUtils.isCarrierConfigEnabled(QtiImsExtUtils.java:205)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at org.codeaurora.ims.utils.QtiImsExtUtils.allowVideoCallsInLowBattery(QtiImsExtUtils.java:216)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at com.qualcomm.ims.vt.LowBatteryHandler$1.onReceive(LowBatteryHandler.java:97)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1122)
12-10 19:15:14.869 4210 4210 E AndroidRuntime: ... 7 more
12-10 19:15:14.875 1169 2142 W ActivityManager: Process com.android.phone has crashed too many times: killing!
12-10 19:15:14.923 278 278 I ServiceManager: service 'sip' died
12-10 19:15:14.923 278 278 I ServiceManager: service 'simphonebook' died
12-10 19:15:14.923 278 278 I ServiceManager: service 'iphonesubinfo' died
12-10 19:15:14.923 278 278 I ServiceManager: service 'isms' died
12-10 19:15:14.923 278 278 I ServiceManager: service 'phone' died
12-10 19:15:14.923 278 278 I ServiceManager: service 'carrier_config' died
12-10 19:15:14.923 278 278 I ServiceManager: service 'ims' died
12-10 19:15:14.923 278 278 I ServiceManager: service 'qti.ims.ext' died
12-10 19:15:14.923 278 278 I ServiceManager: service 'isub' died
12-10 19:15:14.923 4337 4452 I ActivityThread: Removing dead content provider:[email protected]
12-10 19:15:14.924 1169 1947 D ConnectivityService: unregisterNetworkFactory for PhoneSwitcherNetworkRequstListener
12-10 19:15:14.924 1169 1947 D ConnectivityService: unregisterNetworkFactory for TelephonyNetworkFactory[0]
12-10 19:15:14.926 1169 3094 I ActivityManager: Process com.android.phone (pid 4210) has died

Irfan_ said:
where i can get the log?
---------- Post added at 07:05 PM ---------- Previous post was at 07:03 PM ----------
where i can get the log?
Click to expand...
Click to collapse
Google how to make a logcat

Thanks for the thread....
Was waiting for it...

SylvieL said:
I just updated from CyanogenMod 13.0-20161122-NIGHTLY to 14.1-20161210-NIGHTLY on my Motorola Moto E 2015 LTE (surnia). Unfortunately, com.android.phone keeps crashing new, and I can't unlock my SIM card (it simply says "SIM PIN operation failed!").
There's a lot of logs, so it's hard to tell where the issue lies exactly, but this crash happens basically every second so it seems relevant:
Click to expand...
Click to collapse
Did you do a clean install or direct update? It requires a clean install.

mykenyc said:
Did you do a clean install or direct update? It requires a clean install.
Click to expand...
Click to collapse
I did do a direct install because that's what CM Updater did. I'll try a factory reset.

SylvieL said:
I did do a direct install because that's what CM Updater did. I'll try a factory reset.
Click to expand...
Click to collapse
I would suggest a clean install as in re-downloading open gapps and cyanogen.

mykenyc said:
I would suggest a clean install as in re-downloading open gapps and cyanogen.
Click to expand...
Click to collapse
I don't use Gapps so I guess a factory reset is the only thing left then.
Edit: Someone else tried this already and they seem to still be getting the crash.

Irfan_ said:
i'm on cm14.1-20161209 buid,there is a bug,when i receive a call data connection gets off and i cant't turn it on untill i restart my phone (surnia xt1521,operator jio 4g).
Click to expand...
Click to collapse
This is because VoLTE is not implemented completely yet.I am facing same problem with same rom on xt1521. So i am using aicp_surnia_n-12.1-NIGHTLY-20161208 version and it works fine and VoLTE is also working. or wait for new versions of CM14.1.

SD card problem
How to resolve this issue. Facing this issue everytime whenever I select sd card. Same thing happens in root access mode.

Badrikesh said:
How to resolve this issue. Facing this issue everytime whenever I select sd card. Same thing happens in root access mode.
Click to expand...
Click to collapse
See if the issue persist using another file manager like amaze. Also check the permissions.

Issue switching to mobile data after being on WiFi
If mobile data fails to activate after you've been using WiFi for a while, please read this post on the osprey thread: http://forum.xda-developers.com/showpost.php?p=70027645&postcount=1672

For some reason the Wifi is not working, even with a completely clean install. Also, Squid Kernel is not compatible for me? Battery also seems to drain quickly on this build. Clean experience otherwise though...

AndersCF said:
For some reason the Wifi is not working, even with a completely clean install. Also, Squid Kernel is not compatible for me? Battery also seems to drain quickly on this build. Clean experience otherwise though...
Click to expand...
Click to collapse
There's no squid kernel for Nougat yet. Try reflashing CM14.1 to see if WiFi starts working again. It works fine for me.

VenomMOD said:
There's no squid kernel for Nougat yet. Try reflashing CM14.1 to see if WiFi starts working again. It works fine for me.
Click to expand...
Click to collapse
Tried flashing over the existing install and wipe flash/dalvik. It works now.

Anyone else having an issue with the cLock widget when you click on the weather the popup text is black?

Audio volume is very low
First my english is very bad but i'll try to say the most important .
1. Thank you , your work with this room is amazing, now all the process is very smooth, now my moto e surnia is very fast ,im so glad for that reasons, the updates from the playstore now are faster , very!
THE BIG PROBLEM FOR ME
The volumen is very low , my friend has the same device with marshmallow official and the volumen is the same level if you compare with the official room android lollipop.
But the problem appears with this room (7.1) the volumen is no the same any more.
I got to compare the same device between moto e surnia marshmallow vs moto e surnia nougat (7.1) and the level volume from marshmallow is bether.
PLEASE FIX THIS PROBLEM BECAUSE A LOT OFS USERS LOVE SPOTIFY WITH A GOOD HEADPHONES BUT THIS PROBLEM ES VERY IMPORTANT FOR US.
About the moto radio, to be honest the best app to listen radio offline is from moto. and with this room is impossible to use the moto radio app , it says this app ( radio moto) is not compatible.

Related

[rom] for chinese tablet!

I have this tablet: E STAR MID7114
I was opened the tabletand see this specifications on the motherboard: INET-86VS-REV05 Zeng-gc 2013-09-27
I Successfuly flash new image with LIVESUIT the update was successful,but now new problem was found android stuck on green android pattern (TITLE SITE ROM: Allwinner A13 2g 7inch Inet 86ve rev02 Android Tablet Firmware )
Pleaseeeeeee if anyone know valid .img file for: INET-86VS-REV05 Zeng-gc 2013-09-27
Sorry I can not post link
rom
ntasis said:
I have this tablet: E STAR MID7114
I was opened the tabletand see this specifications on the motherboard: INET-86VS-REV05 Zeng-gc 2013-09-27
I Successfuly flash new image with LIVESUIT the update was successful,but now new problem was found android stuck on green android pattern (TITLE SITE ROM: Allwinner A13 2g 7inch Inet 86ve rev02 Android Tablet Firmware )
Pleaseeeeeee if anyone know valid .img file for: INET-86VS-REV05 Zeng-gc 2013-09-27
Sorry I can not post link
Click to expand...
Click to collapse
only the camera was not working but repaired:
link:----> h t t p : / / w w w . m e d i a f i r e .c o m/ d o w n l o a d/ 2 6 70 c w nt u 4 z f w l 9 / r o m . i m g
Sorry I can not post link (Join the gaps)
ntasis said:
only the camera was not working but repaired:
link:----> h t t p : / / w w w . m e d i a f i r e .c o m/ d o w n l o a d/ 2 6 70 c w nt u 4 z f w l 9 / r o m . i m g
Sorry I can not post link (Join the gaps)
Click to expand...
Click to collapse
Pleaseeeeeee if anyone know a driver for camera....over the camera SHOWN this code 86vsp19v5.0-ys265zr

[ROM] AICP - 11.0 - M 6.0.1_r3 - Dior - 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"
}
AICP​
Android Ice Cold Project​
In the beginning we would like to thank:
cm team
omni team
dior devs
armani-dev
open source community
AICP dev team:
LorD ClockaN
zipsnet
n3ocort3x
semdoc
eyosen
alienmind
Chezbel
Drgravy
DONATIONS:​
We are now paying for servers that build nightlies and everything that comes with it, so EVERY DONATION is going there.
Thank you!!
​
What is AICP?
AICP is known by someone as Ice Cold Project that started on Desire HD and since than evolved as a mature rom with the BEST community you can find!!!
Unfortunately AOKP either stopped development or will make a comeback later this year so we are now CM based when it comes to hardware, drivers and some features.
If there are any bugs, either we will sort them or CM team if it concerns their modifications. This rom isn't CM supported so no need to report errors or bugs to them!!
Install instructions:
Reboot into recovery (latest official TWRP recommended).
Wipe Data, System and Cache if it's a fresh install.
No wipes required if you're updating from a previous version of CM 13.0 (Wipe Cache and Dalvik Cache recommended).
Flash ROM + Gapps.
Reboot.
Download links:
ROM: AICP ROM
Gapps: Banks /Open Gapps
XDA:DevDB Information
AICP, ROM for the Xiaomi Redmi Note
Contributors
audahadi
Source Code: https://github.com/AICP
Source Code: https://github.com/kernel-hut/android_kernel_xiaomi_cancro
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Nightly
Created 2015-12-18
Last Updated 2015-12-17
Reserved
Bug's??
Sent from my HM NOTE 1LTE using XDA Free mobile app
razhie22 said:
Bug's??
Sent from my HM NOTE 1LTE using XDA Free mobile app
Click to expand...
Click to collapse
FB fc and maybe some other app too.. Camera not as good as MIUI.. Overall.. Pretty stable to enjoy marshmallow
Sent from my HM NOTE 1LTE using Tapatalk
audahadi said:
FB fc and maybe some other app too.. Camera not as good as MIUI.. Overall.. Pretty stable to enjoy marshmallow
Sent from my HM NOTE 1LTE using Tapatalk
Click to expand...
Click to collapse
I can't change the maximum freq, how can I change it?
richard el renthlei said:
I can't change the maximum freq, how can I change it?
Click to expand...
Click to collapse
No for now.. I'll look into it
Sent from my HM NOTE 1LTE using Tapatalk
Is there any workaround for the FB app crashing? I appears that it's crashing in native code with a SIGSEGV?
Code:
01-08 20:49:56.804 23905 24106 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x3d680624 in tid 24106 (Thread-526)
01-08 20:49:56.909 309 309 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-08 20:49:56.909 309 309 F DEBUG : Build fingerprint: 'Xiaomi/dior/dior:4.4.4/KTU84P/5.9.16:user/release-keys'
01-08 20:49:56.909 309 309 F DEBUG : Revision: '0'
01-08 20:49:56.909 309 309 F DEBUG : ABI: 'arm'
01-08 20:49:56.910 309 309 F DEBUG : pid: 23905, tid: 24106, name: Thread-526 >>> com.facebook.katana <<<
01-08 20:49:56.910 309 309 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x3d680624
01-08 20:49:56.939 309 309 F DEBUG : r0 b7ec2150 r1 b7ec2bf8 r2 3d680600 r3 3d680600
01-08 20:49:56.939 309 309 F DEBUG : r4 b7ec2150 r5 934a8ef4 r6 b7ec2150 r7 b7ec1a98
01-08 20:49:56.939 309 309 F DEBUG : r8 934a8f94 r9 b6d49d80 sl 934a8ef0 fp 934a8f38
01-08 20:49:56.939 309 309 F DEBUG : ip 935bff08 sp 934a8eb0 lr 93537629 pc 93d7c650 cpsr a00f0030
01-08 20:49:56.953 309 309 F DEBUG :
01-08 20:49:56.953 309 309 F DEBUG : backtrace:
01-08 20:49:56.953 309 309 F DEBUG : #00 pc 00038650 /data/data/com.facebook.katana/lib-xzs/libsslx.so (BIO_push+7)
01-08 20:49:56.953 309 309 F DEBUG : #01 pc 0008b625 /data/data/com.facebook.katana/lib-xzs/libliger.so
01-08 20:49:56.953 309 309 F DEBUG : #02 pc 0005bb75 /data/data/com.facebook.katana/lib-xzs/libliger.so
01-08 20:49:56.954 309 309 F DEBUG : #03 pc 00063d79 /data/data/com.facebook.katana/lib-xzs/libliger.so
01-08 20:49:56.954 309 309 F DEBUG : #04 pc 0006405f /data/data/com.facebook.katana/lib-xzs/libliger.so
01-08 20:49:56.954 309 309 F DEBUG : #05 pc 0005ce53 /data/data/com.facebook.katana/lib-xzs/libliger.so
01-08 20:49:56.954 309 309 F DEBUG : #06 pc 000205e9 /data/data/com.facebook.katana/lib-xzs/libfolly-io.so (folly::AsyncSSLSocket::sslVerifyCallback(int, x509_store_ctx_st*)+168)
01-08 20:49:56.954 309 309 F DEBUG : #07 pc 00072c7d /data/data/com.facebook.katana/lib-xzs/libsslx.so
01-08 20:49:56.954 309 309 F DEBUG : #08 pc 00073b51 /data/data/com.facebook.katana/lib-xzs/libsslx.so (X509_verify_cert+1744)
01-08 20:49:56.954 309 309 F DEBUG : #09 pc 0002479b /data/data/com.facebook.katana/lib-xzs/libsslx.so
01-08 20:49:56.954 309 309 F DEBUG : #10 pc 0001b0b5 /data/data/com.facebook.katana/lib-xzs/libsslx.so
01-08 20:49:56.954 309 309 F DEBUG : #11 pc 0001d857 /data/data/com.facebook.katana/lib-xzs/libsslx.so
01-08 20:49:56.957 309 309 F DEBUG : #12 pc 00027a63 /data/data/com.facebook.katana/lib-xzs/libsslx.so (SSL_connect+18)
01-08 20:49:56.957 309 309 F DEBUG : #13 pc 00018ceb /data/data/com.facebook.katana/lib-xzs/libsslx.so
01-08 20:49:56.957 309 309 F DEBUG : #14 pc 00027a63 /data/data/com.facebook.katana/lib-xzs/libsslx.so (SSL_connect+18)
01-08 20:49:56.957 309 309 F DEBUG : #15 pc 00021c51 /data/data/com.facebook.katana/lib-xzs/libfolly-io.so (folly::AsyncSSLSocket::handleConnect()+88)
01-08 20:49:56.957 309 309 F DEBUG : #16 pc 00021a2b /data/data/com.facebook.katana/lib-xzs/libfolly-io.so (folly::AsyncSSLSocket::handleRead()+82)
01-08 20:49:56.957 309 309 F DEBUG : #17 pc 00026f4b /data/data/com.facebook.katana/lib-xzs/libfolly-io.so (folly::AsyncSocket::ioReady(unsigned short)+90)
01-08 20:49:56.957 309 309 F DEBUG : #18 pc 000310c1 /data/data/com.facebook.katana/lib-xzs/libfolly-io.so (folly::EventHandler::libeventCallback(int, short, void*)+40)
01-08 20:49:56.957 309 309 F DEBUG : #19 pc 00034097 /data/data/com.facebook.katana/lib-xzs/libfolly-io.so
01-08 20:49:56.957 309 309 F DEBUG : #20 pc 0002e68f /data/data/com.facebook.katana/lib-xzs/libfolly-io.so (folly::EventBase::loopBody(int)+630)
01-08 20:49:56.958 309 309 F DEBUG : #21 pc 000306f5 /data/data/com.facebook.katana/lib-xzs/libfolly-io.so (folly::EventBase::loopForever()+36)
01-08 20:49:56.958 309 309 F DEBUG : #22 pc 00028db7 /data/data/com.facebook.katana/lib-xzs/libliger.so
01-08 20:49:56.958 309 309 F DEBUG : #23 pc 00028e81 /data/data/com.facebook.katana/lib-xzs/libliger.so
01-08 20:49:56.958 309 309 F DEBUG : #24 pc 063c5457 /data/app/com.facebook.katana-1/oat/arm/base.odex (offset 0x6384000)
i got a update notification, what's new? changelog?
I will try this rom.
Thanks for your work
Can this rom be ported to Gucci ( Redmi note 4G dual sim)?
I have tried it.Works very well,but the default camera can't work.
rerbin said:
I have tried it.Works very well,but the default camera can't work.
Click to expand...
Click to collapse
Set Selinux to permisive
Sent from my REDMI NOTE 4G using Tapatalk
Nice one!
is it stable? camera working?
Well overall it's pretty good, but there's still some problems what I really mind...
I flashed the ROM twice, and at the first time the camera didn't work (cannot connect to the camera) but it worked at the second(only original camera app, and Google camera FC but it went better after a few times of rebooting)
Google play service FC all the time and I have to disable fc notifications or I just can't use the phone (but actually play store works. If just never stop giving fc notifications)
And it always auto-rotate, even when I turned it off
AlsoProblems with Google sync, it didn't restore my contacts.
I've used it for several days and that's all
Log will be posted later
Dr. Ajay Tripathi
I noticed erlier when i tried to install an old CM 13 bluid tht in marshmallow Folder Mount app do not work and they even dnt support android 6
I use folder mount extensively in Android 5.1 and i do not wnt to format my card as internal in android 6 as it encrypt all card data and make flashing new rom a pain in ass
So overall i need my old trusted way of Folder Mount
Just need to ask u does folder mounting work in android 6 ?
I was in impression that it do not work due to google implementation of memory card as ext3/4.
Wht u guys use for keeping ur big data files like Obb and old app which point to Internal memory?
And wht u guys prefer an Internal Sd or Mount as External in Marshnellow . Internal will encrypt and dont allow card to pc transfer na? And each rom reinstall means whole card data non readable?
Is there any way ro read memory card data mounted as Internal? Can we read it in Ubuntu? Or can we dencrypt to transfer files fast via Card reader?
Overall i do not install Marshnellow due to memory problem it creates . Please . guide me here.
Thank u every1 here
Tc
Sent from my HM NOTE 1LTE using Tapatalk
@audahadi Thanks for the awesome ROM... except Wifi everything is working... any suggestion as to how to make Wifi work on my phone... Thanks again...
Kiranb212 said:
@audahadi Thanks for the awesome ROM... except Wifi everything is working... any suggestion as to how to make Wifi work on my phone... Thanks again...
Click to expand...
Click to collapse
What do you mean wifi not working?
Sent from my ASUS_Z010D using Tapatalk
audahadi said:
What do you mean wifi not working?
Sent from my ASUS_Z010D using Tapatalk
Click to expand...
Click to collapse
Thanks for your quick reply...
did a clean flash...
Wifi doesn't work say's "Connected with no internet".... tried flashing boot.img through fastboot mode but no luck.... however Wifi works after flashing "aries_kernel_v1.7.zip"
Using TWRP Material version 2.8.7.0 & rooted using Super SU
do I need to unlock my phone's boot loader (Redmi Note 4G single sim Indian variant)
Kiranb212 said:
Thanks for your quick reply...
did a clean flash...
Wifi doesn't work say's "Connected with no internet".... tried flashing boot.img through fastboot mode but no luck.... however Wifi works after flashing "aries_kernel_v1.7.zip"
Using TWRP Material version 2.8.7.0 & rooted using Super SU
do I need to unlock my phone's boot loader (Redmi Note 4G single sim Indian variant)
Click to expand...
Click to collapse
Device already came bootloader unlock..
Sent from my ASUS_Z010D using Tapatalk

cm 14 on moto e (1st gen)

will we get cm14 on our beloved moto e ???
if we will when can we all expect it .......................... : )
hopeing for a good reply..
Less system partition in condor

[ROM TW][7.1.1][J5 2016] Wycked-OS v3.0 Final Updated 11/06/2018

{
"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"
}
You are NOT allowed to use any part of this rom without my permission!​
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.
*/
POST 1
INFO ROM / INFO AROMA INSTALLER / INSTALLATION/SCREENSHOTS
POST 2
DOWNLOADS
POST 3
CREDITS
POST 4
CHANGUELOGS ROM,REVIEWS YOUTUBE AND MORE
w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s​
Code:
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Based on J5 2016 (J510FNXXS2BRA1)
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Smooth and Optimized Base ROM
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Private Mode
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Ported Smart Capture
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Advanced Power Menu
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Wycked Rom Control (Some essential features)
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] On7 Prime Camera Ported
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Edge Panel
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] AutoStart Apps in setting
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Screen Filter in Settings
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] S9 Oreo framework Animation
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] GRX Touchwiz Mod v8
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] All Apps in Dual Messenger
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Nice themes (White and Black)
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Optimized for Battery life
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Init.d support
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Full Debloated
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Deknoxed
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] Zipaligned in boot
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] SD adoptable (Put you SD how interna)
[SIZE="4"][B][COLOR="RoyalBlue"]>[/COLOR][/B][/SIZE] [B] and more features... [/B]
w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s​
w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s​SELECT YOU MODEL PHONE​
Lte variant"
3G Variant​
w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s​SELECT YOU VERSION ROM​
WYCKED STOCK (No Customized)
WYCKED CONTROL (Customize Your System with Rom Control)​
w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s​SELECT YOU DPI​
* 320dpi
* 300dpi
* 280dpi​
w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s​DEBLOAT OPTION​
Debloat Apps Samsung​
w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s​THEMES OPTION​
RevolutionWhiteZ v4.1
RevolutionBlackZ v2.1
Stock theme default​
w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s​ROOT OPTION​
SuperSU
Magisk Root
Not Root​
w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s​EXTRA FEATURE​
Sd Adoptable​
w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s // w y c k e d - o s​
Code:
[CENTER][B]1.-To have based 6.0.1 / 7.1.1 Nougat
2. Install Recovery with Support Aroma
3. Download the ROM (Fix, etc) and copy it to your sd card.
4. Enter in Recovery and make 5 wipes (Recommended Full wipes)
5. After follow the instructions of the Aroma Installer
6. Select you model, apps,mods, etc.
7. Wait 5 to 10 minutes (First start of installation, long delay)
7. Configure and enjoy the ROM[/B][/CENTER]
Pressing the THANKS button does give me some satisfaction/motivation
XDAevDB Information
Wycked OS
Contributors
@By Zonik
ROM OS Version:7.1.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: marshmallow / Nougat base & TWRP Aroma Support
Based On: Galaxy on J5 2016
Version Information
Status: Stable
Current Stable Version: 3.0
Stable Release Date: 2018-11-06
Created 2018-27-04
Last Updated: 2018-11-06
Bugs and Issues​
Code:
[CENTER][COLOR="red"][B]None[/B][/COLOR][/CENTER]
(AFH)Wycked OS v3.0 FOR J5 2016​
Wycked OS v3.0​
Extras here​
Download Here​
Donate (If you like my work and want to support with a donation we will be grateful to you)​
Zonik Paypal​
Kernel Source: https://forum.xda-developers.com/galaxy-j5/development/kernel-areskernel-t3560851
RC Source Code (@Wuby986 & @daxgirl): https://github.com/Zonik94/6thGear-RomControl-v2.0
@samsung for firmware
@me for Rom
@Chainfire for SuperSU
@osm0sis for busybox
@BlackMesa123 for Awesome Custom Kernel help with mods and support
@parth111999 for help and support thx mate <3
@ak.7 and @AF7 Alot of thanks (Testers!!)
@@asc1977 for Collection of Guides & Mods
@josete_1976 for awesome touchwiz launcher mod and Button grid SystemUI mod
@envy~ for awesome icons png for SystemUI
@deepanshu Naagar For nice icons Joker/Tekken ¡Themes!
If I forget to mention just pm to add you
Coming Soon review and more..
Hi guys this rom is Ported from J5 2015 for this phone!
It was already tested by 2 great testers without problems.
I do not have this phone for which I will not be able to keep updating it (but this version is very stable and fast, it does not need it)
I hope you enjoy the rom !! :fingers-crossed:
Frist reply ??
Great .......rom is powrful....and fast & stable
Thank by zonik for great work
And battrey is amazing ....
Can I make OTAUpgrade from Odyssey N8 or from stock(7.1.1)?
Nice rom
Beautiful UI, fast and stable. Can I change navigation bar? Thank you Zonik.
ak.7 said:
Frist reply ??
Great .......rom is powrful....and fast & stable
Thank by zonik for great work
Click to expand...
Click to collapse
ak.7 said:
And battrey is amazing ....
Click to expand...
Click to collapse
Thanks to you too for be my tester and report issues for leave this rom stable ?
Cardinal Sin said:
Can I make OTAUpgrade from Odyssey N8 or from stock(7.1.1)?
Click to expand...
Click to collapse
Hi in the post thread you can see what base you need to flash this rom. You can to flash this in 6.0.1 or 7.1.1 base stock or custom Rom.. Of course is recommend install any rom to full wipes (Clean installation) make backup of you files before
teej5 said:
Beautiful UI, fast and stable. Can I change navigation bar? Thank you Zonik.
Click to expand...
Click to collapse
Hi and thanks for you comment .
About navigation bar not is possible, because this is default navigation nougat ( btw you can to edit design with any app from play store )
hey i have problem wifi password is forgotten after restart how to fix?
pando504 said:
hey i have problem wifi password is forgotten after restart how to fix?
Click to expand...
Click to collapse
Flash quasar kernel 2.0 again
---------- Post added at 02:02 PM ---------- Previous post was at 02:01 PM ----------
Man your rom is great, I really love it! Keep the good work!
kubbyS said:
Flash quasar kernel 2.0 again
---------- Post added at 02:02 PM ---------- Previous post was at 02:01 PM ----------
Man your rom is great, I really love it! Keep the good work!
Click to expand...
Click to collapse
Can I flash demicros cherry instead?
---------- Post added at 03:04 PM ---------- Previous post was at 02:32 PM ----------
Also grx app for touchwiz mod isn't installed from the go
pando504 said:
Can I flash demicros cherry instead?
---------- Post added at 03:04 PM ---------- Previous post was at 02:32 PM ----------
Also grx app for touchwiz mod isn't installed from the go
Click to expand...
Click to collapse
Yes you can. Don't know what to say about grx touchwiz, I use stock
kubbyS said:
Yes you can. Don't know what to say about grx touchwiz, I use stock
Click to expand...
Click to collapse
ok thanks for reply i just downloaded the apk nothing much its just that it didnt come with it which was odd
best rom ive used so far!!! avent bumped into any bugs yet but will let you know if their is any as i use the rom?
Xposed possible on this rom?
Edit::got xposed working i installed the exposedinstaller 3.1.5 and installed the framework from within the app
Does Volte and call recording work..????
510h - not working BT
Androidfilehost really sucks. Can someone upload it somewhere please?

Apps shut down when opened

Hello,
Whenever I open certain apps in my android, they instantly shut down. Apps like WhatsApp and Chrome seem to be working, but others like Gmail do not.
For example, this is the error message that's shown after Gmail has shut down a few times.
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Xiaomi/beryllium/beryllium:10/QKQ1.190828.002/V12.0.3.0.QEJMIXM:user/release-keys'
Revision: '0'
ABI: 'arm64'
Timestamp: 2021-03-23 10:58:10+0800
pid: 20048, tid: 20048, name: ogle.android.gm >>> com.google.android.gm <<<
uid: 10128
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
Cause: null pointer dereference
x0 0000000000000000 x1 0000007818cef1ec x2 7265646f63654400 x3 726f7463656c6553
x4 0000000000000000 x5 0000000000000000 x6 716e7362646b6452 x7 7f7f7f7f7f7f7f7f
x8 0101010101010101 x9 0000007818a4c000 x10 00000070000273c8 x11 0000007818cef488
x12 00000000ffffffff x13 0000000000000000 x14 4b3d092f234ec266 x15 cae6c696f68e9634
x16 000000781cd950f0 x17 00000078f4b3bba0 x18 00000078f8ae4000 x19 0000000000000003
x20 0000000000000000 x21 000000700001fe40 x22 0000007fffaeac98 x23 00000070000273c8
x24 00000070000273d8 x25 0000000000000000 x26 0000007fffaeaf30 x27 0000000000000000
x28 00000070000b81a0 x29 0000007fffaeabf0
sp 0000007fffaeabc0 lr 000000781bd209dc pc 000000781bd209dc
backtrace:
#00 pc 00000000034529dc /data/app/com.google.android.webview-t0V1pH_ePj6dlD_ZybuP4Q==/base.apk!libmonochrome.so (offset 0x2d3000) (BuildId: 95f822edbc9f6b7eae5123e2b88ce8cf430204b4)
If it helps, the app seems to be "live" for a second before it shuts down i.e. Gmail advertises Gmeet to me and I can see the advertisement animation briefly.
I tried uninstalling the apps, but it only solves the problem temporarily - the next time I close the app and reopen it, it resumes shutting down automatically
Would appreciate any help that y'all can provide, especially if it doesn't involve a factory reset
Thanks in advance
Também estou com o mesmo problema.
I solved it uninstalling Gmail upgrades.
There was an issue with WebView. Go on Play Store and update it. Read here.

Categories

Resources