Asus Zenfone Max M2 - Need stock recovery - Asus Zenfone Max M2 Questions & Answers

Hi!
Who can provid me Stock Recovery image, please!?
ONLY with root, NO TWRP on phone!!!!:
download terminal emulator and type:
Code:
shell su
dd if=/dev/block/mmcblk0p30 of=/storage/emulated/0/RECOVERY.img bs=4096
Then use ADB and type:
Code:
adb pull /storage/emulated/0/RECOVERY.img %cd%
It will pull RECOVERY.img to your adb folder
Then upload please.
Thanks!

Here you go
https://drive.google.com/file/d/1JRq6UtcQPkZpm4dvPnQnafMSHzIV0LNn/view?usp=drivesdk

Jay_1212 said:
Here you go
https://drive.google.com/file/d/1JRq6UtcQPkZpm4dvPnQnafMSHzIV0LNn/view?usp=drivesdk
Click to expand...
Click to collapse
Thanks!
Now, what is the best way to unlock bootloader?
.

persona78 said:
Thanks!
Now, what is the best way to unlock bootloader?
.
Click to expand...
Click to collapse
xda thread
https://forum.xda-developers.com/max-m2/development/unlook-bootloader-asus-zenfone-max-m2-t3886206

Jay_1212 said:
Here you go
https://drive.google.com/file/d/1JRq6UtcQPkZpm4dvPnQnafMSHzIV0LNn/view?usp=drivesdk
Click to expand...
Click to collapse
Hi!
The recovery that you provid me doesn´t work!
Thanks any way!
.

Related

Flash CM9 on Linux

Hi everybody
Trying to flash CM9 with recovery on my P7500 on Linux Mint 12 with no success since 24h. The following was already done:
Heimdall (1.3.0, 1.3.1, 1.3.2):
Code:
heimdall flash --recovery recovery.img
gives the usual
..Failed to initialise protocol..
Click to expand...
Click to collapse
SDK and ADB:
Code:
./adb devices
gives
List of devices attached 428000240201157 device
Click to expand...
Click to collapse
. But
Code:
./fastboot devices
does not give anything.
PS. Is it possible to copy the recovery or any ROM as a zip onto the sd card and "apply changes" from the standard recovery of the Gtab?
Thanks in advance for any suggestions.
First off, the GTab doesn't have fastboot.
Second, try this for your recovery image.
Code:
adb shell
dd if=recovery.img of=/dev/block/mmcblk0p2
Dd command taken from this thread.
forum.xda-developers.com/archive/index.php/t-1733045.html
Sent from my SGH-I747 using xda premium
d3athsd00r said:
First off, the GTab doesn't have fastboot.
Second, try this for your recovery image.
Code:
adb shell
dd if=recovery.img of=/dev/block/mmcblk0p2
Dd command taken from this thread.
forum.xda-developers.com/archive/index.php/t-1733045.html
Sent from my SGH-I747 using xda premium
Click to expand...
Click to collapse
Thank you very much. I think this should be corrected in the CM-Wiki, where it sais that fastboot works.
Sent from my Galaxy Nexus using xda app-developers app

[RECOVERY][BETA] [TESTERS NEEDED]TWRP 2.3.3.0 touch recovery [2013-1-11]

Disclaimer: Do only if you know what you are doing. I am not responsible for any damage although there is no possible damage with this
Click to expand...
Click to collapse
Hello all, just wished to compile TWRP for this phone and I have done that
But I don't own this phone and need someone of you to test it
Click here to Download
Instructions(needs root):
Install Terminal emulator
Put the recovery.img in external storage
Open terminal emulator and type following
Code:
su
dd if=/storage/extSdCard/recovery.img of=dev/block/mmcblk0p21
If recovery doesn't work and gives you a black screen then you can revert back to stock recovery by replacing recovery.img with stock one and sending in same commands
Reserved for future use
Thanks for this!
Is there a way to install this if someone isnt rooted? (eg. via ODIN)
quendil said:
Thanks for this!
Is there a way to install this if someone isnt rooted? (eg. via ODIN)
Click to expand...
Click to collapse
Yes there is
In terminal of Linux on ur pc do this
tar -H ustar -c recovery.img > recovery.tar
Then do
md5sum -t recovery.tar >> recovery.tar
Then rename the recovery.tar formed to recovery.tar.md5 and flash it under PDA tab in ODIN
Or wait for me to do it, I will be home after some hours
varun.chitre15 said:
Yes there is
In terminal of Linux on ur pc do this
tar -H ustar -c recovery.img > recovery.tar
Then do
md5sum -t recovery.tar >> recovery.tar
Then rename the recovery.tar formed to recovery.tar.md5 and flash it under PDA tab in ODIN
Or wait for me to do it, I will be home after some hours
Click to expand...
Click to collapse
Did you setup the wifi modules to get built inside recovery?
Enviado desde mi GT-I8190 usando Tapatalk 2
If you want to do this on phone, then replace the tar line with
tar cf /storage/extSdCard/recovery.img > /storage/extSdCard/recovery.tar
And md5 line with
md5sum -t /storage/extSdCard/recovery.tar >> /storage/extSdCard/recovery.tar.md5
And flash the recovery.tar.md5 in Odin
Terminal Emulator say's :
#su
#ge/extSdCard/recovery.img/ of=dev/block/mmcblk021/storage/extSdCard/recovery.img/ : cannot open for read
: Not a directory
#
OliverG96 said:
Did you setup the wifi modules to get built inside recovery?
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
No I have skipped that, will do it next build if this doesn't work.
cheech01 said:
Terminal Emulator say's :
#su
#ge/extSdCard/recovery.img/ of=dev/block/mmcblk021/storage/extSdCard/recovery.img/ : cannot open for read
: Not a directory
#
Click to expand...
Click to collapse
Oops I did a mistake over there
It should be
dd if=/storage/extSdCard/recovery.img of=dev/block/mmcblk0p21
Not
dd if=/storage/extSdCard/recovery.img/ of=dev/block/mmcblk0p21
The trailing backslash is causing the problem.
varun.chitre15 said:
Oops I did a mistake over there
It should be
dd if=/storage/extSdCard/recovery.img of=dev/block/mmcblk0p21
Not
dd if=/storage/extSdCard/recovery.img/ of=dev/block/mmcblk0p21
The trailing backslash is causing the problem.
Click to expand...
Click to collapse
Thank's but not working,Phone will not start after this Test is Still on the Samsung Galaxy S3 mini GT-i8190 Bootlogo.
cheech01 said:
Thank's but not working,Phone will not start after this Test is Still on the Samsung Galaxy S3 mini GT-i8190 Bootlogo.
Click to expand...
Click to collapse
Ok, will do another build today
cheech01 said:
Thank's but not working,Phone will not start after this Test is Still on the Samsung Galaxy S3 mini GT-i8190 Bootlogo.
Click to expand...
Click to collapse
Give me output of
cat proc/cmdline in terminal emulator app
Another thing, when it is stuck on logo, adb pull recovery.log from /cache/recovery/tmp
Like this
adb pull /cache/recovery/tmp/recovery.log Path/where/u/want/to/pull
And gimme the recovery.log.
varun.chitre15 said:
Give me output of
cat proc/cmdline in terminal emulator app
Another thing, when it is stuck on logo, adb pull recovery.log from /cache/recovery/tmp
Like this
adb pull /cache/recovery/tmp/recovery.log Path/where/u/want/to/pull
And gimme the recovery.log.
Click to expand...
Click to collapse
The phone does not boot further stays the logo stand, Nothing helps more. New Rome flashed helps not.
Don't use this !!!!!
cheech01 said:
The phone does not boot further stays the logo stand, Nothing helps more. New Rome flashed helps not.
Don't use this !!!!!
Click to expand...
Click to collapse
Cant you enter download mode?
And if you can enter download mode, doesnt ODIN work to flash an official ROM?
quendil said:
Cant you enter download mode?
And if you can enter download mode, doesnt ODIN work to flash an official ROM?
Click to expand...
Click to collapse
Yes i can enter Download Mode...... i am Downloading Now Offical Rom i hope it's Work
cheech01 said:
Yes i can enter Download Mode...... i am Downloading Now Offical Rom i hope it's Work
Click to expand...
Click to collapse
Cool then. I hope it works for you!
cheech01 said:
Yes i can enter Download Mode...... i am Downloading Now Offical Rom i hope it's Work
Click to expand...
Click to collapse
It has nothing to do with system partition and system should boot
And if still isn't booting then reflashing system partition and recovery partition via ODIN should work.
As I said in disclaimer this is only for advanced users. Soft bricking is nothing new in development, its normal when you are testing something.
If you guys need development to proceed you need to take risks. So only test when you know what you are doing, its completely your own responsibility. That's a unwritten rule of xda now.
varun.chitre15 said:
It has nothing to do with system partition and system should boot
And if still isn't booting then reflashing system partition and recovery partition via ODIN should work.
As I said in disclaimer this is only for advanced users. Soft bricking is nothing new in development, its normal when you are testing something.
If you guys need development to proceed you need to take risks. So only test when you know what you are doing, its completely your own responsibility. That's a unwritten rule of xda now.
Click to expand...
Click to collapse
Ofc it's understood!
:good:
And we're thankful for your efforts!
cheech01 said:
The phone does not boot further stays the logo stand, Nothing helps more. New Rome flashed helps not.
Don't use this !!!!!
Click to expand...
Click to collapse
you can use Ns pro box to write one special file into the phone,and the phone will be fine.good luck
Very quiet but I just did not Accused. Did you just say that the phone will not start after the (your) recovery. Is a beta test, and if what I write is not true is not es.did not Accused.Ok!

How to remove cwm recovery?

Anyone please direct me on how to remove cwm recovery and go back to stock recovery?
I have the tmo p769 on 4.1.2
chispas109 said:
Anyone please direct me on how to remove cwm recovery and go back to stock recovery?
I have the tmo p769 on 4.1.2
Click to expand...
Click to collapse
are you rooted ?
Lelus said:
are you rooted ?
Click to expand...
Click to collapse
Yes i am.
chispas109 said:
Yes i am.
Click to expand...
Click to collapse
just to be sure you aren't talking about cwm recovery from http://forum.xda-developers.com/showthread.php?t=2095825 are you ??
download p769 stock recovery and copy it to your sdcard then do following
from your pc :
Code:
adb shell su -c busybox dd if=/sdcard/external_sd/p4_769.img of=/dev/block/mmcblk0p4
or phone :
Code:
su
busybox dd if=/sdcard/external_sd/p4_769.img of=/dev/block/mmcblk0p4
Lelus said:
just to be sure you aren't taking about cwm recovery from http://forum.xda-developers.com/showthread.php?t=2095825 are you ??
download p769 stock recovery and copy it to your sdcard then do following
from your pc :
Code:
adb shell su -c busybox dd if=/sdcard/external_sd/p4_769.img of=/dev/block/mmcblk0p4
or phone :
Code:
su
busybox dd if=/sdcard/external_sd/p4_769.img of=/dev/block/mmcblk0p4
Click to expand...
Click to collapse
Yes i am talking about that recovery. The locked bootloader cwm recovery. So i follow these directions?
chispas109 said:
Yes i am talking about that recovery. The locked bootloader cwm recovery. So i follow these directions?
Click to expand...
Click to collapse
You can use file manager to do this
remove /system/bootstrap directory
remove /system/bin/e2fck
rename /system/bin/e2fck.bin to e2fck
Lelus said:
You can use file manager to do this
remove /system/bootstrap directory
remove /system/bin/e2fck
rename /system/bin/e2fck.bin to e2fck
Click to expand...
Click to collapse
Thanks a lot your help.

Android Terminal Emulator Command

Tell me what you need to enter the command to flash the kernel via Android terminal emulator?
SonyFan23 said:
Tell me what you need to enter the command to flash the kernel via Android terminal emulator?
Click to expand...
Click to collapse
What reason you have to flash it this way and nor with fastboot or CWM?
ChikeD said:
What reason you have to flash it this way and nor with fastboot or CWM?
Click to expand...
Click to collapse
Am often away from the computer, and through cmw kernel sew, it is also necessary to find
One person on my friend said that the form can be sewn through Termunal Android, that's interested in the question
SonyFan23 said:
Am often away from the computer, and through cmw kernel sew, it is also necessary to find
One person on my friend said that the form can be sewn through Termunal Android, that's interested in the question
Click to expand...
Click to collapse
In principle the dd command should work
However I haven't tried it before and don't know if it is safe to do, so if you do it it's at your own risk.
Code:
dd if=<kernel file> of=<kernel partition>
ChikeD said:
In principle the dd command should work
However I haven't tried it before and don't know if it is safe to do, so if you do it it's at your own risk.
Code:
dd if=<kernel file> of=<kernel partition>
Click to expand...
Click to collapse
So here we introduce: "dd if = <filename> of = <Where is it>"
Will look like?
Code:
dd if=/mnt/sdcard/boot.img of=/dev/block/mmcblkNNN
True or false?
SonyFan23 said:
So here we introduce: "dd if = <filename> of = <Where is it>"
Will look like?
Code:
dd if=/mnt/sdcard/boot.img of=/dev/block/mmcblkNNN
True or false?
Click to expand...
Click to collapse
Almost correct, of=/dev/block/mmcblkNNNpNNN.
If you don't know which it is you can find which partition is the kernel written to with package_extract_file or write_raw in any CWM flashable kernel for your phone.
You better make sure fastboot is working for you before you try it or you may not be able to recover if it is not safe to do and the phone reboot before it finish.
ChikeD said:
Almost correct, of=/dev/block/mmcblkNNNpNNN.
If you don't know which it is you can find which partition is the kernel written to with package_extract_file or write_raw in any CWM flashable kernel for your phone.
You better make sure fastboot is working for you before you try it or you may not be able to recover if it is not safe to do and the phone reboot before it finish.
Click to expand...
Click to collapse
Thank you, I have asked the developer firmware he said that the code would be:
Code:
dd if=/mnt/sdcard1/boot.img of=/dev/block/mmcblk0p9

Root Access on Miui 8.1 Global rom without Volume up Key

Hi Guys,
I'm trying to add root access to my Miui 8.1 global rom but my volume up key doesn't work so I can't go into recovery to do this. Does anyone know of another way?
Much appreciated
Assuming your TWRP image file is named TWRP.img and it's in your current directory, try
Code:
fastboot boot TWRP.img
That should reboot your device reading the image from your PC.
Make any adjustment to the above command according to your twrp image file name.
This just installs TWRP which I've already done. I need to be able to boot into it.
rndm said:
This just installs TWRP
Click to expand...
Click to collapse
That should be
Code:
fastboot [B]flash recovery[/B] TWRP.img
Did you try before replying?
rndm said:
This just installs TWRP which I've already done. I need to be able to boot into it.
Click to expand...
Click to collapse
Have you tried through adb (adb reboot recovery)?
ser.clansman said:
Have you tried through adb (adb reboot recovery)?
Click to expand...
Click to collapse
How do I do that?
gnazio said:
That should be
Code:
fastboot [B]flash recovery[/B] TWRP.img
Did you try before replying?
Click to expand...
Click to collapse
Thanks for the reply...when you say "that" what exactly are you referring to?
Can you notice the difference in the two commands I wrote?
I'm referring to the part of your message I've quoted.

Categories

Resources