Bootloader - How does it know what partition to boot - Galaxy Note II, Galaxy S III Developer Discussion

Hello.
I am looking at fixing powerdown from TWRP on the Galaxy Note2 series of phones. I was able to get it to power down calling android_reboot(ANDROID_RB_POWEROFF, 0, 0); from libcutils. However when the phone powers on, it goes straight into recovery.
I was hoping someone might have an idea on where the bootloader gets it's information on what partition to boot so we can fix this to boot into system right away.
On the qualcomm Note1, we could run
Code:
echo 3 > /dev/block/mmcblk0p12
to boot into system.
I am looking forward to your ideas.

Maybe this can help you?
https://github.com/CyanogenMod/andr...lob/cm-10.1/arch/arm/mach-exynos/sec-reboot.c

Rebellos said:
Maybe this can help you?
https://github.com/CyanogenMod/andr...lob/cm-10.1/arch/arm/mach-exynos/sec-reboot.c
Click to expand...
Click to collapse
Hi, thanks for the pointer. Do you know how to pass the info to that sec reboot function to boot normally?

Based off a quick glance at the code from my phone you want to hit the reboot_mode_none case.
Sent from my SCH-R950 using Tapatalk 2

thewadegeek said:
Based off a quick glance at the code from my phone you want to hit the reboot_mode_none case.
Sent from my SCH-R950 using Tapatalk 2
Click to expand...
Click to collapse
Yeah I was wondering how to pass that to some place from userland since you can't talk to the kernel without some facility interface.

bigbiff said:
Yeah I was wondering how to pass that to some place from userland since you can't talk to the kernel without some facility interface.
Click to expand...
Click to collapse
Ah ok my bad, misunderstood the question. Beyond my are of expertise though.

thewadegeek said:
Ah ok my bad, misunderstood the question. Beyond my are of expertise though.
Click to expand...
Click to collapse
I don't have my phone now to list running modules, but I am wondering if there is a module that might handle this. I will investigate tonight.

bigbiff said:
I don't have my phone now to list running modules, but I am wondering if there is a module that might handle this. I will investigate tonight.
Click to expand...
Click to collapse
btlock.ko
cifs.ko
commkm.ko
dhd.ko
dns_resolver.ko
md4.ko
mvpkm.ko
pvtcpkm.ko
scsi_wait_scan.ko
vpnclient.ko
CyanogenMod 10.1.

Related

[RECOVERY] CWM for NVIDIA SHIELD

ClockworkMod Recovery for NVIDIA SHIELD
* Full support for DPAD, as well as A/B buttons
http://goo.im/devs/agrabren/shield/cwm/recovery.img
Changelog:
1.1:
* Fixed details to support official OTAs
1.0:
* Initial Revision
Thanks once again for all of your work on Shield!
Just tested, seems to be working fine. Great job using the joypad and A/B buttons for control. Strangely the home button also moves selection up.
Rooting and backup have just become easier! :victory:
Gnurou said:
Just tested, seems to be working fine. Great job using the joypad and A/B buttons for control. Strangely the home button also moves selection up.
Rooting and backup have just become easier! :victory:
Click to expand...
Click to collapse
That's because HOME always had a default action. I didn't replace those, but I may in the future.
Awesome... This works like charm!...
agrabren said:
* WARNING! *
This recovery hasn't been thoroughly tested yet, so there may still be some bugs!
ClockworkMod Recovery for NVIDIA SHIELD
http://goo.im/devs/agrabren/shield/cwm/recovery.img
Click to expand...
Click to collapse
awesome work buddy!! can't wait to flash this on monday when i get mine. any possibility of TWRP maybe in the future?
How to video will eventually come... Once I unlock my Shield. I eventually will...
You mean my work has finally earned a wwjoshdew video?
agrabren said:
You mean my work has finally earned a wwjoshdew video?
Click to expand...
Click to collapse
HA! We just don't cross paths very often. And with the Evo 3D... You never got to release CM10! lol
agrabren said:
ClockworkMod Recovery for NVIDIA SHIELD
Click to expand...
Click to collapse
Will this play nice with OTA system updates?
philwinkel said:
Will this play nice with OTA system updates?
Click to expand...
Click to collapse
It should, but I intend to verify this soon. I *may* modify it a bit so that any "automatic" updates require you to accept them instead of just silently updating, for those who root their devices and such, and don't want an OTA to blast it without being near a computer.
agrabren said:
It should, but I intend to verify this soon. I *may* modify it a bit so that any "automatic" updates require you to accept them instead of just silently updating, for those who root their devices and such, and don't want an OTA to blast it without being near a computer.
Click to expand...
Click to collapse
We NEED OTA RootKeeper to update to support 4.3... Then that wouldn't be a problem! haha. That restored root on my Prime MANY TIMES.
wwjoshdew said:
We NEED OTA RootKeeper to update to support 4.3... Then that wouldn't be a problem! haha. That restored root on my Prime MANY TIMES.
Click to expand...
Click to collapse
Actually, it'd be trivial to modify CWM to maintain itself during an OTA (by preventing the flashing of the recovery partition) as well as to re-inject root on the device after the OTA.
Hello will you be releasing a stock recovery as well? Just in case we want to go back =)
I see you factory images only have boot & system at the moment.
Thanks
Oh duh. Sorry, yes.
Sent from my HTC One using XDA Premium HD app
agrabren said:
Oh duh. Sorry, yes.
Sent from my HTC One using XDA Premium HD app
Click to expand...
Click to collapse
NP, looking forward to the upload. =)
Will the original recovery be posted here or where the system dumps are?
1wayjonny said:
NP, looking forward to the upload. =)
Will the original recovery be posted here or where the system dumps are?
Click to expand...
Click to collapse
With the system dumps. I'm going to do them tomorrow from work to ensure I get the exact right image.
Any device trees ? I want to see about this device so I can dev I would love to save the money to order it. Should have this in about a month or two .
Unjustified Dev said:
Any device trees ? I want to see about this device so I can dev I would love to save the money to order it. Should have this in about a month or two .
Click to expand...
Click to collapse
I don't have functional dev trees up yet, but once I do, they'll be in github.

[DEV] Ubuntu Touch

I saw that Canonical added new branch phablet-4.4_r1 https://wiki.kubuntu.org/Touch/AOSPBuild
so I compiled it for FLO
Download
system http://d-h.st/sXM
kernel http://d-h.st/mSc
but we must flash also ubuntu files but I don't know which files
http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/
any help would be appreciated
Also curious what other files are needed to work. Will wait to try
I think it is a step in the right direction but i think we would still need the hardware specific package (trusty-preinstalled-touch-armel+flo.zip) to make it work
nikr123 said:
I think it is a step in the right direction but i think we would still need the hardware specific package (trusty-preinstalled-touch-armel+flo.zip) to make it work
Click to expand...
Click to collapse
nope. I think that we must flash this trusty-preinstalled-touch-armhf.zip
DevSwift1 said:
nope. I think that we must flash this trusty-preinstalled-touch-armhf.zip
Click to expand...
Click to collapse
... if you check the official guide on Ubuntu's website ( https://wiki.ubuntu.com/Touch/Install#Manual_Download_.26_Installation ) they say you don't need that one... but I'm not sure.
Sent from my W8 beyond using Tapatalk
nikr123 said:
... if you check the official guide on Ubuntu's website ( https://wiki.ubuntu.com/Touch/Install#Manual_Download_.26_Installation ) they say you don't need that one... but I'm not sure.
Sent from my W8 beyond using Tapatalk
Click to expand...
Click to collapse
I compiled it already you can download it
DevSwift1 said:
I compiled it already you can download it
Click to expand...
Click to collapse
That is not what I'm talking bout... I'm saying that I think we would need "saucy-preinstalled-touch-armel+flo.zip" as the say on the website " Get the hardware specific zip and img files for your device from the Ubuntu cdimage server here, i.e. for a Nexus7 this is saucy-preinstalled-touch-armel+grouper.zip".
Sent from my W8 beyond using Tapatalk
nikr123 said:
That is not what I'm talking bout... I'm saying that I think we would need "saucy-preinstalled-touch-armel+grouper.zip" as the say on the website " Get the hardware specific zip and img files for your device from the Ubuntu cdimage server here, i.e. for a Nexus7 this is saucy-preinstalled-touch-armel+grouper.zip".
Sent from my W8 beyond using Tapatalk
Click to expand...
Click to collapse
you don't understand me too.
saucy-preinstalled-touch-armel+grouper.zip in this zip package we have system files for grouper
We don't have official support for flo so I compiled it (system.img) and you can download it from first post
Does anyone know if this is a daily driver or not.
mcteague said:
Does anyone know if this is a daily driver or not.
Click to expand...
Click to collapse
Read all the posts above yours and decide for yourself.
Sent from my Nexus 7 using Tapatalk 4
how can we flash this :3 i see only boot.img and system.img
bogii4 said:
how can we flash this :3 i see only boot.img and system.img
Click to expand...
Click to collapse
If I am not mistaken, it should just be:
Code:
fastboot flash boot boot.img
fastboot flash system system.img
Personally, I would wait for someone else to try it, first.
Perhaps its a bit harder to brick devices, nowadays, but I wouldn't want to risk it, myself.
techn0crat said:
If I am not mistaken, it should just be:
Code:
fastboot flash boot boot.img
fastboot flash system system.img
Personally, I would wait for someone else to try it, first.
Perhaps its a bit harder to brick devices, nowadays, but I wouldn't want to risk it, myself.
Click to expand...
Click to collapse
It should be buggy but my question is does it fully boot and have the main things working like - WiFi, BT, Camera, Sound etc..
Would this be flashable via TWRP MultiROM?
Sent from my Nexus 7 using XDA Premium 4 mobile app
its not a zip you cant flash it with recovery.
Can someone report what work and what not
*$M3RT$* said:
its not a zip you cant flash it with recovery.
Can someone report what work and what not
Click to expand...
Click to collapse
I couldn't get it to boot with multirom. Installed without issue then pushed system.IMG and boot.IMG. every time I tried to boot off it everything would just revert back to the internal rom
Sent from my Nexus 7 using Tapatalk 4
Please read the important sentence:
Currently you can try either the phablet-4.2.2_r1 or phablet-4.4_r1 branches. The latter builds and boots but only the adb shell works, there still are bugs preventing Android and Ubuntu communicating (WIP as of Nov 21 2013)
Click to expand...
Click to collapse
"Work in progress (WIP)" is a funny way to describe this achievement...
@DevSwift1 Any progress? Not asking for ETA, I just want to know if I can look forward to this!
Sent from my Nexus 7 using XDA Premium 4 mobile app
StrangerWeather said:
@DevSwift1 Any progress? Not asking for ETA, I just want to know if I can look forward to this!
Sent from my Nexus 7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It seems that we must wait until ubuntu will fix problem with communicating between android and ubuntu
So has anyone installed this? does it boot atleast?

[MOD] Insecure Boot.img

This is for the Verizon Galaxy S5 Dev. Edition ONLY!!!
SM-G900V
Flash at your own risk!!!!
This mod will flash an insecure boot.img. Allowing you to ADB with root.
1. Download
2. Create back up or have Odin rescue files available.
3. Reboot Recovery
4. Flash sv_deved_insecureboot.zip
(Not signed so you will need to toggle signature verification)
Sent from my SM-G900V using Tapatalk
Does this also set selinux to permissive? Thanks!
jhanson said:
Does this also set selinux to permissive? Thanks!
Click to expand...
Click to collapse
No it does not. But I can create one that does.
Sent from my SM-G900V using Tapatalk
Versatile1 said:
No it does not. But I can create one that does.
Sent from my SM-G900V using Tapatalk
Click to expand...
Click to collapse
Please! I really need permissive for the ability to override /dev/input for my appradio. I would greatly appreciate it! Thanks!
I can not add it in, all the usual methods do not work. Only way I know is to flash the kernel posted in Original Development. I'm not good working with kernels or I would try adding the modification.
Sent from my SM-G900V using Tapatalk
Versatile1 said:
I can not add it in, all the usual methods do not work. Only way I know is to flash the kernel posted in Original Development. I'm not good working with kernels or I would try adding the modification.
Sent from my SM-G900V using Tapatalk
Click to expand...
Click to collapse
No problem, thanks for the effort anyway. I'm currently running "the arkenstone", which sets selinux to permissive, I was just hoping to have a more stock kernel. Thanks again!
CD Installer
Any chance of modding the boot.img to remove Verizon's CD Installer that pops up when you plug into USB?
Thanks great job on this!!!
EMSpilot said:
Any chance of modding the boot.img to remove Verizon's CD Installer that pops up when you plug into USB?
Thanks great job on this!!!
Click to expand...
Click to collapse
You can do this without kernel mod.
First navigate to /efs/carrier/HiddenMenu and change from OFF to ON save and exit.
Next you will want to navigate to /system/etc/autorun.iso and either rename *.bak or delete it.
Now reboot
Finally enter into your dialer *#0808#
Switch to MTP hit OK
Navigate to developer options and enable USB debugging if applicable.
All should be good.
Hmm... seems this doesn't stick through reboot. I will look into the kernel for you.
Versatile1 said:
You can do this without kernel mod.
First navigate to /system/efs/carrier/HiddenMenu and change from OFF to ON save and exit.
Next you will want to navigate to /system/etc/autorun.iso and either rename *.bak or delete it.
Now reboot
Finally enter into your dialer *#0808#
Switch to MTP hit OK
Enter once again into dialer *#0808# and switch back to MTP + ADB then Reboot
All should be good.
Click to expand...
Click to collapse
There is no /system/efs folder on a Verizon S5
EMSpilot said:
There is no /system/efs folder on a Verizon S5
Click to expand...
Click to collapse
Good catch!
/efs
Sent from my SM-G900V using Tapatalk
boot.img
Versatile1 said:
Good catch!
/efs
Sent from my SM-G900V using Tapatalk
Click to expand...
Click to collapse
Look in the ramdisk file name "init.qcom.usb.sh
I believe line 116
EMSpilot said:
Look in the ramdisk file name "init.qcom.usb.sh
I believe line 116
Click to expand...
Click to collapse
I commented out that section and changed default.prop from mass_storage to mtp,adb still no luck. I will look at the source tomorrow. I really believe it's in a *jar
Sent from my SM-G900V using Tapatalk
We got this fixed if anyone is wondering. http://forum.xda-developers.com/showthread.php?t=2831291
Sent from my SM-G900V using Tapatalk
jhanson said:
Please! I really need permissive for the ability to override /dev/input for my appradio. I would greatly appreciate it! Thanks!
Click to expand...
Click to collapse
Wondering if you ever got permissive enabled to work with your app radio?
I have been working on this most of the week.
Have the S5 std edition not the dev ed. What phone are you using?
Thanks
jp712 said:
Wondering if you ever got permissive enabled to work with your app radio?
I have been working on this most of the week.
Have the S5 std edition not the dev ed. What phone are you using?
Thanks
Click to expand...
Click to collapse
Yes, I got it to permissive, but I've got the dev edition, so it's easy (and possible) to change the kernel. I know someone in the forums is working on permissive without kernel change, but last I read it's not completed yet. Best of luck!
jhanson said:
Yes, I got it to permissive, but I've got the dev edition, so it's easy (and possible) to change the kernel. I know someone in the forums is working on permissive without kernel change, but last I read it's not completed yet. Best of luck!
Click to expand...
Click to collapse
Gotcha, Thanks! Im figuring out the kernel stuff. Have been flashing custom roms for years never changed the kernels.
I was under the impression that you could just flash the .zip with safestrap on an std version?
I tried that , never saw the kernel actually change. I thought I was doing something wrong. Your reply leads me to think that changing the kernel on the stock S5 isn't exactly feasible yet?
Thanks!

ROMS for T230NU

Development? Anyone?
There is one guy I saw posted on a rooting thread that he has developed a ROM for this device but, does not know how to write the updater-script so he is looking for help with that. Perhaps you can help.
You can find that post HERE
BookCase said:
There is one guy I saw posted on a rooting thread that he has developed a ROM for this device but, does not know how to write the updater-script so he is looking for help with that. Perhaps you can help.
You can find that post HERE
Click to expand...
Click to collapse
i wish! i know nothing about development. :crying: i would love to learn. but that doesnt help anyone here. i started a step by step to port CM but got stuck because i couldnt find kernel source. PLEASE someone, we got root, now get us off touchwiz!
logikism said:
i wish! i know nothing about development. :crying: i would love to learn. but that doesnt help anyone here. i started a step by step to port CM but got stuck because i couldnt find kernel source. PLEASE someone, who got root, now get us off touchwiz!
Click to expand...
Click to collapse
I have ported roms in the past to Kindle Fire HD from the Nexus tabs. It's way easier to port than to build a rom from scratch. The tricky part is finding the easiest roms to work with.
Well I can't do either.
Wouldn't we want to get something on here other than stock?
I'll take a port! Lol
logikism said:
Well I can't do either.
Wouldn't we want to get something on here other than stock?
I'll take a port! Lol
Click to expand...
Click to collapse
I'll look around, see what might work.
logikism said:
i wish! i know nothing about development. :crying: i would love to learn. but that doesnt help anyone here. i started a step by step to port CM but got stuck because i couldnt find kernel source. PLEASE someone, who got root, now get us off touchwiz!
Click to expand...
Click to collapse
here you can find the kernel source http://opensource.samsung.com/reception.do
Well I would think that you would need a working custom recovery with external SD card support first. Though the big feature I am looking forward to is a kernel that supports Roehsoft Ram Expander (swap) which while it works fine on my S3 does not work at all on the Tab 4 7.0.
nl3142 said:
Well I would think that you would need a working custom recovery with external SD card support first. Though the big feature I am looking forward to is a kernel that supports Roehsoft Ram Expander (swap) which while it works fine on my S3 does not work at all on the Tab 4 7.0.
Click to expand...
Click to collapse
There is a fully working recovery with SDcard read/write support as mentioned in THIS post.
What I did was downloaded the TWRP 2.8.0.1 .img for t230 then flashed it over the older non-working TWRP using #Rashr. It works for me on SM-T230NU and wipe works. Dalvik/Cache, everything.
CREDITS: agriff
BookCase said:
I'll look around, see what might work.
Click to expand...
Click to collapse
That would be great! Thank you!
Maybe we can get the ball rolling on development!
sub77 said:
here you can find the kernel source http://opensource.samsung.com/reception.do
Click to expand...
Click to collapse
Thank you, I sent request
Sadly I have no porting knowledge atm, but if I could help with testing or something, then just pm me. I'd love to see some cm or PA on my tab 4 7.0
adammo666 said:
Sadly I have no porting knowledge atm, but if I could help with testing or something, then just pm me. I'd love to see some cm or PA on my tab 4 7.0
Click to expand...
Click to collapse
my request to get source was approved but when i click the download link nothing happens.
I personally want to see MAHDI ROM!
logikism said:
my request to get source was approved but when i click the download link nothing happens.
I personally want to see MAHDI ROM!
Click to expand...
Click to collapse
Yep I know nothing happens. But just open it in internet explorer (assuming you used chrome, just like I did).
if you open it in IE new window pops up and gets you to download
logikism said:
Thank you, I sent request
Click to expand...
Click to collapse
adammo666 said:
Sadly I have no porting knowledge atm, but if I could help with testing or something, then just pm me. I'd love to see some cm or PA on my tab 4 7.0
Click to expand...
Click to collapse
neither do i, but ill try and hope for help.
BookCase said:
There is a fully working recovery with SDcard read/write support as mentioned in THIS post.
What I did was downloaded the TWRP 2.8.0.1 .img for t230 then flashed it over the older non-working TWRP using #Rashr. It works for me on SM-T230NU and wipe works. Dalvik/Cache, everything.
CREDITS: agriff
Click to expand...
Click to collapse
i did this and phone stuck on boot screen. now it wont power on or charge. wonderful!
Any help?
BookCase said:
There is a fully working recovery with SDcard read/write support as mentioned in THIS post.
What I did was downloaded the TWRP 2.8.0.1 .img for t230 then flashed it over the older non-working TWRP using #Rashr. It works for me on SM-T230NU and wipe works. Dalvik/Cache, everything.
CREDITS: agriff
Click to expand...
Click to collapse
I already have root (by using vroot and then replacing the chinese app with supersu). Can I just flash TWRP with Rashr or do I need to redo the whole thing from scratch?
logikism said:
i did this and phone stuck on boot screen. now it wont power on or charge. wonderful!
Any help?
Click to expand...
Click to collapse
Hmm, I have no idea. Worked for me in one go. Maybe start over?
nl3142 said:
I already have root (by using vroot and then replacing the chinese app with supersu). Can I just flash TWRP with Rashr or do I need to redo the whole thing from scratch?
Click to expand...
Click to collapse
I resstored the device in odin to the latest factory firmware then flashed the twrp in odin, rebooted directly to recovery and flashed supersu. Rebooted to system, set up all my stuff and flashed the new twrp over the old twrp using rashr. I had to reboot once to set up rashr before i could flash but, it all worked perfectly for me
BookCase said:
Hmm, I have no idea. Worked for me in one go. Maybe start over?
Click to expand...
Click to collapse
cant start over if it wont turn on at all and i believe the battery is dead and it wont charge.
ive read about this issue with other galaxy tabs (2,3) and i need to open up and disconnect battery, i will try this when i get home. i hope it does something after. i just got this thing.
i cant just flash the good twrp instead of one over the other?
logikism said:
cant start over if it wont turn on at all and i believe the battery is dead and it wont charge.
ive read about this issue with other galaxy tabs (2,3) and i need to open up and disconnect battery, i will try this when i get home. i hope it does something after. i just got this thing.
i cant just flash the good twrp instead of one over the other?
Click to expand...
Click to collapse
I don't know. I'm just telling you what I did. I didn't try that way.

[KERNEL]Looking for testers

I am working on a kernel for this device and I am looking for testers. I will be posting a build shortly, I cannot test on my device at this time as I do not have it.
here...one request vibration motor is very weak.. it'll be highly appreciated if u please add vibration strength on custom krrnels...i also faced this problem on 5t...after using custom kernel and set it to 100 it went fine..so looking forward for this feature.. #request
Heeere i am! Thank you for building your kernel, i loved them one my 6P :good:
Muntasir Mahmud Saif said:
here...one request vibration motor is very weak.. it'll be highly appreciated if u please add vibration strength on custom krrnels...i also faced this problem on 5t...after using custom kernel and set it to 100 it went fine..so looking forward for this feature.. #request
Click to expand...
Click to collapse
_MartyMan_ said:
Heeere i am! Thank you for building your kernel, i loved them one my 6P :good:
Click to expand...
Click to collapse
First build will just make sure the modules load properly and ensure all boots and include wakelock blocker. After that, the fun will begin.
Downloads: http://hunternott.com/darkroom/enchilada
Includes kcal?, thanks for you work
Mennpiko said:
Includes kcal?, thanks for you work
Click to expand...
Click to collapse
not yet, need to test if the first build works before I add anything else
DespairFactor said:
not yet, need to test if the first build works before I add anything else
Click to expand...
Click to collapse
Ok, when I get home to flash it, I never cast any mobile kernel with trebble and partitioned A / B, so I read it has a new toolchain, the commands to compile are the same as for x64 ?, thanks to beforehand, Salu2
DespairFactor said:
I am working on a kernel for this device and I am looking for testers. I will be posting a build shortly, I cannot test on my device at this time as I do not have it.
Click to expand...
Click to collapse
i'll be there for u
Maybe a telegram group ?
Mennpiko said:
Ok, when I get home to flash it, I never cast any mobile kernel with trebble and partitioned A / B, so I read it has a new toolchain, the commands to compile are the same as for x64 ?, thanks to beforehand, Salu2
Click to expand...
Click to collapse
It is an AnyKernel2 zip
Neil_Armstrong_ said:
i'll be there for u
Click to expand...
Click to collapse
Takumashii said:
Maybe a telegram group ?
Click to expand...
Click to collapse
I have a telegram group https://t.me/darkroomdev
What are the steps to install the Kernel? Coming from taimen and I'm Not familiar with the oneplus flashing commands.
Thanks in advance
Flashed fine, booted but no WiFi.
Had to go back to stock as I'm at work. Any logs you need pm me or telegram me.
mwilky said:
Flashed fine, booted but no WiFi.
Had to go back to stock as I'm at work. Any logs you need pm me or telegram me.
Click to expand...
Click to collapse
What were your steps in twrp?
blaze9090 said:
What were your steps in twrp?
Click to expand...
Click to collapse
Just flashed the zip in twrp then flashed magisk over the top
I dont get IT. I did exactly the same and the Phone soft bricked and booted to bl.
Flashed the kernel, for me it's bootlooping into the bootloader i think i missed something
EDIT: Flashed Magisk 16.4 over it, now it could boot. Got a message: " Internal problem with device, contact the phone manufacturer" or something like that. It's buggy as hell. First boot i could unlock without any issue, but after i locked and try to unlock it reboots.
_MartyMan_ said:
Flashed the kernel, for me it's bootlooping into the bootloader i think i missed something
EDIT: Flashed Magisk 16.4 over it, now it could boot. Got a message: " Internal problem with device, contact the phone manufacturer" or something like that. It's buggy as hell. First boot i could unlock without any issue, but after i locked and try to unlock it reboots.
Click to expand...
Click to collapse
Weird, I released R1, it is all working now, audio and wifi included.
Thread here: https://forum.xda-developers.com/oneplus-6/development/kernel-chewie-kernel-t3796965

Categories

Resources