HTC_A50AML 128 SHIP HTC one e9s

i pressed VOL(-) and power key then i got this screen

IMG_20161202_152724.jpg

and i select boot to bootloader i got

IMG_20161202_152842.jpg

When trying to boot to download mode i got this error in bottom area

IMG_20161202_152853.jpg

IMG_20161202_152842.jpg

please help me guys a am a shopkeeper and i am facing a large problum
 

Attachments

  • IMG_20161202_152801.jpg
    IMG_20161202_152801.jpg
    79.6 KB · Views: 4
Last edited:
#wizzrah
Please help me dear i am in deep trouble. i added some pics in thread please check it out and give me the solution please i beg you dear i am in serious problem.
Please
 
Patience Raaj, he may be in a different time zone and is still just waking up. He'll be here to help shortly. :)
 
#wizzrah
Please help me dear i am in deep trouble. i added some pics in thread please check it out and give me the solution please i beg you dear i am in serious problem.
Please
I am trying my best to understand the problem. You mentioned you can still read the phone on your computer. I asked some questions, but I haven't seen a response to them yet. Here is what I need to know:

1. Can you execute fastboot commands? Do you know how to do this or do you need guidance for fastboot commands?

2. Where exactly did you find the recovery file you flashed? Was on another forum like XDA or a specific blog? Paste a link to where you obtained the file.

I also noticed that you have a locked bootloader. If you flashed a custom recovery with a locked bootloader, that's a big no-no. We can try to get around some things with fastboot commands, but if they do not work, there is not much else we can do if you tried to modify your phone incorrectly.
 
I am trying my best to understand the problem. You mentioned you can still read the phone on your computer. I asked some questions, but I haven't seen a response to them yet. Here is what I need to know:

1. Can you execute fastboot commands? Do you know how to do this or do you need guidance for fastboot commands?

2. Where exactly did you find the recovery file you flashed? Was on another forum like XDA or a specific blog? Paste a link to where you obtained the file.

I also noticed that you have a locked bootloader. If you flashed a custom recovery with a locked bootloader, that's a big no-no. We can try to get around some things with fastboot commands, but if they do not work, there is not much else we can do if you tried to modify your phone incorrectly.
Food for thought....I recall needing to disable fast boot (I think that's what it was called?) In order to root and ROM my HTC. If this was not disabled, could that be part of the issue of not being able to boot into the bootloader?
 
Food for thought....I recall needing to disable fast boot (I think that's what it was called?) In order to root and ROM my HTC. If this was not disabled, could that be part of the issue of not being able to boot into the bootloader?

The terminology "fastboot" makes me think of either "fastboot mode" or the "fast boot" in the settings that allows HTC phones to enter a sleep state and not fully turn off. He does not have access to the phone OS and if that was the case, he would not be able to access download mode or any mode he has mentioned.
 
Food for thought....I recall needing to disable fast boot (I think that's what it was called?) In order to root and ROM my HTC. If this was not disabled, could that be part of the issue of not being able to boot into the bootloader?
I also believe since this is a newer phone, this has a newer recovery layout. I read somewhere that download mode on this phone IS fastboot mode, but I am unsure if this is correct. More research needed and more answers from the OP is needed.
 
#wizzrah
Please help me dear i am in deep trouble. i added some pics in thread please check it out and give me the solution please i beg you dear i am in serious problem.
Please
One more question I have thought of. Can you show me where you were reading how to modify your phone, assuming you were following a rooting guide?
 
The terminology "fastboot" makes me think of either "fastboot mode" or the "fast boot" in the settings that allows HTC phones to enter a sleep state and not fully turn off. He does not have access to the phone OS and if that was the case, he would not be able to access download mode or any mode he has mentioned.
I just recall needing to disable something in the battery section to properly use the bootloader. I can check an M9 to see if that was there soon.
 
I just recall needing to disable something in the battery section to properly use the bootloader. I can check an M9 to see if that was there soon.
If it is in the battery section, I believe it is the "fast boot" option I mentioned.
 
#wizzrah

1. i dont know how to execute fastboot commands for this please guide me
2. i had flashed the HTC M8 CWM recovery by mistake and i flashed it with flashify.
i had download cwm recovery from this link
[m8][CWM Advanced Edition] PhilZ Touch | HTC One (M8)
3. yas im my phone bootloader is locked please clear it and guide me how to solve this issue.
i am in deep problum my dear i am a shopkeeper and these days i lost every communications with my clients please help me to solve this problum as soon as possible
Regard
 
Golfdriver97
My dear i have a windows 7 system and this process is very tough please tell me any process for windows 7
 
#wizzrah

1. i dont know how to execute fastboot commands for this please guide me
2. i had flashed the HTC M8 CWM recovery by mistake and i flashed it with flashify.
i had download cwm recovery from this link
[m8][CWM Advanced Edition] PhilZ Touch | HTC One (M8)
3. yas im my phone bootloader is locked please clear it and guide me how to solve this issue.
i am in deep problum my dear i am a shopkeeper and these days i lost every communications with my clients please help me to solve this problum as soon as possible
Regard

This is all you need to do assuming you have a Windows computer to execute fastboot commands. I have extracted the ADB and Fastboot files directly from the Android SDK and have put them in a Zipped folder. Download them here. Place the folder on your desktop. Unzip the folder and open it so you see the files inside (adb.exe, fastboot.exe, etc.). Once the folder is open, inside the folder, hold the SHIFT key and then right click. You should see a menu pop-up and it will have an option that states Open Command Window Here. Click on that and it should open up a command prompt. You now have ADB and Fastboot set up and you are ready to use it. I would strongly suggest you use the files I pasted since I can confirm they are the most up-to-date files straight from the Android SDK, but if you get stuck, try the video Golfdriver97 posted since it simply utilizes a script that will install the files for you. Once you have the command prompt visible, connect your phone via a USB port while it is in Download mode (we can try this mode first).

First, we need to confirm fastboot is working. In the command prompt, type "fastboot". Your prompt should look like this:
C:\Users\someuser\Desktop\ADB-Fastboot-SDK>fastboot usage: fastboot [ <option> ] <command> commands: update <filename> Reflash device from update.zip. Sets the flashed slot as active. flashall Flash boot, system, vendor, and -- if found -- recovery. If the device supports slots, the slot that has been flashed to is set as active. Secondary images may be flashed to an inactive slot. flash <partition> [ <filename> ] Write a file to a flash partition. flashing lock Locks the device. Prevents flashing. flashing unlock Unlocks the device. Allows flashing any partition except bootloader-related partitions. flashing lock_critical Prevents flashing bootloader-related partitions. flashing unlock_critical Enables flashing bootloader-related partitions. flashing get_unlock_ability Queries bootloader to see if the device is unlocked. flashing get_unlock_bootloader_nonce Queries the bootloader to get the unlock nonce. flashing unlock_bootloader <request> Issue unlock bootloader using request. flashing lock_bootloader Locks the bootloader to prevent bootloader version rollback. erase <partition> Erase a flash partition. format[:[<fs type>][:[<size>]] <partition> Format a flash partition. Can override the fs type and/or size the bootloader reports. getvar <variable> Display a bootloader variable. set_active <slot> Sets the active slot. If slots are not supported, this does nothing. boot <kernel> [ <ramdisk> [ <second> ] ] Download and boot kernel. flash:raw boot <kernel> [ <ramdisk> [ <second> ] ] Create bootimage and flash it. devices [-l] List all connected devices [with device paths]. continue Continue with autoboot. reboot [bootloader] Reboot device [into bootloader]. reboot-bootloader Reboot device into bootloader. help Show this help message. options: -w Erase userdata and cache (and format if supported by partition type). -u Do not erase partition before formatting. -s <specific device> Specify a device. For USB, provide either a serial number or path to device port. For ethernet, provide an address in the form <protocol>:<hostname>[:port] where <protocol> is either tcp or udp. -p <product> Specify product name. -c <cmdline> Override kernel commandline. -i <vendor id> Specify a custom USB vendor id. -b, --base <base_addr> Specify a custom kernel base address (default: 0x10000000). --kernel-offset Specify a custom kernel offset. (default: 0x00008000) --ramdisk-offset Specify a custom ramdisk offset. (default: 0x01000000) --tags-offset Specify a custom tags offset. (default: 0x00000100) -n, --page-size <page size> Specify the nand page size (default: 2048). -S <size>[K|M|G] Automatically sparse files greater than 'size'. 0 to disable. --slot <slot> Specify slot name to be used if the device supports slots. All operations on partitions that support slots will be done on the slot specified. 'all' can be given to refer to all slots. 'other' can be given to refer to a non-current slot. If this flag is not used, slotted partitions will default to the current active slot. -a, --set-active[=<slot>] Sets the active slot. If no slot is provided, this will default to the value given by --slot. If slots are not supported, this sets the current slot to be active. This will run after all non-reboot commands. --skip-secondary Will not flash secondary slots when performing a flashall or update. This will preserve data on other slots. --unbuffered Do not buffer input or output. --version Display version. -h, --help show this message.


If you see this, it means fastboot is working correctly.

Once the phone is connected and you have confirmed the computer is reading the phone, type the command "fastboot devices" like this:
C:\Users\someuser\Desktop\ADB-Fastboot-SDK>fastboot devices



It should display a device number or string. Copy the results after that command and respond with it to this comment. Also, if there is no results after that (if it is blank), or if something else happens, say so.
 
Golfdriver97
My dear i have a windows 7 system and this process is very tough please tell me any process for windows 7


I have responded to you with instructions and a step-by-step process. Let me know if you get stuck on any part.
 
#wizzrah
I followed your process and i got these results please check it out

1_screenshot_20161204_075416_1.jpg

2_screenshot_20161204_075450.jpg

3_screenshot_20161204_075522.jpg

Now what i need to do next my dear?
 
Last edited:
#wizzrah

i search on google to unlock bootloader process and i got Welcome to HTCdev .
i followed there steps and now my phone is unlocked

IMG_20161204_120554.jpg

but after this when i boot to download mode again its showing S-ON status is ***UNLOCKED***

IMG_20161204_122416.jpg

everything like before i posted images and when i checked my phone locking status on fastboot cmd its showing DEVICE IS UNLOCKED.

mrp.jpg

i think this is happening because i earlier flashed wrong recovery on it.
so my dear now i think we need firmware file for HTC e9s.
or am i wrong please guide me and take me to right side.
 
Last edited:
#wizzrah

Thank you so much for your effort my dear i am so so so happy with your help.
i found a working method on Methods to Root HTC One E9s dual sim & install TWRP custom recovery
i followed it and now i have a recovery on my phone.

IMG_20161204_134110.jpg

I dont know how i will thank you for this but seriously you are genius man thanku so much for this help

But there is still one more thing standing now we want firmware or stock rom for e9s because i think some system files are currepted and with new flash we can repair this error i think.

one more think my dear i lost htc e9s sim trey holder somewhere so now i am searching for e9s sim tray everywhere like shops,stores,online but i didnt getting any one for this.so suggest me can i use other HTC phone sim trey holder in "E9S dual sim" please guide me about supporting models.
Regard
Your well wisher
 
Last edited:

Trending Posts

Members online

Forum statistics

Threads
957,123
Messages
6,971,574
Members
3,163,723
Latest member
trixie909