[-]
Who's Online
There are currently 2556 online users. [Complete List]
» 5 Member(s) | 2551 Guest(s)
AvatarAvatarAvatarAvatar
Avatar

[-]
Latest Threads
[SOLVED] Need ROM for ZH960-MB-V4.1
Last Post: dejanx
Yesterday 16:44
» Replies: 1
» Views: 180
K107-MB-V4.2
Last Post: Alby
2024-04-24 00:37
» Replies: 0
» Views: 163
[ROM] NEED ROM ZH960-MB-V5.0 MTK 6592
Last Post: sendycat2
2024-04-21 08:57
» Replies: 0
» Views: 121
ZH960 Tablet Bricked
Last Post: luis mar que
2024-03-20 19:52
» Replies: 14
» Views: 9761
Thanks, I've been looking for this for a...
Last Post: StevenRip
2024-02-25 05:00
» Replies: 0
» Views: 98
NEED ROM ZH960-MB-V4.1
Last Post: ery1988
2024-02-21 08:53
» Replies: 18
» Views: 13652
Budget phone choice help needed
Last Post: sabir7272
2024-02-10 06:52
» Replies: 4
» Views: 4245
ZH960-MB-V3.1 SOLVE
Last Post: Pranav1
2023-12-20 20:22
» Replies: 74
» Views: 33691
Need ROM for SONIM XP7S Android 5.1.1
Last Post: Alpa
2023-11-29 22:17
» Replies: 0
» Views: 113
Need rom for X101 Mt6592
Last Post: carencell
2023-11-24 21:30
» Replies: 3
» Views: 2097
Gizbeat 101: Get your MTK6589 MTK6577 MT...
Last Post: Alexia78
2023-11-13 11:28
» Replies: 8
» Views: 22292
Need rom for a tablet with board id "K10...
Last Post: oliver2
2023-10-24 20:23
» Replies: 6
» Views: 5340
How to Connect open public wifi
Last Post: oliverben45
2023-10-24 16:03
» Replies: 11
» Views: 8851
I NEED FILE FOR ITEL MOBILE PHONE AND TO...
Last Post: Meghnad45
2023-10-22 02:38
» Replies: 1
» Views: 1399
NEED Help Bricked my phone.
Last Post: Meghnad45
2023-10-22 02:36
» Replies: 4
» Views: 4818
Introduction
Last Post: ezrahidaya
2023-10-14 14:38
» Replies: 3
» Views: 1318
Needs help to root a china tablet brand ...
Last Post: ezrahidaya
2023-10-14 14:37
» Replies: 1
» Views: 196
Any tips to stay awake?
Last Post: ezrahidaya
2023-10-14 14:35
» Replies: 6
» Views: 5440
Need ROM for china TAb MT6797
Last Post: ezrahidaya
2023-10-14 14:34
» Replies: 1
» Views: 351
need this stock firmware for my tablet M...
Last Post: ramzii888
2023-10-14 02:20
» Replies: 4
» Views: 4527
Encryption Unsuccessful - Reset Android
Last Post: Aakriti
2023-10-13 16:51
» Replies: 3
» Views: 12399
betools
Last Post: egdeim
2023-09-21 12:41
» Replies: 4
» Views: 5032
[Movie Suggestion] Automata with Antonio...
Last Post: GottaGetX
2023-09-07 09:19
» Replies: 3
» Views: 4131





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,818 2023-10-22, 02:36
Last Post: Meghnad45
  Need Help Rooting a Samsung Galaxy Tab 2 (Tab F815) Clone MT6575 Tablet fbagnato 0 379 2021-06-26, 01:11
Last Post: fbagnato
Rainbow [ROM] MT6572 ALPS 706-3G - No Bloatware/Malware + CWM Recovery Psywhole 12 20,280 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,351 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
[Sci-Am] New Pollution Regulations Could Largely Eliminate C...
Last Post: Scientific American
Yesterday 16:11
» Replies: 0
» Views: 3
[Sci-Am] Extrovert or Introvert: Most People Are Actually Am...
Last Post: Scientific American
Yesterday 02:50
» Replies: 0
» Views: 3
[Sci-Am] Lemon-Scented Marijuana Compound Reduces Weed’s ‘Pa...
Last Post: Scientific American
2024-05-03 13:20
» Replies: 0
» Views: 9
[Sci-Am] New Interactive Map Shows Where Extreme Heat Threat...
Last Post: macikus
2024-05-03 01:38
» Replies: 1
» Views: 42
[Sci-Am] How Ugandan Tobacco Farmers Inadvertently Spread Ba...
Last Post: Scientific American
2024-05-02 09:12
» Replies: 0
» Views: 20
[Sci-Am] Will the Amazon Rain Forest Help Save the Planet?
Last Post: Scientific American
2024-05-01 19:43
» Replies: 0
» Views: 18
[Sci-Am] The U.S. Spends a Fortune on Beach Sand That Storms...
Last Post: Scientific American
2024-05-01 06:15
» Replies: 0
» Views: 22
[Sci-Am] Could JWST Solve One of Cosmology's Greatest Myster...
Last Post: Scientific American
2024-04-30 03:14
» Replies: 0
» Views: 39
[Sci-Am] How to See the Lunar Far Side Right Here on Earth
Last Post: Scientific American
2024-04-29 13:40
» Replies: 0
» Views: 46
[Sci-Am] How Big a Threat Is Bird Flu?
Last Post: Scientific American
2024-04-29 00:05
» Replies: 0
» Views: 35
[Sci-Am] The Amazon's Record-Breaking Drought Is about More ...
Last Post: Tauma
2024-04-28 22:35
» Replies: 1
» Views: 39
[Sci-Am] FDA Recalls Heart Pumps Linked to Deaths and Injuri...
Last Post: Scientific American
2024-04-28 09:53
» Replies: 0
» Views: 17
[Sci-Am] Deadly African Heat Wave Would Not Have Been Possib...
Last Post: Scientific American
2024-04-27 20:10
» Replies: 0
» Views: 16
[Harvard] Getting ahead of dyslexia
Last Post: Harvard
2024-04-27 06:36
» Replies: 0
» Views: 23
[Sci-Am] Hollywood Should Give Brain Science a Star Turn
Last Post: Scientific American
2024-04-26 17:14
» Replies: 0
» Views: 36
[Sci-Am] Milky Way's 'Sleeping Giant' Black Hole Lurks Shock...
Last Post: Scientific American
2024-04-26 03:48
» Replies: 0
» Views: 50
[Harvard] Why AI fairness conversations must include disable...
Last Post: Harvard
2024-04-25 13:58
» Replies: 0
» Views: 58
[Sci-Am] How a New AI Model Helps Volcanic History Rise from...
Last Post: Scientific American
2024-04-24 23:17
» Replies: 0
» Views: 56
[Sci-Am] Everyone Will Have Fewer Relatives in the Future
Last Post: Scientific American
2024-04-24 09:25
» Replies: 0
» Views: 44
[Sci-Am] The Dark Side of Nostalgia for Wild, Untouched Plac...
Last Post: Scientific American
2024-04-23 19:59
» Replies: 0
» Views: 36
[Harvard] How did you get that frog to float?
Last Post: Harvard
2024-04-23 19:59
» Replies: 0
» Views: 51
[Sci-Am] In Matters of Scientific Debate, Follow the Houdini...
Last Post: Scientific American
2024-04-23 06:34
» Replies: 0
» Views: 32
[Harvard] Lifting a few with my chatbot
Last Post: Harvard
2024-04-23 06:34
» Replies: 0
» Views: 39
[Sci-Am] This Tiny Fish Makes an Ear-Blasting Screech for Lo...
Last Post: Scientific American
2024-04-22 17:01
» Replies: 0
» Views: 36
[Sci-Am] How Plant Intelligence Can Soothe Climate Anxiety
Last Post: Scientific American
2024-04-22 02:57
» Replies: 0
» Views: 50
[Sci-Am] Contributors to Scientific American’s May 2024 Issu...
Last Post: Scientific American
2024-04-21 13:36
» Replies: 0
» Views: 39
[Sci-Am] A ‘Computer’ Built from DNA Can Find Patterns in Ph...
Last Post: Scientific American
2024-04-20 23:27
» Replies: 0
» Views: 70
[Sci-Am] Unraveling the Secrets of This Weird Beetle’s 48-Ho...
Last Post: Scientific American
2024-04-20 09:17
» Replies: 0
» Views: 52
[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: 98
[Harvard] Hate mosquitoes? Who doesn’t? But maybe we shouldn...
Last Post: Harvard
2024-04-18 03:05
» Replies: 0
» Views: 96
[Sci-Am] Why Some People Always Get Lost—And Others Never Do
Last Post: Scientific American
2024-04-17 13:33
» Replies: 0
» Views: 60
[Sci-Am] U.S. Carbon Removal Needs Have a $100-Billion Price...
Last Post: Scientific American
2024-04-16 23:48
» Replies: 0
» Views: 62
[Sci-Am] New Books Help Parents Explain Climate Disasters to...
Last Post: Scientific American
2024-04-16 10:13
» Replies: 0
» Views: 74
[Sci-Am] Renewable Energy Shatters Records in the U.S.
Last Post: Scientific American
2024-04-15 20:19
» Replies: 0
» Views: 84
[Sci-Am] The Dunning-Kruger Effect Shows that People Don’t K...
Last Post: Scientific American
2024-04-15 06:47
» Replies: 0
» Views: 80
[Sci-Am] AI Chatbots Will Never Stop Hallucinating
Last Post: Scientific American
2024-04-14 17:12
» Replies: 0
» Views: 75
[Sci-Am] How Do Periodical Cicadas Know When to Emerge?
Last Post: Scientific American
2024-04-14 03:11
» Replies: 0
» Views: 60