Hovatek Forum DEVELOPMENT Android [Tweak] how to root with system.img
Try our Online TWRP Builder..its free!
Can't login? Please, reset your password.


[Tweak] how to root with system.img

[Tweak] how to root with system.img

Pages (6): Previous 1 2 3 4 5 6 Next
ryfoz
ryfoz
ryfoz
Senior Member
297
13-07-2018, 02:57 AM
#21



(13-07-2018, 12:23 AM)X3non looking at the partitions you got error trying to flash, i don't think you really need them to boot the phone to homescreen
after flashing the partitions you listed above as successful, are you able to boot to homescreen?
if yes, check if everything is working properly; IMEI etc

Yes I was able to boot to home screen but the issue now is rooting the device...I brought up the partition topic because oem was among the files that failed and it seems I need it to unlock the bootloader cos my commands are getting failed

Everything is working fine, IMEI was missing but I have restored it and I haven't seen any issue with it yet
X3non
X3non
X3non
Recognized Contributor
22,062
13-07-2018, 05:49 PM
#22
(13-07-2018, 02:57 AM)ryfoz Yes I was able to boot to home screen but the issue now is rooting the device...I brought up the partition topic because oem was among the files that failed and it seems I need it to unlock the bootloader cos my commands are getting failed

Everything is working fine, IMEI was missing but I have restored it and I haven't seen any issue with it yet

doubt you'll need the oem partition, its more likely those cmds you issued arent supported. check for fastboot cmds using the guide at https://www.hovatek.com/forum/thread-21403.html
ryfoz
ryfoz
ryfoz
Senior Member
297
17-07-2018, 11:37 AM
#23
(13-07-2018, 05:49 PM)X3non doubt you'll need the oem partition, its more likely those cmds you issued arent supported. check for fastboot cmds using the guide at https://www.hovatek.com/forum/thread-21403.html

No aboot file in my block path

[Image: 2018_07_17_10_39_44_Greenshot.jpg]

[Image: 2018_07_17_10_58_49_Greenshot.jpg]

[Image: 2018_07_17_11_00_57_Greenshot.jpg]

[Image: 2018_07_17_11_01_16_C_Windows_system32_c..._shell.jpg]

[Image: 2018_07_17_11_06_40_C_Windows_system32_c..._shell.jpg]

[Image: 2018_07_17_10_36_41_Greenshot.jpg]

[Image: 2018_07_17_11_15_52_C_Windows_system32_c..._shell.jpg]



What next
X3non
X3non
X3non
Recognized Contributor
22,062
17-07-2018, 10:52 PM
#24
(17-07-2018, 11:37 AM)ryfoz No aboot file in my block path
...

What next

try to read the entire length of the guide esp the intro and the important notice at the end [if any]. they usually contain important info you might not even get in a video tutorial

"I'll be using a Qualcomm Android phone and its aboot.img as an example in this guide. This would also work with a Mediatek phone's LK.bin and a Spreadtrum phone's Uboot.bin / Fdl2.bin files."

use LK.bin for mtk device
ryfoz
ryfoz
ryfoz
Senior Member
297
18-07-2018, 11:39 AM
#25



(17-07-2018, 10:52 PM)X3non try to read the entire length of the guide esp the intro and the important notice at the end [if any]. they usually contain important info you might not even get in a video tutorial

"I'll be using a Qualcomm Android phone and its aboot.img as an example in this guide. This would also work with a Mediatek phone's LK.bin and a Spreadtrum phone's Uboot.bin / Fdl2.bin files."

use LK.bin for mtk device



Sorry boss, my bad...here it is so which one is the unlock key

[Image: 2018_07_18_10_54_56_strings.jpg]


[Image: 2018_07_18_10_51_02_C_Windows_system32_cmd_exe.jpg]



And how can I check for other fastboot commands in the strings cmd, there's no code on that in the thread
X3non
X3non
X3non
Recognized Contributor
22,062
18-07-2018, 08:56 PM
#26
(18-07-2018, 11:39 AM)ryfoz ...
And how can I check for other fastboot commands in the strings cmd, there's no code on that in the thread

other keyword you can search for in place of oem is "fastboot". [you probably wont find anything useful]
the list of commands displayed are the commands your device will support. your device doesn't support fastboot unlock command
fastboot won't be of any help since it doesnt even support unlock

referring to https://www.hovatek.com/forum/thread-214...#pid141304
i'll use a command from the list in your screenshot. you got "oem reboot-recovery"
you run the command while the phone is in fastboot mode using "fastboot oem reboot-recovery"
This post was last modified: 18-07-2018, 09:09 PM by X3non.
ryfoz
ryfoz
ryfoz
Senior Member
297
18-07-2018, 09:33 PM
#27
(18-07-2018, 08:56 PM)X3non other keyword you can search for in place of oem is "fastboot". [you probably wont find anything useful]
the list of commands displayed are the commands your device will support. your device doesn't support fastboot unlock command
fastboot won't be of any help since it doesnt even support unlock


referring to https://www.hovatek.com/forum/thread-214...#pid141304
i'll use a command from the list in your screenshot. you got "oem reboot-recovery"
you run the command while the phone is in fastboot mode using "fastboot oem reboot-recovery"

jeez!

ok sir but what will the fastboot command do? And do I have to place my stock recovery.img in the platform/SDK folder?

Thanks in advance
hovatek
hovatek
hovatek
Administrator
49,570
19-07-2018, 09:56 AM
#28
(18-07-2018, 09:33 PM)ryfoz jeez!

ok sir but what will the fastboot command do? And do I have to place my stock recovery.img in the platform/SDK folder?

Thanks in advance

That will boot your phone into recovery mode from fastboot. No, stock recovery.img isn't needed

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
ryfoz
ryfoz
ryfoz
Senior Member
297
20-08-2018, 06:46 PM
#29
I'm back boss, sadly I didn't find any tutorial on how to build Superuser or Magisk script from scratch.

I explored all the options in Assayed Kitchen too but no way o  


Can I upload my stock system.img so any of your team can help me work on it or find a way around it?

Pls I am really desperate to root this device
This post was last modified: 20-08-2018, 06:48 PM by ryfoz.
hovatek
hovatek
hovatek
Administrator
49,570
21-08-2018, 10:05 AM
#30



(20-08-2018, 06:46 PM)ryfoz I'm back boss, sadly I didn't find any tutorial on how to build Superuser or Magisk script from scratch.

I explored all the options in Assayed Kitchen too but no way o  


Can I upload my stock system.img so any of your team can help me work on it or find a way around it?

Pls I am really desperate to root this device

I don't think a system.img tweak makes much sense as it would trip other security checks in place.
send the following files, i need to take a closer look
preloader
boot
recovery
lk
persist (if available)

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
Pages (6): Previous 1 2 3 4 5 6 Next
Users browsing this thread:
 2 Guest(s)
Users browsing this thread:
 2 Guest(s)
YtWhTl
live chat
whatsapp telegram instagram