[-]
Who's Online
There are currently 908 online users. [Complete List]
» 3 Member(s) | 905 Guest(s)
AvatarAvatarAvatar

[-]
Latest Threads
User What is the effect of food intake o...
Last Post: fildena150as
2024-03-13 16:37
» Replies: 0
» Views: 13
Thanks, I've been looking for this for a...
Last Post: StevenRip
2024-02-25 05:00
» Replies: 0
» Views: 12
[SOLVED] Need ROM for ZH960-MB-V4.1
Last Post: ery1988
2024-02-21 08:59
» Replies: 0
» Views: 61
NEED ROM ZH960-MB-V4.1
Last Post: ery1988
2024-02-21 08:53
» Replies: 18
» Views: 13517
Budget phone choice help needed
Last Post: sabir7272
2024-02-10 06:52
» Replies: 4
» Views: 4180
ZH960-MB-V3.1 SOLVE
Last Post: Pranav1
2023-12-20 20:22
» Replies: 77
» Views: 33564
Need ROM for SONIM XP7S Android 5.1.1
Last Post: Alpa
2023-11-29 22:17
» Replies: 0
» Views: 64
Need rom for X101 Mt6592
Last Post: carencell
2023-11-24 21:30
» Replies: 3
» Views: 2032
Gizbeat 101: Get your MTK6589 MTK6577 MT...
Last Post: Alexia78
2023-11-13 11:28
» Replies: 8
» Views: 22259
ZH960-MB-V3.1
Last Post: Giankyworld81
2023-11-01 19:35
» Replies: 21
» Views: 15339
Need rom for a tablet with board id "K10...
Last Post: oliver2
2023-10-24 20:23
» Replies: 6
» Views: 4993
How to Connect open public wifi
Last Post: oliverben45
2023-10-24 16:03
» Replies: 11
» Views: 8787
I NEED FILE FOR ITEL MOBILE PHONE AND TO...
Last Post: Meghnad45
2023-10-22 02:38
» Replies: 1
» Views: 1374
NEED Help Bricked my phone.
Last Post: Meghnad45
2023-10-22 02:36
» Replies: 4
» Views: 4783
Introduction
Last Post: ezrahidaya
2023-10-14 14:38
» Replies: 3
» Views: 1288
Needs help to root a china tablet brand ...
Last Post: ezrahidaya
2023-10-14 14:37
» Replies: 1
» Views: 160
Any tips to stay awake?
Last Post: ezrahidaya
2023-10-14 14:35
» Replies: 6
» Views: 4858
Need ROM for china TAb MT6797
Last Post: ezrahidaya
2023-10-14 14:34
» Replies: 1
» Views: 299
need this stock firmware for my tablet M...
Last Post: ramzii888
2023-10-14 02:20
» Replies: 4
» Views: 4439
Encryption Unsuccessful - Reset Android
Last Post: Aakriti
2023-10-13 16:51
» Replies: 3
» Views: 12373
betools
Last Post: egdeim
2023-09-21 12:41
» Replies: 4
» Views: 5016
[Movie Suggestion] Automata with Antonio...
Last Post: GottaGetX
2023-09-07 09:19
» Replies: 3
» Views: 4085
Suggest a movie thread
Last Post: GottaGetX
2023-09-07 09:17
» Replies: 5
» Views: 8775





Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Question] MT6737M - Readback Root, Recovery and Unlock Bootloader
#11
(2016-12-05, 21:55)tcaudill01 Wrote: Thank you VERY VERY much.

Is there a particular version of SuperSU that is recommended?

Also, may I post your directions (giving you credit) on other ASUS forums?

In my case, I use
Code:
BETA-SuperSU-v2.74-2-20160519174328-forced-systemless.zip

because many rooting tutorial for mt6737 use it.
I have no idea about this.
You like this post
Reply
#12
(2016-12-06, 00:09)lilngu Wrote:
(2016-12-05, 21:55)tcaudill01 Wrote: Thank you VERY VERY much.

Is there a particular version of SuperSU that is recommended?

Also, may I post your directions (giving you credit) on other ASUS forums?

In my case, I use
Code:
BETA-SuperSU-v2.74-2-20160519174328-forced-systemless.zip

because many rooting tutorial for mt6737 use it.
I have no idea about this.
Well, I've installed Ubuntu 16, Android SDK, NDK, Java 7 and 8 and ....... nothing.
I finally got the script to run, but it doesn't "build" anything on screen like the video you posted. I don't get errors or crashes and it goes to the Adb Shell. From the shell, when I try to access any of the normally blocked directories I still get "permission denied".
Either I have done something wrong, or it will not work on my phone.
I'm not an Ubuntu/Linux guy so i could have done something incorrectly.
Any help or advice is appreciated.
You and NexusTrix like this post
Reply
#13
(2016-12-07, 15:02)tcaudill01 Wrote: Well, I've installed Ubuntu 16, Android SDK, NDK, Java 7 and 8 and ....... nothing.
I finally got the script to run, but it doesn't "build" anything on screen like the video you posted. I don't get errors or crashes and it goes to the Adb Shell. From the shell, when I try to access any of the normally blocked directories I still get "permission denied".
Either I have done something wrong, or it will not work on my phone.
I'm not an Ubuntu/Linux guy so i could have done something incorrectly.
Any help or advice is appreciated.

Hmm... I have really have no idea for your case...
I use Ubuntu for my main framework. So, I simply run the script with terminal
Code:
$ ./root
The process will download Dirty Cow and install it to your phone via adb.
Remember you need to type
Code:
$ adb devices
in terminal for ADB detection. If your Linux not detect yet (unsuccessfully) , you need install udev and android tool adb
Google search for Udev. and Android Tool Adb can install with
Code:
sudo apt-get install android-tools-adb android-tools-fastboot
Then, you need to restart udev service and adb sevice.
Code:
sudo service udev restart
Code:
sudo adb kill-server && adb start-server
Type again
Code:
adb devices
If terminal show like this
Code:
# adb devices
List of devices attached
015d2d426d640c1a      device
Ok! it's detected. You need to grant adb permission on your phone. Then, you run script via terminal.
If anything work. You have
Code:
root@[device_name] $
You just mount /system and push file into.
You and NexusTrix like this post
Reply
#14
I also own a X008D that i've been trying to root. Following the same steps of dirty cow, i get to the point where i should be getting root, but i'm still seeing shell@[device_name]. From what i read in other places, it could be that selinux is blocking me from getting root. Very sad. Sad
You like this post
Reply
#15
(2016-12-08, 20:01)dandymanz Wrote: I also own a X008D that i've been trying to root. Following the same steps of dirty cow, i get to the point where i should be getting root, but i'm still seeing shell@[device_name]. From what i read in other places, it could be that selinux is blocking me from getting root. Very sad. Sad

Yes, very sad. For whatever reason, Asus (and MTK) seem to have made this phone extremely difficult to do anything with. I have a CS-Tool dongle that should be arriving today or tomorrow that I hope will allow me to pull data from the phone. I am hoping that data can be used by someone smarter than me to help develop root/recovery for this thing.

UPDATE: CS-Tool arrived and........................... It can't read dRam on a locked bootloader phone! Wasted $50.00 >Sad
Reply
#16
i have 2 a Orange's phones "Tecno N9", they are the same , but the one is dead (i've flashed it with wrong firmware, and his preloader is dead) and the one another is in live, here is info :

Hardware:mt6735
Chipset:mt6737m
Board:wq500t_tecno_n9
CPU ABI:armeabi-v7a
Manufacturer:tecno
Model:tecno-n9
Android Ver:6.0
bootloader ver:unknown
USB config:mtp,adb
User:master
FS:unknown
Baseband ver:moly.lr9.w1444.md.lwtg.mp.
v90.p12, 2016/09/29 18:48
Build number:n9-wq500t-a1-m-orange-v007-sku1-20161020
ID:mra58k
-- i can't find firmware from anywhere, and also can't root or find twrp or cwm recovery compatible with this phone, Do you have an idea , thank you
Reply
#17
Just to add some info I discovered,

I got the same error message the OP did when he tried flashing the recovery.img using SP flash tools, even if I had unlocked bootloader already, so it's not a matter of the bootloader. (I am unrooted though, on stock rom. My VOLUP button worked during unlocking).

My phone is a 6737m as well, running 7.0. I actually used your modified scatter file (exactly the same, no modifications on my end) to read back my boot, recov, and system img. Boot and recov img seem to be correct after I unpacked them both. No Idea yet for system.img if its correct. I have yet to flash them back to my phone to verify if they all work.

While I have yet to try the dirtycow, I am looking first into flashing a modified boot.img that didnt reflash recovery.img every boot, then flashing a twrp image that I ported, and then using supersu.zip through twrp to root it.
Reply
#18
Can somebody help me port twrp for Leagoo M6 (MT6737M) ?
Reply
#19
(2016-11-29, 00:21)lilngu Wrote: Any help ??? plsssssss
The only thing I need now that HOW TO UNLOCK BOOTLOADER? I've already enable OEM Unlocking in Developer Option. But when I try fastboot oem unlock in fastboot mode. I cannot be able to press Vol+ button to say Yes. I only allow press Vol- to say NO... my god ... I gonna mad...

Hai Bro,mine is mtk6737T & also try all but fail to root.May i know how you use the miracle box ,what function to obtain the scatter file out ?Thank in advance. my email [email protected]
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Root Alcatel(TCL) Joy Tab(Easy Tab 8) 9029z David Bieda 0 2,061 2020-10-02, 17:55
Last Post: David Bieda
Rainbow [ROM] MT6572 ALPS 706-3G - No Bloatware/Malware + CWM Recovery Psywhole 12 20,218 2020-07-16, 00:03
Last Post: OscarBastidas
  [Question] Root "Philips S327"? kenzahem 0 1,824 2020-05-23, 21:44
Last Post: kenzahem
  root mtk 6737 should i use miracle box? mako 2 2,809 2019-05-24, 09:51
Last Post: mako
  How to unlock MT6572 Memory kofina 6 8,114 2019-03-17, 00:44
Last Post: hlesslass

Forum Jump:


Users browsing this thread: 1 Guest(s)
[-]
Tech & Science
[Sci-Am] How the Seven Bridges of Königsberg Spawned New Mat...
Last Post: Scientific American
Today 04:51
» Replies: 0
» Views: 10
[Sci-Am] Biden’s State of the Union Promises Big Job Gains f...
Last Post: Scientific American
Yesterday 14:15
» Replies: 0
» Views: 23
[Sci-Am] Paying Attention to Sensations Can Help Reset the M...
Last Post: Scientific American
Yesterday 00:26
» Replies: 0
» Views: 25
[Sci-Am] How Arguments that Embryos Are People Pose a Threat...
Last Post: Scientific American
2024-03-17 10:12
» Replies: 0
» Views: 30
[Sci-Am] NASA’s Hopes for Space Solar Power Are Looking Dim
Last Post: Scientific American
2024-03-16 19:58
» Replies: 0
» Views: 31
[Sci-Am] Deepwater Sharks Are Threatened by Demand for Liver...
Last Post: Scientific American
2024-03-16 06:21
» Replies: 0
» Views: 34
[Sci-Am] The Amazing Aerial Adventures of the 'Flying Femini...
Last Post: Scientific American
2024-03-15 16:28
» Replies: 0
» Views: 44
[Sci-Am] We Need Small Astronomy as Much as Big Astronomy
Last Post: Scientific American
2024-03-15 02:13
» Replies: 0
» Views: 37
[Sci-Am] Two Giant U.S. Telescopes Are Threatened by Federal...
Last Post: Scientific American
2024-03-14 11:57
» Replies: 0
» Views: 11
[Harvard] Did fermented foods fuel brain growth?
Last Post: Harvard
2024-03-14 11:57
» Replies: 0
» Views: 22
[Sci-Am] What Are the Benefits of Sleeping Alone?
Last Post: Scientific American
2024-03-13 22:27
» Replies: 0
» Views: 3
[Sci-Am] Is Raw Milk Cheese Safe to Eat?
Last Post: Scientific American
2024-03-13 08:41
» Replies: 0
» Views: 3
[Sci-Am] Why Do So Many Mental Illnesses Overlap?
Last Post: Scientific American
2024-03-12 17:56
» Replies: 0
» Views: 3
[Sci-Am] Sora Is OpenAI’s New Text-to-Video Generator. Here’...
Last Post: Scientific American
2024-03-12 03:40
» Replies: 0
» Views: 9
[Sci-Am] Is This the Earliest Evidence of Human Cannibalism?
Last Post: Scientific American
2024-03-11 13:29
» Replies: 0
» Views: 10
[Sci-Am] This New Antivenom Defangs the Toxins of Cobras, Bl...
Last Post: Scientific American
2024-03-10 09:19
» Replies: 0
» Views: 20
[Sci-Am] Florida Surgeon General Risks Making a Dangerous Me...
Last Post: Scientific American
2024-03-09 19:15
» Replies: 0
» Views: 19
[Sci-Am] A Sexbot Gains Sentience in an Eerie New Novel
Last Post: Scientific American
2024-03-08 16:14
» Replies: 0
» Views: 34
[Sci-Am] A Solar Eclipse, Cancer Treatments and Robots with ...
Last Post: Scientific American
2024-03-08 01:32
» Replies: 0
» Views: 49
[Sci-Am] By Preserving Resources, We’re Protecting People, T...
Last Post: Scientific American
2024-03-07 10:49
» Replies: 0
» Views: 41
[Sci-Am] Even 'Twilight Zone' Coral Reefs Aren't Safe from B...
Last Post: Scientific American
2024-03-06 20:41
» Replies: 0
» Views: 51
[Sci-Am] The Life and Gruesome Death of a Bog Man Revealed a...
Last Post: Scientific American
2024-03-06 06:39
» Replies: 0
» Views: 23
[Harvard] ‘Radcliffe Wave’ is waving
Last Post: Harvard
2024-03-06 06:39
» Replies: 0
» Views: 47
[Sci-Am] Stunning Comet Could Photobomb This April's Total S...
Last Post: Scientific American
2024-03-05 16:23
» Replies: 0
» Views: 27
[Sci-Am] The Industrial Designer behind the N95 Mask
Last Post: Scientific American
2024-03-05 01:03
» Replies: 0
» Views: 50
[Sci-Am] Asexuality Research Has Reached New Heights. What A...
Last Post: Scientific American
2024-03-03 20:21
» Replies: 0
» Views: 29
[Sci-Am] Russia's War on Ukraine Chills Arctic Climate Scien...
Last Post: Scientific American
2024-03-03 06:58
» Replies: 0
» Views: 6
[Harvard] Aramont Fellows bring cutting-edge scientific inno...
Last Post: Harvard
2024-03-03 06:58
» Replies: 0
» Views: 3
[Sci-Am] JWST Is Tracking Down the Cosmic Origins of Earth's...
Last Post: Scientific American
2024-03-02 16:02
» Replies: 0
» Views: 14
[Harvard] What shapes your dog’s personality
Last Post: Harvard
2024-03-02 16:02
» Replies: 0
» Views: 14
[Sci-Am] Flimsy Antiabortion Studies Cited in Case to Ban Mi...
Last Post: Scientific American
2024-03-02 01:37
» Replies: 0
» Views: 13
[Harvard] Deep in the Amazon, SEAS team tracks a mobile elem...
Last Post: Harvard
2024-03-02 01:37
» Replies: 0
» Views: 14
[Sci-Am] Why Writing by Hand Is Better for Memory and Learni...
Last Post: Scientific American
2024-03-01 11:16
» Replies: 0
» Views: 11
[Sci-Am] Shifting to EVs Could Prevent Millions of Childhood...
Last Post: Scientific American
2024-02-29 21:47
» Replies: 0
» Views: 39
How to increase likes and followers on Facebook
Last Post: vigreen
2024-02-28 18:02
» Replies: 0
» Views: 89
[Sci-Am] How to Close the 'Orgasm Gap' for Heterosexual Coup...
Last Post: Scientific American
2024-02-28 17:23
» Replies: 0
» Views: 57
[Sci-Am] Sculptures about to Land on the Moon Join a Long Hi...
Last Post: Scientific American
2024-02-28 04:01
» Replies: 0
» Views: 39