-
Notifications
You must be signed in to change notification settings - Fork 0
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
TWRP / Recovery for Unofficial touchscreen lumia sand #3
Comments
So I was able to work around the touchscreen issue and managed to install LOS however the touch screen is still not working on LOS but more interestingly it is asking me for a password. To start android enter your password. Also here are the steps I took to work around this touchscreen issue. First make sure the LK installer has installed fastboot by running the LK installer script on windows. Then I switched to Linux After that the phone will restart in fastboot mode even if the screen is black. After you can use fastboot devices to see that the device is actually there. here is where the interesting part happens. You can unpack the TWRP.img using an android image kitchen.
and change the following lines
this will allow ADB to work later on. Save the edited image and then use
now on the twrp screen type Next run the following commands some of them may fail
then you can do |
It's strange that it asks for a password on first boot already. Technically you could pair a bluetooth mouse if you know how to add pairings over ADB, but that will not work until you enter the decryption password either. USB mice won't work, as there is no OTG support on the hardware level. With an unsupported touch panel, you can't really do anything on Android. |
Hello,
Unfortunately, it seem this phone has an unofficial touchscreen as TWRP boots fine but the touch screen does not work. Also since TWRP wants you to slide to confirm the write mode on the phone it makes it impossible to continue.
Is there any work around?
The text was updated successfully, but these errors were encountered: