[-]
Who's Online
There are currently no members online.

[-]
Latest Threads
Unsurpassed Сasual Dating - True Females
Last Post: arnegson
Yesterday 17:51
» Replies: 0
» Views: 22
Top-notch Сasual Dating - Verified Femal...
Last Post: dejanx
Yesterday 15:08
» Replies: 0
» Views: 27
Unsurpassed Сasual Dating - Verified Lad...
Last Post: afifkhoury2005
2024-04-27 12:57
» Replies: 0
» Views: 60
Supreme Сasual Dating - True Females
Last Post: Golt
2024-04-26 17:03
» Replies: 0
» Views: 97
Top-notch Сasual Dating - Real-life Girl...
Last Post: mikrom79
2024-04-26 07:48
» Replies: 0
» Views: 93
Superlative Сasual Dating - Actual Girls
Last Post: rcancino
2024-04-25 09:33
» Replies: 0
» Views: 90
K107-MB-V4.2
Last Post: Alby
2024-04-24 00:37
» Replies: 0
» Views: 145
Prime Сasual Dating - Legitimate Girls
Last Post: lukasz1
2024-04-23 10:26
» Replies: 0
» Views: 110
[ROM] NEED ROM ZH960-MB-V5.0 MTK 6592
Last Post: sendycat2
2024-04-21 08:57
» Replies: 0
» Views: 88
ZH960 Tablet Bricked
Last Post: luis mar que
2024-03-20 19:52
» Replies: 15
» Views: 9752
Thanks, I've been looking for this for a...
Last Post: StevenRip
2024-02-25 05:00
» Replies: 0
» Views: 73
[SOLVED] Need ROM for ZH960-MB-V4.1
Last Post: ery1988
2024-02-21 08:59
» Replies: 0
» Views: 157
NEED ROM ZH960-MB-V4.1
Last Post: ery1988
2024-02-21 08:53
» Replies: 18
» Views: 13625
Budget phone choice help needed
Last Post: sabir7272
2024-02-10 06:52
» Replies: 4
» Views: 4243
ZH960-MB-V3.1 SOLVE
Last Post: Pranav1
2023-12-20 20:22
» Replies: 77
» Views: 33664
Need ROM for SONIM XP7S Android 5.1.1
Last Post: Alpa
2023-11-29 22:17
» Replies: 0
» Views: 102
Need rom for X101 Mt6592
Last Post: carencell
2023-11-24 21:30
» Replies: 3
» Views: 2088
Gizbeat 101: Get your MTK6589 MTK6577 MT...
Last Post: Alexia78
2023-11-13 11:28
» Replies: 8
» Views: 22289
ZH960-MB-V3.1
Last Post: Giankyworld81
2023-11-01 19:35
» Replies: 21
» Views: 15427
Need rom for a tablet with board id "K10...
Last Post: oliver2
2023-10-24 20:23
» Replies: 6
» Views: 5318
How to Connect open public wifi
Last Post: oliverben45
2023-10-24 16:03
» Replies: 11
» Views: 8836
I NEED FILE FOR ITEL MOBILE PHONE AND TO...
Last Post: Meghnad45
2023-10-22 02:38
» Replies: 1
» Views: 1396
NEED Help Bricked my phone.
Last Post: Meghnad45
2023-10-22 02:36
» Replies: 4
» Views: 4813





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,813 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,269 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,304 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] How Big a Threat Is Bird Flu?
Last Post: Scientific American
Today 00:05
» Replies: 0
» Views: 5
[Sci-Am] The Amazon's Record-Breaking Drought Is about More ...
Last Post: Tauma
Yesterday 22:35
» Replies: 1
» Views: 21
[Sci-Am] FDA Recalls Heart Pumps Linked to Deaths and Injuri...
Last Post: Scientific American
Yesterday 09:53
» Replies: 0
» Views: 14
[Sci-Am] Deadly African Heat Wave Would Not Have Been Possib...
Last Post: Scientific American
2024-04-27 20:10
» Replies: 0
» Views: 12
[Harvard] Getting ahead of dyslexia
Last Post: Harvard
2024-04-27 06:36
» Replies: 0
» Views: 14
[Sci-Am] Hollywood Should Give Brain Science a Star Turn
Last Post: Scientific American
2024-04-26 17:14
» Replies: 0
» Views: 32
[Sci-Am] Milky Way's 'Sleeping Giant' Black Hole Lurks Shock...
Last Post: Scientific American
2024-04-26 03:48
» Replies: 0
» Views: 48
[Harvard] Why AI fairness conversations must include disable...
Last Post: Harvard
2024-04-25 13:58
» Replies: 0
» Views: 52
[Sci-Am] How a New AI Model Helps Volcanic History Rise from...
Last Post: Scientific American
2024-04-24 23:17
» Replies: 0
» Views: 49
[Sci-Am] Everyone Will Have Fewer Relatives in the Future
Last Post: Scientific American
2024-04-24 09:25
» Replies: 0
» Views: 36
[Sci-Am] The Dark Side of Nostalgia for Wild, Untouched Plac...
Last Post: Scientific American
2024-04-23 19:59
» Replies: 0
» Views: 30
[Harvard] How did you get that frog to float?
Last Post: Harvard
2024-04-23 19:59
» Replies: 0
» Views: 47
[Sci-Am] In Matters of Scientific Debate, Follow the Houdini...
Last Post: Scientific American
2024-04-23 06:34
» Replies: 0
» Views: 29
[Harvard] Lifting a few with my chatbot
Last Post: Harvard
2024-04-23 06:34
» Replies: 0
» Views: 36
[Sci-Am] This Tiny Fish Makes an Ear-Blasting Screech for Lo...
Last Post: Scientific American
2024-04-22 17:01
» Replies: 0
» Views: 33
[Sci-Am] How Plant Intelligence Can Soothe Climate Anxiety
Last Post: Scientific American
2024-04-22 02:57
» Replies: 0
» Views: 45
[Sci-Am] Contributors to Scientific American’s May 2024 Issu...
Last Post: Scientific American
2024-04-21 13:36
» Replies: 0
» Views: 35
[Sci-Am] A ‘Computer’ Built from DNA Can Find Patterns in Ph...
Last Post: Scientific American
2024-04-20 23:27
» Replies: 0
» Views: 55
[Sci-Am] Unraveling the Secrets of This Weird Beetle’s 48-Ho...
Last Post: Scientific American
2024-04-20 09:17
» Replies: 0
» Views: 43
[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: 95
[Harvard] Hate mosquitoes? Who doesn’t? But maybe we shouldn...
Last Post: Harvard
2024-04-18 03:05
» Replies: 0
» Views: 92
[Sci-Am] Why Some People Always Get Lost—And Others Never Do
Last Post: Scientific American
2024-04-17 13:33
» Replies: 0
» Views: 56
[Sci-Am] U.S. Carbon Removal Needs Have a $100-Billion Price...
Last Post: Scientific American
2024-04-16 23:48
» Replies: 0
» Views: 55
[Sci-Am] New Books Help Parents Explain Climate Disasters to...
Last Post: Scientific American
2024-04-16 10:13
» Replies: 0
» Views: 70
[Sci-Am] Renewable Energy Shatters Records in the U.S.
Last Post: Scientific American
2024-04-15 20:19
» Replies: 0
» Views: 81
[Sci-Am] The Dunning-Kruger Effect Shows that People Don’t K...
Last Post: Scientific American
2024-04-15 06:47
» Replies: 0
» Views: 79
[Sci-Am] AI Chatbots Will Never Stop Hallucinating
Last Post: Scientific American
2024-04-14 17:12
» Replies: 0
» Views: 68
[Sci-Am] How Do Periodical Cicadas Know When to Emerge?
Last Post: Scientific American
2024-04-14 03:11
» Replies: 0
» Views: 58
[Sci-Am] It’s Never Too Late to Take Climate Action
Last Post: Scientific American
2024-04-13 13:43
» Replies: 0
» Views: 66
[Sci-Am] To Ancient Maya, Solar Eclipses Signified Clashing ...
Last Post: Scientific American
2024-04-12 23:09
» Replies: 0
» Views: 68
[Sci-Am] What We Know about Taiwan’s Magnitude 7.4 Earthquak...
Last Post: Scientific American
2024-04-12 09:25
» Replies: 0
» Views: 95
[Sci-Am] Plastic Pollution Is Drowning Earth. A Global Treat...
Last Post: Scientific American
2024-04-11 19:50
» Replies: 0
» Views: 90
[Sci-Am] Eclipses Reveal a Comforting Clockwork in Our Chaot...
Last Post: Scientific American
2024-04-11 06:28
» Replies: 0
» Views: 53
[Harvard] ‘Harvard Thinking’: Climate alignment is no easy t...
Last Post: Harvard
2024-04-11 06:28
» Replies: 0
» Views: 52
[Sci-Am] Men Succumb to Anesthesia More Easily than Women
Last Post: Scientific American
2024-04-09 14:02
» Replies: 0
» Views: 70
[Sci-Am] How to Watch the Total Solar Eclipse Online
Last Post: Scientific American
2024-04-09 00:30
» Replies: 0
» Views: 87
[Sci-Am] Memories Are Made by Breaking DNA — and Fixing It, ...
Last Post: Scientific American
2024-04-08 10:50
» Replies: 0
» Views: 61