-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tingle script hangs after "Remounting /system..." #22
Comments
It is possibly a bug in the ROM. Can you please try what happen if you run these commands from terminal? |
Definitely possible. I'm still in the state of the hanging script and any adb commands don't do anything but hanging as well. EDIT:
And now, Don't know if that is of any help... |
@ecanja: Please try to reboot the phone, run the 2 commands (without running Tingle) to see what happens and post the ouput. |
Ok, did that:
The first command Does this mean that |
@ecanja: It is possible.
Try this:
And see if it stuck. |
I have no terminal installed, but I did this and it stuck:
|
@ecanja: Try to update adb on your pc, just in case there is a problem in it, there should be version 1.0.36 if I'm not wrong. |
I updated adb, but the problem remains. I guess, it's an issue with the ROM. Seems as if I need to go with XPosed for signature spoofing. Nevertheless, thanks a lot for your help! |
@ecanja: Probably I cannot fix it in the script if it is a ROM issue, but just for patching you can also do it from recovery. |
Some ROMs / devices just don't let you remount /system in read-write mode via adb. I'm on a OnePlus X and no ROM I've put on it has allowed this to work. Here is a workaround. Start in the tingle repo. You'll also need an su binary on your phone.
Then, either via adb shell or in a terminal on the device:
|
@georgedorn: The main problem isn't remounting, but it is the fact that the adb remount command freeze adb indefinitely and never return. So, the only thing would be probably kill adb and re-try with a workaround. |
@ecanja: Could you please post a bug report about adb remount to the ROM author and post a link of the bug report here? |
Did so: NovaFusion/android_device_samsung_golden#83. Unfortunately, the issue tracker doesn't look like being very actively maintained. |
…stuck (only for new Python versions, on old versions it will behave as before), ref #22
Could you please try the latest version of Tingle, tell me if there is any improvement and post the log? |
I don't know if my issue is the same.. But for me it crashes after "Remounting /system..."
Any advice? |
@ociramma: It isn't the same problem, could you please open a separate issue (to avoid confusion)? |
Ok, no problem. |
I want to patch my phone (Samsung Galaxy S3 Mini with unofficial CM12.1) with Tingle and it seemed to work, but it didn't finish the process. This is how far I got in the (Linux) Terminal:
At this point, it stops going further, but it didn't crash. I'm not able to get a logcat (
adb logcat
in a different Terminal seems to hang as well and doesn't produce any output).Any idea what could cause this? And what to do to get around?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: