[-]
Who's Online
There are currently 712 online users. [Complete List]
» 2 Member(s) | 710 Guest(s)
AvatarAvatar

[-]
Latest Threads
Superlative Сasual Dating - Actual Girls
Last Post: rcancino
Today 09:33
» Replies: 0
» Views: 15
K107-MB-V4.2
Last Post: Alby
Yesterday 00:37
» Replies: 0
» Views: 101
Prime Сasual Dating - Legitimate Girls
Last Post: lukasz1
2024-04-23 10:26
» Replies: 0
» Views: 92
[ROM] NEED ROM ZH960-MB-V5.0 MTK 6592
Last Post: sendycat2
2024-04-21 08:57
» Replies: 0
» Views: 72
ZH960 Tablet Bricked
Last Post: luis mar que
2024-03-20 19:52
» Replies: 15
» Views: 9739
Thanks, I've been looking for this for a...
Last Post: StevenRip
2024-02-25 05:00
» Replies: 0
» Views: 56
[SOLVED] Need ROM for ZH960-MB-V4.1
Last Post: ery1988
2024-02-21 08:59
» Replies: 0
» Views: 146
NEED ROM ZH960-MB-V4.1
Last Post: ery1988
2024-02-21 08:53
» Replies: 18
» Views: 13619
Budget phone choice help needed
Last Post: sabir7272
2024-02-10 06:52
» Replies: 4
» Views: 4237
ZH960-MB-V3.1 SOLVE
Last Post: Pranav1
2023-12-20 20:22
» Replies: 77
» Views: 33655
Need ROM for SONIM XP7S Android 5.1.1
Last Post: Alpa
2023-11-29 22:17
» Replies: 0
» Views: 96
Need rom for X101 Mt6592
Last Post: carencell
2023-11-24 21:30
» Replies: 3
» Views: 2083
Gizbeat 101: Get your MTK6589 MTK6577 MT...
Last Post: Alexia78
2023-11-13 11:28
» Replies: 8
» Views: 22284
ZH960-MB-V3.1
Last Post: Giankyworld81
2023-11-01 19:35
» Replies: 21
» Views: 15413
Need rom for a tablet with board id "K10...
Last Post: oliver2
2023-10-24 20:23
» Replies: 6
» Views: 5307
How to Connect open public wifi
Last Post: oliverben45
2023-10-24 16:03
» Replies: 11
» Views: 8822
I NEED FILE FOR ITEL MOBILE PHONE AND TO...
Last Post: Meghnad45
2023-10-22 02:38
» Replies: 1
» Views: 1392
NEED Help Bricked my phone.
Last Post: Meghnad45
2023-10-22 02:36
» Replies: 4
» Views: 4805
Introduction
Last Post: ezrahidaya
2023-10-14 14:38
» Replies: 3
» Views: 1314
Needs help to root a china tablet brand ...
Last Post: ezrahidaya
2023-10-14 14:37
» Replies: 1
» Views: 189
Any tips to stay awake?
Last Post: ezrahidaya
2023-10-14 14:35
» Replies: 6
» Views: 5250
Need ROM for china TAb MT6797
Last Post: ezrahidaya
2023-10-14 14:34
» Replies: 1
» Views: 330
need this stock firmware for my tablet M...
Last Post: ramzii888
2023-10-14 02:20
» Replies: 4
» Views: 4498





Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help CWM Recovery
#21
(2014-09-13, 08:03)aus9 Wrote: well gosh what can I say?
your boot image is not visible where I expected a mediatek to be.

ok try this
Code:
su
id
ls -al /dev/boot*

Don't close terminal see below

to find the * key......press the [?123] key

#################################
Do you know how to use adb in your Windows PC?
#################################

Its possible your boot image is visible elsewhere because you have a UBIFS instead of ext4

lets assume so until you reply?

To discover it please run in open terminal

Code:
cat /proc/dumchar_info

photo it please

Now lets assume yours returns with entries like this?

Quote:bootimg 0x0000000000800000 0x00000006 1 /dev/mtd/mtd6 USER

in which case.....see that mtd stuff?
then issue next command

Code:
ls -al /dev/mtd

I wanted to thank you for your patience, this is what I could with these commands!

[Image: X0EF9B3.jpg]
[Image: uU4kcE1.jpg]
[Image: E26nyPp.jpg]
[Image: r0aeh1Z.jpg]
Reply
#22
OK I am anal but failed to get my message to you so will spank myself.
I asked you a question about adb, not asked you to USE adb

2) I had a dumchar output inside a quote box. a quote box is NOT a code box
Please do not run any commands you see from me, EVER AGAIN that show in a quote box. As it happens that is text output from dumchar which I show in full
and its still not an excuse for you to think its a command

Laughs out Loud at Windows users in general
Oh boy....give me more brain cells

###########
link below is not an invitation to do a command OK?

[Only registered and activated users can see links Click here to register]
###################
I think we can assume you have an UBIFS and not an ext4 file system

If I am right you will get a hit for the following

METHOD 1 uses Window PC and adb..#from where adb is
Code:
adb devices
(do not continue unless you see a legit device)
cat /proc/mtd

If windows allows copy and paste from terminal I need your output in a code box please.

If you can't ....a photo and your photos are very good.

I am predicting you may see a boot and /dev/mtd

We can then use a different command that we need to agree to
to copy your boot image.......but I have no experience at UBIFS

lets hope I am wrong eh?

METHOD 2 on Android....should work without su (to root)
Code:
cat /proc/mtd
Reply
#23
(2014-09-13, 15:01)aus9 Wrote: [Only registered and activated users can see links Click here to register]
###################
I think we can assume you have an UBIFS and not an ext4 file system

If I am right you will get a hit for the following

METHOD 1 uses Window PC and adb..#from where adb is
Code:
adb devices
(do not continue unless you see a legit device)
cat /proc/mtd

If windows allows copy and paste from terminal I need your output in a code box please.

If you can't ....a photo and your photos are very good.

I am predicting you may see a boot and /dev/mtd

We can then use a different command that we need to agree to
to copy your boot image.......but I have no experience at UBIFS

lets hope I am wrong eh?

METHOD 2 on Android....should work without su (to root)
Code:
cat /proc/mtd

thank you, you are helping me very good had these following results:
adb shell
[Image: wwWIUdb.jpg]

android terminal:
[Image: RVeoEC5.png]

I have to do now?
Reply
#24
ok so we now know that you have a UBIFS which is nastier. Since you have done well with adb commands we now attempt to get your boot image. Just repeat, your past flashing as caused your recovery to be lost. So we need the boot image.

Ensure you have a sdcard installed please
Next, try this from your adb folder as admin mode

TYPE THE DD COMMAND VERY CAREFULLY
TRY AT OWN RISK
THERE IS A RISK OF BRICKING IF YOU DO NOT GET THE COMMAND CORRECT.
Code:
adb devices
(do not continue unless you see your device)
adb remount
(message hopefully will say succeed)
(if not still continue but report your error)
adb shell dd if=/dev/mtd9 of=/sdcard/boot.img
adb shell ls -al /sdcard/boot.img

Now the last command I want to you to look at first to save you taking photo
if the last command has a zero byte size......for /sdcard/boot.img
----I have failed not your fault.
please report that its 0 bytes. No need for photo
stop reading post below is for non-zero reply

######################################

if however, you have a non-zero size some number like
5000000 to a number like 9000000 then image has worked.
No need for photo. The number may be bigger but unlikely to be smaller.

Now upload thatboot.img on the sdcard to dropbox or your file sharing site
then give me the download link so I can have a look at it.

I will have more to say later. time for bed

good luck
You like this post
Reply
#25
(2014-09-13, 22:56)aus9 Wrote: ok so we now know that you have a UBIFS which is nastier. Since you have done well with adb commands we now attempt to get your boot image. Just repeat, your past flashing as caused your recovery to be lost. So we need the boot image.

Ensure you have a sdcard installed please
Next, try this from your adb folder as admin mode

TYPE THE DD COMMAND VERY CAREFULLY
TRY AT OWN RISK
THERE IS A RISK OF BRICKING IF YOU DO NOT GET THE COMMAND CORRECT.
Code:
adb devices
(do not continue unless you see your device)
adb remount
(message hopefully will say succeed)
(if not still continue but report your error)
adb shell dd if=/dev/mtd9 of=/sdcard/boot.img
adb shell ls -al /sdcard/boot.img

Now the last command I want to you to look at first to save you taking photo
if the last command has a zero byte size......for /sdcard/boot.img
----I have failed not your fault.
please report that its 0 bytes. No need for photo
stop reading post below is for non-zero reply

######################################

if however, you have a non-zero size some number like
5000000 to a number like 9000000 then image has worked.
No need for photo. The number may be bigger but unlikely to be smaller.

Now upload thatboot.img on the sdcard to dropbox or your file sharing site
then give me the download link so I can have a look at it.

I will have more to say later. time for bed

good luck

How will I find a boot.img? I have no idea to find

or one of the commands worked :/
[Image: 35OYwf1.jpg]

also do not have a boot.img does not work on my mobile, and also do not know how to find it
Reply
#26
ok adb remount failed

there is another way, ignore all of above and we try new way ok.
TRY AT OWN RISK ETC

USB DEBUGGING IS ON

but do not turn on storage.....I forgot to mention this as
sdcard can only be used by one device at one time
either PC has access or Android has access

but I also think you may have a read write issue for Android
I have a linux script which would detect it

if below fails, click on my true root link and do the windows stuff

reply to the link please......we need all users who have trouble with true root to reply to that thread. do NOT reply to that thread if everything is OK below

if everything below is ok
I just need your photo of the mount output
and a link to your boot image I have renamed as boot1.img
---just in case you already have a boot.img on sdcard


Code:
adb devices
adb shell  mount
(take photo of output please)
adb shell su -c "mount | /system/xbin/grep /system"
(can not continue if you get error)
adb shell su -c "mount -o remount,rw /system"
(can not continue if you get error)
adb shell
(prompt to left changes from windows stuff to root@phone)
dd if=/dev/mtd9 of=/sdcard/boot1.img
ls -al /sdcard/boot1.img

good luck
Reply
#27
(2014-09-14, 08:44)aus9 Wrote: ok adb remount failed

there is another way, ignore all of above and we try new way ok.
TRY AT OWN RISK ETC

USB DEBUGGING IS ON

but do not turn on storage.....I forgot to mention this as
sdcard can only be used by one device at one time
either PC has access or Android has access

but I also think you may have a read write issue for Android
I have a linux script which would detect it

if below fails, click on my true root link and do the windows stuff

reply to the link please......we need all users who have trouble with true root to reply to that thread. do NOT reply to that thread if everything is OK below

if everything below is ok
I just need your photo of the mount output
and a link to your boot image I have renamed as boot1.img
---just in case you already have a boot.img on sdcard


Code:
adb devices
adb shell  mount
(take photo of output please)
adb shell su -c "mount | /system/xbin/grep /system"
(can not continue if you get error)
adb shell su -c "mount -o remount,rw /system"
(can not continue if you get error)
adb shell
(prompt to left changes from windows stuff to root@phone)
dd if=/dev/mtd9 of=/sdcard/boot1.img
ls -al /sdcard/boot1.img

good luck
That's what I got, and I can not get in way, root@phone
Can you teach me?
[Image: KX8N1A5.jpg]
[Image: SQDPrBD.jpg]
Reply
#28
your first image has system already in rw mode
see the first group of /dev/block*11...system .....rw
in your second image....second last command we have a syntax error
ditto the last command
but as you already have a rw system.....we can ignore those commands.
#############
next try this
############

android usb debugging...confirm is on
android usb storage is on.....but if Windows makes readable your sdcard
then use windows to safely remove usb storage devices but keep data cable plugged in
do NOT turn off usb storage on Android

Windows adb commands as follows
Code:
adb devices
adb shell
touch /sdcard/zz
(if you get an error here stop all action and report)
(if it returns a new line command prompt it succeeded)
(we test it now)
ls /sdcard/boot*
(if it does NOT show /sdcard/boot.img in your response
(jump to miss command A)

# command A for a hit
rm /sdcard/boot.img

# jump point starts here
dd if=/dev/mtd9 of=/sdcard/boot.img

upload that boot.img and link to it

good luck
Reply
#29
(2014-09-14, 14:16)aus9 Wrote: your first image has system already in rw mode
see the first group of /dev/block*11...system .....rw
in your second image....second last command we have a syntax error
ditto the last command
but as you already have a rw system.....we can ignore those commands.
#############
next try this
############

android usb debugging...confirm is on
android usb storage is on.....but if Windows makes readable your sdcard
then use windows to safely remove usb storage devices but keep data cable plugged in
do NOT turn off usb storage on Android

Windows adb commands as follows
Code:
adb devices
adb shell
touch /sdcard/zz
(if you get an error here stop all action and report)
(if it returns a new line command prompt it succeeded)
(we test it now)
ls /sdcard/boot*
(if it does NOT show /sdcard/boot.img in your response
(jump to miss command A)

# command A for a hit
rm /sdcard/boot.img

# jump point starts here
dd if=/dev/mtd9 of=/sdcard/boot.img

upload that boot.img and link to it

good luck

I ran all the commands right? my English and not very good!

[Image: Xa7zJ3Q.png]

Code:
This line does not work for me, even though I have one boot.img in sd
dd if=/dev/mtd9 of=/sdcard/boot.img
Reply
#30
you have a $ showing left of command.
That shows you are not running the commands as a Windows Administrator

Run as administrator.

I don't have windows but you can get an idea of how to run as admin by looking at this thread.

[Only registered and activated users can see links Click here to register]

read.......Windows adb command preparation

you are NOT to run sideload.....I am showing you how to run as admin only.

hopefully the $ will turn into a #

##########################

In linux, my system is set up so I can run as admin mode while running as a local user.

###############

Since your English is not so good.....don't try Linux I do not have time to show you.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  NEED Help Bricked my phone. frano356 4 4,805 2023-10-22, 02:36
Last Post: Meghnad45
  Need Help Rooting a Samsung Galaxy Tab 2 (Tab F815) Clone MT6575 Tablet fbagnato 0 375 2021-06-26, 01:11
Last Post: fbagnato
Rainbow [ROM] MT6572 ALPS 706-3G - No Bloatware/Malware + CWM Recovery Psywhole 12 20,264 2020-07-16, 00:03
Last Post: OscarBastidas
  [CWM For All MTK] Easy Magic CWM MT6575 MT6515 MT6577, MT6517 MT6589 MT6582 MT6592 GizBeat 200 430,275 2020-03-11, 18:58
Last Post: nigerman
  [Question] Lenovo s898t+ stock recovery Coroco 0 1,603 2018-12-26, 03:50
Last Post: Coroco

Forum Jump:


Users browsing this thread: 1 Guest(s)
[-]
Tech & Science
[Harvard] Why AI fairness conversations must include disable...
Last Post: Harvard
Today 13:58
» Replies: 0
» Views: 4
[Sci-Am] How a New AI Model Helps Volcanic History Rise from...
Last Post: Scientific American
Yesterday 23:17
» Replies: 0
» Views: 24
[Sci-Am] Everyone Will Have Fewer Relatives in the Future
Last Post: Scientific American
Yesterday 09:25
» Replies: 0
» Views: 30
[Sci-Am] The Dark Side of Nostalgia for Wild, Untouched Plac...
Last Post: Scientific American
2024-04-23 19:59
» Replies: 0
» Views: 24
[Harvard] How did you get that frog to float?
Last Post: Harvard
2024-04-23 19:59
» Replies: 0
» Views: 43
[Sci-Am] In Matters of Scientific Debate, Follow the Houdini...
Last Post: Scientific American
2024-04-23 06:34
» Replies: 0
» Views: 23
[Harvard] Lifting a few with my chatbot
Last Post: Harvard
2024-04-23 06:34
» Replies: 0
» Views: 30
[Sci-Am] This Tiny Fish Makes an Ear-Blasting Screech for Lo...
Last Post: Scientific American
2024-04-22 17:01
» Replies: 0
» Views: 28
[Sci-Am] How Plant Intelligence Can Soothe Climate Anxiety
Last Post: Scientific American
2024-04-22 02:57
» Replies: 0
» Views: 41
[Sci-Am] Contributors to Scientific American’s May 2024 Issu...
Last Post: Scientific American
2024-04-21 13:36
» Replies: 0
» Views: 31
[Sci-Am] A ‘Computer’ Built from DNA Can Find Patterns in Ph...
Last Post: Scientific American
2024-04-20 23:27
» Replies: 0
» Views: 29
[Sci-Am] Unraveling the Secrets of This Weird Beetle’s 48-Ho...
Last Post: Scientific American
2024-04-20 09:17
» Replies: 0
» Views: 36
[Sci-Am] We Are Living in the Pyrocene, the Age of Fire that...
Last Post: Scientific American
2024-04-18 16:45
» Replies: 0
» Views: 88
[Harvard] Hate mosquitoes? Who doesn’t? But maybe we shouldn...
Last Post: Harvard
2024-04-18 03:05
» Replies: 0
» Views: 84
[Sci-Am] Why Some People Always Get Lost—And Others Never Do
Last Post: Scientific American
2024-04-17 13:33
» Replies: 0
» Views: 48
[Sci-Am] U.S. Carbon Removal Needs Have a $100-Billion Price...
Last Post: Scientific American
2024-04-16 23:48
» Replies: 0
» Views: 50
[Sci-Am] New Books Help Parents Explain Climate Disasters to...
Last Post: Scientific American
2024-04-16 10:13
» Replies: 0
» Views: 63
[Sci-Am] Renewable Energy Shatters Records in the U.S.
Last Post: Scientific American
2024-04-15 20:19
» Replies: 0
» Views: 72
[Sci-Am] The Dunning-Kruger Effect Shows that People Don’t K...
Last Post: Scientific American
2024-04-15 06:47
» Replies: 0
» Views: 72
[Sci-Am] AI Chatbots Will Never Stop Hallucinating
Last Post: Scientific American
2024-04-14 17:12
» Replies: 0
» Views: 62
[Sci-Am] How Do Periodical Cicadas Know When to Emerge?
Last Post: Scientific American
2024-04-14 03:11
» Replies: 0
» Views: 51
[Sci-Am] It’s Never Too Late to Take Climate Action
Last Post: Scientific American
2024-04-13 13:43
» Replies: 0
» Views: 61
[Sci-Am] To Ancient Maya, Solar Eclipses Signified Clashing ...
Last Post: Scientific American
2024-04-12 23:09
» Replies: 0
» Views: 63
[Sci-Am] What We Know about Taiwan’s Magnitude 7.4 Earthquak...
Last Post: Scientific American
2024-04-12 09:25
» Replies: 0
» Views: 87
[Sci-Am] Plastic Pollution Is Drowning Earth. A Global Treat...
Last Post: Scientific American
2024-04-11 19:50
» Replies: 0
» Views: 83
[Sci-Am] Eclipses Reveal a Comforting Clockwork in Our Chaot...
Last Post: Scientific American
2024-04-11 06:28
» Replies: 0
» Views: 46
[Harvard] ‘Harvard Thinking’: Climate alignment is no easy t...
Last Post: Harvard
2024-04-11 06:28
» Replies: 0
» Views: 49
[Sci-Am] Men Succumb to Anesthesia More Easily than Women
Last Post: Scientific American
2024-04-09 14:02
» Replies: 0
» Views: 62
[Sci-Am] How to Watch the Total Solar Eclipse Online
Last Post: Scientific American
2024-04-09 00:30
» Replies: 0
» Views: 82
[Sci-Am] Memories Are Made by Breaking DNA — and Fixing It, ...
Last Post: Scientific American
2024-04-08 10:50
» Replies: 0
» Views: 56
[Sci-Am] Ever Larger Cargo Ships Threaten Bridges, Ports and...
Last Post: Scientific American
2024-04-07 21:14
» Replies: 0
» Views: 61
[Sci-Am] Baltimore Bridge Collapse Will Teach Engineers to B...
Last Post: Scientific American
2024-04-07 07:47
» Replies: 0
» Views: 57
[Sci-Am] Pregnancy Increases Biological Age, but Giving Birt...
Last Post: Scientific American
2024-04-06 18:13
» Replies: 0
» Views: 25
[Sci-Am] Understanding Dyscalculia, Dyslexia’s Numeric Count...
Last Post: Scientific American
2024-04-06 04:35
» Replies: 0
» Views: 20
[Sci-Am] Baltimore Bridge Collapse Wreaks Havoc on Coal, Car...
Last Post: Scientific American
2024-04-05 15:14
» Replies: 0
» Views: 22
[Harvard] A playbook for policy change
Last Post: Harvard
2024-04-05 15:14
» Replies: 0
» Views: 24
[Sci-Am] Does Long-Term Benadryl Use Increase Dementia Risk?
Last Post: Scientific American
2024-04-05 01:43
» Replies: 0
» Views: 32