[WIP]cm-13.0-20160610 Build TEST - Xiaomi Mi 5 Guides, News, & Discussion

its same as all others out but i have synced it today with cm sources
built from source
try it
New TEST BUILD only flash if you want to test and report
cm-13.0-20160610-UNOFFICIAL-gemini
again this is broken sorry
and yes you will get blank screen instead of "Android is Upgrading"
please wait 10 mins.
if it goes into blank launcher bug
try below from recovery -
echo "debug.sf.disable_hwc=1" >> /system/build.prop"
(without last ")
You can do that from the recovery.
please report back
Device Tree - https://github.com/Mi5Devs/android_device_xiaomi_gemini
Thanks to Bruno,Louis,xiaobai.

Hi so you guys are the devs of the EU CM13, can I call it that??

No luck with this build, screen not reacting to presses.
This bug was also present on the Temasek's UNOFFICIAL CM13.0 build by Yairpatch

NisseGurra said:
No luck with this build, screen not reacting to presses.
This bug was also present on the Temasek's UNOFFICIAL CM13.0 build by Yairpatch
Click to expand...
Click to collapse
he fixed it???

droid.riz said:
he fixed it???
Click to expand...
Click to collapse
No, i gave him some logcats but he did not reply if it was helpful.

device screen is getting normal while pressing volume buttons

droid.riz said:
device screen is getting normal while pressing volume buttons
Click to expand...
Click to collapse
Yes, but its out of focus if no buttons is pressed.

There is a recovery fix for this on yairpatch site..

So what is this build?
It's in the wrong place.
Does it work, is it broken? Change log?
Mi5 is a mess for posts.

NZnewbie said:
There is a recovery fix for this on yairpatch site..
Click to expand...
Click to collapse
does it work?

white43 said:
So what is this build?
It's in the wrong place.
Does it work, is it broken? Change log?
Mi5 is a mess for posts.
Click to expand...
Click to collapse
broken

Wrong thread.

This is the temesak rom screen fix. It worked for me.
Guys this fix is for the graphic bug (where you can't use your launcher
echo "debug.sf.disable_hwc=1" >> /system/build.prop"
(without last ")
You can do that from the recovery.

white43 said:
Works fine for me. I'm using as a daily driver.
Click to expand...
Click to collapse
You are using my build???????????

droid.riz said:
You are using my build???????????
Click to expand...
Click to collapse
No, sorry, wrong one.

New TEST BUILD only flash if you want to test and report
cm-13.0-20160610-UNOFFICIAL-gemini
BROKEN sorry guys
and yes you will get blank screen instead of "Android is Upgrading"
please wait 10 mins.
if it goes into blank launcher bug
try echo "debug.sf.disable_hwc=1" >> /system/build.prop"
(without last ")
You can do that from the recovery.
please report back

droid.riz said:
New TEST BUILD only flash if you want to test and report
cm-13.0-20160610-UNOFFICIAL-gemini
BROKEN sorry guys
and yes you will get blank screen instead of "Android is Upgrading"
please wait 10 mins.
if it goes into blank launcher bug
try echo "debug.sf.disable_hwc=1" >> /system/build.prop"
(without last ")
You can do that from the recovery.
please report back
Click to expand...
Click to collapse
Just asking why not add this Line in build? It will broker something for people that not have bug after boot?
Sent from my SM-T560 using XDA-Developers mobile app

fuxmen said:
Just asking why not add this Line in build? It will broker something for people that not have bug after boot?
Sent from my SM-T560 using XDA-Developers mobile app
Click to expand...
Click to collapse
This will disable hardware composing, as the qcom-display is not aligned to mi5 yet.

adwinp said:
This will disable hardware composing, as the qcom-display is not aligned to mi5 yet.
Click to expand...
Click to collapse
So if im getting it right it is related to sources.. That we don't have them yet. Thanks for clarification I'm here for a while and still learning
Sent from my SM-T560 using XDA-Developers mobile app

droid.riz said:
New TEST BUILD only flash if you want to test and report
cm-13.0-20160610-UNOFFICIAL-gemini
BROKEN sorry guys
and yes you will get blank screen instead of "Android is Upgrading"
please wait 10 mins.
if it goes into blank launcher bug
try echo "debug.sf.disable_hwc=1" >> /system/build.prop"
(without last ")
You can do that from the recovery.
please report back
Click to expand...
Click to collapse
Could you post the latest CM13 build again, i like to try few tricks to solve the screen bug.

Related

[Kernel] DoubleTap2Wake for Sony stock rom (757)

Here is a beta version of dt2w for 757.
A known bug is the screen unlocks when u double tap the screen the two times.
Maybe @blueether could help with it.
The funny thing is the bug disappears when I logcat.
It seems the bug only happens to me lol. Never mind
Here is the kernel:
Link deleted due to permission reason.
Sorry about that.
I will send a pull request and open source.
Enjoy!
I was going to do that today, I guess I'll have to find something else to do today
Did you include recovery/ RIC disable?
blueether said:
I was going to do that today, I guess I'll have to find something else to do today
Did you include recovery/ RIC disable?
Click to expand...
Click to collapse
Yes. It includes dual rec and RIC disable.
But there is something wrong with the driver.
The screen only unlocks when u do double tap two times. (double tap once, then double tap)
jackie099 said:
Yes. It includes dual rec and RIC disable.
But there is something wrong with the driver.
The screen only unlocks when u do double tap two times. (double tap once, then double tap)
Click to expand...
Click to collapse
when the phone is on charge (so adb) it will work flawlessly as I think the screen gets put into the next power state, this is the main problem with the dt2w.
Do you have an extra screen protector on? I think that that may be part of the problem
blueether said:
when the phone is on charge (so adb) it will work flawlessly as I think the screen gets put into the next power state, this is the main problem with the dt2w.
Do you have an extra screen protector on? I think that that may be part of the problem
Click to expand...
Click to collapse
No, I do not have extra screen protectors on.
Dt2w works perfectly on CM based rom. But not on Sony stock rom.
I have people test on their phones, they have same problem.
Maybe Sony stock rom have special power management?
jackie099 said:
No, I do not have extra screen protectors on.
Dt2w works perfectly on CM based rom. But not on Sony stock rom.
I have people test on their phones, they have same problem.
Maybe Sony stock rom have special power management?
Click to expand...
Click to collapse
What happens if you drop the "int dt2wcount = 2;" to 1?
blueether said:
What happens if you drop the "int dt2wcount = 2;" to 1?
Click to expand...
Click to collapse
I tried, but nothing changes.
jackie099 said:
I tried, but nothing changes.
Click to expand...
Click to collapse
MXM_PWR_SLEEP_MODE = 0x0001, to 0x0002?
When I bumped that up I never had a unlock fail
but I dont know what that would do to the power consumption
Bugger I have a SoD issue again
blueether said:
MXM_PWR_SLEEP_MODE = 0x0001, to 0x0002?
When I bumped that up I never had a unlock fail
but I dont know what that would do to the power consumption
Bugger I have a SoD issue again
Click to expand...
Click to collapse
Just changed the file and recompile.
Still no luck.
Just flashed and working fine at the moment. Only double tap once. And beautiful splash screen. Love it dude. Thank you. I'll report issues when they arise.
Sent from my C6806 using XDA Premium HD app
blueether said:
MXM_PWR_SLEEP_MODE = 0x0001, to 0x0002?
When I bumped that up I never had a unlock fail
but I dont know what that would do to the power consumption
Bugger I have a SoD issue again
Click to expand...
Click to collapse
I just found out dt2w works in TWRP recovery. I only need to double tap once.
It should be a system issue then.
can I flash over doomkernel? sounds promising! battery friendly? love it = )
Sent from my C6833 using XDA Premium 4 mobile app
truemagic said:
can I flash over doomkernel? sounds promising! battery friendly? love it = )
Sent from my C6833 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yep, just flash it as you did the DooMKernel
jackie099 said:
Here is a beta version of dt2w for 757.
A known bug is the screen unlocks when u double tap the screen the two times.
Maybe @blueether could help with it.
The funny thing is the bug disappears when I logcat.
Here is the kernel:https://mega.co.nz/#!AhFE2AjT!0M9oKuoMpXfH_cTpgHMxG7Hus8EmYH-sOhVP6BDTJqw
Enjoy!
Click to expand...
Click to collapse
Thanks for work. Tell and how to activate DTW operation. I have a frimware ★ monxDIFIED ★ ZUltra™ 4.4.2 dt2w doesn't work.
Feodorus 4PDA said:
Thanks for work. Tell and how to activate DTW operation. I have a frimware ★ monxDIFIED ★ ZUltra™ 4.4.2 dt2w doesn't work.
Click to expand...
Click to collapse
It is enabled after flashing the kernel.
Feodorus 4PDA said:
Thanks for work. Tell and how to activate DTW operation. I have a frimware ★ monxDIFIED ★ ZUltra™ 4.4.2 dt2w doesn't work.
Click to expand...
Click to collapse
If it's the same code I use then:
De-activate
Code:
su -c "echo 0 > /sys/android_dt2w/dt2w_active"
Activate
Code:
su -c "echo 1 > /sys/android_dt2w/dt2w_active"
blueether said:
If it's the same code I use then:
De-activate
Code:
su -c "echo 0 > /sys/android_dt2w/dt2w_active"
Activate
Code:
su -c "echo 1 > /sys/android_dt2w/dt2w_active"
Click to expand...
Click to collapse
Thanks. Helped. Now everything works.
so we need to de activate and activate again on monx? and this is only for unlocked bootloader?
Can u make it for the z1 too?
Gesendet von meinem C6903 mit Tapatalk
Reported from monxDIFIED ROM + doomkernel (previous kernel), I too need double tap TWICE to wakeup my phone...
How to overcome it? Hmmm

[REQUIRED] A Tester for some Layers Based ROMs

Hi Guys !!!
I am compiling some Layers Based ROMs for the ONYX like (BrokenROM, XenonHD) . The thing is that my device hasn't arrived yet. So I need some testers. If you are willing to test, please PM me. I will be very much thankful to you.
If you are on Telegram, PM me @Naman_Bhalla
Thanks a lot
Sent from my ONE A2003 using Tapatalk
Bro you are all over oneplus x forum. How is that possible without you having device yet?
You can share the link in this general form and we will test those rom
saurabh40629 said:
Bro you are all over oneplus x forum. How is that possible without you having device yet?
Click to expand...
Click to collapse
Actually my Grandma has the OPX so I use it sometimes. But now she has gone to her home.
mohammedtabish said:
You can share the link in this general form and we will test those rom
Click to expand...
Click to collapse
Here you go :-
https://www.androidfilehost.com/?fid=24411628330026194
Latest Test !!!
Sent from my ONE A2003 using Tapatalk
add me on telegram hakimfarouk. currently a tester for tipsy, tesla and orion
Downloading now
Will report bugs after flashing
you can give more details. please also how to install and what gappsy upload. how far your request very encouraged to test.
No errors in booting
But it reboots every time when I enter in language choosing step of setup wizard
Flashed successfully with v16 eng.stk twrp after booting it rebooted for only one time
Bugs and working:-
1. Gestures not working
2.harware button are always on and not working because when you touch them they vibrates
3.after enabling on screen buttons hardware button are still active and not working(same vibration feedback)
4.lags some time but its smooth rom
5.led is working
Nice room keep uo the good work
mohammedtabish said:
Flashed successfully with v16 eng.stk twrp after booting it rebooted for only one time
Bugs and working:-
1. Gestures not working
2.harware button are always on and not working because when you touch them they vibrates
3.after enabling on screen buttons hardware button are still active and not working(same vibration feedback)
4.lags some time but its smooth rom
5.led is working
Nice room keep uo the good work
Click to expand...
Click to collapse
Did you test camera and gps?
saurabh40629 said:
Did you test camera and gps?
Click to expand...
Click to collapse
Tested camera its quality is great google camrea is the inbuild app
I didn't tested the gps though
Adesh15 said:
No errors in booting
But it reboots every time when I enter in language choosing step of setup wizard
Click to expand...
Click to collapse
Same here.
mohammedtabish said:
Flashed successfully with v16 eng.stk twrp after booting it rebooted for only one time
Bugs and working:-
1. Gestures not working
2.harware button are always on and not working because when you touch them they vibrates
3.after enabling on screen buttons hardware button are still active and not working(same vibration feedback)
4.lags some time but its smooth rom
5.led is working
Nice room keep uo the good work
Click to expand...
Click to collapse
How did you get past set up wizard fc?
saurabh40629 said:
Same here.
How did you get past set up wizard fc?
Click to expand...
Click to collapse
I flashed open gapps pico version and it rebooted only one time .

[ROM] [7.x.x] lineage-14.1-UNOFFICIAL For OP2

UnofficialLineage Build By Grarak:
Link: Grarak Official Directory
is it enough to just flash the zip, or do i need Gapps too? or something like that?...sorry i am new to this, never flashed a different rom
So happy
KrisztianK said:
is it enough to just flash the zip, or do i need Gapps too? or something like that?...sorry i am new to this, never flashed a different rom
Click to expand...
Click to collapse
sure you need as well Google apps GApps (ARM64 /7.1)
Justt FYI flashing SuperSU breaks the sensors
Daster_x said:
sure you need as well Google apps GApps (ARM64 /7.1)
Click to expand...
Click to collapse
could you kindly provide a link for those please?
KrisztianK said:
could you kindly provide a link for those please?
Click to expand...
Click to collapse
just Googling found this : http://www.gizmoadvices.com/android-7-1-nougat-gapps-cm-gapps/
see which package you want and install
of this place https://www.gammerson.com/2016/11/download-gapps-7-nougat-7.html
Daster_x said:
just Googling found this : http://www.gizmoadvices.com/android-7-1-nougat-gapps-cm-gapps/
see which package you want and install
of this place https://www.gammerson.com/2016/11/download-gapps-7-nougat-7.html
Click to expand...
Click to collapse
thanks a lot
Changelogs
For Changelogs Here you go
Echo in calls are present the other person can hear himself :/
manual network selection working yet?
aliasgertaj said:
Official Cyanogenmod Build By Grarak:
Link: Cyanogen Official Site
Click to expand...
Click to collapse
Official cm14.1 thread with two lines..
i think grarak will be the one who will create the thread here..
this thread have to be in General section
Nice build! Pretty stable for a first release..!
As SupsrSU breaks sensor is it mandatory to stick to the inbuilt root manager?
Sent from my ONE A2003 using XDA-Developers mobile app
Android Wear doesn't work. Error message upon app launch reads
"This phone has been flashed with an unsupported configuration for companion. You must re-flash it as either signed/user or unsigned/userdebug. "
Click to expand...
Click to collapse
Edit: in build.prop ro.build.type is set to "userdebug", that should not be the case. Changing it to "user" fixed my issue.
Viraj1991 said:
As SupsrSU breaks sensor is it mandatory to stick to the inbuilt root manager?
Sent from my ONE A2003 using XDA-Developers mobile app
Click to expand...
Click to collapse
yes. I dont understand why you wanna flash supersu when inbuilt root works just fine.
What the hell..!!
A thread in original development by someone who is not the developer and has not taken permission from the official maintainer @Grarak with no proper credits
Reported to mods..smh
Ok so
this rom is working very good for first night with open google apps pico.
Boot is ok
camera working
kernel things ....just waiting for LORD (good news Lord is working on it )
No heating problems
GPS quick
No echo problem (i did a full wipe with filesystem check double time or 3)
Root: you don't need any app like su .... i never needed something another like root that is in CM
I removed sms and calendar app don't like this two.
Only one Cm app from reporting or what has problem and restarting.
THX for this rom Grarak you are the best if you reading this
PS: pls send this to general forum thx
hudynko said:
Ok so
this rom is working very good for first night with open google apps pico.
Boot is ok
camera working
kernel things ....just waiting for LORD (good news Lord is working on it )
No heating problems
GPS quick
No echo problem (i did a full wipe with filesystem check double time or 3)
Root: you don't need any app like su .... i never needed something another like root that is in CM
I removed sms and calendar app don't like this two.
Only one Cm app from reporting or what has problem and restarting.
THX for this rom Grarak you are the best if you reading this
PS: pls send this to general forum thx
Click to expand...
Click to collapse
What all did you wipe I didn't get you . Because I'm having the echo issue
For me the ViPER4Android_2.5.0.5_guitardedhero.zip don't work. I don't get the question to access root. So no driver installed. [emoji35]
It was SELinux, now all fine here [emoji3]
Gesendet von meinem ONE A2003 mit Tapatalk

ResurrectionRemixOS 6.0.1

Presenting Resurrection Remix for Note 5.
WARNING: I'M NOT RESPONSIBLE FOR WHAT YOU DO TO YOUR DEVICE THE CHILD YOUR MOTHER GAVE BIRTH TO IS, AKA YOU
INTENDED ONLY FOR INTERNATIONAL MODELS C,I,G AND T
Source Code: Mod Edit: Link removed.
Telegram Group to keep updated
Mod Edit: Link removed.
Version 3 Download link: Mod Edit: Link removed.
How to install
READ THIS ALLL OF IT OR YOU WILL BRICK YOUR PHONE!
1)Wipe data system cache
2)flash this ROM!!!
3) install gapps recommended Dynamic Gapps, or pico open gapps
4)DELETE /system/lib/omx folder IN TWRP!!!!!
5)Reboot system!
6) Wait until the ROM boots NOW PAY ATTENTION!
7) REBOOT INTO RECOVERY AND FLASH A KERNEL FROM HERE: Mod Edit: Link removed. LOOK FOR IT!!
8)FLASH THE KERNEL AND LET THE ROM SIT FOR 2 minute's OR YOU WILL GET REBOOTS AND I WILL LAUGH AT YOU
9) Enjoy!!!!!
CHANGELOG:
V3
Blue screen is gone
Baseband issues are fixed IF YOU FOLLOW DIRECTIONS
Minor things you probably won't notice because you don't care
Post bugs you see or find
Removed S6e+
V2
Added T-Mobile and s6e+ support
V1
Initial release
Thanks to @LiL_Assassin, @muffinsmuffy, @Rainbow_Dash
And the whole MynogeN team for helping out even if they didn't want to THEY ARE THE REAL DEVS! EVEN YOU @UpInTheAir They are no cheap knock-offs and better than your 'recognized' devs
2nd reserve
Anyone tried yet can state the bugs ?
We who use the n910T congratulATE you.
we hope you can make one for us too
caniranges said:
We who use the n910T congratulATE you.
we hope you can make one for us too
Click to expand...
Click to collapse
There is already a build for Tmo just not made by me it is in the General section
Waleedaligomaa said:
Anyone tried yet can state the bugs ?
Click to expand...
Click to collapse
The more people who can test and provide logs the faster it'll progress through development. Hopefully soon
Good job thanks !
Link for t-mobile build?does this build also work with t-mobile variant???
215Aphillyated said:
Link for t-mobile build?does this build also work with t-mobile variant???
Click to expand...
Click to collapse
http://forum.xda-developers.com/note5/general/romtesting-t3380186
Atemtping to flash my build on Tmo, Dual sim, etc will make the ROM refuse to flash. This link is ONLY for Tmo
How do I install it?
help!!!
How do I install it? I install it without google apps, but restarting never turns on, it restarts.
I made a full wipe.
my model is N920G
diego1994 said:
help!!!
How do I install it? I install it without google apps, but restarting never turns on, it restarts.
I made a full wipe.
my model is N920G
Click to expand...
Click to collapse
If you wouldve read the OP it says to delete lib OMX files in TWRP located in /system
I edited the OP to seem more obvious
Taylor_Swift_Fan said:
If you wouldve read the OP it says to delete lib OMX files in TWRP located in /system
I edited the OP to seem more obvious
Click to expand...
Click to collapse
Ok thank you ... I just noticed
diego1994 said:
Ok thank you ... I just noticed
Click to expand...
Click to collapse
All cool bro report the bugs u see man , one guy can't do it alone
I have a blue screen after booting. If i lock the screen with the powerbutton i can see the normal android lockscreen for half a second.
echma said:
I have a blue screen after booting. If i lock the screen with the powerbutton i can see the normal android lockscreen for half a second.
Click to expand...
Click to collapse
Phone model please
Taylor_Swift_Fan said:
Phone model please
Click to expand...
Click to collapse
Oh sorry forgot that... N920C
Well well...after installing rom...it continues to reboot itself nd when i try to delete that file it wont let me to delete lib/omx also!!!!
P.S: using n920g nd clean flash!
Arpit Aggarwal said:
Well well...after installing rom...it continues to reboot itself nd when i try to delete that file it wont let me to delete lib/omx also!!!!
P.S: using n920g nd clean flash!
Click to expand...
Click to collapse
Dual booting? If so then its in /data/multiboot/system/lib/OMX
Also try an delelte lib64 omx
echma said:
Oh sorry forgot that... N920C
Click to expand...
Click to collapse
I have a fix for your issue, everything is working properly so with the blue thing covering pull down the QS then in the top right corner tap there it should take you to settings, there enable developers settings(if you don't know google) there enable the option "show surface updates"
Remember this is beta

Galaxy Alpha Kor Model Nougut Booted(Cm14.1)

Thanks to modpunk, Serenitys, and other developers, i builded cm14.1 for kor alpha and it works fine.
Great! Can you share it?
wow, it's stable for daily use?
I was looking for your thread since yesterday. any bugs? excited to try this out
---------- Post added at 06:06 PM ---------- Previous post was at 06:05 PM ----------
josepmaria said:
Great! Can you share it?
Click to expand...
Click to collapse
you can find it on his androidfilehost profile, not sure if i'm allowed to share the link.
Did you face any bugs and does it support fingerprint unlock?
How did you do it?
Edit:
I'm going to try the latest build from androfilehost.
I hope the mic (in calling) is working and other basic functions. I have a G850k by the way.
Hello,
I Flashed this using TWRP 2.8.1.1
And flashed the Gapps for 7.1
But after restart system my phone shows samsung logo
And after that blank screen, then after some min my system started but i dont have anything on my screen while my back and recent buttons are flashing and i feel my phone fibrate please what to do did i bricked my phone?
Came from official 4.4.4 Rom
SM-G850F
kevkev0320 said:
Hello,
I Flashed this using TWRP 2.8.1.1
And flashed the Gapps for 7.1
But after restart system my phone shows samsung logo
And after that blank screen, then after some min my system started but i dont have anything on my screen while my back and recent buttons are flashing and i feel my phone fibrate please what to do did i bricked my phone?
Came from official 4.4.4 Rom
SM-G850F
Click to expand...
Click to collapse
Its a soft brick. Your model is not a korean variant he says that it is working for korean variants. For G850S/K/L only. Try to go to TWRP and flash another rom. Or use odin.
click.here said:
Its a soft brick. Your model is not a korean variant he says that it is working for korean variants. For G850S/K/L only. Try to go to TWRP and flash another rom. Or use odin.
Click to expand...
Click to collapse
okay thank you very much,
Downloaded and flashed CM.13, my phone is up and running again,
Sorry for the off-topic related post
kevkev0320 said:
Hello,
I Flashed this using TWRP 2.8.1.1
And flashed the Gapps for 7.1
But after restart system my phone shows samsung logo
And after that blank screen, then after some min my system started but i dont have anything on my screen while my back and recent buttons are flashing and i feel my phone fibrate please what to do did i bricked my phone?
Came from official 4.4.4 Rom
SM-G850F
Click to expand...
Click to collapse
kevkev0320 said:
okay thank you very much,
Downloaded and flashed CM.13, my phone is up and running again,
Sorry for the off-topic related post
Click to expand...
Click to collapse
I dont know which CM13 you are refering to but you can extract that from the official ROM if I'm not mistaken
click.here said:
I dont know which CM13 you are refering to but you can extract that from the official ROM if I'm not mistaken
Click to expand...
Click to collapse
It was an unofficial build, but my system is now running,
many thanks <3
I can confirm that CM14.1 works with my Korean variant G850k but the mic problem still persist from previous CM13 . I hope this could be fix and more power. You should create a new thread when everything seems to be functional so that we could also inform others and have they're feedbacks
kevkev0320 said:
Hello,
I Flashed this using TWRP 2.8.1.1
And flashed the Gapps for 7.1
But after restart system my phone shows samsung logo
And after that blank screen, then after some min my system started but i dont have anything on my screen while my back and recent buttons are flashing and i feel my phone fibrate please what to do did i bricked my phone?
Came from official 4.4.4 Rom
SM-G850F
Click to expand...
Click to collapse
you need to use TWRP 3.0.2, I had the same issue as you on 2.8. eventually got it booting. (im on SM-G850F)
but I had a "validity service has stopped" popup screen that just kept popping up. I reflashed, still same issue. I'm not the only one with this issue. I'm guessing it's because of the fingeprint sensor support that has been added. don't quote me on this tho
ArisRafaelli said:
you need to use TWRP 3.0.2, I had the same issue as you on 2.8. eventually got it booting. (im on SM-G850F)
but I had a "validity service has stopped" popup screen that just kept popping up. I reflashed, still same issue. I'm not the only one with this issue. I'm guessing it's because of the fingeprint sensor support that has been added. don't quote me on this tho
Click to expand...
Click to collapse
do u understand dutch? can i send u a PM?
kevkev0320 said:
do u understand dutch? can i send u a PM?
Click to expand...
Click to collapse
yes I do, go ahead.
ArisRafaelli said:
you need to use TWRP 3.0.2, I had the same issue as you on 2.8. eventually got it booting. (im on SM-G850F)
but I had a "validity service has stopped" popup screen that just kept popping up. I reflashed, still same issue. I'm not the only one with this issue. I'm guessing it's because of the fingeprint sensor support that has been added. don't quote me on this tho
Click to expand...
Click to collapse
The alternative work around for that is to keep closing the popup screen til its gone or freeze it. Does the mic (in calling) or the voice recorder works for you?
click.here said:
The alternative work around for that is to keep closing the popup screen til its gone or freeze it. Does the mic (in calling) or the voice recorder works for you?
Click to expand...
Click to collapse
i tried, it won't go away. wasn't able to test anything tbh.
ArisRafaelli said:
i tried, it won't go away. wasn't able to test anything tbh.
Click to expand...
Click to collapse
You have to close it quickly and press next until you reach the home screen. After that just enable developer settings and it will go away.
@hdh980910 we wait for your answers.
Thanks i will go to flash cm14.1 on my alpha
Thanks i will go to flash cm14.1 on my alpha
many people in develoid cafe say kt alpha has connect out phenomenon. can you fix it?

Categories

Resources