-
Notifications
You must be signed in to change notification settings - Fork 4
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
How to build recovery for Peloton Tablet? #1
Comments
Hey - did you ever figure this out? I have a Peloton tablet stuck in a bootloop and the company won't help me at all with trying to recover it! |
Haven't figured it out yet. What part are you stuck at? Maybe we can help
each other.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I know this repo has been inactive for ~2 years, but... I'm trying to get root or any custom recovery working on a Peloton 21" RB1VQ Tablet which is an MT8173 chipset
armv8l
Here's some more device info from
ProjectConfig.mk
andbuild.prop
file at https://gist.github.com/sagz/64dbe6611e23da7084fe7b0b6f2da1a7 (There's alsofastboot getvar all
output there in the comment of the gist)Also, they seem to have posted their kernel here: https://github.com/pelotoncycle/opensource-ruby/
Bootloader is unlocked and I tried a bunch of things and learnt that it doesn't have a recovery partitition and uses a recovery-in-place logic. I also tried
mtk-su
from https://www.xda-developers.com/mediatek-su-rootkit-exploit/ but this tablet is patched with August 5, 2019 Android Security Patch.Any tips on how I can try a 'generic' recovery image since bootloader is unlocked? maybe the getvar dump in the gist might help you assess?
The text was updated successfully, but these errors were encountered: