|
2015-12-14
, 04:15
|
Posts: 58 |
Thanked: 28 times |
Joined on Aug 2007
@ Buenos Aires, Argentina
|
#292
|
This could very well be the case, this is built against cm11. Which version of CM did you use when it worked?
EDIT:
Regarding sfdroid and input, can someone try running this command:
# while true; do if [ -f /tmp/sfdroid/have_focus ]; then echo "focus"; else echo "no focus"; fi; sleep 1; done
and minimizing/maximizing sfdroid while this is running? It should print "focus" if the window is maximized and "no focus" otherwise, if it does not switch between "focus" and "no focus" we know where the issue lies. But i would be suprised if this is the problem, because on my Jolla the file gets created/deleted correctly. But BluesLee said input works when restarting sfdroid which would indicate that there really is something wrong with file creation when focus is gained.
|
2015-12-16
, 14:08
|
Posts: 210 |
Thanked: 841 times |
Joined on Feb 2013
|
#293
|
Well, I ran the command and indeed works as it should be. Focus only when it's selected and no focus in any other instance. I've tried all combinations. Anyway touchscreen never worked for me. Even restarting sfdroid.
The only thing I can tell that now zygote process is eating my battery...it's keeps at 50% of cpu all the time. I'll dig a little more.
Next thing I'm going to try is a new installation of SFOS with CM11. I'll let you know what happens there.
EDIT: I've tried using CM11 and still the same...no touch.
EDIT:liar, I was wrong when I told you in my message it was 2.0 cause the new tests were in 1.1.9.28 as I said before I would. So, do you think the problem could be the distro then?
But I didn't try the other libinput in 2.0. Could it make the difference? Let's see...I'll let you know.
The Following 4 Users Say Thank You to liar For This Useful Post: | ||
|
2015-12-16
, 21:40
|
|
Posts: 411 |
Thanked: 1,105 times |
Joined on Jan 2010
@ Europe
|
#294
|
The Following 3 Users Say Thank You to BluesLee For This Useful Post: | ||
|
2015-12-17
, 18:04
|
Posts: 58 |
Thanked: 28 times |
Joined on Aug 2007
@ Buenos Aires, Argentina
|
#295
|
|
2015-12-17
, 19:29
|
Posts: 170 |
Thanked: 386 times |
Joined on Dec 2009
|
#296
|
The Following User Says Thank You to Drekkie For This Useful Post: | ||
|
2015-12-19
, 04:44
|
Posts: 58 |
Thanked: 28 times |
Joined on Aug 2007
@ Buenos Aires, Argentina
|
#297
|
So i'm experiencing the same issue encountered earlier in this thread where after successfully flashing Sailfish 1.1.9.28 to my Nexus 5 via multi MultiRom it hangs at the google logo indefinitely. I wasn't sure what steps were taken to resolve it previously aside from deleting sailfish and flashing again (which ive tried) and multiple reboots. Has anyone encountered this recently or are there new thoughts? It seemed the Mer wiki talks about order or loading property files?
I have Cyanogen 12.1-20150901-snapshot successfully working as the main rom. I installed Ubuntu touch from MultiRom as a secondary and that boots fine as well. Seems just Sailfish is having the problem.
Edit: just noticed that this port was built off of 11 version of hammerhead. will try using that specific version instead of 12.1.
Edit2: That was it, I was using the 12.1 CM base image for flashing sailfish instead of the cm-11-20141008-SNAPSHOT-M11-hammerhead.zip one. Using the CM 11 image I'm finally in and able to try Sailfish for the first time.
|
2015-12-26
, 13:50
|
Posts: 84 |
Thanked: 146 times |
Joined on Feb 2015
|
#298
|
|
2015-12-26
, 17:28
|
Posts: 64 |
Thanked: 36 times |
Joined on Feb 2012
@ US
|
#299
|
|
2015-12-26
, 21:52
|
Posts: 1,746 |
Thanked: 1,832 times |
Joined on Dec 2010
|
#300
|
Does anyone know if it it possible to extract the maps application and the Exchange support from a Jolla device that one owns and to install that into a Nexus 5 Sailfish device that one owns?
These are the two things that are really missing.
EDIT:
Regarding sfdroid and input, can someone try running this command:
# while true; do if [ -f /tmp/sfdroid/have_focus ]; then echo "focus"; else echo "no focus"; fi; sleep 1; done
and minimizing/maximizing sfdroid while this is running? It should print "focus" if the window is maximized and "no focus" otherwise, if it does not switch between "focus" and "no focus" we know where the issue lies. But i would be suprised if this is the problem, because on my Jolla the file gets created/deleted correctly. But BluesLee said input works when restarting sfdroid which would indicate that there really is something wrong with file creation when focus is gained.