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

[-]
Latest Threads
Need ROM for Q223_MB_V41
Last Post: aamm065065
2024-05-13 00:34
» Replies: 0
» Views: 905
K107-MB-V4.2
Last Post: Alby
2024-04-24 00:37
» Replies: 0
» Views: 506
[ROM] NEED ROM ZH960-MB-V5.0 MTK 6592
Last Post: sendycat2
2024-04-21 08:57
» Replies: 0
» Views: 594
ZH960 Tablet Bricked
Last Post: luis mar que
2024-03-20 19:52
» Replies: 14
» Views: 10304
Thanks, I've been looking for this for a...
Last Post: StevenRip
2024-02-25 05:00
» Replies: 0
» Views: 958
[SOLVED] Need ROM for ZH960-MB-V4.1
Last Post: ery1988
2024-02-21 08:59
» Replies: 0
» Views: 631
NEED ROM ZH960-MB-V4.1
Last Post: ery1988
2024-02-21 08:53
» Replies: 18
» Views: 14250
Budget phone choice help needed
Last Post: sabir7272
2024-02-10 06:52
» Replies: 4
» Views: 4556
ZH960-MB-V3.1 SOLVE
Last Post: Pranav1
2023-12-20 20:22
» Replies: 74
» Views: 34653
Need ROM for SONIM XP7S Android 5.1.1
Last Post: Alpa
2023-11-29 22:17
» Replies: 0
» Views: 427
Need rom for X101 Mt6592
Last Post: carencell
2023-11-24 21:30
» Replies: 3
» Views: 2539
Gizbeat 101: Get your MTK6589 MTK6577 MT...
Last Post: Alexia78
2023-11-13 11:28
» Replies: 8
» Views: 22641
Need rom for a tablet with board id "K10...
Last Post: oliver2
2023-10-24 20:23
» Replies: 6
» Views: 6203
How to Connect open public wifi
Last Post: oliverben45
2023-10-24 16:03
» Replies: 11
» Views: 9456
I NEED FILE FOR ITEL MOBILE PHONE AND TO...
Last Post: Meghnad45
2023-10-22 02:38
» Replies: 1
» Views: 1647
NEED Help Bricked my phone.
Last Post: Meghnad45
2023-10-22 02:36
» Replies: 4
» Views: 5105
Introduction
Last Post: ezrahidaya
2023-10-14 14:38
» Replies: 2
» Views: 1570
Needs help to root a china tablet brand ...
Last Post: ezrahidaya
2023-10-14 14:37
» Replies: 1
» Views: 470
Any tips to stay awake?
Last Post: ezrahidaya
2023-10-14 14:35
» Replies: 6
» Views: 8181
Need ROM for china TAb MT6797
Last Post: ezrahidaya
2023-10-14 14:34
» Replies: 1
» Views: 636
need this stock firmware for my tablet M...
Last Post: ramzii888
2023-10-14 02:20
» Replies: 4
» Views: 5052
Encryption Unsuccessful - Reset Android
Last Post: Aakriti
2023-10-13 16:51
» Replies: 3
» Views: 12822
betools
Last Post: egdeim
2023-09-21 12:41
» Replies: 4
» Views: 5232





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 5,105 2023-10-22, 02:36
Last Post: Meghnad45
  Need Help Rooting a Samsung Galaxy Tab 2 (Tab F815) Clone MT6575 Tablet fbagnato 0 418 2021-06-26, 01:11
Last Post: fbagnato
Rainbow [ROM] MT6572 ALPS 706-3G - No Bloatware/Malware + CWM Recovery Psywhole 12 20,497 2020-07-16, 00:03
Last Post: OscarBastidas
  [CWM For All MTK] Easy Magic CWM MT6575 MT6515 MT6577, MT6517 MT6589 MT6582 MT6592 GizBeat 200 432,422 2020-03-11, 18:58
Last Post: nigerman
  [Question] Lenovo s898t+ stock recovery Coroco 0 1,618 2018-12-26, 03:50
Last Post: Coroco

Forum Jump:


Users browsing this thread: 1 Guest(s)
[-]
Tech & Science
[Sci-Am] Climate Change Is Altering Animals’ Colors
Last Post: Scientific American
Yesterday 21:08
» Replies: 0
» Views: 11
[Sci-Am] Drought across the U.S., H5N1 in Canada and Uranus ...
Last Post: Scientific American
Yesterday 07:31
» Replies: 0
» Views: 31
[Sci-Am] Some Counties Voted for Trump and Approved Climate ...
Last Post: Scientific American
2024-11-23 17:36
» Replies: 0
» Views: 34
[Sci-Am] Fun Facts about Teeth across the Animal Kingdom
Last Post: Scientific American
2024-11-23 03:45
» Replies: 0
» Views: 50
[Sci-Am] The U.S. Must Lead the Global Fight against Superbu...
Last Post: Scientific American
2024-11-20 21:24
» Replies: 0
» Views: 126
[Sci-Am] Trump Administration Likely to Repeal Methane Leak ...
Last Post: Scientific American
2024-11-20 07:40
» Replies: 0
» Views: 51
[Harvard] Mars may have been habitable much more recently th...
Last Post: Harvard
2024-11-20 07:40
» Replies: 0
» Views: 32
[Sci-Am] Clean Energy Is Bringing Electricity to Many in the...
Last Post: Scientific American
2024-11-19 18:11
» Replies: 0
» Views: 34
[Sci-Am] The Law Must Respond When Science Changes
Last Post: Scientific American
2024-11-19 04:42
» Replies: 0
» Views: 35
[Harvard] What happened when a meteorite the size of four Mo...
Last Post: Harvard
2024-11-19 04:42
» Replies: 0
» Views: 17
[Sci-Am] Epic Gravity Lens Lines Up Seven-Galaxy View
Last Post: Scientific American
2024-11-18 01:54
» Replies: 0
» Views: 81
[Sci-Am] Voting Has Never Been More Secure Than It Is Right ...
Last Post: Scientific American
2024-11-17 10:52
» Replies: 0
» Views: 42
[Sci-Am] The Virus That Causes Mpox Keeps Getting Better at ...
Last Post: Scientific American
2024-11-16 20:14
» Replies: 0
» Views: 60
[Sci-Am] How to Calm Your Election Anxiety—Even after Polls ...
Last Post: Scientific American
2024-11-16 06:43
» Replies: 0
» Views: 108
[Harvard] When we say ‘smart,’ what do we mean?
Last Post: Harvard
2024-11-15 03:38
» Replies: 0
» Views: 133
[Sci-Am] Why Election Polling Has Become Less Reliable
Last Post: Scientific American
2024-11-14 14:18
» Replies: 0
» Views: 47
[Harvard] Big discovery about microscopic ‘water bears’
Last Post: Harvard
2024-11-14 14:18
» Replies: 0
» Views: 26
[Sci-Am] The Universe in 100 Colors Provides a Stunning Tour...
Last Post: Scientific American
2024-11-14 00:31
» Replies: 0
» Views: 65
[Sci-Am] One in Three Tree Species Is at Risk of Extinction
Last Post: Scientific American
2024-11-13 11:08
» Replies: 0
» Views: 55
[Sci-Am] A Bird Flu Vaccine Might Come Too Late to Save Us f...
Last Post: Scientific American
2024-11-12 20:46
» Replies: 0
» Views: 105
[Sci-Am] Why Are Close Elections So Common?
Last Post: Scientific American
2024-11-12 07:16
» Replies: 0
» Views: 97
[Sci-Am] More Men Are Getting Vasectomies Since Roe Was Over...
Last Post: Scientific American
2024-11-11 17:54
» Replies: 0
» Views: 75
[Sci-Am] Exploring the Science of Spookiness at the Recreati...
Last Post: Scientific American
2024-11-10 14:38
» Replies: 0
» Views: 130
[Sci-Am] Underwater Temple from ‘Indiana Jones Civilization’...
Last Post: Scientific American
2024-11-10 01:00
» Replies: 0
» Views: 147
[Sci-Am] Math and Puzzle Fans Find Magic in Martin Gardner’s...
Last Post: Scientific American
2024-11-09 11:01
» Replies: 0
» Views: 79
[Sci-Am] How Harris’s Medicare Plan Could Make At-Home Care ...
Last Post: Scientific American
2024-11-08 21:03
» Replies: 0
» Views: 73
[Sci-Am] Wildfires Are Moving Faster and Causing More Damage
Last Post: Scientific American
2024-11-08 07:40
» Replies: 0
» Views: 71
[Sci-Am] Climate Goal “Will Be Dead Within a Few Years” Unle...
Last Post: Scientific American
2024-11-07 04:40
» Replies: 0
» Views: 129
[Sci-Am] This Is Your Robot Brain on Mushrooms
Last Post: Scientific American
2024-11-06 15:00
» Replies: 0
» Views: 107
[Sci-Am] The Unsettled Science behind Weight-Loss Drugs for ...
Last Post: Scientific American
2024-11-06 01:19
» Replies: 0
» Views: 99
[Sci-Am] Treat or Trick? Astronomical Objects Are Beautiful—...
Last Post: Scientific American
2024-11-05 11:42
» Replies: 0
» Views: 81
[Sci-Am] Celebrating Spooky Lake Month with Its Creator Geo ...
Last Post: Scientific American
2024-11-04 20:46
» Replies: 0
» Views: 94
[Sci-Am] Hurricane Helene Disrupted Abortion Care in the Sou...
Last Post: Scientific American
2024-11-04 07:11
» Replies: 0
» Views: 115
[Sci-Am] These Hornets Can Thrive on Just Alcohol without Ge...
Last Post: Scientific American
2024-11-03 17:38
» Replies: 0
» Views: 80
[Sci-Am] Apples Have Never Tasted So Delicious. Here’s Why
Last Post: Scientific American
2024-11-03 03:45
» Replies: 0
» Views: 97
[Sci-Am] Climate Change Is Raising the Temperature on Global...
Last Post: Scientific American
2024-11-02 13:38
» Replies: 0
» Views: 92
[Sci-Am] Largest-Ever Pair of Black Hole Jets Stretches 23 M...
Last Post: Scientific American
2024-11-02 00:01
» Replies: 0
» Views: 82