Battery of my HTC One SV ran out of juice. At home I have connected charger. After a while orange led becomes to blink. Pushing power button I can see only TWRP v2.7.0.1 unresponsive screen ( no reaction to "Swipe to unlock" and other actions). But time and battery lever are show changes! At the moment battery level shows 77% and time shows correct UTC time. It strange that phone starts to the recovery after connecting charger. I think that it should be in the power off state.
Does somebody know what happened to my phone and how to bring it to the live?
artlov said:
Battery of my HTC One SV ran out of juice. At home I have connected charger. After a while orange led becomes to blink. Pushing power button I can see only TWRP v2.7.0.1 unresponsive screen ( no reaction to "Swipe to unlock" and other actions). But time and battery lever are show changes! At the moment battery level shows 77% and time shows correct UTC time. It strange that phone starts to the recovery after connecting charger. I think that it should be in the power off state.
Does somebody know what happened to my phone and how to bring it to the live?
Click to expand...
Click to collapse
Offmode charging comes from the recovery partition; even your stock recovery.
The twrp you are using is not implementing the latest offmode charging binary which came with 4.2.2. That is why you are having the issue. The recovery should call the offmode Charing binary through the init.rc file within the recoveries ramdisk. It should also include the battery icons while charging and it should include the new binary which came with 4.2.2.
To do this successfully it is recommended to build twrp from source and add it in like it should be.
However, you could technically unpack the custom recovery and make the fix in your init.rc file, add the icons, as well as swap out the old binary with the new binary, then repack it and flash to your recovery partition.
Edit: This was actually a problem for TWRP when I was still on 4.1.2 also, but I had fixed it for my personal use back then.
You have a K2_UL. It is my understanding that the only twrp working in regards to offmode charging for you users has been made by a fellow named MikeG on some Russian forum website.
There is mine as well but it's only for K2_CL.
Sent from my C525c using Tapatalk
Modding.MyMind said:
To do this successfully it is recommended to build twrp from source and add it in like it should be.
Click to expand...
Click to collapse
It's too much for my knowledge.
Modding.MyMind said:
has been made by a fellow named MikeG on some Russian forum website.
Click to expand...
Click to collapse
As much as I know, he don't made v2.7, only v2.6. I like TWPR v2.7 for 2 reasons: screen dimming and vibrating after backup finished.
So, the "workaround" for this issue - do not let battery drying to 0%
Only one way to get phone to the live in my case - let battery charged and then pull battery out and back without connected charger.
Modding.MyMind said:
Offmode charging comes from the recovery partition; even your stock recovery.
The twrp you are using is not implementing the latest offmode charging binary which came with 4.2.2. That is why you are having the issue. The recovery should call the offmode Charing binary through the init.rc file within the recoveries ramdisk. It should also include the battery icons while charging and it should include the new binary which came with 4.2.2.
To do this successfully it is recommended to build twrp from source and add it in like it should be.
However, you could technically unpack the custom recovery and make the fix in your init.rc file, add the icons, as well as swap out the old binary with the new binary, then repack it and flash to your recovery partition.
Edit: This was actually a problem for TWRP when I was still on 4.1.2 also, but I had fixed it for my personal use back then.
You have a K2_UL. It is my understanding that the only twrp working in regards to offmode charging for you users has been made by a fellow named MikeG on some Russian forum website.
There is mine as well but it's only for K2_CL.
Sent from my C525c using Tapatalk
Click to expand...
Click to collapse
I have same charging issue on my canvas 2 plus..but it has CWM instead..what should i do?
Sent from my A110Q using XDA Premium 4 mobile app
Paras1259 said:
I have same charging issue on my canvas 2 plus..but it has CWM instead..what should i do?
Sent from my A110Q using XDA Premium 4 mobile app
Click to expand...
Click to collapse
CWM and TWRP use the same method for offmode charging which would be whatever method your current stock recovery uses. Realistically, the two differences between cwm and twrp is the theme, and that cwm is dynamically compiled while twrp is statically compiled. CWM resembles a lot like the stock recovery where as twrp gives a more rich appeal to it.
Just need to look at your stock recovery to see what it is doing to properly use offmode charging and apply that to your cwm recovery.
Sent from my C525c using Tapatalk
---------- Post added at 05:22 AM ---------- Previous post was at 05:15 AM ----------
artlov said:
It's too much for my knowledge.
As much as I know, he don't made v2.7, only v2.6. I like TWPR v2.7 for 2 reasons: screen dimming and vibrating after backup finished.
So, the "workaround" for this issue - do not let battery drying to 0%
Only one way to get phone to the live in my case - let battery charged and then pull battery out and back without connected charger.
Click to expand...
Click to collapse
See if he has your guys device tree for building such things as twrp on github. If so, send me the link and I will build you your 2.7.
My device tree is most likely the same as the K2_UL with needed minor adjustments but if he has it up on github it would be better to just fork his repo and use his.
Sent from my C525c using Tapatalk
Well, i had this problem too
But in my case, not only while phone was off!
The LED was also blinking red while normally charging and when i looked at the phones battery icon it did not show the charging animation in statusbar battery icon, it showed a empty battery icon with exclamation mark. It did not charge while that and was uncharged in the morning. Happened with stock wall charger.
One more reason, why i kicked my One SV.
Modding.MyMind said:
CWM and TWRP use the same method for offmode charging which would be whatever method your current stock recovery uses. Realistically, the two differences between cwm and twrp is the theme, and that cwm is dynamically compiled while twrp is statically compiled. CWM resembles a lot like the stock recovery where as twrp gives a more rich appeal to it.
Just need to look at your stock recovery to see what it is doing to properly use offmode charging and apply that to your cwm recovery.
Sent from my C525c using Tapatalk
---------- Post added at 05:22 AM ---------- Previous post was at 05:15 AM ----------
See if he has your guys device tree for building such things as twrp on github. If so, send me the link and I will build you your 2.7.
My device tree is most likely the same as the K2_UL with needed minor adjustments but if he has it up on github it would be better to just fork his repo and use his.
Sent from my C525c using Tapatalk
Click to expand...
Click to collapse
But it was working earlier..what should i do now?
Sent from my A110Q using XDA Premium 4 mobile app
Paras1259 said:
But it was working earlier..what should i do now?
Sent from my A110Q using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Code is codes. Especially when it comes to the recovery. If offmode charging was not implemented properly then it won't just simply work then later on not work. Doesn't work that way lol. It either works or it doesn't, period.
Send me your stock recovery and your cwm recovery please.
Sent from my C525c using Tapatalk
Related
Hey all,
I downloaded from the market the application of battery calibration at first when I entered it told me to root my device and when I read the information it told me that it's recommended to use this app on a newly downloaded ROM because this app erases the file batterystat.bin file wich i don't have access to also this file will be recreated by the phone so should I use it or this may cause trouble for the phone
Sent from my HTC Desire S S-On Stock Rom using xda premium
mOh19973 said:
Hey all,
I downloaded from the market the application of battery calibration at first when I entered it told me to root my device and when I read the information it told me that it's recommended to use this app on a newly downloaded ROM because this app erases the file batterystat.bin file wich i don't have access to also this file will be recreated by the phone so should I use it or this may cause trouble for the phone
Sent from my HTC Desire S S-On Stock Rom using xda premium
Click to expand...
Click to collapse
yes you can use it without any problem, just follow the steps as described by the author.
or you can use "Wipe battery stats" in the CWM/4EXT Recovery, if you've installed that one.
Well if your on a stock rom i dont see the need to use this
Sent from my Desire S using xda premium
dan-fish said:
Well if your on a stock rom i dont see the need to use this
Click to expand...
Click to collapse
+1
If you're on stock you will be un-rooted so don't waste your time with this application. It's intended for people who flash new ROMS.
Yes without root you do not need this app. There is a degree of battery calibration you can do on stock. It is described in my guide, but breaks down like this;
1. Wait for a couple of weeks after first buying the phone for the battery to reach full potential.
2. With phone on, charge until green LED shows.
3. Unplug charger, then turn the phone off.
4. Plug charger back in and charge until green LED shows once again.
5. Unplug charger and turn phone back on.
6. Plug in charger and once again wait for the green light. Should be quick this time.
You're done!
help me, im rooted with eng spl, my problem is when i power off my phone its goes to recovery mode, now using sparcsco 1.1, also when battery dies and i charge the phone go to recovery mode
any idea why??
before this i flashed cwm touch with flash image gui
Sent from my PG06100
Not sure of the exact reason why your handset does it. But in the early days of development for the Desire HD, this would occur when a custom recovery had been flashed.
The reason behind it was, when your handset was stock, turned off & placed on charge the phone would "boot" into a very basic HTC recovery mode to display the orange or green charging LED. When you replace the stock HTC recovery it simply boots up the recovery you have got installed.
andyharney said:
Not sure of the exact reason why your handset does it. But in the early days of development for the Desire HD, this would occur when a custom recovery had been flashed.
The reason behind it was, when your handset was stock, turned off & placed on charge the phone would "boot" into a very basic HTC recovery mode to display the orange or green charging LED. When you replace the stock HTC recovery it simply boots up the recovery you have got installed.
Click to expand...
Click to collapse
Wow, thanks for the explanation. That makes perfect sense. But I thought that issue had been fixed for the Shift? Sorry, been a few months since I had my Shift so I can't remember if it was ever fixed or we just all stopped complaining about it. Or at least I thought it had been fixed on the recent CM7 nightlies. Maybe one of these good for nothing current Shift owners could put down the crack pipe and chime in here
That has never been a problem with the shift. It's weird that it happens to you cause when I was on cwm touch that never happened. I have no idea how to help
Sent from my PG06100 using Xparent Cyan Tapatalk
jesusice said:
Wow, thanks for the explanation. That makes perfect sense. But I thought that issue had been fixed for the Shift? Sorry, been a few months since I had my Shift so I can't remember if it was ever fixed or we just all stopped complaining about it. Or at least I thought it had been fixed on the recent CM7 nightlies. Maybe one of these good for nothing current Shift owners could put down the crack pipe and chime in here
Click to expand...
Click to collapse
It's a htc charging while off issue only for recovery. The htc charging while off mode was used for the older recovery versions of clockworkmod but has since been depriciated and no longer works for ICS based recoveries like clockworkmod touch. No crack pipe smokers here bud.
sparksco said:
It's a htc charging while off issue only for recovery. The htc charging while off mode was used for the older recovery versions of clockworkmod but has since been depriciated and no longer works for ICS based recoveries like clockworkmod touch. No crack pipe smokers here bud.
Click to expand...
Click to collapse
so my phone is fine?
Sent from my PG06100
finally figured out this myself, need to reflash recovery with flash image gui
Sent from my PG06100
hacklana said:
finally figured out this myself, need to reflash recovery with flash image gui
Sent from my PG06100
Click to expand...
Click to collapse
Yeah I like flash image gui. The main issue I have with the recovery is that it will boot into recovery but if I don't touch anything it turns itslef back off again after about 5 seconds. It's almost like charging off is somewhat working but not completely. Oh well it's not a big deal for me and I'm very content right now with clockworkmod touch. another good way to flash recovery is in fastboot with the fastboot erase recovery command before flashing it.
so the phone works fine but i cannot charge with it off as regardless or rom while it is off if i plug the charger in it boots into recovery mode. IF my battery was to completely drain i would'nt be able to charge it with out a standalone battery charger
due to this fact i'm looking for solutions to the actual problem not someone to say don't let it die. it probably never will as i would just switch it off but still i'd like to be able to turn my phone off and charge it if i wanted to
Has anyone else experienced this or heard about this and have actual useful info, i don't need to be told flash a new rom etc i'm always flashing roms. It's not an urgent issue i'd just like to know seeing as i seem to be one of the only people experiencing this
I think you have an old recovery that doesn't allow charging.
Update to latest 4EXT.
Jack_R1 said:
I think you have an old recovery that doesn't allow charging.
Update to latest 4EXT.
Click to expand...
Click to collapse
thanks looking into this now, when i install the 4ext recovery updater is that going to replace CWM or Rom manager premium :S
dw i found the answer *EDIT*
switching to 4ext solved it thanks again !
So this is a recovery problem? I also have this but I don't wanna change recovery.
Sent from my HTC Desire S
MarlX said:
So this is a recovery problem? I also have this but I don't wanna change recovery.
Sent from my HTC Desire S
Click to expand...
Click to collapse
Then you stay with your problem.
Yes, obviously it's a recovery problem. Recovery that supports charging was done starting CWM 5.0.0.6 (hack) and 5.0.0.8 or so (official). The latest CWM should support charging too. Personally, I fail to see even one smallest reason not to upgrade recovery.
MarlX said:
So this is a recovery problem? I also have this but I don't wanna change recovery.
Sent from my HTC Desire S
Click to expand...
Click to collapse
i had the latest cwm touch and couldn't charge, 4ext is alot better though, the free version has nearly every rom manager premium feature i'd switch if i was you, well i did switch lol
Okay, thanks. I'm not changing ROM often so I guess I can stay with CWM. The only prob that I have is that it boot to recovery while charging (when off) but I also doesn't shut down my phone when charging, so it doesn't matter that much.
GGLDN said:
i had the latest cwm touch and couldn't charge, 4ext is alot better though, the free version has nearly every rom manager premium feature i'd switch if i was you, well i did switch lol
Click to expand...
Click to collapse
Jack_R1 said:
Then you stay with your problem.
Yes, obviously it's a recovery problem. Recovery that supports charging was done starting CWM 5.0.0.6 (hack) and 5.0.0.8 or so (official). The latest CWM should support charging too. Personally, I fail to see even one smallest reason not to upgrade recovery.
Click to expand...
Click to collapse
Sent from my HTC Desire S
You would certainly see multiple benefits from upgrading to 4 ext recovery, especially writhe touch version....even the free version although would recommend that you buy the paid version to support the quality developer
Swyped from my DesireS
I'm not good at this stuff so I'll just rip off the developers post from other sub forums. So credits to Dees_Troy for the recovery & the post
Team Win Recovery Project 2.2, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. It’s a fully touch driven user interface – no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Phone look:
Tablet look:
CHANGELOG (for 2.2.2.0 compared to 2.2.0.0):
Mostly bugfixes:
Significantly improved sd-ext handling (ext partitions on sdcards)
Changes to kinetic scrolling in file selectors
Fixed a problem with using periods in backup names
Fixed problems in XML layouts with mounting system and USB storage
Fixed a problem with unmounting a partition before formatting during restore
Add Jelly Bean decrypt support
Updated 320x480 theme to match others (thanks to Llewelyn)
Improve "symlinking" of /data/media to either /sdcard or /emmc
Added sanitizing of device IDs for invalid characters (thanks to bigbiff)
Fixed free space calculation when switching backup devices on /data/media devices
Fixed a problem with using OpenRecoveryScript to create a backup without providing a backup name
BUGS:
If you have found a bug, please consider posting it to our github issues log or PM me Riyal. It's pretty much impossible for us to keep up with the more than 30 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to PM me directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link
How to install:
Connect your phone to your computer
open command prompt
Reboot into bootloader mode by typing "adb reboot bootloader"
when on bootloader mode flash the recovery by typing "fastboot flash recovery twrp2.2.2.0-doubleshot.img"
Reboot your phone
md5checksum:
dcab5ffefd714946924393e5bc4f537b twrp2.2.2.0-doubleshot.img
Download Link:
Click here to download or see attachment below.
Does this support ICS????!!!!! And can this work on my dads gs3????!!!! lol jk nice jobb
*edit* Working quite nicely so far. Haven't noticed any bugs yet.
Riyal said:
Team Win Recovery Project 2.2, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. It’s a fully touch driven user interface – no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Click to expand...
Click to collapse
I just flashed this recovery and successfully installed scverhagen's CM9.1 r3. TWRP ran smoothly and everything worked well. Thanks for the port and your hard work!
xmc wildchild22 said:
Does this support ICS????!!!!! And can this work on my dads gs3????!!!! lol jk nice jobb
Click to expand...
Click to collapse
Recovery only support IOS phones with a hardware keyboard! Sorry about that buddy :silly: :laugh:
jjbz said:
I just flashed this recovery and successfully installed scverhagen's CM9.1 r3. TWRP ran smoothly and everything worked well. Thanks for the port and your hard work!
Click to expand...
Click to collapse
Thanks for the feedback! Appreciate it
great work! have barely started playing around with the mt4gs, happy so far but this is great! love it on my n7 and I'm sure ill love it here too!
Sent from my HTC Vision using xda premium
Any other way to flash??
Sent from my myTouch_4G_Slide using Tapatalk 2
wiswis said:
Any other way to flash??
Sent from my myTouch_4G_Slide using Tapatalk 2
Click to expand...
Click to collapse
any methods in my recovery threads will work, you will just have to rename the recovery in the command
Going to test this out later.
Sent from Spaceball One.
lol is it just me or does it say 2.2.2.1 at the top of the recovery? anyway, seems amazing so far. showin us some touchscreen recovery love
It's 2.2.2.1 cause that's the latest version from the repository. It's just the site still says it's 2.2.2.0 so I just copied it...
one thing i've noticed (i think it's related to the recovery, not sure): the power button basically doesn't turn the phone on while it's off and plugged in...
I think that's pretty common on all recoveries on our mt4gs. Like BlueXI said the phone doesn't have any hardware charging circuit so the kernel does all the dirty work. And when charging it keeps disconnecting & reconnecting in a loop making it impossible to do any further actions while it's on a loop.
I will try to look into it soon and will make it into a stable build if I find a way but for now this should be it.
Can this be used to restore backups that were created with CWM 5.5.0.4?
So, this is the one with HTC dumlock? Haven't flashed, but that would be great for those that are s-on!
Sent from my HTC Sensation using xda app-developers app
Igneo676 said:
So, this is the one with HTC dumlock? Haven't flashed, but that would be great for those that are s-on!
Sent from my HTC Sensation using xda app-developers app
Click to expand...
Click to collapse
I just flashes this recovery touch is definitely a plus
But while I was making a backup it went to the splash screen and it was like it rebooted on its own I was also compressing it maybe that was the cause
And what's the HTC dumlock I'm s on so I just wanted to know if that would do away with the need of fastboot flash boot etc process
Sent from my myTouch_4G_Slide using xda premium
Igneo676 said:
So, this is the one with HTC dumlock? Haven't flashed, but that would be great for those that are s-on!
Sent from my HTC Sensation using xda app-developers app
Click to expand...
Click to collapse
Í have it compiled with dumlock but I didn't include the binary on the package. I just thought it's too complicated and might not be that useful as I heard some people doing it wrong leading to a broken boot partition afterwards.(repairable by flashing a kernel through fastboot)
Anyways when I repack a new version I'll add dumlock
butch87402 said:
I just flashes this recovery touch is definitely a plus
But while I was making a backup it went to the splash screen and it was like it rebooted on its own I was also compressing it maybe that was the cause
And what's the HTC dumlock I'm s on so I just wanted to know if that would do away with the need of fastboot flash boot etc process
Sent from my myTouch_4G_Slide using xda premium
Click to expand...
Click to collapse
Did you do something there before doing backup? I experience reboots when a specified partition is mounted while performing a backup.
@All
Anybody still have stock recovery or could flash stock recovery and create a dump of it for me? I wanna fix the offline charging bug but first I need to know how the stock recovery handles offline charging.
Problem is I don't have a PG95**.zip in my PC so don't have anything to flash and downloading the whole ROM is taking hours with my crappy internet connection. So thought I would just anyone here who could get me one.
And please don't give me the recovery_signed.img from the stock ROM since I can't decompile it directly or flash it alone. I need at least a real dump or better the files itself inside the recovery. Hope someone can provide me one :fingers-crossed:Never mind no adb on stock recovery
this does tar backups right? as opposed to yaffs2? just wanted to confirm, it will be a little bit before I can flash it
Sent from my HTC Vision using xda premium
demkantor said:
this does tar backups right? as opposed to yaffs2? just wanted to confirm, it will be a little bit before I can flash it
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
It's not the same as CWM. It's making a tar backup but it's renamed as .win also the content of the tar archive is a pure ext4 image unlike CWM which already contains the raw files of the specific partition.
Thanks for the work. I really like the GUI.
Has anyone encountered any bugs so far?
Anyone with a bricked(by clockwork recovery 6.0.0) device tried to flash this?
Sent from my HTC Vision
Step 1) From the root of your android device tree:
Code:
mkdir -p .repo/local_manifests
curl http://teamacid.github.com/manifests/sgh-t959v/TWRP/twrp.xml > .repo/local_manifests/twrp.xml
Step 2) Wait for noiphonehere to update his tree to include my commit, the sync your device tree to match his
OR (for the impatient)
Cherry pick my commit yourself:
https://github.com/fbis251/android_...mmit/fe504f4d7602432d5de97585698af963aafdd0ab
heard that idevice is kinda excited when seeing this haha
Nice.
I might add this.
Sent from Aries within the 1st Galaxy
Is it more of a personal preference or is TWRP better then CWM?
Edit .... is this simply to allow users to switch to TWRP if I build with CWM?
Have you guys heard of 4ext touch recovery?
Dwack said:
Is it more of a personal preference or is TWRP better then CWM?
Edit .... is this simply to allow users to switch to TWRP if I build with CWM?
Click to expand...
Click to collapse
TWRP includes a file manager in recovery, so if something goes horribly wrong and you need to replace a required init.d script file, you can actually do it without needing a computer for your ADB.
It also looks pretty. And is touch friendly. Friendly touch. Good touch. Mhmm.
But it's the file manager that makes me choose TWRP over CWM any chance I get.
Cooptx said:
Have you guys heard of 4ext touch recovery?
Click to expand...
Click to collapse
According to what its developer says at http://www.4ext.net/status_update.php we're unlikely to ever be supported.
Unlikely:
Older Samsung devices like:
Samsung Galaxy SII
Samsung Galaxy Note
Click to expand...
Click to collapse
Maybe we should focus on recovery options that actually work for our phone?
I was asking if you have ever heard of it. I wasn't asking for it
Theraze said:
TWRP includes a file manager in recovery, so if something goes horribly wrong and you need to replace a required init.d script file, you can actually do it without needing a computer for your ADB.
It also looks pretty. And is touch friendly. Friendly touch. Good touch. Mhmm.
But it's the file manager that makes me choose TWRP over CWM any chance I get.
According to what its developer says at http://www.4ext.net/status_update.php we're unlikely to ever be supported.Maybe we should focus on recovery options that actually work for our phone?
Click to expand...
Click to collapse
Well....
Nexus S has the same hardware we have....
http://forum.xda-developers.com/showthread.php?t=1646108
For all your file managing needs
i've used it. it's nice.
TWRP will be pretty awesome
I tried CWR Touch on my friends SGS2 and its a bit buggy. CWR is ok but TWRP makes it easier and has a file manager too!
It already is. If things go to plan tonight I might have a present for you guys .
@FBis251: Yo man, , sr that I thought u asked how was the TWRP kernel flashing man so I told u it was normal but just after flashing a ROM via TWRP, I knew what u asked It couldn't flash properly (or mayb just my compile got this not yours ^^)
daothanhduy1996 said:
@FBis251: Yo man, , sr that I thought u asked how was the TWRP kernel flashing man so I told u it was normal but just after flashing a ROM via TWRP, I knew what u asked It couldn't flash properly (or mayb just my compile got this not yours ^^)
Click to expand...
Click to collapse
After using your kernel, TWRP wouldn't backup or flash anything. Gonna go back to stock and work my way back up because I can't flash anything with CWM in it.
Sent from my SGH-T959V using xda app-developers app
Whoa weird. I've been able to restore/backup properly on mine. I need to mess around with the cm10.1 based version of it since all of my testing has been on team acid's aries cm9.
The JB kernel might be adding problems to TWRP, but on ICS it's still working fine, even flashing noiphone's cm10.1 build worked from TWRP.
Yeah I ran in to this last night trying to back and flash a new ROM. I could restore from an old back up, it was fine until it reached the recovery part then it freaked you out.
I had to one click.
Sent from my SGH-T959V using xda premium
johnadelic said:
Yeah I ran in to this last night trying to back and flash a new ROM. I could restore from an old back up, it was fine until it reached the recovery part then it freaked you out.
I had to one click.
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
Okay I know exactly what you mean and was able to replicate the issue. I'll try to see what's going on behind the scenes for this since a boot.img restore should only take a second or two when you recover from a backup.
Something about color/overlay image could not be applied (something like that) in adb shell adb logcat when u go into recovery with twrp.
Sent from my SGH-T959V using Tapatalk 2
Has anyone compiled a flash able yet?....just curious.
From my T959W running Illusion