![]() |
Re: SailfishOS on Motorola Droid 4 XT894 (alpha port)
Guys, a stupid question: I am trying to run a simple desktop QtQuick app and for whatever reason it is stuck in portrait mode, even if I specify contentOrientation: Qt.LandscapeOrientation in qml file. However, if I do so, i get the famous libPVROGL.so not found warning. Are those issues related to one another? Is there a workaround? (there is a reason why I cannot try that in the emulator at the moment, unfortunately)
|
Re: SailfishOS on Motorola Droid 4 XT894 (alpha port)
hi thera is there any chance to you use sailfish with full device (16 gb)?
|
Re: SailfishOS on Motorola Droid 4 XT894 (alpha port)
Most probably - no.
The problem is related with lack of possibility to unlock the bootloader. It does perform checks if the whole partition layout and types of filesystems on some of the partitions are untouched. The device won't boot if it detects any inconsistency. At least this is how it looked like when I've read about it on XDA some time ago. |
Re: SailfishOS on Motorola Droid 4 XT894 (alpha port)
Quote:
THANKYOUTHANKYOUTHANKYOU., This helps me very much because i cannot sit for long, and use the xt894 to chat while lying down. However some regressions 1) Keyboard backlighting stopped working 2) Shift button persistence to next keypress stopped working - now shift has to be held to get a capital letter. Everything else seems to be great. My main goal now is to get a multi-console emulator (retroarch or emumaster). Running so we have amusement. |
Re: SailfishOS on Motorola Droid 4 XT894 (alpha port)
No luck with emulation yet. On my todo liet.
|
Re: SailfishOS on Motorola Droid 4 XT894 (alpha port)
Any of you got keyboard backlighting or persistent shift key working with TheKit's new image?
|
Re: SailfishOS on Motorola Droid 4 XT894 (alpha port)
Hi,
Don't know if this is a Droid 4 thing, or just a general Sailfish thing, but has anyone managed to turn their Droid 4 into a hotspot and connect to it? It does work in Android, but in Sailfish, the wifi network appears on my computer and when I connect it asks for a password, but after entering the password it just say 'unable to connect'. Cheers |
Re: SailfishOS on Motorola Droid 4 XT894 (alpha port)
Two Droid 4s are on the way to me to test out Sailfish and Leste
(and to have Android when I really need it) I am very grateful already for the work of all porters and coders. The droid 4 should go a long way with its 1GB of RAM. Hopefully long enough for people and manifacturers to discover handsome keyboard phones again. |
Re: SailfishOS on Motorola Droid 4 XT894 (alpha port)
Quote:
Code:
key <LFSH> { PS: I've re-mapped CAPS->ESC, SHIFT+CAPS->'\' SHIFT+TAB -> '>' and SHIFT+ENTER -> '|' (the ';' and ':' are as the engraving on the keyboard says). I have most of my daily commands covered, although the lack of symmetry for '<' does annoy me a bit. |
Re: SailfishOS on Motorola Droid 4 XT894 (alpha port)
Quote:
Allright, a dirty hack that makes SHIFT sticky and doesn't do a mess in vim. We basically redefine CAPS_LOCK function to do the sticky SHIFT, and then assign the SHIFT key the CAPS_LOCK function. File "/usr/share/X11/xkb/compat/caps" : Code:
interpret Caps_Lock { action = LatchMods(modifiers = Shift);} Code:
key <LFSH> { [Caps_Lock] }; |
All times are GMT. The time now is 16:11. |
vBulletin® Version 3.8.8