First of all.
Connect your phone to pc
Install the drivers
Download the ADB tool version 1.4.2 and install
Go to phone settings and tap about phone and go to build no. And tap 5 times on this. Then you have a developer settings in your main settings. Enter dv settings and enable the usb debugging on.
Connect your phone again.
Open ADB tool and type adb devices
And type adb reboot bootloader
First check active slot, by
going to fastboot mode and type fastboot getvar current-slot
Then change your active slot, type fastboot --set-active=a or fastboot --set-active=b according to your current slot.
it isnt work for me
thanks anyway
Yes, this is principle of A/B (used in N7p), in other slot is always previous system version, more info: https://source.android.com/devices/tech/ota/ab
I installed two unofficial updates (Jan 3.51A + Feb 3.51B) . Changing slot takes me to January 3.51A and thss I can't get any of the official updates installed. Is there any solution for my situation?
@hkmrayhan
If you installed twice the updates you modified both partitions, so the switch slot trick doesn't help you. It just rolls you back to the previous update.
Your only choice is to go with an N0B firmware flash. This will wipe everything (both a and b slots) and install the firmware back. There are two available that I've found so far : 132E Oreo and 339B Pie (found in a shared gDrive folder)
Links are available around the forum.
EDIT: not really the only choice. There are also Maintanance Releases otas (see thread for links) that are not differentials but rather full ROMs, meaning they can be "flashed" using stock recovery and they don't care from which pre-build version you come from.
ban.codrut said:
@hkmrayhan
If you installed twice the updates you modified both partitions, so the switch slot trick doesn't help you. It just rolls you back to the previous update.
Your only choice is to go with an N0B firmware flash. This will wipe everything (both a and b slots) and install the firmware back. There are two available that I've found so far : 132E Oreo and 339B Pie (found in a shared gDrive folder)
Links are available around the forum.
Click to expand...
Click to collapse
Thanks man, really appreciate your help! Would you be sharing a link about this "N0B firmware flash" topic(a guide maybe) please! and also share 339B Pie (that you have found in a shared gDrive folder) please! Thanks a lot brother
Back to Stock Firmware flash
Sure thing, @hkmrayhan !
Here is the google drive folder (credits goes to @blackpanther0582, hope u cool)
You'll want to download either the B2N-339B which is Pie, or the TA-1046 132E which is Oreo.
After that you'll need nb0 unpacker tool and the Online Service Tool aka OST LA v6.0.4 (there's also NOST )
Here is the guide of what you have to do: Workaround for flashing Oreo by yourself
To sum it up:
1. Unpack the firmware with nb0 unpacker
2. Follow the guide and modify the 3 values from the .mlf file
3. Install OST LA v6.0.4 by running the .bat script as admin
4. Open OST, connect phone in Download Mode (Vol- and Power), select the modified .mlf file and the proper settings (see guide), flash
ban.codrut said:
Sure thing, @hkmrayhan !
Here is the google drive folder (credits goes to @blackpanther0582, hope u cool)
You'll want to download either the B2N-339B which is Pie, or the TA-1046 132E which is Oreo.
After that you'll need nb0 unpacker tool and the Online Service Tool aka OST LA v6.0.4 (there's also NOST )
Here is the guide of what you have to do: Workaround for flashing Oreo by yourself
To sum it up:
1. Unpack the firmware with nb0 unpacker
2. Follow the guide and modify the 3 values from the .mlf file
3. Install OST LA v6.0.4 by running the .bat script as admin
4. Open OST, connect phone in Download Mode (Vol- and Power), select the modified .mlf file and the proper settings (see guide), flash
Click to expand...
Click to collapse
you've been a great help. can't thank you enough. I really appreciate it. thank you so much brother!
hkmrayhan said:
you've been a great help. can't thank you enough. I really appreciate it. thank you so much brother!
Click to expand...
Click to collapse
I'm glad you solved your issue. It makes the hours I've spent gathering things around much more worth it ^^
Edit the title maybe prefixing [Solved]
ban.codrut said:
[...]
After that you'll need nb0 unpacker tool and the Online Service Tool aka OST LA v6.0.4 (there's also NOST )[...]
Click to expand...
Click to collapse
i thik this need unlocked bootloader or not?
If yes, then is much simpler via fastboot flash to a and b slot boot.img prepared from ota <= october
---------- Post added at 12:49 PM ---------- Previous post was at 12:44 PM ----------
Here is howto (maybe not need using patched boot.img):
https://forum.xda-developers.com/nokia-7-plus/help/pie-october-update-failed-t3862758/post78257961
Is October ota more rounded up, compete firmware package?
---------- Post added at 06:53 PM ---------- Previous post was at 06:50 PM ----------
I was thinking about using fastboot flash to write the firmware from extracted NB0 package, but I don't know if OST does something more special with the package.
Further investigation needed!
Also might be useful a tool to merge an ota to the actual firmware before hand, so we can push them and rebuild to newer versions.
We have lots of ota packages links found by the community, but just two firmwares available.
ban.codrut said:
Sure thing, @hkmrayhan !
Here is the google drive folder (credits goes to @blackpanther0582, hope u cool)
You'll want to download either the B2N-339B which is Pie, or the TA-1046 132E which is Oreo.
After that you'll need nb0 unpacker tool and the Online Service Tool aka OST LA v6.0.4 (there's also NOST )
Here is the guide of what you have to do: Workaround for flashing Oreo by yourself
To sum it up:
1. Unpack the firmware with nb0 unpacker
2. Follow the guide and modify the 3 values from the .mlf file
3. Install OST LA v6.0.4 by running the .bat script as admin
4. Open OST, connect phone in Download Mode (Vol- and Power), select the modified .mlf file and the proper settings (see guide), flash
Click to expand...
Click to collapse
This guide is working on "unlocked bootloader"
We are with locked bootloader and on Developer Preview 4
I followed the guide @hikari_calyx did in the thread mentioned in my previous post, and he specifies unlocked bootloader as a requierement.
Initially I thought it would not be necessary as OST is an official servicing tool, but I knew little because I was already unlocked. Also with locked bootloader you shouldn't even be able to use fastboot flash.
I've noticed many had been stuck in DP. Can you sum it up for me quickly ?
Have you tried using stock recovery with a MR ota (full rom or Maintanance Release). If yes what error are you getting ?
Latest MR now is WW 3.51F March. Give that one a try !
It requires an unlocked bootloader
ban.codrut said:
Sure thing, @hkmrayhan !
Here is the google drive folder (credits goes to @blackpanther0582, hope u cool)
You'll want to download either the B2N-339B which is Pie, or the TA-1046 132E which is Oreo.
After that you'll need nb0 unpacker tool and the Online Service Tool aka OST LA v6.0.4 (there's also NOST )
Here is the guide of what you have to do: Workaround for flashing Oreo by yourself
To sum it up:
1. Unpack the firmware with nb0 unpacker
2. Follow the guide and modify the 3 values from the .mlf file
3. Install OST LA v6.0.4 by running the .bat script as admin
4. Open OST, connect phone in Download Mode (Vol- and Power), select the modified .mlf file and the proper settings (see guide), flash
Click to expand...
Click to collapse
brother facing same issue, but i am with an bootloader locked devices.
Related
Hello Friends
A little background first !!
QiKU Q Terra (CP8692_I02) which was sold in India and came pre-installed with 360 OS v21, Android 5.1. The OEM went back to China hence there haven not been any software update for our device. I had been trying to boot latest Chinese 360 OS on Indian Qiku Terra to get updates but after flashing the Chinese version the device would not boot at all and would get stuck in fastboot mode. To revive the device, I had to flash back the V21, I had tried several times but no success.
I even got in touch with the 360 OS engineers over mail with the help of an administrator of Qiku Chinese forum but the engineers said it's not possible to flash Chinese 360 OS on Indian Qiku Q Terra.
I had also been trying to root QiKU and I was able to figure it out all recently.
Check out my post -- https://forum.xda-developers.com/an...i02-unlock-t3493636/post69455878#post69455878
This tutorial is also useful for users of CP8692_M02 who had flashed the v21 on their devices and now are not able to go back to CP8692_M02.
Warning !! Try this own your on risk although it's very safe if you follow the instructions without missing any steps. Don't blame me if you still manage to kill your phone and loose your job :laugh::laugh:
Let's begin !!
Just ensure your device bootloader is unlock before you follow the instructions as it's required to boot 360 Chinese OS on the Indian QiKU.
Download the latest firmware and flash the same with YGDP or Qiku Download Assistant tool. When finished, the device won't boot and still be in fastboot mode. Now boot TWRP recovery from your pc, go to the folder where you have the TWRP recovery and press shift and right click and select "open command window here" and type the following
fastboot -i 0x1ebf boot (recovery name).img
This should boot TWRP on your device.
You can also flash TWRP recovery if wish to,
fastboot -i 0x1ebf flash recovery (recovery name).img
Now boot TWRP
fastboot -i 0x1ebf boot (recovery name).img
When in recovery mode you can use cmd to extract params partition which contain your device model name. Open cmd on your pc and type the following command
dd if=/dev/block/mmcblk0p30 of=/sdcard/params.bak
Once done, you'll have a file name params.bak on your phone's internal memory, copy the same to your pc. Download NotePad++ and install it, link - https://notepad-plus-plus.org/
Only use NotePad++ to edit the params, don't use NotePad. Plus make a copy of your params.bak file and keep it somewhere safe in case you mess up with original params file.
Right click on params.bak and open it with NotePad++, now search CP8692. The device model name would be CP8692_I02 just change I to M and save the changes, now it should be CP8692_M02.
The system partition size is not enough to flash Gapps hence you need to use TWRP recovery resize option.
In TWRP recovery and select > Wipe > Advance Wipe > System > click FS Option > click Resize FS now you shall have more free space in system partition
In TWRP now click reboot then click bootloader, in bootloader press volume up for fastboot mode. On pc open cmd in the folder where you have params.bak saved and type the following command:-
fastboot -i 0x1ebf erase params
fastboot -i 0x1ebf flash params params.bak
fastboot -i 0x1ebf reboot
If everything went well your device should boot Chinese 360 OS, Android 6.0.1 normally.
Now flash modified Gapps in TWRP which you have downloaded. The modified Gapps has Gmail & Hangout beside core apps and rest you can download from play store later.
If you flash bigger Gapps, the device will not boot or it shall be in bootloops coz of Gapps size and if you don't flash Gmail and Hangouts with the modified Gapps and download the same from Play store then it would give you connection trouble.
In case you wish to root then flash SuperSU.zip in TWRP.
Back to the booted device:-
To Activate VoLTE, download QuickShortcutMaker app from play store. Open the app and locate MBN test > click on the dropdown menu > click Try > Tick Volte_OpenMkt-Commercial-CMCC > and last click Activate.
Close the app and go to phone setting > Call settings > and enble VoLTE and you're done. You should see HD sign in the status bar of your phone. Now you can enjoy VoLTE calls.
Download the latest 360OS 2.0 V18 stable version: http://pan.baidu.com/s/1slCmsKP password: i65r
Follow the tutorial to download from Baidu without log-in and download client - https://www.youtube.com/watch?v=cigJh9jg4-c
Download modified Gapps and supersu.zip - https://drive.google.com/drive/folde...ElFemQwTTFXcTQ
Credits:
Goes to me @Zauq for figuring out unlocking bootloader, rooting, modifying TWRP for cp8692_I02 etc. Without the unlocked bootloader the above was not possible.
Goes to @cuongvietnam for instructions to modify params and flashing the same and also about the Gapps size issue
Have Fun :good::good::good:
plz share firmware/rom
good effort bro......kindly wants to tell that new kingroot app is now able to root qiku q terra.....and using app2sd i am able to move max of my apps to sd card ....but i also like ur effort to install android 6 rom in indian qiku.....but i hav a request to plz make a video about whole thing(as that would me more reliable to understand).....and plz share ur downloaded firmware/rom......i hav downloaded android6.cpb file shared by zuaq....so any trick to install directly this rom ?
thx in advance
---------- Post added at 05:28 AM ---------- Previous post was at 04:59 AM ----------
and also i think we can use buildprop edit apk to change build name of indiian qiku (I->M) .....anyway i hav very little knowlg of all this...but try to impliment ur process
Rahulraj2012 said:
good effort bro......kindly wants to tell that new kingroot app is now able to root qiku q terra.....and using app2sd i am able to move max of my apps to sd card ....but i also like ur effort to install android 6 rom in indian qiku.....but i hav a request to plz make a video about whole thing(as that would me more reliable to understand).....and plz share ur downloaded firmware/rom......i hav downloaded android6.cpb file shared by zuaq....so any trick to install directly this rom ?
thx in advance
---------- Post added at 05:28 AM ---------- Previous post was at 04:59 AM ----------
and also i think we can use buildprop edit apk to change build name of indiian qiku (I->M) .....anyway i hav very little knowlg of all this...but try to impliment ur process
Click to expand...
Click to collapse
Help me
I was plash rom but now my phone is hardbrick
My computer is see bootloader but flash file cpd no working
mr_thao said:
Help me
I was plash rom but now my phone is hardbrick
My computer is see bootloader but flash file cpd no working
Click to expand...
Click to collapse
You can load bootloader in your manager device? If you can, so it not brick!
Zauq said:
Hello Friends
A little background first !!
QiKU Q Terra (CP8692_I02) which was sold in India and came pre-installed with 360 OS v21, Android 5.1. The OEM went back to China hence there haven not been any software update for our device. I had been trying to boot latest Chinese 360 OS on Indian Qiku Terra to get updates but after flashing the Chinese version the device would not boot at all and would get stuck in fastboot mode. To revive the device, I had to flash back the V21, I had tried several times but no success.
I even got in touch with the 360 OS engineers over mail with the help of an administrator of Qiku Chinese forum but the engineers said it's not possible to flash Chinese 360 OS on Indian Qiku Q Terra.
I had also been trying to root QiKU and I was able to figure it out all recently.
Check out my post -- https://forum.xda-developers.com/an...i02-unlock-t3493636/post69455878#post69455878
This tutorial is also useful for users of CP8692_M02 who had flashed the v21 on their devices and now are not able to go back to CP8692_M02.
Warning !! Try this own your on risk although it's very safe if you follow the instructions without missing any steps. Don't blame me if you still manage to kill your phone and loose your job :laugh::laugh:
Let's begin !!
Just ensure your device bootloader is unlock before you follow the instructions as it's required to boot 360 Chinese OS on the Indian QiKU.
Download the latest firmware and flash the same with YGDP or Qiku Download Assistant tool. When finished, the device won't boot and still be in fastboot mode. Now boot TWRP recovery from your pc, go to the folder where you have the TWRP recovery and press shift and right click and select "open command window here" and type the following
fastboot -i 0x1ebf boot (recovery name).img
This should boot TWRP on your device.
You can also flash TWRP recovery if wish to,
fastboot -i 0x1ebf flash recovery (recovery name).img
Now boot TWRP
fastboot -i 0x1ebf boot (recovery name).img
When in recovery mode you can use cmd to extract params partition which contain your device model name. Open cmd on your pc and type the following command
dd if=/dev/block/mmcblk0p30 of=/sdcard/params.bak
Once done, you'll have a file name params.bak on your phone's internal memory, copy the same to your pc. Download NotePad++ and install it, link - https://notepad-plus-plus.org/
Only use NotePad++ to edit the params, don't use NotePad. Plus make a copy of your params.bak file and keep it somewhere safe in case you mess up with original params file.
Right click on params.bak and open it with NotePad++, now search CP8692. The device model name would be CP8692_I02 just change I to M and save the changes, now it should be CP8692_M02.
The system partition size is not enough to flash Gapps hence you need to use TWRP recovery resize option.
In TWRP recovery and select > Wipe > Advance Wipe > System > click FS Option > click Resize FS now you shall have more free space in system partition
In TWRP now click reboot then click bootloader, in bootloader press volume up for fastboot mode. On pc open cmd in the folder where you have params.bak saved and type the following command:-
fastboot -i 0x1ebf erase params
fastboot -i 0x1ebf flash params params.bak
fastboot -i 0x1ebf reboot
If everything went well your device should boot Chinese 360 OS, Android 6.0.1 normally.
Now flash modified Gapps in TWRP which you have downloaded. The modified Gapps has Gmail & Hangout beside core apps and rest you can download from play store later.
If you flash bigger Gapps, the device will not boot or it shall be in bootloops coz of Gapps size and if you don't flash Gmail and Hangouts with the modified Gapps and download the same from Play store then it would give you connection trouble.
In case you wish to root then flash SuperSU.zip in TWRP.
Back to the booted device:-
To Activate VoLTE, download QuickShortcutMaker app from play store. Open the app and locate MBN test > click on the dropdown menu > click Try > Tick Volte_OpenMkt-Commercial-CMCC > and last click Activate.
Close the app and go to phone setting > Call settings > and enble VoLTE and you're done. You should see HD sign in the status bar of your phone. Now you can enjoy VoLTE calls.
The latest firmware is 360OS 2.0 (12.28) which is beta and gets weekly update. Download the firmware - http://bbs.360.cn/thread-14613403-1-1.html
Follow the tutorial to download from Baidu without log-in and download client - https://www.youtube.com/watch?v=cigJh9jg4-c
Download modified Gapps and supersu.zip - https://drive.google.com/drive/folde...ElFemQwTTFXcTQ
Credits:
Goes to me @Zauq for figuring out unlocking bootloader, rooting, modifying TWRP for cp8692_I02 etc. Without the unlocked bootloader the above was not possible.
Goes to @cuongvietnam for instructions to modify params and flashing the same and also about the Gapps size issue
Have Fun :good::good::good:
Click to expand...
Click to collapse
I wasn't take dd if=/dev/block/mmcblk0p30 of=/sd card/params.bak
C:\adb>dd if=/dev/block/mmcblk0p30 of=/internalsdcard/params.bak
'dd' is not recognized as an internal or external command,
operable program or batch file.
Hlep me
mr_thao said:
I wasn't take dd if=/dev/block/mmcblk0p30 of=/sd card/params.bak
C:\adb>dd if=/dev/block/mmcblk0p30 of=/internalsdcard/params.bak
'dd' is not recognized as an internal or external command,
operable program or batch file.
Hlep me
Click to expand...
Click to collapse
Have you tried the code in custom recovery mode??? If you're using the code when the device is NOT in recovery mode then you have to use the following code:-
adb shell
su
dd if=/dev/block/mmcblk0p30 of=/internalsdcard/params.bak
Just bear in mind that you have to be rooted to use the above mentioned code and in recovery mode you don't need to be rooted.
mr_thao said:
Help me
I was plash rom but now my phone is hardbrick
My computer is see bootloader but flash file cpd no working
Click to expand...
Click to collapse
What was your device model no when you flashed the rom and which rom version did you flash which caused the brick???
Rahulraj2012 said:
good effort bro......kindly wants to tell that new kingroot app is now able to root qiku q terra.....and using app2sd i am able to move max of my apps to sd card ....but i also like ur effort to install android 6 rom in indian qiku.....but i hav a request to plz make a video about whole thing(as that would me more reliable to understand).....and plz share ur downloaded firmware/rom......i hav downloaded android6.cpb file shared by zuaq....so any trick to install directly this rom ?
thx in advance
---------- Post added at 05:28 AM ---------- Previous post was at 04:59 AM ----------
and also i think we can use buildprop edit apk to change build name of indiian qiku (I->M) .....anyway i hav very little knowlg of all this...but try to impliment ur process
Click to expand...
Click to collapse
Flashing the supersu.zip to root Qiku is the easiest way if you ask me. I tried my best to give the instructions in a simplest way possible making video is not on my mind.
Changing the model no in build.prop would not help in booting Android 6.0.1 on Indian Qiku v21. Had this been so easy I would've done the same a long time ago
update file params.bak edited
step 1 : flash rom china and flash TWRP
Step2: flash params.bak
Step 3: reboot
Done
Link : https://tinhte.vn/threads/danh-gia-chi-tiet-qiku-terra-sieu-pham-den-tu-india.2543152/#post-49187102
Rom restore , rooted and playstore,super lite : https://drive.google.com/file/d/0B1JX0MSsEt63Zzd2MzVMb20wNTA/view
Hello bro,i want to downgrade to 5.1 v021 from 6.0 v18 china rom,but i haven't link rom.zip (i have twrp),give me link rom 5.1v021 .zip,please
Thanks for watching!?
volte is not activating even though option came by quickshortcut..app
android 6.0 successfully installed but...volte is not activating even though option came by quickshortcut..app........also need help to change chinese 360safe apk to change language in english
....thx in advance
Rahulraj2012 said:
android 6.0 successfully installed but...volte is not activating even though option came by quickshortcut..app........also need help to change chinese 360safe apk to change language in english
....thx in advance
Click to expand...
Click to collapse
Help me @Zauq. I am not able to download 6.0 update file from baidu as connection to file gets disconnected after 1 GB of data everytime. I have wasted atleast 10 GB of data due to this. Please help me out if you can upload the file to google.
Thank you in advance.
Rahulraj2012 said:
android 6.0 successfully installed but...volte is not activating even though option came by quickshortcut..app........also need help to change chinese 360safe apk to change language in english
....thx in advance
Click to expand...
Click to collapse
Did you also enable VoLTE in system settings?? I would not be able to change Chinese language in 360safe.apk.
imlb said:
Help me @Zauq. I am not able to download 6.0 update file from baidu as connection to file gets disconnected after 1 GB of data everytime. I have wasted atleast 10 GB of data due to this. Please help me out if you can upload the file to google.
Thank you in advance.
Click to expand...
Click to collapse
My google drive is already full hence won't be able to upload it. Trying signing up Baidu and download the file with Baidu client.
Zauq said:
My google drive is already full hence won't be able to upload it. Trying signing up Baidu and download the file with Baidu client.
Click to expand...
Click to collapse
Thanks for your quick reply. I am not able to sign up on baidu. If you have latest file than please upload on any big file sharing site such as pcloud. That will be very helpful. I am bit of noob on development side of Android. I have developed kernel driver for real time linux but android I am learning. Please share if any good tutorials to start developing for Android. Thanks again @Zauq
imlb said:
Thanks for your quick reply. I am not able to sign up on baidu. If you have latest file than please upload on any big file sharing site such as pcloud. That will be very helpful. I am bit of noob on development side of Android. I have developed kernel driver for real time linux but android I am learning. Please share if any good tutorials to start developing for Android. Thanks again @Zauq
Click to expand...
Click to collapse
There you go --- https://drive.google.com/file/d/0Bwy9M10qfmJLVm9MQTU0N1U2Tnc/view?usp=sharing
Have somebody schematic diagram of qiku phones? Please let me know, if find something.
Hello dear all, I have 2 issues
1) not able to get volte , even though hd voice enabled via quick shortcut app
2)updated to android 6 but even though can't make my sd card as internal storage(option is for only as portable storage present....Just like galaxy s7 I also tried abd command, becoz in s7 also even after android 6 update sdcard as internal is not by default present .....But failed)
Plz help .....Thx in advance bro zuak
Rahulraj2012 said:
Hello dear all, I have 2 issues
1) not able to get volte , even though hd voice enabled via quick shortcut app
2)updated to android 6 but even though can't make my sd card as internal storage(option is for only as portable storage present....Just like galaxy s7 I also tried abd command, becoz in s7 also even after android 6 update sdcard as internal is not by default present .....But failed)
Plz help .....Thx in advance bro zuak
Click to expand...
Click to collapse
1) Do you see HD sign in the status bar after enabling VoLTE through QuickShortcurMaker App??
2) Did you follow similar adb shell command for internal storage?? --- https://www.youtube.com/watch?v=PZLV5STiAW8
1) I m able to get on/off volte settings after quick shortcut apk,but as u ask......No hd sign in status bar
2) yes I had applied same adb shell commands but nothing happens, 360 os restarted but no increment in internal memory I need to format my memory card to use it once again
I request to make a small video for this isse resolution and plz upload if possible
I finally found a way to root the myPhone Hammer AXE M LTE!!! You can use Magisk to patch the boot.img from the 1.0.3 OTA! See the attached thumbnails at the bottom.
My steps:
1) Upgrade to the latest OTA from myPhone (1.0.3). In the event that you can’t download it through your phone, I’ve uploaded it to MEGA: https://mega.nz/#!Ndw3TYrR!nozVRHC1M4ugn-_PKzC7tn1fAAV6w7bB7Iq2uRr8FHA
1a) I had to manually reboot into recovery to install the update. Power off the phone, hold power + PTT until you see the myPhone logo. Once you see the dilapidated robot, tap and hold power then vol + (in that order!!!).
2) The update should be on your external SDcard. Select it and wait for the install to finish.
3) After the install completes, reboot to your system and install the Magisk Manager: https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
3a) If you want to use my patched boot and scatter, skip steps 4, 5, and 6 and go to step 7. Patched boot, Scatter, Magisk.apk and Stock Recovery: https://mega.nz/#!YAQ3BQyS!dJjw-O9pyB7ra2q3qrheo7VFXeyUc4MmW1aqbBqTi6I
4) From within the Magisk Manager, go to settings, enable BETA. Go back to the main Magisk screen and select install. Select patch boot. Patch the boot.img from the 1.0.3 OTA.
5) Once that’s done, Magisk will spit a patched_boot.img to your Magisk forlder on your internal drive. Copy that over to your PC (or email it to yourself, my PC couldn't see it for some reason).
6) If you don’t already have a working SCATTER file, you’ll need to download one. The only one I’ve found that works is in this ROM: https://www.needrom.com/download/myphone-hammer-axe-m-lte/
7) Grab SP Flash Tool: https://spflashtool.com/ , launch it, load the SCATTER file, either the one from the .zip I provided or the one from the ROM on needrom.com (they’re the same), uncheck all the boxes in the lower half of the SP Flash Tool window except for the boxes to the left of the boot and recovery rows. Click in the “location” field on the right-hand side of the window, a dialog will pop up, choose the your patched boot image, if you’re using the one I provided it will be called “magisk_boot.img”. See attached thumbnail for reference.
8) Make sure that the field above the area with the content to flash is on DOWNLOAD ONLY. Make sure you don’t have and Android devices attached to your PC and upon successful inspection, click “Download”.
9) Turn off your myPhone AXE M LTE. Wait for it to fully power down (there will be an additional vibration after the screen goes blank). Attach the phone to the computer via the USB cable that shipped with it. If the SP Flash Tool is in a good mood, it should start flashing immediately (the bottom strip on the window will turn red, then yellow, then you’ll get a pop-up saying “OK!”). If SP Flash Tool is being an @$$, you may have to unplug the USB cable, hit “Download” again, plug the cable back in and repeat until SP Flash Tool correctly sees your phone.
10) Once you get the “OK!” box, reboot the phone. Go to Magisk Manager. Hit install. Choose the direct install (the third option, bezposrednie). Reboot the phone.
11) You should now be able to install XPOSED, VIPER, etc through the Magisk Manager. For XPOSED, make sure you’re using the MAGISK SPECIFIC APK (downloaded from with the Magisk Downloader, just click on the text describing the module and you’ll get a changelog): https://mega.nz/#!UYwExLjC!AAZi-qho0PHWNjXMzAikbTHmTjaEtYfLlqYeDbeJM14
Note: Everything I've tried except for the DOLBY modules has been working splendidly. If you brick yourself, just reflash the ROM from needrom.com and start over.
Thanks and credit:
topjohnwu for Magisk, hanuma50 for his ROM at needrom.com
what if OTA 1.2.0
K A M E N said:
what if OTA 1.2.0
Click to expand...
Click to collapse
I had no idea OTA 1.2.0 existed. Is it Nougat? If so, could you upload it to Mega?
I do not know how. I got my phone back from service (new display), before it was android 4, now it is android 6, working ver:AXE_M_LTE_EN_20170410_1.2.0 core 3.10.72 [email protected] #2
K A M E N said:
I do not know how. I got my phone back from service (new display), before it was android 4, now it is android 6, working ver:AXE_M_LTE_EN_20170410_1.2.0 core 3.10.72 [email protected] #2
Click to expand...
Click to collapse
Ok. Mine is still running 1.0.3. I bought it from Biedronka less than a year ago and it already had Marshmallow on it.
Well, I do not know if your procedure works on 1.2.0 and do not want to brick it.
K A M E N said:
Well, I do not know if your procedure works on 1.2.0 and do not want to brick it.
Click to expand...
Click to collapse
Don't blame you. Hopefully they'll release the OTA you have for the rest of us and then we'll be able to see if the Magisk method works for it too. At the moment my aktualizacja program says that 1.0.3 is the latest OTA.
Files lacking in your upload?
Hello,
thank you for this tutorial. I encountered a few problems:
1) needrom.com requires not only an account, but also a premium one to download the file you linked.
2) Your scatter file was not accepted by my SP flash tool. I used the one I found somewhere else (searching by the CPU model) and it was accepted.
3) After I did this, I couldn't find magisk_boot.img which was supposed to be in your .zip archive. There is no such file there. There is only boot.img, but judging by the size this is an unpatched one you attached in point 4) of your tutorial.
4) I tried generating my own patched_boot.img and succeeded, but it is rejected by SP flash tool (wrong format or sth).
5) Only pair of boot and recovery files that was accepted is in "sig" folder of ur archive. But I have no idea what files are theese and I don't have the guts to try this.
I have no idea what to do now. Could you give me some clues?
mosiowaty said:
Hello,
thank you for this tutorial. I encountered a few problems:
1) needrom.com requires not only an account, but also a premium one to download the file you linked.
2) Your scatter file was not accepted by my SP flash tool. I used the one I found somewhere else (searching by the CPU model) and it was accepted.
3) After I did this, I couldn't find magisk_boot.img which was supposed to be in your .zip archive. There is no such file there. There is only boot.img, but judging by the size this is an unpatched one you attached in point 4) of your tutorial.
4) I tried generating my own patched_boot.img and succeeded, but it is rejected by SP flash tool (wrong format or sth).
5) Only pair of boot and recovery files that was accepted is in "sig" folder of ur archive. But I have no idea what files are theese and I don't have the guts to try this.
I have no idea what to do now. Could you give me some clues?
Click to expand...
Click to collapse
Hey.
I'd tried contacting the original uploader of the needrom file but couldn't get through to him, so I've uploaded his rom to mega:
https://mega.nz/#!9UQh3CBK!LqmVOAxfoIstSVAPeypVzsi7G8PGWQWB_j9qcZB_-RI (this is the same rom from step 6)
As for points 2 through 5, sorry for any confusion, I went back and updated my links. This should resolve your difficulties (initial files I used at the time I wrote the guide): https://mega.nz/#!9UQh3CBK!LqmVOAxfoIstSVAPeypVzsi7G8PGWQWB_j9qcZB_-RI There should be three files inside, the scatter I used, the stock recovery and the modded boot image entitled "magisk-boot.img"
Alternate upload (this contains a modded boot for Magisk 16.6 plus the APK for Magisk Manager): https://mega.nz/#!YAQ3BQyS!dJjw-O9pyB7ra2q3qrheo7VFXeyUc4MmW1aqbBqTi6I
Note 1: on Linux I had to flash both the recovery and the modded boot at the same time because it kept hanging when I was only flashing the modded boot. I don't know why, I just troubleshot till it worked and that's why the stock recovery is included in the .ZIP I linked.
Note 2: I have a Hammer Axe M LTE (if you're in Poland, they were sold for 700zl at Biedronka). I don't know if this process will work on any other variant.
This is my MEGA folder for the Hammer: https://mega.nz/#F!hNAxAQBC!B0el82vXo1sKsEdIskoW1g
NOTE:
This guide is meant for this thread: https://forum.xda-developers.com/nokia-7-plus/development/9-0-miui-10-nokia-fihgsisdm66064-t3900312
This guide may unusable on newer builds in the future.
In case you want to restore back to stock, firmware can be downloaded from https://fih-firmware.hikaricalyx.com/index_en.html and you can flash it with either patched OST LA or NOST.
It's tested on following models:
PL2 Nokia 6.1 TA-1054
DRG Nokia X6 TA-1099
C1N Nokia 7 TA-1041
B2N Nokia 7 Plus TA-1062
Flash it at your own risk if your type is not listed above.
To Chinese users:
请点击下面的链接阅读中文版教程。
如需转载请通过 Coolapk 私聊联系我。
Please read Chinese guide from here: https://www.coolapk.com/feed/103010...id=1121588&shareFrom=com.coolapk.market_9.0.1
Click to expand...
Click to collapse
Let me introduce you how to flash MIUI build.
In this guide, we will take "Nokia-miui10-2019-02-13.img.xz" build for example.
Part 1: Bootloader Unlock
I won't introduce you how to unlock the bootloader for your phones here.
Part 2: Install latest Android Pie build
I'm not sure about latest Android Pie build for Global Android One Devices, but AFAIK the Chinese builds we've tested are all [fih_codename]-347C-0-00CN-B04, January 2019 Update.
Make sure you have installed this build.
For your convenience, you can download following full OTA that we tested:
B2N-347C-0-00CN-B04: https://ota-filesite.c2dms.com/SWImage/500002276
Part 3: Flash the system itself
Download packages from ROM topic, and make sure you have extracted the img.xz file.
You must use Platform Tools provided by Google: https://developer.android.com/studio/releases/platform-tools
I'm not sure if Minimal ADB and Fastboot package is usable.
Boot your phone to Fastboot / Download mode, then execute this command:
Code:
.\fastboot flash system D:\Nokia-miui10-2019-02-13.img
To flash the system image to your current slot, no matter if it's slot A or B.
Format the userdata partition and reboot bootloader again to prevent temporarily boot failure:
Code:
.\fastboot -w reboot-bootloader
Part 4: Install permission patches to patch vendor, and root it
Boot into TWRP temporarily, but it depends on you if you want to install TWRP permanently:
Code:
https://forum.xda-developers.com/nokia-7-plus/development/recovery-twrp-3-2-3-0-t3892644
In this example we do not install TWRP permanently.
Swipe the button to allow system modification, and connect your phone to PC, copy FBE_Disabler.zip, Magisk-v18.1.zip, Permissiver_v2.zip and vendor-2019-02-16.zip you downloaded to internal storage of your phone.
In case you want to ask, Magisk can be downloaded from https://github.com/topjohnwu/Magisk/releases
Click to expand...
Click to collapse
Tap "Mount" on your phone and check both "vendor" and "system" partition to mount them.
Click back, Tap "Install", and install these 4 zip packages in character order.
After installed, please reboot your phone and ignore the TWRP Official App installation prompt.
Please wait at least 3 minutes for booting.
After your phone boots, you'll find the default language is Simplified Chinese. Here's how to to change the language to non-Chinese:
- Open "设置" (Settings)
- Tap "更多设置" (More Settings)
- Tap "语言和输入法" (Languages and Input)
- Tap "语言" (Language)
- Choose your own language
Hope you can find it lol.
Then, please download and install Magisk Manager on your phone and reboot your phone.
Part 5: Fix Xiaomi Account issue, and GMS feature
Copy "MIUI_Account_Fix.zip" to Download directory of internal storage, and add this as Magisk Module under Magisk Manager, then reboot.
If it's too difficult for you to enter your phone to MTP mode, here's the trick:
- Connect your phone to PC when screen UNLOCKED
- When the phone prompts "USB is connected", tap the prompt
- Tap "Data Transfer (MTP)"
- You may need to drag the notification center and choose again
- Copy required files
Click to expand...
Click to collapse
Copy gms.apk to your phone and install it on your phone directly. Install it may take few minutes and please wait patiently. After installation completed, you can login both Xiaomi Account and Google Account properly.
I needn't to mention how to replace the camera, it's pretty easy.
That wraps up the whole guide.
Done a nice work mate ...
Wondering if this could run on the Aquos S3 6/128 .. it's basically the same hardware
henri_p said:
Wondering if this could run on the Aquos S3 6/128 .. it's basically the same hardware
Click to expand...
Click to collapse
No you can't, as I've tested it on Sharp Aquos S2 SS2 and SAT.
FIH already abandoned both S2 and S3 and they even don't release Android 9.0 for them unlike Japanese Sharp Android One devices.
Pretty much sucks, I have an S3 6/128 with locked bootloader, seems it sadly going to stay at Oreo with that silly UI on top of it :crying: ... too bad, the device looks great and is of a good quality built
can i flash at without bootunlocked i have nokia 7
Faisal kacho said:
can i flash at without bootunlocked i have nokia 7
Click to expand...
Click to collapse
No
k3dar7 said:
No
Click to expand...
Click to collapse
Thankz If i use ost tOol then
In my nokia 6.1 plus it couldn't install .. when i try to flashing system img file its eror volume full ..
Can anyone fixed this problem?
can i install this gsi on my nokia 7 plus global version?
Hr bro, I get the same error as u mentioned above. Please reply back if u have succeeded.
---------- Post added at 09:49 AM ---------- Previous post was at 09:47 AM ----------
rahul387 said:
In my nokia 6.1 plus it couldn't install .. when i try to flashing system img file its eror volume full ..
Can anyone fixed this problem?
Click to expand...
Click to collapse
Hi bro, I get the same error as mentioned above reply back if u have succeeded.
how to
@hikari_calyx
how to flash [fih_codename]-347C-0-00CN-B04, January 2019 Update. ? i try OST6.2.8 but not flash finish
my device DRG Nokia X6 TA-1099 (00CN_2_21F) bootloader unlock
help my how can i flash 347C-0-00CN-B04
today i download DRG-347C-0-00CN-B04.full.Zip and trying but failed
how can i installed MIUI help me
hikari_calyx said:
NOTE:
This guide is meant for this thread: https://forum.xda-developers.com/nokia-7-plus/development/9-0-miui-10-nokia-fihgsisdm66064-t3900312
This guide may unusable on newer builds in the future.
In case you want to restore back to stock, firmware can be downloaded from https://fih-firmware.hikaricalyx.com/index_en.html and you can flash it with either patched OST LA or NOST.
It's tested on following models:
PL2 Nokia 6.1 TA-1054
DRG Nokia X6 TA-1099
C1N Nokia 7 TA-1041
B2N Nokia 7 Plus TA-1062
Flash it at your own risk if your type is not listed above.
Let me introduce you how to flash MIUI build.
In this guide, we will take "Nokia-miui10-2019-02-13.img.xz" build for example.
Part 1: Bootloader Unlock
I won't introduce you how to unlock the bootloader for your phones here.
Part 2: Install latest Android Pie build
I'm not sure about latest Android Pie build for Global Android One Devices, but AFAIK the Chinese builds we've tested are all [fih_codename]-347C-0-00CN-B04, January 2019 Update.
Make sure you have installed this build.
For your convenience, you can download following full OTA that we tested:
B2N-347C-0-00CN-B04: https://ota-filesite.c2dms.com/SWImage/500002276
Part 3: Flash the system itself
Download packages from ROM topic, and make sure you have extracted the img.xz file.
You must use Platform Tools provided by Google: https://developer.android.com/studio/releases/platform-tools
I'm not sure if Minimal ADB and Fastboot package is usable.
Boot your phone to Fastboot / Download mode, then execute this command:
Code:
.\fastboot flash system D:\Nokia-miui10-2019-02-13.img
To flash the system image to your current slot, no matter if it's slot A or B.
Format the userdata partition and reboot bootloader again to prevent temporarily boot failure:
Code:
.\fastboot -w reboot-bootloader
Part 4: Install permission patches to patch vendor, and root it
Boot into TWRP temporarily, but it depends on you if you want to install TWRP permanently:
Code:
https://forum.xda-developers.com/nokia-7-plus/development/recovery-twrp-3-2-3-0-t3892644
In this example we do not install TWRP permanently.
Swipe the button to allow system modification, and connect your phone to PC, copy FBE_Disabler.zip, Magisk-v18.1.zip, Permissiver_v2.zip and vendor-2019-02-16.zip you downloaded to internal storage of your phone.
Tap "Mount" on your phone and check both "vendor" and "system" partition to mount them.
Click back, Tap "Install", and install these 4 zip packages in character order.
After installed, please reboot your phone and ignore the TWRP Official App installation prompt.
Please wait at least 3 minutes for booting.
After your phone boots, you'll find the default language is Simplified Chinese. Here's how to to change the language to non-Chinese:
- Open "设置" (Settings)
- Tap "更多设置" (More Settings)
- Tap "语言和输入法" (Languages and Input)
- Tap "语言" (Language)
- Choose your own language
Hope you can find it lol.
Then, please download and install Magisk Manager on your phone and reboot your phone.
Part 5: Fix Xiaomi Account issue, and GMS feature
Copy "MIUI_Account_Fix.zip" to Download directory of internal storage, and add this as Magisk Module under Magisk Manager, then reboot.
Copy gms.apk to your phone and install it on your phone directly. Install it may take few minutes and please wait patiently. After installation completed, you can login both Xiaomi Account and Google Account properly.
I needn't to mention how to replace the camera, it's pretty easy.
That wraps up the whole guide.
Click to expand...
Click to collapse
Hello guys, im William from chile and i love this terminal and i want to share my hard work
It is in your own risk, im just helping. im not saying this is my software and anything like that. just sharing for nokia lovers
this is how you can get back to nougat or oreo firmware if you want Works on all nokia 8 variants NB1
Make sure your terminal is unlocked and critical unlocked correctly
ost and nb0 tools drive.google.c/open?id=1OZ0V09OQfuQY9pduNK4bNNQ91zh_ParL Fill om in the link
Nougat
drive.google.c/open?id=1OE5L3beiOhz6gCx0G4D2HMT4e70ibwrK fill om in the link
°1 Install ost and patch file onlineupdatetool.exe and drivers
°2 Do not delete onlineupdatetool.exe.CFG Open it an change
MyResources.Properties.Settings>
<setting name="SutLevel" serializeAs="String">
<value>99</value>
°3 when you select de nb0 file go back and next and you can pass next without wait time
°4 wait for flash and you got it
OREO
drive.google.c/open?id=1GtwHZHT1TUxsHIOe5DEo1vLn9AvtALP3
Repeat 1 and 2 steps
°3 extract zip so you get nb0 file
°4 go to nb0 tools and extract the oreo nb0 file
°5 open ost tools when you select the firmware file select on the extracted nb0 the file with extention MFL
°6 done
my nokia is TA-1012
drive google
hi... the link u gave is not working... can u correct that link again...??
---------- Post added at 12:04 PM ---------- Previous post was at 12:02 PM ----------
sebba4014 said:
Hello guys, im William from chile and i love this terminal and i want to share my hard work
It is in your own risk, im just helping. im not saying this is my software and anything like that. just sharing for nokia lovers
this is how you can get back to nougat or oreo firmware if you want Works on all nokia 8 variants NB1
Make sure your terminal is unlocked and critical unlocked correctly
ost and nb0 tools drive.google.c/open?id=1k6LV0zA9-Hr63tHlLMPiNSqNzdhkH619
Nougat
drive.google.c/open?id=1OE5L3beiOhz6gCx0G4D2HMT4e70ibwrK
°1 Install ost and patch file onlineupdatetool.exe and drivers
°2 Do not delete onlineupdatetool.exe.CFG Open it an change
MyResources.Properties.Settings>
<setting name="SutLevel" serializeAs="String">
<value>99</value>
°3 when you select de nb0 file go back and next and you can pass next without wait time
°4 wait for flash and you got it
OREO
drive.google.c/open?id=1GtwHZHT1TUxsHIOe5DEo1vLn9AvtALP3
Repeat 1 and 2 steps
°3 extract zip so you get nb0 file
°4 go to nb0 tools and extract the oreo nb0 file
°5 open ost tools when you select the firmware file select on the extracted nb0 the file with extention MFL
°6 done
my nokia is TA-1012
Click to expand...
Click to collapse
hi... the link u gave is not working... can u correct that link again...??
dark ghost1988 said:
hi... the link u gave is not working... can u correct that link again...??
---------- Post added at 12:04 PM ---------- Previous post was at 12:02 PM ----------
hi... the link u gave is not working... can u correct that link again...??
Click to expand...
Click to collapse
it is working you have to fill .com
what about 1004 nbo , any way system update will automaticly update to pue again how to stop it ? i was oreo then after restarting phone it updated alone
Mayersdz said:
what about 1004 nbo , any way system update will automaticly update to pue again how to stop it ? i was oreo then after restarting phone it updated alone
Click to expand...
Click to collapse
Firstable when you update the firmware that you want. Take of your chip. Skip the first boot without enter any acount. Next go to settings and unlock developer options in settings about phone compilation number pressing 5 - 7 times. disable automatic updates. Next go apps and disable notifications of google play services and thats it
Hi everyone,
I have rooted my last few smartphones and was always happy with it. Now I got new Blackview BV9800 PRO and I want to root it with Magisk. but as the phone is new, there is lack of information on the internet, Anyway, I have found some information, but it is not complete and I believe You, smart guys, can help me to root my smartphone
This is the information I got:
How to root it with Magisk :
Download your rom from : viewtopic.php?f=285&t=532354 (you can alternatively extract it with SP Flash Tool and WWR)
Download and install Magisk Manager on your phone : https://github.com/topjohnwu/Magisk/rel ... v7.5.0.apk
Patch the boot image with Magisk Manager
Unlock the bootloader. (Wipe the phone! )
Flash the patched boot image with SP Flash Tool or Fastboot. (ONLY the boot image)
Reinstall Magisk Manager
This is what I did and what happened:
I installed latest Magisk apk from official sources. I opened the app, clicked on "Install Magisk", then via this app I downloaded the zip file, then tried to installed it via Magisk but got an error "Unsupported/Unknown image format".
Any ideas what have I done wrong? Did I have to flash boot image from the ROM, and not the one Magisk downloaded? P.S., the smartphone is new, nothing more then I written above is done to it (no oem unlocking, no usb debugging, etc).
RESERVED
I let Magisk manager patch the original boot.img. After flashing it with fastboot or SP Flash the phone stuck with message that verified boot didn't accept the signature.
Hm... Is there anyone who rooted BV9800 Pro successfuly and could guide us? ?
update fail.
I greet you, I accidentally deleted it when I updated, Nvram. on my phone. BV9800pro. It is possible to provide me with firmware recovered from a similar phone. I also posted on the forum at Blackview but without answer
Isn't there a full firmware download on Blackview website available? I thought I've seen it there
update fail
LGZACRO said:
Isn't there a full firmware download on Blackview website available? I thought I've seen it there
Click to expand...
Click to collapse
Hello
Yesterday during an update, by accident, my equipment, BV9800pro, performed a complete formatting, "Full Format + Dowload", it seems that Nvram has also been rewritten. it is possible to provide us with a solution or file with this data, specific to our equipment. i need a original nvram.bin, and nvram.data, in firmware from Blackview site this its not exist..
if someone wants to help me, I send them a private message with their email address
My phone is not rooted unfortunatelly, if I can help in anyway (if there is a way) I would pull out the files for You.
Do You know how to guaranteed root BV9800 Pro without running into problems?
LGZACRO said:
My phone is not rooted unfortunatelly, if I can help in anyway (if there is a way) I would pull out the files for You.
Do You know how to guaranteed root BV9800 Pro without running into problems?
Click to expand...
Click to collapse
who guarantees this?
rooting worked for me with that solution given to the PM. I wanted to install AOSP, but I found that the thermal image did not work anymore, there were some problems when previewing the video files from Facebook, and I gave up. from the mistake as I mentioned I format + dowload and delete all important partitions. nvram .bin si nvdata. Nothing works properly, TEE and Google Key are inactive, the thermal image fails, some applications are closed immediately. This is the experience with rooting and installing AOSP on the BV9800Pro
Oh man... Sounds bad... have You emailed blackview after sale support (via email, not forum)? No response from them?
And let's say I only root my BV9800Pro, will I be able to send You the files You need?
LGZACRO said:
Oh man... Sounds bad... have You emailed blackview after sale support (via email, not forum)? No response from them?
And let's say I only root my BV9800Pro, will I be able to send You the files You need?
Click to expand...
Click to collapse
make total firmware dump and send the bakup , or nvram.bin nvdata.bin file,
I must root to be able ro do this, right? Does TWRP works well on BV9800Pro?
LGZACRO said:
I must root to be able ro do this, right? Does TWRP works well on BV9800Pro?
Click to expand...
Click to collapse
i dont now. i dont install twrp.
Ok, pm me your skype or signal or wickr or fb. We will try to do this in few hours
LGZACRO said:
Oh man... Sounds bad... have You emailed blackview after sale support (via email, not forum)? No response from them?
And let's say I only root my BV9800Pro, will I be able to send You the files You need?
Click to expand...
Click to collapse
I posted in their forum a detailed error report but the moderator deleted my post.
Don't bargain for help by them.
---------- Post added at 02:35 PM ---------- Previous post was at 02:33 PM ----------
LGZACRO said:
I must root to be able ro do this, right? Does TWRP works well on BV9800Pro?
Click to expand...
Click to collapse
As I mention there's no TWRP available for this phone yet.
I just rooted BV9800 pro yesterday.
You don't need to SP flash tool or others, just need adb and fastboot.
Quick steps:
1. set OEM unlock to allow
2. connect phone to windows
3. use adb to check if connecting. command: adb devices
4. using adb to reboot to bootloader, command: adb reboot bootloader
5. And then the phone will enter fastboot mode ( you could see small string at left bottom corner)
6. use fastboot command to unlock bootloader. command: fastboot flashing unlock
7. If fastboot program is waiting, please check windows device manager, there should be an unknown device, let windows search driver automatically. it needs android interface driver.
8.Using volume up or down to agree unlock.
9. If agree, all data will be disappeared.
10. Install Magisk manger
11. Download stock ROM from blackview forum. it is zip file. Unzip it and copy boot-verified.img to phone.
12. patch boot.img by Magisk manger.
13. Copy patch image file to windows
14. use adb to reboot phone to fastboot mode
15. reflash boot image file. command: fastboot flash boot patched file name (normally, I would put patch image file in the same folder of fastboot)
16. reboot (fastboot reboot) and reinstall Magisk manager
There are many Magisk root steps instruction in internet. You could refer to other steps, they should be clear than mine. I prepared lots of drivers and application. Finally, I only used adb and fastboot to root this phone.
I rooted it exactly like You and it worked perfectly! Thanks for auch detailed rooting guide!
By the way guys, I think we Should open the request for TWRP for BV9800Pro. How do You think?
After you unlocked bootloader, it changed to orange state, and it always shows "Your device has been unlocked and can't be trusted..Your device will boot in 5 seconds", it could be resolved by modified LK image.
Refer to
1. https://forum.hovatek.com/thread-31664.html
2. http://bbs.blackview.hk/viewtopic.php?f=286&t=532899 -- included modified LK image
Of course, you could reflash by fastboot, no need to use SP flash tool.
hi if u have back up on your phone could u provide for me link. I had some problems with my loudspeaker and i thought its from the root, or software and i did full format and download. and now it show some watermark and probably is because i l deleted NVRAM.
i download already official version but didn't help ... thank u upfront.
james35888 said:
I just rooted BV9800 pro yesterday.
You don't need to SP flash tool or others, just need adb and fastboot.
Quick steps:
1. set OEM unlock to allow
2. connect phone to windows
3. use adb to check if connecting. command: adb devices
4. using adb to reboot to bootloader, command: adb reboot bootloader
5. And then the phone will enter fastboot mode ( you could see small string at left bottom corner)
6. use fastboot command to unlock bootloader. command: fastboot flashing unlock
7. If fastboot program is waiting, please check windows device manager, there should be an unknown device, let windows search driver automatically. it needs android interface driver.
8.Using volume up or down to agree unlock.
9. If agree, all data will be disappeared.
10. Install Magisk manger
11. Download stock ROM from blackview forum. it is zip file. Unzip it and copy boot-verified.img to phone.
12. patch boot.img by Magisk manger.
13. Copy patch image file to windows
14. use adb to reboot phone to fastboot mode
15. reflash boot image file. command: fastboot flash boot patched file name (normally, I would put patch image file in the same folder of fastboot)
16. reboot (fastboot reboot) and reinstall Magisk manager
There are many Magisk root steps instruction in internet. You could refer to other steps, they should be clear than mine. I prepared lots of drivers and application. Finally, I only used adb and fastboot to root this phone.
Click to expand...
Click to collapse
zlatkomas said:
hi if u have back up on your phone could u provide for me link. I had some problems with my loudspeaker and i thought its from the root, or software and i did full format and download. and now it show some watermark and probably is because i l deleted NVRAM.
i download already official version but didn't help ... thank u upfront.
Click to expand...
Click to collapse
Hi, I'm not rooted (yet) and my BV9800 PRO is having some issues with the loudspeaker, any media like YouTube or Spotify, play audio for a second or two and then just go mute, volume can be high but no audio at all, phone calls last longer but also go mute and have to go back to regular "ear-speaker" to keep listen to the other side. Are this the same problems you refer to? I can't remember if this happened after the OTA update tho. Thank you.