Tell HTC - One (M8) Q&A, Help & Troubleshooting

Just did S-off on my Dev edition and noticed under settings>about>Tell HTC that in red it says this is a test device and that they will automatically collect info with out being able to opt out. Anyone else have this or know what it is?

Alaris said:
Just did S-off on my Dev edition and noticed under settings>about>Tell HTC that in red it says this is a test device and that they will automatically collect info with out being able to opt out. Anyone else have this or know what it is?
Click to expand...
Click to collapse
Tell HTC (Experience Log) is software that runs in the background on your HTC phone, tablet or device (your "Device") that allows HTC Corporation and its affiliates ("HTC") to collect specific data from your Device about how you use your Device ("Usage Data" as described in further detail at "What data does HTC want to collect from your Device?" below). Tell HTC does not collect data that is intended to identify you personally and HTC will not use any information collected by Tell HTC to attempt to identify you personally.
https://www.htcsense.com/en/static/privacy-tell-htc.html?region=en
As for disabling it I'm not sure. You want want to talk to @Ghost as he requested the same info a long way back for a rom he was putting together. But be nice... he's a Mod
http://forum.xda-developers.com/showthread.php?t=1527811

Hey,
Here is the original thread I created to find out how to disable Tell HTC. Most of it should be current for sense 6. EDIT: Reading the thread that is different to what I was originally looking for. The reason he is getting this message is he has a m8 with S-off and a non modified bootloader. I am not sure if following this thread will remove it. You may need a modded bootloader to sort the issue: [how to] remove your "tampered" banner

If you want to delete tell HTC just freeze or remove UDOVE.APK from system.
Sent from my HTC One_M8 using Tapatalk

tominozh said:
If you want to delete tell HTC just freeze or remove UDOVE.APK from system.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
I read somewhere that if you remove udove.apk you can't get OTA. IS that correct?

grentuu said:
I read somewhere that if you remove udove.apk you can't get OTA. IS that correct?
Click to expand...
Click to collapse
Yes, if you change/remove anything from the system OTA update will fail.
Best way to get around that if you want to run stock is to keep unmodified system backup on your laptop. When you'll receive ota and update fail, just restore system and boot (don't restore data) in recovery. Reboot back to system, flash stock recovery and install ota.
Sent from my HTC One_M8 using Tapatalk
---------- Post added at 09:43 PM ---------- Previous post was at 09:42 PM ----------
tominozh said:
Yes, if you change/remove anything from the system OTA update will fail.
Best way to get around that if you want to run stock is to keep unmodified system backup on your laptop. When you'll receive ota and update fail, just restore system and boot (don't restore data so you can keep it like it is) in recovery. Reboot back to system, flash stock recovery and install ota.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Sent from my HTC One_M8 using Tapatalk

I just checked mine and I have it too. I'm s-off and unlocked bootloader but that's it. Stock recovery and stock ROM non rooted. Also, I've already removed the tampered banner so it must be triggered by either s-off or unlocked bootloader
Sent from my HTC One_M8 using XDA Free mobile app

How to provide or withdraw your consent to HTC collecting and using the data
You can provide or withdraw your consent to HTC collecting and using the data at any time. Go to the Settings menu and select "About Phone", then select "Tell HTC" and check or uncheck the check box (tick box) as required: (Menu->Settings->About Phone->Tell HTC).
https://www.htcsense.com/en/static/privacy-tell-htc.html?region=en
btw..all my questions were for others..I'm on GPE I don't have HTC Tell

tominozh said:
Yes, if you change/remove anything from the system OTA update will fail.
Best way to get around that if you want to run stock is to keep unmodified system backup on your laptop. When you'll receive ota and update fail, just restore system and boot (don't restore data) in recovery. Reboot back to system, flash stock recovery and install ota.
Sent from my HTC One_M8 using Tapatalk
---------- Post added at 09:43 PM ---------- Previous post was at 09:42 PM ----------
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Surely it's simpler just to move the apk from system apps or rename the extension to something other than apk. This will effectively disable it.

ashyx said:
Surely it's simpler just to move the apk from system apps or rename the extension to something other than apk. This will effectively disable it.
Click to expand...
Click to collapse
Yes it is, if that's the only change you doing to the system. You could also just freeze it using TB or similar tool. Even easier.
Sent from my HTC One_M8 using Tapatalk

Related

[MOD] Hboot 3.16.0.000 without red text on custom kernels.

This mod removes the red text from HBOOT with custom kernels.
It is a simple binary replacement of the text that would normally display with a long string of 0x20 (The character for spaces).
WARNING: THIS IS DANGEROUS, if your phone powers off while you are writing to the hboot, you CAN brick.
S-off, root, and busybox are required
Download:
http://www.cheatersedge.org/android/m8/hboot-no-red-text.img
SHA1: 8619b74b5f22459753498d89de38f47b23518f78
Installation (This can be done in normal boot mode, but booted to TWRP is a MUCH safer bet):
Code:
adb push hboot-no-red-text.img /sdcard/
adb shell
su
dd if=/sdcard/hboot-no-red-text.img of=/dev/block/mmcblk0p11
reboot
will this be persistent between rom flashes? ie. a 1 time thing? I think it should since it is its own partition right?
epsiblivion said:
will this be persistent between rom flashes? ie. a 1 time thing? I think it should since it is its own partition right?
Click to expand...
Click to collapse
Yes, it should be persistent unless for some insane reason you decide to flash a ROM with an HBOOT image built into it.
Fenny said:
Yes, it should be persistent unless for some insane reason you decide to flash a ROM with an HBOOT image built into it.
Click to expand...
Click to collapse
it would take an even more insane dev to make such a zip. I don't think I ever saw one. except maybe one time when one of the phones I was using needed firmware update to be compatible with the new android version, and the new roms included it. though it'd be safer to have it as a separate zip.
For some reason, it's giving me an error
Code:
/sbin/sh: su: not found
while booted into twrp recovery. It has no issue finding it while booted though. Don't want to mess around flashing this hboot without being in recovery. Any ideas?
captainreynolds said:
For some reason, it's giving me an error
Code:
/sbin/sh: su: not found
while booted into twrp recovery. It has no issue finding it while booted though. Don't want to mess around flashing this hboot without being in recovery. Any ideas?
Click to expand...
Click to collapse
OH no need to worry, you are already running as root in the recovery. You can skip the "su" step.
Fenny said:
OH no need to worry, you are already running as root in the recovery. You can skip the "su" step.
Click to expand...
Click to collapse
Yeah, figured it out when I noticed the hash symbol Got it working - thanks for making this!
Hey, if I make a backup of my current hboot using dd, will I be able to restore that backup using dd if I ever need to go back to stock? Thanks!
Also, if any of y'all want the stock t-mobile hboot (3.16.0.0000) let me know, I'll upload it somewhere.
crashfocus said:
Hey, if I make a backup of my current hboot using dd, will I be able to restore that backup using dd if I ever need to go back to stock? Thanks!
Also, if any of y'all want the stock t-mobile hboot (3.16.0.0000) let me know, I'll upload it somewhere.
Click to expand...
Click to collapse
Yes, that works just fine.
Sent from my HTC One_M8 using Tapatalk
It says "no such file or directory" on the first command. Am I doing something wrong?
Sent from my HTC One_M8 using Tapatalk
---------- Post added at 12:27 AM ---------- Previous post was at 12:01 AM ----------
verysick said:
It says "no such file or directory" on the first command. Am I doing something wrong?
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
I forgot to copy the img to my adb folder [emoji28][emoji191] It worked. Thanks! No more red letters [emoji41]
Sent from my HTC One_M8 using Tapatalk
Thanks for this. Worked perfectly
Thank you very much Fenny for this Eazy Peazy mod!!!!
Makes reboot look soooooooo much better
It doesn't seem to work if you have a custom splash screen installed. Any way around that? Thanks for the mod anyways :highfive:
So the phone have to be on bootloader or recovery?
Sent from my HTC One_M8 using xda premium
So i am assuming that reverting the hboot to have red text, we would just flash our own Hboot dumps?
I'm assuming so.. Either way it can't hurt to put back what was already there to begin with so give it a go
Sent from my HTC One_M8 using xda app-developers app
pp085ster said:
I'm assuming so.. Either way it can't hurt to put back what was already there to begin with so give it a go
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
I just removed the "Tampered" banner (Didn't know i can do that, LOL), so really all that is left if the Red Text. i really don't care if it says locked or unlocked.
Any way to do this in the phone without a computer?
Thanks
Sent from my HTC One_M8 using xda app-developers app
Worked as said. Red warning gone. Thank you!
Phone: T-Mobile HTC M8 rooted-superCID-s-Off
ROM: Latest Cyanogen
Recovery: Lates TWRP
tony_5309 said:
I just removed the "Tampered" banner (Didn't know i can do that, LOL), so really all that is left if the Red Text. i really don't care if it says locked or unlocked.
Click to expand...
Click to collapse
How did you remove the tampered banner?

[Q] Restore T-Mobile HTC One M8 to Stock ROM with RUU

Is there a RUU for the T-Mobile variant of the M8?
Looking to revert back to 100% stock. Im coming from the full GPE conversion with S-Off and unlocked bootloader.
I saw that there is an RUU for Verizon so I figured I would ask here on the Tmobile hood.
yes i did a search, and no i did not find what i was looking for.
Thank you!!
Verizon RUU
monomojao said:
Is there a RUU for the T-Mobile variant of the M8?
Looking to revert back to 100% stock. Im coming from the full GPE conversion with S-Off and unlocked bootloader.
I saw that there is an RUU for Verizon so I figured I would ask here on the Tmobile hood.
yes i did a search, and no i did not find what i was looking for.
Thank you!!
Verizon RUU
Click to expand...
Click to collapse
I'm looking for a leak too to no avail. If you do happen to come across it, please post here. I'll do the same.
Sounds good Dave. Will do!!
Sent from my HTC One_M8 using XDA Free mobile app
I want to say that VZW is the only one with an RUU for Sense right now... Very unusual to be this long without one. I know sources who have them but aren't sharing them.
Sent from my HTC One_M8 using Tapatalk
altimax98 said:
I want to say that VZW is the only one with an RUU for Sense right now... Very unusual to be this long without one. I know sources who have them but aren't sharing them.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Interesting. Do you know if this is something typically released by the manufacturer or carrier? I haven't used a carrier-touched device in a while so I'm not sure.
Sent from my HTC One_M8 using Tapatalk
dave.michael said:
Interesting. Do you know if this is something typically released by the manufacturer or carrier? I haven't used a carrier-touched device in a while so I'm not sure.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Sometimes HTC releases it but usually most leak I believe. Even the non-carrier branded device doesn't have an RUU yet
Sent from my HTC One_M8 using Tapatalk
Thanks for your input! Hopefully we see one soon for magenta!!
Sent from my HTC One_M8 using XDA Free mobile app
Hmm. Weird. Hope they release soon. I don't want to root my phone without having a RUU out just in case something happens.
Tell me about it. I did the full conversion to GPE!!
It's not bad but I do miss the way sense looked. A lot classier
Sent from my HTC One_M8 using XDA Free mobile app
monomojao said:
Is there a RUU for the T-Mobile variant of the M8?
Looking to revert back to 100% stock. Im coming from the full GPE conversion with S-Off and unlocked bootloader.
I saw that there is an RUU for Verizon so I figured I would ask here on the Tmobile hood.
yes i did a search, and no i did not find what i was looking for.
Thank you!!
Verizon RUU
Click to expand...
Click to collapse
I've posted the link in my thread for the T-Mobile 1.57.531.7 RUU
[T-Mobile US] [RUU] [Stock Recoveries] [TWRP Nandroids] [Flashable Radios]
Garmig said:
I've posted the link in my thread for the T-Mobile 1.57.531.7 RUU
[T-Mobile US] [RUU] [Stock Recoveries] [TWRP Nandroids] [Flashable Radios]
Click to expand...
Click to collapse
If I flash this RUU, will it take the relocked off my fastboot menu and hide all evidence I was ever rooted and unlocked?
I'm back to 100% stock, re locked, S-on, just says relocked on the fastboot menu. I accepted OTA so I know I'm good to go, just want that gone...
Thanks so much man!
Sent from my HTC One_M8 using Tapatalk
Did you just add that file on your thread?
I've been looking in that post for a few days and didn't notice the ruu.
So do I just flash the T-Mobile RUU and it returns everything to stock?
Thank you for sharing BTW.
Sent from my HTC One_M8 using XDA Free mobile app
monomojao said:
Did you just add that file on your thread?
I've been looking in that post for a few days and didn't notice the ruu.
So do I just flash the T-Mobile RUU and it returns everything to stock?
Thank you for sharing BTW.
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
Yes, I've added the link this morning.
Sent from my HTC One_M8 using Tapatalk
Dude you rock. How do I buy you a beer?
Sent from my HTC One_M8 using XDA Free mobile app
monomojao said:
Dude you rock. How do I buy you a beer?
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
Don't worry man, it's ok.
Sent from my HTC One_M8 using Tapatalk
Finally! Thanks for posting the link to the RUU! You rock!
Alternate location
From the HTC site, in case the mirrors are down or something?
http://www.htc.com/us/support/htc-one-m8-t-mobile/news/
{pasted from the link above}
Manual system update instructions:
If you are outside of T-Mobile/Wi-Fi coverage, or the update is not found, you may perform a manual system update.
This process requires that you download and install HTC Sync Manager first in order to get the proper drivers.
If you do not have HTC Sync Manager installed already, you may download the software from http://www.htc.com/www/software/htc-sync-manager/.
WARNING: Performing the system update manually will delete all information from the device.
Ensure all information is backed up before proceeding.
See the Help & How To section of this website for more information on backing up your device contents.
Performing the ROM Update:
1. Download and save the HTC One (M8)™ for T-Mobile ROM update to your PC.
2. Connect your device to your PC via the supplied USB cable.
3. If the device is not recognized by the PC, ensure you have HTC Sync Manager installed and then disconnect and reconnect the device from the USB cable.
4. Once the device is properly recognized on the PC, locate the HTC One™ for T-Mobile ROM Update that you downloaded. Double-click on the file to launch the system update wizard.
5. Follow all of the system update wizard instructions shown on your PC.
6. Once the update is complete, click Finish in the Wizard and the device will reboot.
7. Once the device reboots, the initial setup wizard will appear.
8. Once the initial setup process is complete, the device is ready for use.
Note: If the ROM update wizard fails to recognize the device, close the wizard and then follow the steps below:
· From a powered off state, hold VOLUME DOWN while powering on the device.
· Use the volume buttons to scroll to FASTBOOT and then press the POWER button to select it.
· Connect the device to the PC while in this state and attempt the ROM update again.
To exit FASTBOOT manually, use the volume keys to navigate to REBOOT and press the POWER button to select it.
Download (1.5 GB)
http://dl3.htc.com/application/RUU_M8_TMOUS_1.57.531.7.exe
Can you help me dudes??
Yo
I have a quick question for the administrators. I was on Cyanogenmod with TWRP Recovery on my Htc one M8, i did everything stock (installed 2.22.401.4 odexx stock rom, with stock recovery, relocked the bootloader and turner S-ON) Now i have OTA update and when i click install now it shows red triangle and the update fails. When i go into recovery it shows something like 2.22.401.4 "something is wrong or missing something-i dont like to go into recovery to see again but i think you know this issue ) Can you please tell me what to do guys i dont want to sell my htc m8 and i want to get the OTA's in the future without any problem. Btw my phone is bought from T-Mobile Macedonia, where i wondered is this t-mobile RUU for all countries T-Mobile devices or just US?
I will be very grateful for your answers dudes.
Thank you in advance.
I was looking for the same thing and i found this article on droidviews. cant post it right now but its called "restore t-mobile htc one m8to stock with ruu
gonna try it in a couple of mins.
hope it helps!

[Q&A] [GUIDE] How to add root access & and keep official OTA updates | 3.28.401.7

[Q&A] [GUIDE] How to add root access & and keep official OTA updates | 3.28.401.7
Q&A for [GUIDE] How to add root access & and keep official OTA updates | 3.28.401.7
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
HT M8 Dual Sim
hi, i want to know can i root my HTC M8 Dual Sim with KitKat (Android 4.4.4 + HTC Sense 6.0) or is their any another rom for Dual Sim,
Thanks.
Mohammed
Boot issues
Hi everyone,
I just flashed the boot.img and installed the Root_And_BusyBox.zip file via TWRP. After a reboot, my device is stuck at the boot screen (white screen with green HTC logo and red warning about development build). Apparently it finishes booting, because when I touch the screen I can feel it respond, I can even hear the unlock sound. However the screen always stays the same. Holding the power button doesn't reboot the phone either.
Any ideas how I can get this to work again?
Thank you very much!
-iLuvatar108
Hi guys,
I am currently running stock rom and software version 3.28.709.5. I rooted with hassoon AIO Toolkit.
My questions are these :
1) should I unroot my device and follow the instructions to have access to OTA updates?
2) since my device version seems to be newer than recommended one by Mike, will Mikes method work with my version?
3) when people say that you can't process OTA updates when rooted and running a custom recovery, does that mean you literally cannot see any available updates under the HTC software update section? Or that you can see the update but cannot install it?
Thanks all especially Mike!
I am running TWRP btw and using unlocked international One M8
Sent from my HTC_M8x using XDA Free mobile app
cidnum: HTC__621
Hi Mike1986,
Many thanks for posting this thread. I have an M8 with cidnum: HTC__621 and modelid: 0P6B11000. Am I able to use your "stock odexed 3.28.401.7" download on this device? I note that on the first post in this thread you've mention a cidnum of "0P6B10000".
Cheers!
Jon
iLuvatar108 said:
Hi everyone,
I just flashed the boot.img and installed the Root_And_BusyBox.zip file via TWRP. After a reboot, my device is stuck at the boot screen (white screen with green HTC logo and red warning about development build). Apparently it finishes booting, because when I touch the screen I can feel it respond, I can even hear the unlock sound. However the screen always stays the same. Holding the power button doesn't reboot the phone either.
Any ideas how I can get this to work again?
Thank you very much!
-iLuvatar108
Click to expand...
Click to collapse
Try holding down the power button + vol. up
It's the equivalent of a battery pull, and might clear stuff up.
You'll have to hold it down for 20 seconds or so. Be patient and wait for it to reboot before letting go.
Hi xunholyx,
Thanks for your reply, I didnt know about the Vol down in this case. With my last phone it was just holding the power button.
Anyway, what I did is wait until the battery died, then I was able to get into fastboot mode again. It seems there was something wrong with the boot.img. After I flashed the stock one again it worked fine. Not sure why it didn't want to work...
Greets,
iLuvatar108
james0908 said:
Hi guys,
I am currently running stock rom and software version 3.28.709.5. I rooted with hassoon AIO Toolkit.
My questions are these :
1) should I unroot my device and follow the instructions to have access to OTA updates?
2) since my device version seems to be newer than recommended one by Mike, will Mikes method work with my version?
3) when people say that you can't process OTA updates when rooted and running a custom recovery, does that mean you literally cannot see any available updates under the HTC software update section? Or that you can see the update but cannot install it?
Thanks all especially Mike!
I am running TWRP btw and using unlocked international One M8
Sent from my HTC_M8x using XDA Free mobile app
Click to expand...
Click to collapse
I can only speak for number 3. You will see the updates, but when you try to install them it will boot into your custom recovery, then installation will fail. Only flashing the stock recovery back will let you install the OTA. After that you can flash your custom recovery again.
Greets,
iLuvatar108
Hi, question:
When S-Off and Super-CID set, do I get OTAs offered? And if, which ones?
To be clear: I know how to install OTAs from here via stock recovery from SD-card, but I don't find a clear answer to the question above.
james0908 said:
Hi guys,
I am currently running stock rom and software version 3.28.709.5. I rooted with hassoon AIO Toolkit.
My questions are these :
1) should I unroot my device and follow the instructions to have access to OTA updates?
2) since my device version seems to be newer than recommended one by Mike, will Mikes method work with my version?
3) when people say that you can't process OTA updates when rooted and running a custom recovery, does that mean you literally cannot see any available updates under the HTC software update section? Or that you can see the update but cannot install it?
Thanks all especially Mike!
I am running TWRP btw and using unlocked international One M8
Sent from my HTC_M8x using XDA Free mobile app
Click to expand...
Click to collapse
iLuvatar108 said:
I can only speak for number 3. You will see the updates, but when you try to install them it will boot into your custom recovery, then installation will fail. Only flashing the stock recovery back will let you install the OTA. After that you can flash your custom recovery again.
Greets,
iLuvatar108
Click to expand...
Click to collapse
You will also need an unmodified /system partition. You will need to disable Xposed if you use it, and revert any other changes made to files in /system.
xunholyx said:
You will also need an unmodified /system partition. You will need to disable Xposed if you use it, and revert any other changes made to files in /system.
Click to expand...
Click to collapse
I don't use Xposed and as far as i know haven't made any changes in /system. I might have used only the SD card permission fixer app. Not sure if that affects /system.
So if I unroot and follow this method I can have access to ota updates? Even if I'm using newer software version?
Sent from my HTC_M8x using XDA Free mobile app
james0908 said:
I don't use Xposed and as far as i know haven't made any changes in /system. I might have used only the SD card permission fixer app. Not sure if that affects /system.
So if I unroot and follow this method I can have access to ota updates? Even if I'm using newer software version?
Sent from my HTC_M8x using XDA Free mobile app
Click to expand...
Click to collapse
You would have to downgrade your firmware to what is stock for you before getting OTAs.
xunholyx said:
You would have to downgrade your firmware to what is stock for you before getting OTAs.
Click to expand...
Click to collapse
I'm sorry but I'm not understanding completely, I am already stock firmware.
Sent from my HTC_M8x using XDA Free mobile app
james0908 said:
So if I unroot and follow this method I can have access to ota updates? Even if I'm using newer software version?
Sent from my HTC_M8x using XDA Free mobile app
Click to expand...
Click to collapse
xunholyx said:
You would have to downgrade your firmware to what is stock for you before getting OTAs.
Click to expand...
Click to collapse
james0908 said:
I'm sorry but I'm not understanding completely, I am already stock firmware.
Sent from my HTC_M8x using XDA Free mobile app
Click to expand...
Click to collapse
You have to downgrade your firmware to match the version of stock ROM you are using (4.4.3 i presume?).
If you are worrying about getting OTAs using the new software version, then it is not stock for you.
Maybe it is me who is misunderstanding. Did you manually update your firmware? Then it is probably not stock for you.
The OTA would have contained the new firmware.
If you need OTAs, you will have to S-Off and downgrade.
Unless I was misunderstanding what you were asking.
Edit: I see now by reading back to the beginning that I did misunderstand.
I think this method will still work, but I will check to make sure. BRB
xunholyx said:
You have to downgrade your firmware to match the version of stock ROM you are using (4.4.3 i presume?).
If you are worrying about getting OTAs using the new software version, then it is not stock for you.
Maybe it is me who is misunderstanding. Did you manually update your firmware? Then it is probably not stock for you.
The OTA would have contained the new firmware.
If you need OTAs, you will have to S-Off and downgrade.
Unless I was misunderstanding what you were asking.
Click to expand...
Click to collapse
When I got the phone a week ago I'm pretty sure it was already 4.4. I processed 1 OTA, which was called the HTC Eye experience, I then unlocked and rooted using a all in one toolkit. I am now still 4.4 kitkat.
I thought the software version and firmware was the same thing?
My current software version is 3.28.709.5
And for some reason I can't see anything when I use adb getvar version-main.
I didn't manually load anything except for unlocking bootloader and rooting.
I want to process OTA in the future without unrooting but Mike the OP listed a different software version.
As you answered me in a different thread you know I'm asking about how to get my version main back.
Sent from my HTC_M8x using XDA Free mobile app
james0908 said:
So if I unroot and follow this method I can have access to ota updates? Even if I'm using newer software version?
Click to expand...
Click to collapse
The answer is yes. I see no reason why it wouldn't work.
---------- Post added at 02:01 PM ---------- Previous post was at 01:57 PM ----------
james0908 said:
As you answered me in a different thread you know I'm asking about how to get my version main back.
Click to expand...
Click to collapse
No offence, but I try to help a lot of people here and don't remember all the names and issues. Nothing personal.
---------- Post added at 02:03 PM ---------- Previous post was at 02:01 PM ----------
james0908 said:
When I got the phone a week ago I'm pretty sure it was already 4.4. I processed 1 OTA, which was called the HTC Eye experience, I then unlocked and rooted using a all in one toolkit. I am now still 4.4 kitkat.
I thought the software version and firmware was the same thing?
My current software version is 3.28.709.5
And for some reason I can't see anything when I use adb getvar version-main.
I didn't manually load anything except for unlocking bootloader and rooting.
I want to process OTA in the future without unrooting but Mike the OP listed a different software version.
As you answered me in a different thread you know I'm asking about how to get my version main back.
Sent from my HTC_M8x using XDA Free mobile app
Click to expand...
Click to collapse
It's the ROM version and firmware version that could be different. You can be running the very newest firmware, but still be on a 4.4.2 ROM
xunholyx said:
The answer is yes. I see no reason why it wouldn't work.
Click to expand...
Click to collapse
None taken man. I sent you a PM. Hoping you can help me out.
Sent from my HTC_M8x using XDA Free mobile app
james0908 said:
....... for some reason I can't see anything when I use adb getvar version-main.
Click to expand...
Click to collapse
Try "fastboot getvar all" (no quotes) in ADB. It should list all the info you need about your phone.
xunholyx said:
Try "fastboot getvar all" (no quotes) in ADB. It should list all the info you need about your phone.
Click to expand...
Click to collapse
Dude same guy who PM'ed you Lol. Tried that already. Didnt yield anything more than getvar version-main
Sent from my HTC_M8x using XDA Free mobile app
I already asked this in the original tread, but I see now there is a q&a section, so..
So, if I changed my build.prop, ota will fail, right?
Will it still fail if I replace build.prop with a copy (backup) of the original?

Root and removing system apps ( bloatware )

While not able to obtain s- off at the moment because I'm on 4.4.4 if I root is it possible to remove unwanted apps? I have been using the stock Rom and just changing a few things using xposed and that's all I need to do. But rather not root if I cannot remove apps of my choosing. Also I read somewhere that just unlocking the boot loader and rooting some people are having problems keeping root. Anyone know about this also? Thanks
Sent from my HTC One_M8 using Xparent Blue Tapatalk 2
treIII said:
While not able to obtain s- off at the moment because I'm on 4.4.4 if I root is it possible to remove unwanted apps? I have been using the stock Rom and just changing a few things using xposed and that's all I need to do. But rather not root if I cannot remove apps of my choosing. Also I read somewhere that just unlocking the boot loader and rooting some people are having problems keeping root. Anyone know about this also? Thanks
Sent from my HTC One_M8 using Xparent Blue Tapatalk 2
Click to expand...
Click to collapse
Don't use a toolkit, and root manually. It'll stick. Then you can go right ahead and remove any app you want. Just don't remove the wrong ones. And of course, make backups through the steps
xunholyx said:
Don't use a toolkit, and root manually. It'll stick. Then you can go right ahead and remove any app you want. Just don't remove the wrong ones. And of course, make backups through the steps
Click to expand...
Click to collapse
It's there alink to root manually? Thank you
Sent from my HTC One_M8 using Xparent Blue Tapatalk 2
treIII said:
It's there alink to root manually? Thank you
Sent from my HTC One_M8 using Xparent Blue Tapatalk 2
Click to expand...
Click to collapse
http://htconeroot.com/
Instructions are both written and in video form.
Watch the video first to see the process.
I use titanium backup to freeze the bloat but I make a backup before I do so so I can still get ota
Sent from my HTC ONE M8 Dev Edition
Kernel module to disable system write protection: http://forum.xda-developers.com/showthread.php?t=2701816
---------- Post added at 11:35 AM ---------- Previous post was at 11:34 AM ----------
xunholyx said:
Don't use a toolkit, and root manually. It'll stick. Then you can go right ahead and remove any app you want.
Click to expand...
Click to collapse
I do not believe this in itself will work. System is write protected, even with root. You can delete the bloat apps, but when you reboot, they will return.
---------- Post added at 11:39 AM ---------- Previous post was at 11:35 AM ----------
treIII said:
I have been using the stock Rom and just changing a few things using xposed and that's all I need to do. But rather not root if I cannot remove apps of my choosing.
Click to expand...
Click to collapse
I'm confused, isn't root required for Xposed?
I cannot keep root. I've used command prompt and followed the instructions. I'm still losing root. I got my phone with 4.4.4. I've installed supersu through recovery as a zip file but nothing is working.
Sent from my HTC One_M8 using Xparent Blue Tapatalk 2
redpoint73 said:
I do not believe this in itself will work. System is write protected, even with root. You can delete the bloat apps, but when you reboot, they will return.
Click to expand...
Click to collapse
I missed the stock ROM part.
I know I've removed google apps recently from a custom, (play services because of FCs) and it screwed stuff up. But now thinking back, I'm not sure I did a reboot. I never intended to keep it off, and flashed the ROM back to reinstall PS and fix the FCs.
I think I did a reboot first, but I may not have. From what you say, I probably didn't. Unless it is just the stock bloatware that has read only.
You need system write protection off, and root.
TheAndroidFanatic said:
You need system write protection off, and root.
Click to expand...
Click to collapse
how to obtain system write protection off sir?

T-Mobile RUU

Has anyone got their hands on the T-Mobile RUU, or know of a way to get it back to out of the box stock?
Sent from my HTC 10 using XDA-Developers mobile app
Only way currently is your stk back up,
I made a back up in twrp
However it is read only that I am trying to convert to read/write
If someone wants to chime in our help meet do this I can share it. Had system image, data, cache, all original partians.
However it has twrp as its recovery img
Sent from my HTC 10 using XDA-Developers mobile app
I have a stock back up. However, I still need the stock recovery.
Sent from my HTC 10 using XDA-Developers mobile app
:crying::crying::crying: I, too, need this mystical T-Mobile stock RUU for the HTC 10. I'm stuck in either bootloader mode or download mode. I cannot reboot the phone into normalcy, nor can I get it into recovery mode (of which would be TWRP). After rooting it I put the SELinuxModeChanger apk on my phone and downloaded it. When I opened it, it gave an error telling me that I was either not rooted (double checked that w/ a root checker and it confirmed I certainly was), or that it wasn't being given any permissions by the SU (of which I certainly did). I didn't think much of this till now - it wasn't a huge deal. And I made the choice that I just wanted to start fresh and go back to stock.
Did all the necessary preparations for it and couldn't find the HTC 10 RUU under T-Mobile on their site...but thought the one under Unlocked/Developer would be fine. Tried it, the program told me I couldn't do it with that version and now I'm stuck at aforementioned point. I could certainly use help as well.
Only way to go back to stock is to restore a backup. What do you get when you try to go into TWRP?
Sent from my HTC 10 using Tapatalk
fmedrano1977 said:
Only way to go back to stock is to restore a backup. What do you get when you try to go into TWRP?
Sent from my HTC 10 using Tapatalk
Click to expand...
Click to collapse
I get this error:
"Failed to boot to recovery mode
Press volume up or down to back to menu"
I've been talking to a bunch of XDA member in a group chat app on my HTC Desire...someone mentioned something along the lines of using a backup that will work for the HTC 10 T-Mobile phone.
Can I use my fiances somehow? He's rooted w/ custom ROM.
Emilicious said:
I get this error:
"Failed to boot to recovery mode
Press volume up or down to back to menu"
Click to expand...
Click to collapse
Tried reflashing TWRP?
Sent from my HTC 10 using Tapatalk
fmedrano1977 said:
Tried reflashing TWRP?
Sent from my HTC 10 using Tapatalk
Click to expand...
Click to collapse
Hmm...I have not. Give me 5 min and I'll update you.
Emilicious said:
Hmm...I have not. Give me 5 min and I'll update you.
Click to expand...
Click to collapse
I would re download it, incase the one you have is a bad download.
Sent from my HTC 10 using Tapatalk
fmedrano1977 said:
I would re download it, incase the one you have is a bad download.
Sent from my HTC 10 using Tapatalk
Click to expand...
Click to collapse
Oi vey :crying: so since I was trying to use the RUU to get back to stock - I relocked my phone (as it is a prerequisite for the job to get done). So, since you can't flash while locked, I simply go to enter in my fastboot unlock command for this device and I get this is response:
error: cannot load 'token'
So now I am going through the HTCDev website and am going to redo the bootloader unlock process to see if that will work with unlocking it once more...then I will attempt to reflash TWRP. If it's all successful...I have the TWRP backup on my SD card...will the reinstalled version of TWRP be able to use it?
Emilicious said:
Oi vey :crying: so since I was trying to use the RUU to get back to stock - I relocked my phone (as it is a prerequisite for the job to get done). So, since you can't flash while locked, I simply go to enter in my fastboot unlock command for this device and I get this is response:
error: cannot load 'token'
So now I am going through the HTCDev website and am going to redo the bootloader unlock process to see if that will work with unlocking it once more...then I will attempt to reflash TWRP. If it's all successful...I have the TWRP backup on my SD card...will the reinstalled version of TWRP be able to use it?
Click to expand...
Click to collapse
Yes
Sent from my HTC 10 using Tapatalk
Welp...
Sad day - I enter my "fastboot flash unlocktoken Unlock_code.bin" in the CMD window...and the menu where I get prompted with the question as to whether or not I want to unlock the bootloader on my phone popped up. I jumped for joy up to the point where it froze after I said yes, shut down, then went back to bootloader mode.......still locked :crying:
No what?
Try fastboot erase cache and then try booting into TWRP
Sent from my HTC 10 using Tapatalk
fmedrano1977 said:
Try fastboot erase cache and then try booting into TWRP
Sent from my HTC 10 using Tapatalk
Click to expand...
Click to collapse
"erasing 'cashe'... FAILED (remote: Partition cashe erase not supported)
finished. total time: 0.006s"
OMG IGNORE I AM A DERP...cashe...lmfao
---------- Post added at 02:23 PM ---------- Previous post was at 02:21 PM ----------
Damn. Welp, the cache dump went through...but I still can't get into recovery.
Emilicious said:
"erasing 'cashe'... FAILED (remote: Partition cashe erase not supported)
finished. total time: 0.006s"
OMG IGNORE I AM A DERP...cashe...lmfao
---------- Post added at 02:23 PM ---------- Previous post was at 02:21 PM ----------
Damn. Welp, the cache dump went through...but I still can't get into recovery.
Click to expand...
Click to collapse
Try posting in the convert the Tmobile to US unlocked thread for help.
http://forum.xda-developers.com/htc...o-unlocked-t3384460/post67138982#post67138982
I was able to run the ruu unlocked
Sent from my HTC 10 using XDA-Developers mobile app
fmedrano1977 said:
Try posting in the convert the Tmobile to US unlocked thread for help.
http://forum.xda-developers.com/htc...o-unlocked-t3384460/post67138982#post67138982
Click to expand...
Click to collapse
Mmk...imma check this site out! I'm very hopeful this can be an answer for me! I feel like I took over the OP's thread... I'm sorry! However, I REALLY appreciate the help/ feedback.
I will update the thread with how it goes! :fingers-crossed:
---------- Post added at 05:45 PM ---------- Previous post was at 05:44 PM ----------
Android The Greek said:
I was able to run the ruu unlocked
Sent from my HTC 10 using XDA-Developers mobile app
Click to expand...
Click to collapse
#Fingers crossed!!
If your soffed and unlock you just need to run the unlocked ruu
Sent from my HTC 10 using XDA-Developers mobile app
Android The Greek said:
If your soffed and unlock you just need to run the unlocked ruu
Sent from my HTC 10 using XDA-Developers mobile app
Click to expand...
Click to collapse
I can't do this till I get computer access again. However, I just realized that my bootloader is relocked...and I'm stuck in either download or bootloader mode. It won't reboot into the phones UI nor will it boot into recovery. Will I even be able to preform this operation?
Emilicious said:
I can't do this till I get computer access again. However, I just realized that my bootloader is relocked...and I'm stuck in either download or bootloader mode. It won't reboot into the phones UI nor will it boot into recovery. Will I even be able to preform this operation?
Click to expand...
Click to collapse
Are you soffed. Did you try using your token in DL mode to unlock?
Sent from my HTC 10 using XDA-Developers mobile app

Categories

Resources