[RECOVERY] TWRP touch recovery

samflorin

Senior Member
Apr 27, 2013
284
113
0
Can someone test 1 small thing for me: boot to fastboot and try to do a fastboot boot twrp-image.img and tell me if it boots successfully (don't flash it, just try to boot the image) on the new firmware. For me fastboot returns success but the screen "hangs". I tried erasing cache before trying to boot the custom recovery.
 

vnguyen972

Senior Member
Dec 1, 2010
500
109
0
Sache, TX
I installed via GooManager the version 2.6 then booted into Recovery to check it... it is 2.6 indeed but the touch interface doesn't work for me... I updated to the latest firmware a while back and on 4.2.2 GE Rom... what could be an issue?

My BuildNumber under Setting->About:
"2.14.1700.15 CL211149 release-keys"

Not sure if it is the issue?
 

samflorin

Senior Member
Apr 27, 2013
284
113
0
I installed via GooManager the version 2.6 then booted into Recovery to check it... it is 2.6 indeed but the touch interface doesn't work for me... I updated to the latest firmware a while back and on 4.2.2 GE Rom... what could be an issue?

My BuildNumber under Setting->About:
"2.14.1700.15 CL211149 release-keys"

Not sure if it is the issue?
Try to install the version from this post, some user reported that there is a size difference between the "official" one and the one in this thread.
 

samflorin

Senior Member
Apr 27, 2013
284
113
0
I've had issues with TWRP custom as it didn't work as it would hang. When I flashed with CWM recovery, I was able to boot into custom fine.
Strange, never happened to me. What i usually do:

fastboot flash recovery twrp.img
fastboot erase cache

And i can boot TWRP just fine.
 

Lennyuk

Inactive Recognized Developer
Jan 26, 2010
6,273
1,743
0
Essex, England
www.villainrom.co.uk
I installed via GooManager the version 2.6 then booted into Recovery to check it... it is 2.6 indeed but the touch interface doesn't work for me... I updated to the latest firmware a while back and on 4.2.2 GE Rom... what could be an issue?

My BuildNumber under Setting->About:
"2.14.1700.15 CL211149 release-keys"

Not sure if it is the issue?
Build number does not show firmware version

to see firmware version you need to run the following in fastboot:

fastboot getvar all
 

Jose Viegas

Senior Member
Jun 24, 2012
541
94
0
It's not normal that this new version doesn't correct the touch screen problem with the latest firmware. I also had to go back to the 'special' 2.5.0.0 version that fixes this problem.
 

gustav30

Senior Member
Jul 20, 2010
1,162
259
0
I have istalled the 2.6.0.0TWRP version...and I make a Nandbackup....but i can´t copy this backup from sd to pc?

in the root explorer test it copy from backupfolder to another foder....nothing...:confused:
I had exact same problem with version 2.6. I had to boot to recovery and do an adb pull of my TWRP folder. I can't copy nandroid to computer via traditional methods.


Edit - Reading posts a few pages back. Supposed to be like this.

Sent from my HTC One using Tapatalk 2
 
Last edited:

ess.boyer

Senior Member
Jun 11, 2012
600
218
0
Saint John, NB
I installed this from the download link provided (not GOO), and flashed with no problems on my One ul, S-OFF.

The update looks and acts great! Thanks for yet another awesome update TWRP team!
 

Lennyuk

Inactive Recognized Developer
Jan 26, 2010
6,273
1,743
0
Essex, England
www.villainrom.co.uk
It's not normal that this new version doesn't correct the touch screen problem with the latest firmware. I also had to go back to the 'special' 2.5.0.0 version that fixes this problem.
If you install the version from the first post it works on newer firmware, the version on Goo Manager doesn't yet, but @Flyhalf205 should be fixing that soon.
 
  • Like
Reactions: Jose Viegas

gustav30

Senior Member
Jul 20, 2010
1,162
259
0
Hi,
Can I ask what's the best way to reset permissions of backups using version 2.6?

I tried this command on my 4.1.2 stock rom:
adb shell chmod -R 777 /data/media/TWRP

but received this: "Operation not permitted"

Root explorer won't do it either.

Thanks.
 

Golv

Recognized Developer
Jan 17, 2012
2,034
4,260
203
Hi,
Can I ask what's the best way to reset permissions of backups using version 2.6?

I tried this command on my 4.1.2 stock rom:
adb shell chmod -R 777 /data/media/TWRP

but received this: "Operation not permitted"

Root explorer won't do it either.

Thanks.
Do you have ROOT? I think that on stock rom without root you can't execute this command.
If you have root, then try to execute:
Code:
adb shell
Code:
su
for 4.1.2 rom:
Code:
chmod -R 777 /data/media/TWRP
or for 4.2.2 rom:
Code:
chmod -R 777 /data/media/0/TWRP
Code:
exit
Code:
exit
 
Last edited:

mrjaydee82

Senior Member
Apr 5, 2010
6,754
12,548
0
Naples, FL
TWRP 2.6.0.1 should be popping up later today to address the HTC ONE touch problems. I provided Dees_Troy with the working kernel (tested by @Lennyuk)

Should be able to get it off of GooManager when that version comes up. Hopefully this problem won't happen again.
Okay nice :) I'll keep a lookout for the update...thank you for your hard work

Sent from my HTC One using xda premium