remote:size too large - Honor 4x Questions & Answers

When I Flash Stock Rom via adb , it shows remote:file size too large, i tried Button Method but its also not working , Any solutions Guys? Please Help me. Now i'm in Lineage OS

may be redownloading the firmware might help

Just download rom directly to phone. Open flash app (TWRP) backup; clean install if different rom
Sent from my SM-N9005 using Tapatalk

saijnaan said:
When I Flash Stock Rom via adb , it shows remote:file size too large, i tried Button Method but its also not working , Any solutions Guys? Please Help me. Now i'm in Lineage OS
Click to expand...
Click to collapse
What twrp version do you have?
What adb version do you have.
Older adb version won't support flashing full zips through adb.

miststudent2011 said:
What twrp version do you have?
What adb version do you have.
Older adb version won't support flashing full zips through adb.
Click to expand...
Click to collapse
Im not using any older version adb , its not flashing now .

saijnaan said:
Im not using any older version adb , its not flashing now .
Click to expand...
Click to collapse
Did you wipe all partitions before flashing through adb?

saijnaan said:
Im not using any older version adb , its not flashing now .
Click to expand...
Click to collapse
Give me the commands that you tried to issue.
Sent from my Honor 8 using XDA Labs

We cannot wipe all partitions through adb . Plz do some research before giving an answer

miststudent2011 said:
Did you wipe all partitions before flashing through adb?
Click to expand...
Click to collapse
How to wipe all partitions?

adriansticoid said:
Give me the commands that you tried to issue.
Click to expand...
Click to collapse
I just run "flash.bat" file

gopinaidu77 said:
We cannot wipe all partitions through adb . Plz do some research before giving an answer
Click to expand...
Click to collapse
Any solutions?

saijnaan said:
Any solutions?
Click to expand...
Click to collapse
U can flash all those through fastboot.
Use this command
fastboot flash partition filename.img
(Remember , filename will always be the nameOFpartition.img)

gopinaidu77 said:
U can flash all those through fastboot.
Use this command
fastboot flash partition filename.img
(Remember , filename will always be the nameOFpartition.img)
Click to expand...
Click to collapse
Ok thanks , let me try it.

saijnaan said:
Ok thanks , let me try it.
Click to expand...
Click to collapse
Let us know man.

saijnaan said:
How to wipe all partitions?
Click to expand...
Click to collapse
First make full backup of your device.
Then go to twrp
Wipe>advanced wipe select all partitions and select wipe.
---------- Post added at 05:23 AM ---------- Previous post was at 05:19 AM ----------
saijnaan said:
How to wipe all partitions?
Click to expand...
Click to collapse
First make full backup of your device through twrp
Then go to twrp
Wipe>advanced wipe select all partitions and select wipe.

Wiping all partitions can do more harm than good.
Sent from my Honor 8 using XDA Labs

For this device unless you make a full wipe you are not able to successfully boot after flashing new images

gopinaidu77 said:
U can flash all those through fastboot.
Use this command
fastboot flash partition filename.img
(Remember , filename will always be the nameOFpartition.img)
Click to expand...
Click to collapse
Not able to do it.

saijnaan said:
Not able to do it.
Click to expand...
Click to collapse
Whats the error?

gopinaidu77 said:
Whats the error?
Click to expand...
Click to collapse
Command improper .

Related

[recovery]The new cwm6.0.5 for htc first

the new cwm6.0.5 for first now is avaliable! you can flash it by fastboot "fastboot flash recovery recxxxx.img(name)"
:fingers-crossed:
http://pan.baidu.com/s/1eQ7rpr8
this cwm is touchable
chapter007 said:
the new cwm6.0.5 for first now is avaliable! you can flash it by fastboot "fastboot flash recovery recxxxx.img(name)"
:fingers-crossed:
http://pan.baidu.com/s/1eQ7rpr8
this cwm is touchable
Click to expand...
Click to collapse
this is better than TWRP 2.6.0.0 touch recovery?? you can fix permissions with this?
Serupo said:
this is better than TWRP 2.6.0.0 touch recovery?? you can fix permissions with this?
Click to expand...
Click to collapse
what permisissions?
chapter007 said:
what permisissions?
Click to expand...
Click to collapse
the android permissions, sometimes some app fail, so fix the permissions and fix it.
Serupo said:
the android permissions, sometimes some app fail, so fix the permissions and fix it.
Click to expand...
Click to collapse
I remember twrp can do this (⊙īšâŠ™)
Sent from my HTC first using XDA Premium 4 mobile app
how to install this
I have no idea how to install this, please help
Miamiquadcore said:
I have no idea how to install this, please help
Click to expand...
Click to collapse
flash it in fastboot
fastboot flash recovery recovery.img

Error: unable to mount cache in TWRP

If i try to flash or wipe anything in the TWRP it is telling that it can't mount the cache??
I have access to fast boot.
anyone help..
Thanks in advance..
svprm said:
If i try to flash or wipe anything in the TWRP it is telling that it can't mount the cache??
I have access to fast boot.
anyone help..
Thanks in advance..
Click to expand...
Click to collapse
What recovery version do you have?
VnnAmed said:
What recovery version do you have?
Click to expand...
Click to collapse
TWRP 2.8.7.0
svprm said:
TWRP 2.8.7.0
Click to expand...
Click to collapse
Try flashing mdmowers recovery. Just google 'mdmower twrp'
Sent from my One using Tapatalk
Go to bootloader menu, and do factory reset. Then go back to recovery and see if it worked. It always works for me

[BOOT] No Force Encryption Boot images

Here are stock Mate 9 boot images that are modified to not force encryption. You can flash these in fastboot or TWRP, just select Image in TWRP then flash. An insecure boot image lets you use adb remount, and adb push or adb pull etc. to /system and its contents. Basically it's using ADB as root. I'll modify more upon request provided you link me to the boot you want modified.
ALL VERSIONS:
https://www.androidfilehost.com/?w=files&flid=152685
*To remove encryption after flashing to stock , boot into TWRP, format data, reboot recovery then flash a decrypted boot.img. If you're running a stock modified kernel, formatting data alone will not remove encryption. The idea is to always be decrypted. Never boot the system with a stock unmodified boot.img or it will encrypt your internal storage. So if you're fastboot flashing back to stock from another rom, flash a modified boot.img instead of the stock one*​
In the full root thread it was advised to format data first and then flash modified boot image. In this OP it says to flash modified boot image and then format data. Does the order matter or can you do it both ways? Thanks
Sent from my MHA-L09 using XDA-Developers Legacy app
JATCHUHAN said:
In the full root thread it was advised to format data first and then flash modified boot image. In this OP it says to flash modified boot image and then format data. Does the order matter or can you do it both ways? Thanks
Sent from my MHA-L09 using XDA-Developers Legacy app
Click to expand...
Click to collapse
The order doesn't matter as long as you Format Data and have the Decrypted boot.img installed you're good. I updated the OP with the same directions as the full root thread so there is no confusion. Thanks for pointing this out.
Ok thanks
Sent from my MHA-L09 using XDA-Developers Legacy app
JATCHUHAN said:
Ok thanks
Sent from my MHA-L09 using XDA-Developers Legacy app
Click to expand...
Click to collapse
Just to clarify. After you Format Data your data partition gets decrypted until first boot.
That's why you have to flash the decrypted boot.img before booting.
ante0 said:
Just to clarify. After you Format Data your data partition gets decrypted until first boot.
That's why you have to flash the decrypted boot.img before booting.
Click to expand...
Click to collapse
Yes I format data and flash decrypted boot before booting the phone. All is OK
Also aj could you decrypt the boot for L09C432B156 please, the link is below
https://drive.google.com/file/d/0B-qepxzncI0DSVpQN1RMTGZOX00/view?usp=drivesdk
Many thanks
Sent from my MHA-L09 using XDA-Developers Legacy app
Do you think in next days it will be possibile to get boot images also for Pro/ PD Mate 9? Thanks.
lukemo said:
Do you think in next days it will be possibile to get boot images also for Pro/ PD Mate 9? Thanks.
Click to expand...
Click to collapse
What's your full build number (Settings-About)?
ante0 said:
What's your full build number (Settings-About)?
Click to expand...
Click to collapse
LON-L29C721B138...is the last firmware for porsche design mate 9...
lukemo said:
LON-L29C721B138...is the last firmware for porsche design mate 9...
Click to expand...
Click to collapse
I can decrypt when I get home in 2 hourish.
lukemo said:
Do you think in next days it will be possibile to get boot images also for Pro/ PD Mate 9? Thanks.
Click to expand...
Click to collapse
Just send me a link to the boot image you need done
ajsmsg78 said:
Just send me a link to the boot image you need done
Click to expand...
Click to collapse
Thanks a lot. Tomorrow I'll be back to Milan and I'll download the ROM and extract the boot.img file.
ajsmsg78 said:
Just send me a link to the boot image you need done
Click to expand...
Click to collapse
Here you can find the boot.img for Porsche Design B138. Thanks.
https://www.dropbox.com/s/45adneap6dduab5/BOOT.img?dl=0
lukemo said:
Here you can find the boot.img for Porsche Design B138. Thanks.
https://www.dropbox.com/s/45adneap6dduab5/BOOT.img?dl=0
Click to expand...
Click to collapse
https://www.dropbox.com/s/tgfdprba4ikuaah/decrypted-boot-MHA-L29C721B138.img?dl=0
And sorry, totally forgot it yesterday
ante0 said:
https://www.dropbox.com/s/tgfdprba4ikuaah/decrypted-boot-MHA-L29C721B138.img?dl=0
And sorry, totally forgot it yesterday
Click to expand...
Click to collapse
Why to be sorry? You're so kind, thanks, I'll try it in the next few days. Only a question: you called the decrypted boot MHA-L29, obviously it's my LON-L29C721B138 decrypted I think...
lukemo said:
Why to be sorry? You're so kind, thanks, I'll try it in the next few days. Only a question: you called the decrypted boot MHA-L29, obviously it's my LON-L29C721B138 decrypted I think...
Click to expand...
Click to collapse
Oh, the filename is just incorrect. It's the same Boot you posted
https://www.dropbox.com/s/tgfdprba4ikuaah/decrypted-boot-LON-L29C721B138.img?dl=0
Updated file name.
How come there's no US C567 decrypted boot image?
posydon1 said:
How come there's no US C567 decrypted boot image?
Click to expand...
Click to collapse
Was wondering the same thing, haven't seen anything for it. I just want adb to free up wifi hotspot on my unlimited plan
posydon1 said:
How come there's no US C567 decrypted boot image?
Click to expand...
Click to collapse
erikclaw said:
Was wondering the same thing, haven't seen anything for it. I just want adb to free up wifi hotspot on my unlimited plan
Click to expand...
Click to collapse
Because there is no Firmware update for it yet.
If you have TWRP, please backup boot and post here
ante0 said:
Because there is no Firmware update for it yet.
If you have TWRP, please backup boot and post here
Click to expand...
Click to collapse
I can do that
Edited: https://db.tt/ke4c3m3tr1

When will the Android One moto x4 get TWRP?

??
chandypandy said:
??
Click to expand...
Click to collapse
TWRP
https://forum.xda-developers.com/moto-x4/development/root-moto-x4-t3696180
icarolessa said:
TWRP
https://forum.xda-developers.com/moto-x4/development/root-moto-x4-t3696180
Click to expand...
Click to collapse
Tried, doesn't work for the google fi variant
chandypandy said:
Tried, doesn't work for the google fi variant
Click to expand...
Click to collapse
TWRP Official
https://dl.twrp.me/payton/twrp-3.2.1-0-payton.img.html
It doesn't work
Works for my Android One X4
I think it is probably better to start with
https://twrp.me/motorola/motorolamotox4.html
chandypandy said:
It doesn't work
Click to expand...
Click to collapse
What problem are you having? Did you enable usb debugging?
The hardware is the same.
Twski said:
The hardware is the same.
Click to expand...
Click to collapse
https://dl.xda-developers.com/4/4/6....png?key=TLP9_o5Ecn2Dys5ZhIE3tw&ts=1522291461
This is the error
icarolessa said:
What problem are you having? Did you enable usb debugging?
Click to expand...
Click to collapse
https://dl.xda-developers.com/4/4/6....png?key=wua4zgqvFDcsrdLnpuLl_w&ts=1522291710
Our devices don't have a recovery partition to flash to.
Read the install instructions correctly:
https://twrp.me/motorola/motorolamotox4.html
You should use "fastboot boot twrp-3.2.1-0-payton.img" instead.
Then, follow along:
This will temporarily boot TWRP on your device. If you are using a lockscreen pin/pattern/password and do not get prompted to enter your password, reboot to the bootloader and try again. Go to install and browse to the zip and install the zip. The zip will install TWRP to both boot slots. Installing TWRP at this time will remove root if you are currently rooted.
Click to expand...
Click to collapse
chandypandy said:
https://dl.xda-developers.com/4/4/6....png?key=TLP9_o5Ecn2Dys5ZhIE3tw&ts=1522291461
This is the error
Click to expand...
Click to collapse
I think the right command is this:
fastboot flash boot [file name].img
No,
If you accidently flash TWRP to your device using fastboot instead of temporarily booting the image, you will need to download the latest firmware for your device and reflash the boot image.
Click to expand...
Click to collapse
chandypandy said:
https://dl.xda-developers.com/4/4/6....png?key=TLP9_o5Ecn2Dys5ZhIE3tw&ts=1522291461
This is the error
Click to expand...
Click to collapse
I could be wrong but it seems like you are trying to flash TWRP to the recovery partition and there's no such thing on this phone. You have to temporarily boot TWRP and the keep following the instructions.
Is anybody able to backup / restore the phone with android one on encrypted file system??, im using the official twrp, but restoring backups just cause bootloops
is it necessary to unlock the bootloader before?
If you're asking if the bootloader needs to be unlocked to install magisk, absolutely!
Sorry for the dumb question but how do you unlock the bootloader on the Fi Android one Version?
Potential fix
chandypandy said:
https://dl.xda-developers.com/4/4/6....png?key=TLP9_o5Ecn2Dys5ZhIE3tw&ts=1522291461
This is the error
Click to expand...
Click to collapse
If you are still haven't fixed this yet the issue is you need to fastboot boot the boot twrp image and then flash the flash image inside twrp. The guide on TWRP official will give you a guide on how to do this, the files required are also there.

Android Q DP3 NO need to wipe data

I upgraded by TWRP and did not have to wipe data. All information and data was intact. Finding a few bugs though!
joe1gun said:
I upgraded by TWRP and did not have to wipe data. All information and data was intact. Finding a few bugs though!
Click to expand...
Click to collapse
Hey bro I'm on havoc...All I need to do is download zip flash to both slots with twrp right..
joe1gun said:
I upgraded by TWRP and did not have to wipe data. All information and data was intact. Finding a few bugs though!
Click to expand...
Click to collapse
Could you pass the apk of the dp3 camera? I would appreciate
nhas81 said:
Could you pass the apk of the dp3 camera? I would appreciate
Click to expand...
Click to collapse
Not sure how?
kenbrownstone said:
Hey bro I'm on havoc...All I need to do is download zip flash to both slots with twrp right..
Click to expand...
Click to collapse
It automatically went to both slots.
joe1gun said:
Not sure how?
Click to expand...
Click to collapse
you can make a copy of the app and send here if you use tapatalk
Any show stopper Bugs?
galaxys said:
Any show stopper Bugs?
Click to expand...
Click to collapse
Couple apps won't load.
Let me guess, no 7 Pro 5G support?
Sent from my [device_name] using XDA-Developers Legacy app
joe1gun said:
I upgraded by TWRP and did not have to wipe data. All information and data was intact. Finding a few bugs though!
Click to expand...
Click to collapse
Twrp working right?
It's actually pretty smooth
I can't seem to get dark theme.
joe1gun said:
I upgraded by TWRP and did not have to wipe data. All information and data was intact. Finding a few bugs though!
Click to expand...
Click to collapse
Great news, thanks for sharing your experience, cheers.
Niki Exodia007 said:
Twrp working right?
Click to expand...
Click to collapse
Cannot get TWRP back after booting. Tried all in one tool and get error flashing boot.img.
Please provide steps to upgrade to Q via TWRP. Thanks
mibgeneral said:
Please provide steps to upgrade to Q via TWRP. Thanks
Click to expand...
Click to collapse
1. Just download full DP3
2. Boot to TWRP.
3. Install zip
4. Reboot
joe1gun said:
1. Just download full DP3
2. Boot to TWRP.
3. Install zip
4. Reboot
Click to expand...
Click to collapse
You will lose root and TWRP and will not be able to restore them.
confirmed twrp no longer work, no magisk...
mibgeneral said:
confirmed twrp no longer work, no magisk...
Click to expand...
Click to collapse
Seems you can't flash boot.img
joe1gun said:
1. Just download full DP3
2. Boot to TWRP.
3. Install zip
4. Reboot
Click to expand...
Click to collapse
I think twrp needs to be flashed right after flashing Rom, than reboot recovery, than flash magisk, wipe dalvik cache, reboot system. In my opinion that should work, also I'm gonna flash Blu_spark twrp, will update once I have tried this, cheers

Categories

Resources