Nevermind. I found the firmware on my own with some creative searching.
How?
I need a link to the stock rom..
xMidnightCloud said:
I need a link to the stock rom..
Click to expand...
Click to collapse
You want OS_Acer_Acer.AV051.A700.RV09RC08.PA.CU_A41J_A.zip
From
https://www.acer.com/ac/en/US/content/support-product/4318?b=1
Should be the bottom-most download.
I have a boot loop tablet, Acer logo only. I cannot figure out how to fix it. It doesn't want to accept stock or custom ROM. It won't accept CWM backup.
Sent from my LG K20 Plus using XDA Labs
xMidnightCloud said:
I have a boot loop tablet, Acer logo only. I cannot figure out how to fix it. It doesn't want to accept stock or custom ROM. It won't accept CWM backup.
Sent from my LG K20 Plus using XDA Labs
Click to expand...
Click to collapse
Well the only thing I know to try is to get to fastboot and send over CWM or TWRP. I used CWM 6.0.4.4 as attached to restore the original firmware.
What do you mean it won't accept the ROMs? And you're saying it won't boot CWM? Are there specific error messages? Does the CWM I've attached work? You're fastboot flashing these with "fastboot flash recovery cwm-xxxxx.img" right?
No no CWM boots. It gives error when I try to restore CWM backup. It gives me status 7 error when trying to install custom ROMS
Sent from my LG K20 Plus using XDA Labs
xMidnightCloud said:
No no CWM boots. It gives error when I try to restore CWM backup. It gives me status 7 error when trying to install custom ROMS
Sent from my LG K20 Plus using XDA Labs
Click to expand...
Click to collapse
You may just need to extract the update.zip, go into the META-INF\com\google\android\ directory, edit updater-script with a text editor (ie notepad), remove the first line
Code:
assert(getprop("ro.product.name") == "a700_pa_cus1");
This will have it ignore a check verifying your current ROM product name matches that of the update. You can run any world region's ROM release this way too.
After the edit, zip all of the files into a new update.zip and try flashing that.
Oh and this had better be a Acer A700 tablet.
It is the A700 and I've tried that and it did not work.
Sent from my LG K20 Plus using XDA Labs
What happened when I try to install a stock rom.
Sent from my LG K20 Plus using XDA Labs
xMidnightCloud said:
What happened when I try to install a stock rom.
Sent from my LG K20 Plus using XDA Labs
Click to expand...
Click to collapse
You should use a microSD card. Format the microSD with SDFormatter and put the update.zip in the root of the SD card. Then insert it into the tablet's microSD reader and boot into recovery.
https://www.sdcard.org/downloads/formatter_4/
swaaye said:
You should use a microSD card. Format the microSD with SDFormatter and put the update.zip in the root of the SD card. Then insert it into the tablet's microSD reader and boot into recovery.
https://www.sdcard.org/downloads/formatter_4/
Click to expand...
Click to collapse
TWRP tells me that no OS is installed.
Related
I need help I don't really understand how to install a rom like what do I have to do I tried rom manager but never worked. Now I just tried to install a rom and it said Email file signature verification has failed.
What does this mean please help!
Sent from my DROID3 using XDA App
Which phone are u using? Did u obtain root? Do you have recovery installed?
If you do, I recommend you to use recovery to flash the rom.
I am using the droid 3 and yes I have root access. And im not sure about the. Recovery I am new to this stuff. I do have something called clockwork recovery. I even tried using rom toolbox an rom manager. But for some reason after I download a rom from either app it will ask if I want to boot into recovery I will push ok but it just reboots my phone shouldn't it boot me into recover?
Sent from my DROID3 using XDA App
If you have Clockwork, then you have recovery installed.
I've never use rom manager, instead, I BOOT into recovery and flash everything from there.
If you don't know how to boot into it, download this app:
https://market.android.com/details?id=com.siriusapplications.quickboot&hl=en
Then choose recovery. You MUST put the rom in the root of your SD card to flash it, not inside a folder.
What does that mean root of your sd card I haven't read about what that is or how to do that?
Sent from my DROID3 using XDA App
The issue is your using a recovery that doesn't allow for non official signed roms to be flashed.
ryanw5489 said:
What does that mean root of your sd card I haven't read about what that is or how to do that?
Sent from my DROID3 using XDA App
Click to expand...
Click to collapse
Just copy the rom on your SD card...
I need help to install this LG M3 from furious-gold to restore my imei after installing JellyBam. Whenever I clicked the .exe, it says no card-reader found.
Any solutions?
fadhli7 said:
I need help to install this LG M3 from furious-gold to restore my imei after installing JellyBam. Whenever I clicked the .exe, it says no card-reader found.
Any solutions?
Click to expand...
Click to collapse
You dont need to do this enter download mode and at official LG updater tab click recovery/emergency it ask IMEI and restore system to stock GB then before installing 4.1.2 you need to flash bootloader with bernies stuff. Then flash over latest non touch cwm.
Done.
Sent from my LG-P920 using XDA Premium HD app
Thanks
pthacker85 said:
You dont need to do this enter download mode and at official LG updater tab click recovery/emergency it ask IMEI and restore system to stock GB then before installing 4.1.2 you need to flash bootloader with bernies stuff. Then flash over latest non touch cwm.
Done.
Sent from my LG-P920 using XDA Premium HD app
Click to expand...
Click to collapse
Thanks, but when I downgrade to stock GB, my imei returns. So no what I have to do is flash bernies bootloader first, then install 4.2.1?
[Recovery][Unofficial]TWRP 2.7.0.0 & Clockwork Recovery Touch 6.0.4.4 W/loki (D800)
Clockwork recovery touch with Loki for AT&T LG G2 (D800) Only.
TWRP recovery touch with Loki for AT&T LG G2 (D800) Only.
The only difference between official recoveries and this version is that Loki is built in to recovery.
THIS IS ONLY FOR 10d FIRMWARE. IF YOU ARE ON 10o THEN DO NOT USE!!!
You may want to flash 10d firmware. It can be found HERE with instructions. If you plan on using ROMs it is best to flash 10d firmware first.
Install Methods
Flashable Zip - Must have TWRP or whatever custom recovery already installed.
Boot into recovery and flash Recovery Zip file.
Manual Method - With no custom recovery already installed.
Must have Root first. Check HERE for root
Download the zip file to which recovery you want
Extract zip file to C:\
Open command prompt in root of C drive
You will need adb installed and properly setup in your environment variables. If not place the recovery.img wherever your adb file is located.
Type the following commands:
Code:
adb push recovery.img /data/local/tmp/recovery.img
adb shell
su
cd /data/local/tmp
dd if=/data/local/tmp/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
exit
exit
adb reboot recovery
Now you should be in recovery.
Downloads
TWRP 2.7.0.0 with Loki
File Name openrecovery-twrp-2.7.0.0-d800-loki.zip
MD5 f640c221e4a6c575b375094f765d63ba
Clockwork Recovery Touch 6.0.4.4 with Loki
File Name recovery-clockwork-touch-6.0.4.4-d800-loki.zip
MD5 d50fbe2e026463e5df698f0b8b0a4d91
Download HERE
Mirror - Goo.im
Enjoy!
Web Presence:
Twitter
Google+
Credits
TWRP team for great recovery
Koush for original clockwork recovery
djrbliss for Loki
manojsuper said:
Does everything worked.
Sent from my LG-D800 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Everything I have tested so far.
Can I flash using flashify?
Sent from my LG-D802 using XDA Premium 4 mobile app
holeshot77 said:
Can I flash using flashify?
Sent from my LG-D802 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I have not tested that way but I am sure you can. If you just need the img file than extract from zip file.
If you try then let us know how it worked out
Using flashify works like a charm. Just extract img file and flash using flashify. As a third alternative.
Sent from my LG-D802 using XDA Premium 4 mobile app
I haven't used cwm since the days of the vibrant but ,my question is does this recovery speed up flashing a rom? It takes me less then a minute to flash a rom on the nexus 4 so I was just curious. Thanks.
Sent from my Nexus 7 2013 using XDA Premium 4 mobile app
ManOnTheMoon said:
I haven't used cwm since the days of the vibrant but ,my question is does this recovery speed up flashing a rom? It takes me less then a minute to flash a rom on the nexus 4 so I was just curious. Thanks.
Sent from my Nexus 7 2013 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
If you been flashing OEM modified ROMs on G2 the speed may have been due to the size of the ROMs.
AndroidUser00110001 said:
If you been flashing OEM modified ROMs on G2 the speed may have been due to the size of the ROMs.
Click to expand...
Click to collapse
Sorry I meant to include CM/AOSP based roms. The days of flashing 250mb+ roms are over :good:
I also havent used CWM in a long time now, are there any real differences between this and TWRP besides layout? Any special features unique to CWM?
EniGmA1987 said:
I also havent used CWM in a long time now, are there any real differences between this and TWRP besides layout? Any special features unique to CWM?
Click to expand...
Click to collapse
They all do the same so people will use what they prefer...
Will I lose my twrp backups if I flash this clockwork recovery?
If not, then would I be able to restore twrp backups with cwm? May be a silly question but I never tried this and worried about losing backups.
You will not lose them until you delete them but I am not sure if you can restore twrp backups with clockwork.
SysAdmNj said:
Will I lose my twrp backups if I flash this clockwork recovery?
If not, then would I be able to restore twrp backups with cwm? May be a silly question but I never tried this and worried about losing backups.
Click to expand...
Click to collapse
Sent from my LG-D800 using XDA Premium 4 mobile app
Thanks for this! Always good to see people doing stuff on this phone : )
Flashing was a breeze. Thanks.
Does this mount usb-otg? When I try "Mount USB Storage" nothing happens. I am pretty sure TWRP also does not yet support usb-otg. My hopes were CWM did.
Thanks
Adb side load is an alternative for Mount usb. Install Zip --> Install from adb sideload. Unfortunately this didn't work for me either. If it works for any of you guys please let me know the steps you followed. Sideload doesn't work in TWRP also.
In case of a soft brick either Mount usb or adb side load should help. Otherwise you have to go back to stock using Lg tools and start all over again.
varunkumars said:
Adb side load is an alternative for Mount usb. Install Zip --> Install from adb sideload. Unfortunately this didn't work for me either. If it works for any of you guys please let me know the steps you followed. Sideload doesn't work in TWRP also.
In case of a soft brick either Mount usb or adb side load should help. Otherwise you have to go back to stock using Lg tools and start all over again.
Click to expand...
Click to collapse
Thanks for the reply. I will be a happy camper when we get real usb-otg support from both recoveries
Format Cache is not working
Hey guys,
I flashed this and seem to have a problem with formatting the cache- it just stops so I cannot wipe becuase it stops at formatting cache. Anybody else experienced this before? I flashed again with same results.
thanks,
AC
aaronc_98 said:
Hey guys,
I flashed this and seem to have a problem with formatting the cache- it just stops so I cannot wipe becuase it stops at formatting cache. Anybody else experienced this before? I flashed again with same results.
thanks,
AC
Click to expand...
Click to collapse
Just let it finish, it takes a long time. I thought the same and then it finished up.
Worked like a charm. Thanks!
Sent from my LG-D800 using Tapatalk
Is wiping always going to take this long?
Sent from my LG-D800 using Tapatalk
OK so I'm new to XDA flashing roms, etc (aka a newb). I'm attempting to flash a custom rom on my rooted Verizon Samsung Galaxy S3 using TWRP recovery. I keep getting a failed message when attempting to flash. Any advice on how to proceed would be HIGHLY appreciated!!
Download the file again on your computer. Transfer file to SD card via card reader/writer
Sent from my SCH-I535 using Tapatalk
Any chance this is a CM11 4.4 Kitkat rom?
markdapimp said:
Any chance this is a CM11 4.4 Kitkat rom?
Click to expand...
Click to collapse
It is. I keep getting a "no MD5 file not found" message
Make sure you're on the latest version of TWRP. I believe it ends in ".1".
Otherwise just use CWM instead. You can install that with a free app called Flashify very easily.
Sent from my SCH-I535 using xda app-developers app
psychotropy101 said:
It is. I keep getting a "no MD5 file not found" message
Click to expand...
Click to collapse
CWM is recommended for CM11
markdapimp said:
CWM is recommended for CM11
Click to expand...
Click to collapse
How do I get CWM on my device when I already have TWRP installed. Plz remember I'm new to flashing. Thanks for youth patience in advance! lol
:fingers-crossed:
psychotropy101 said:
How do I get CWM on my device when I already have TWRP installed. Plz remember I'm new to flashing. Thanks for youth patience in advance! lol
:fingers-crossed:
Click to expand...
Click to collapse
Easiest way is to restore with odin
then using Casual All in one
Root, Flash Insecure aboot
go to google play download Rom manager then install CWM
or try just download rom manager then install CWM replace TWRP
Problem is I'm still in TWRP recovery, as I've been unsuccessful with flashing any ROM (so far). Do I need to have an operating system installed in order to install CWM?
markdapimp said:
Easiest way is to restore with odin
then using Casual All in one
Root, Flash Insecure aboot
go to google play download Rom manager then install CWM
or try just download rom manager then install CWM replace TWRP
Click to expand...
Click to collapse
So good news. I was successful at installing Paranoid android.:victory: I am mentally exhausted, but this was definitely a learning experience! Thank you everyone who'd replied. All your guidance was very helpful! :highfive:
Hey, today i wanted to install a new Firmware on my Huawei G7-L01 with the TWRP recovery menu. But everytime i try to install acustom ROM it says that it could not flah the zip or flsh binary could not be loaded can someone help me please?? it is my only phone and i dont want to buy a new one :C
If it says that binary is not loaded then it probably means that the zip you are trying to flash is either not meant to be flashed in recovery or somehow damaged.
Try to download the zip again and read the instructions on the page you downloaded it for.
Sent from my Redmi Note 4 using Tapatalk
User17745 said:
If it says that binary is not loaded then it probably means that the zip you are trying to flash is either not meant to be flashed in recovery or somehow damaged.
Try to download the zip again and read the instructions on the page you downloaded it for.
Sent from my Redmi Note 4 using Tapatalk
Click to expand...
Click to collapse
I downloaded like 6-8 ROM´s for the phone but everytime the error, that the zip cant be flashed
PeeK1e said:
I downloaded like 6-8 ROM´s for the phone but everytime the error, that the zip cant be flashed
Click to expand...
Click to collapse
Could be something wrong with the recovery.
Do you have fastboot on your phone?
If yes, then try to flash a new recovery or even a ROM from there.
Sent from my Redmi Note 4 using Tapatalk