tingle icon indicating copy to clipboard operation
tingle copied to clipboard

Cannot restore framework

Open JonnyTech opened this issue 9 years ago • 5 comments
trafficstars

Currently running CM13 with CM recovery Installed Tingle but experienced major problem So trying to reverse using following steps: In recovery, mount /system $ adb push "./output/framework.jar.backup" /system/framework/framework.jar But looks like there is no adb support in CM recovery No other recovery exists for my phone How can I revert?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

JonnyTech avatar Nov 18 '16 13:11 JonnyTech

@JonnyTech Can you boot into the system and enable ADB with root?

moodl avatar Nov 19 '16 14:11 moodl

Yes, root is available from root in normal boot but only adb sideload from cm recovery.

Did try to replace file but failed. In the end I reflashed rom.

Would be nice if a better uninstall method is implemented.

JonnyTech avatar Nov 19 '16 19:11 JonnyTech

What do you mean that there isn't adb support in CM recovery? Can you please run from the pc adb rootwhen the phone is in the recovery and tell me what it say?

PS: There will be something better in the future for uninstall.

ale5000-git avatar Nov 20 '16 00:11 ale5000-git

Booted into recovery:

$ adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
WbSPARKPJH0025693   unauthorized

$ adb root
error: device unauthorized.
This adbd's $ADB_VENDOR_KEYS is not set; try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.

Booting to normal mode then adb works correctly.

JonnyTech avatar Nov 20 '16 02:11 JonnyTech

See my workaround here, which can be done on a phone booted up normally: https://github.com/ale5000-git/tingle/issues/22#issuecomment-285998202

georgedorn avatar Mar 13 '17 02:03 georgedorn