maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview (https://talk.maemo.org/showthread.php?t=96932)

jellyroll 2016-07-15 16:50

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by RealJohnGalt (Post 1509668)
I tested aptoide and everything seems to work in it. Does your wifi icon in sfdroid show an exclamation mark (!)? If so, sfdroid probably started up without a network connection in sailfish. A reboot and reopen of sfdroid when it has a network connection should fix this.

Otherwise, I'll need a logcat since I can't recreate. Please recreate, then run "devel-su /system/bin/logcat > sfdroid" and upload the "sfdroid" file somewhere. I'll add the network issue and reboot workaround to the "Known Issues" section for now.

A reboot fixed it. Other applications like the default webbrowser and WA do connect to the internet when the wifi icon shows an exclamation mark.

EDIT: running the command 'pkill zygote' as root inside sfdroid does also fix it.

akira.pwr 2016-07-15 22:26

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I have reflashed sfdroid and gapps over previous sfdroid and now seems working fine even after a reboot. :)

RealJohnGalt 2016-07-16 07:59

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by akira.pwr (Post 1509752)
I have reflashed sfdroid and gapps over previous sfdroid and now seems working fine even after a reboot. :)

That's good to know. If you run into something like that again, please get a logcat. The more bizarre and hard to replicate bugs are the ones we need logs for the most.

When I wake up, I'll update topic for getting logcats with an upload line.

akira.pwr 2016-07-16 13:09

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I have to report a problem occurred a pair of times, the UI freezed and the red light started bliking, I had to reboot the device, fdroid was active, I don't know if it was related to it.

Inviato dal mio Sony Z5

jellyroll 2016-07-16 17:05

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by RealJohnGalt (Post 1509185)
Disable Sfdroid:
Code:

curl -o http://sprunge.us/JPOI init.rc.bak
curl -o http://sprunge.us/JXPJ init.zygote32.rc.bak
devel-su
cp -f init.rc.bak /init.rc
cp -f init.zygote32.rc.bak /init.zygote32.rc


I'm trying to create two desktop icons for disable/enabling sfdroid without the need to reboot the device afterwards. Is this possible and if so which command do I have to use at the end?

RealJohnGalt 2016-07-18 21:52

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by akira.pwr (Post 1509787)
I have to report a problem occurred a pair of times, the UI freezed and the red light started bliking, I had to reboot the device, fdroid was active, I don't know if it was related to it.

Inviato dal mio Sony Z5

Your device is running out of memory. I've been testing out zram swam and ksm with good results to work around this slightly, but this does end up harming battery life. Because of this, I'm waiting to see how multiwindow support (and removing systemui and other stuff) helps.

Quote:

Originally Posted by jellyroll (Post 1509810)
I'm trying to create two desktop icons for disable/enabling sfdroid without the need to reboot the device afterwards. Is this possible and if so which command do I have to use at the end?

Currently you need to reboot due to the services started at boot through init. I'm not sure of a way around this off the top of my head. Even if we inherit our own .rc file, we would still probably need to reboot without init (binary) changes. You can diff those sprunge.us links with the sfdroid files to get an idea of the services now launched for sfdroid which were previously disabled.

m4r0v3r 2016-07-18 22:44

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by RealJohnGalt (Post 1510013)
Your device is running out of memory. I've been testing out zram swam and ksm with good results to work around this slightly, but this does end up harming battery life. Because of this, I'm waiting to see how multiwindow support (and removing systemui and other stuff) helps.



Currently you need to reboot due to the services started at boot through init. I'm not sure of a way around this off the top of my head. Even if we inherit our own .rc file, we would still probably need to reboot without init (binary) changes. You can diff those sprunge.us links with the sfdroid files to get an idea of the services now launched for sfdroid which were previously disabled.

can we simply stop the services when stopping sfdroid and start them again when starting? this would force a complete reload and add to loading time.

also camera works in aosp.

i remember running the antutu benchmark and i think normal n5 is 48k but now it was 32k. i guess that ram is going somewhere :P

nh1402 2016-07-19 07:07

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by m4r0v3r (Post 1510018)
can we simply stop the services when stopping sfdroid and start them again when starting? this would force a complete reload and add to loading time.

also camera works in aosp.

i remember running the antutu benchmark and i think normal n5 is 48k but now it was 32k. i guess that ram is going somewhere :P

We could try doing a soft reboot. I tried it way back in the day before sfdroid and it seemed to work. But that would be restarting and not stopping and starting on demand.

As for the Antutu benchmark score iirc Lollipop performed worse than KitKat. So part of that is down to RAM and part of it is Lollipop.

Bundyo 2016-07-19 14:19

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by nh1402 (Post 1510033)
As for the Antutu benchmark score iirc Lollipop performed worse than KitKat. So part of that is down to RAM and part of it is Lollipop.

Maybe ART has a finger in that too.

RealJohnGalt 2016-07-19 22:48

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Krnlyng (liar) noticed we were missing a frameworks/native hybris commit in hybris-12.1, and loading android instead of hybris gles libs which was causing the black screen issue.

I just updated topic and the sfdroid package to include the patched libEGL which fixes the black screen issue. Nothing else has been fixed in this update, but a lot is still being worked on. http://www.mediafire.com/download/n3...-prealpha3.zip

wganis 2016-07-20 01:09

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Ok tks for your hard work after flash zip sfdroid pre alpha 3 its more stable and black screen goes out , i play around 30 minutes and everything is fine tks a lot

m4r0v3r 2016-07-20 08:26

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
My only issue is that the internet breaks since android thinks its offline so it tells everything else its offline and they believe it, only a reboot seems to fix this but if I go offline again it would never recognise being online

nh1402 2016-07-20 08:37

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by m4r0v3r (Post 1510140)
My only issue is that the internet breaks since android thinks its offline so it tells everything else its offline and they believe it, only a reboot seems to fix this but if I go offline again it would never recognise being online

when does it think it's offline?

jellyroll 2016-07-20 10:22

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by m4r0v3r (Post 1510140)
My only issue is that the internet breaks since android thinks its offline so it tells everything else its offline and they believe it, only a reboot seems to fix this but if I go offline again it would never recognise being online

You can also run 'pkill zygote' as root inside sfdroid instead of rebooting the device.

RealJohnGalt 2016-07-20 21:36

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by m4r0v3r (Post 1510140)
My only issue is that the internet breaks since android thinks its offline so it tells everything else its offline and they believe it, only a reboot seems to fix this but if I go offline again it would never recognise being online

This is the same bug jellyroll mentioned earlier, and seems to come out if you manually disable all data or a handoff isn't quick enough. I suspect it's across all sfdroid 12.1 devices (like mako), but not yet confirmed.

I can always cause the bug by disabling all network, opening sfdroid, and upon re-enable sfdroid still doesn't have network.

Thank you for testing and reporting.

mosen 2016-07-24 20:12

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
This is great!
Thanks for the hard work and effort.
I managed to get 12.1 working with sfdroid, but needed a second attempt.

After first attempt, i tried to start sfdroid and only had the Android Bootanimation with 60-80% cpu usage indefinetly.

I tried all over again, this time wiping all cache and data, then doing the exact same procedure successfully.

It would be really cool if GPS would work one day.
My main usage of Alien Dalvik on Jolla is navigation.
Waze and Here Maps are running perfectly already on sfdroid.

EDIT:
Here is a log of a crash when tapping on the wifi selector field in shortcuts pulldown menue.

RealJohnGalt 2016-07-24 22:39

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mosen (Post 1510656)
This is great!
Thanks for the hard work and effort.
I managed to get 12.1 working with sfdroid, but needed a second attempt.

After first attempt, i tried to start sfdroid and only had the Android Bootanimation with 60-80% cpu usage indefinetly.

I tried all over again, this time wiping all cache and data, then doing the exact same procedure successfully.

It would be really cool if GPS would work one day.
My main usage of Alien Dalvik on Jolla is navigation.
Waze and Here Maps are running perfectly already on sfdroid.

EDIT:
Here is a log of a crash when tapping on the wifi selector field in shortcuts pulldown menue.

Thank you for the logcat. Those quick settings tiles should probably get removed as long as we keep systemui. I checked wifi in settings to ensure it wouldn't open or crash, didn't check the tile.

The first flash, did you flash on top of a previous sfos installation? If so, a full wipe is required (I'll need to clarify in topic). If not and this happens to anyone else, please get a logcat so we can clear up issues like this.

mosen 2016-07-25 05:01

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Oh, i was not aware you would be interested in my noobish first attempts fail-log. i made a log but discarded when 2nd attempt worked...
yes, i had cm11 and saimaa running without sfdroid and multiboot and did not wipe, only "full flash" procedure as discribed.
Going to replicated it, my nexus5 is for pure fun and testing anyway until gps works, chr chr.

Maybe the discription could be updated with where to best store the flash files so they persist wiping the data?
I ended up placing them in /firmware without mounting it.
Worked after some needed trial and error because i had no USB-OTG adapter.

frullewulle 2016-07-25 08:39

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mosen (Post 1510656)

It would be really cool if GPS would work one day.
My main usage of Alien Dalvik on Jolla is navigation.
Waze and Here Maps are running perfectly already on sfdroid.

+1 i also wait for gps because of waze

RealJohnGalt 2016-07-30 00:17

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mosen (Post 1510669)
Oh, i was not aware you would be interested in my noobish first attempts fail-log. i made a log but discarded when 2nd attempt worked...
yes, i had cm11 and saimaa running without sfdroid and multiboot and did not wipe, only "full flash" procedure as discribed.
Going to replicated it, my nexus5 is for pure fun and testing anyway until gps works, chr chr.

Maybe the discription could be updated with where to best store the flash files so they persist wiping the data?
I ended up placing them in /firmware without mounting it.
Worked after some needed trial and error because i had no USB-OTG adapter.

/android/media/0/ points to sdcard (internal storage), as do the "Android" symlinks in places like ~/Music and ~/Downloads. I'll add info to OP.

------------------------------------------------------------------
Anyone willing to test an OTA to 2.0.2.48? Please note we're still dealing with a dbus issue that will make the installing of packages take around two hours.. I have a plan to debug this later that requires a rebuild of dbus (all we know now is that it hangs during refreshing dbus configuration, but eventually succeeds).

This is also unofficial currently due to 2.0.2.48 being an "early access" release. However, it gives us a chance to get good feedback.
Code:

RELEASE=2.0.2.48
ssu release $RELEASE
devel-su sed -i -e 's#^adaptation=.*$#adaptation=http://repo.merproject.org/obs/home:/RealJohnGalt:/testing:/hammerhead/sailfish_latest_armv7hl/#' \
/usr/share/ssu/repos.ini
ssu dr mw
ssu ar mw http://repo.merproject.org/obs/nemo:/devel:/hw:/common/sailfish_latest_armv7hl/
ssu er mw
ssu lr
# ^ Save output of this command somewhere in case you have issues with the update
devel-su zypper clean -a
devel-su zypper ref -f

version --dup
# if above fails, try again
version --dup

sync
reboot

Post-install notes:
- You may need to reboot 2-3 times for fully functional radio afterward.
- A sfdroid reflash may also be required (just flash on top and reboot, not a big deal).
- If you're using 1.82 pixel_ratio, run the following after rebooting:
Code:

devel-su rm -rf /usr/share/themes/sailfish-default/meegotouch/z1.82
devel-su ./kimmoli-diyicons.sh 1.82

Despite telling BluesLee to expect a new image today, I'm holding off on doing a 2.0.2.48 flashable image until the cm12.1 project for our device moves out of a home subproject and into the proper nemo:devel:hw:lge:hammerhead subproject. This saves one build between now and official. Also by the official build, we might have the dbus issue fixed.

Re: sfdroid, we're very close to proper audio on hammerhead when I get a chance.

mosen 2016-07-30 01:23

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
upgrading! Any specific area you want me to run into or just general crash test dummy business?

Edit: my OTA went as following,
Started when going to bed and found it displaying 82% complete install when picking up in the morning, waited another hour with no change.
I rebooted, shutdown got stuck and displayed red light for 30 minutes, then i hard reseted via power key.

First startup and as expected still on 2.0.1.
Issued another version --dup that went through in 10 minutes completely.
Reboot/shutdown got stuck again, hard reset after 10 minutes.

boot went fine and i had 2.0.2, working radio and working sfdroid without reflash!
Following your recommendation, i rebooted twice just to be sure.

No problem as of yet.

Could you please explain again how to start/stop sfdroid from cli so i can log to a file? &> thx!

ThomasAH 2016-07-30 12:16

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Just chiming in to say I also successfully installed SFOS 2.0.1.11 with CM12.1 base (20160704 nocheck version), sensorfix3 and SFDroid prealpha 3.

Installation went super smooth in one go due to the crystal clear instructions, and everything seems to work perfectly! I tested a couple of programs in SFOS, screen rotation works, and browsing a bit while in SFDroid seemed to give no problems. Will do some additional testing today (sound, bluetooth, etc. in SFOS).

Since this is a fresh/clean install (I completely wiped my previous install of SFOS based om CM11 before installing this one), I might go ahead and try the OTA to 2.0.2.48 tonight. Will keep you updated.

In any case: thank you so much for all your hard work RealJohnGalt and everyone behind the development of SFOS (with CM12.1 base) on the Nexus5!! Super awesome! :D

Edit: oh, forgot to say: the link to the TWRP version you posted in the topicstarter seems to link to an error page. After a bit of searching I came accross a mirror to that file here: http://d-h.st/BzdC in case anybody needs it (found that mirror in the second post in this thread on XDA-devs)

RealJohnGalt 2016-07-30 19:19

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mosen (Post 1511242)
upgrading! Any specific area you want me to run into or just general crash test dummy business?

Edit: my OTA went as following,
Started when going to bed and found it displaying 82% complete install when picking up in the morning, waited another hour with no change.
I rebooted, shutdown got stuck and displayed red light for 30 minutes, then i hard reseted via power key.

First startup and as expected still on 2.0.1.
Issued another version --dup that went through in 10 minutes completely.
Reboot/shutdown got stuck again, hard reset after 10 minutes.

boot went fine and i had 2.0.2, working radio and working sfdroid without reflash!
Following your recommendation, i rebooted twice just to be sure.

No problem as of yet.

Could you please explain again how to start/stop sfdroid from cli so i can log to a file? &> thx!

Thank you for your report. I'm looking for bugs with the OTA procedure (other than the dbus issue), as well as any regressions in 2.0.2.48 for our device.

I've now done two otas from fresh 2.0.1.11 installs and can't replicate that hang using version (might not recommend using version for otas in the future to get more info though). Could you paste the output of ssu lr earlier on as recommended in the guide I pasted?

Regarding running sfdroid from cli, you can start it with "sg graphics /usr/bin/sfdroid" however, this won't provide you with the logs we care about. You don't even need to run from CLI to get the logs we care about for sfdroid :).

You can get a logcat after running into an issue in sfdroid with "devel-su /system/bin/logcat > sfdroid". This will create a "sfdroid" logcat file which you can then upload like: cat sfdroid | curl -F 'sprunge=<-' http://sprunge.us


ThomasAH: thank you for the correction on the TWRP link.

Edit: reverted a service that's no longer required that could cause weird behavior on first boot after updating (what I wrote about needing multiple boots for full radio functionality) :).

mosen 2016-07-30 22:14

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
ssu lr gave the following prior to my ota:

Quote:

Enabled repositories (global):
- adaptation0 ... http://repo.merproject.org/obs/home:...atest_armv7hl/
- apps ... https://releases.jolla.com/jolla-apps/2.0.2.48/armv7hl/
- hotfixes ... https://releases.jolla.com/releases/...fixes/armv7hl/
- jolla ... https://releases.jolla.com/releases/...jolla/armv7hl/

Enabled repositories (user):
- mw ... http://repo.merproject.org/obs/nemo:...atest_armv7hl/
- store ... https://store-repository.jolla.com/h...rsion=2.0.2.48

Disabled repositories (global, might be overridden by user config):

Disabled repositories (user):
- home ... https://download.jollamobile.com/hom...atest_armv7hl/
Edit,
Tested all new 2.0.2 features and found them all working but the Flashlight/torch is missing from shortcuts settings.
Most impressive is Backup/Restore from Dropbox which made the device usable in minutes.
Video recording works once but the second recording crashes the camera app. Switching to camera mode and back to video makes one recording possible again.
Screenshot with VOL up+down works.
We have working call recording!

My only question is why the jolla store is so empty, only 20apps are available. Is that expected?

RealJohnGalt 2016-07-31 15:04

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mosen (Post 1511342)
ssu lr gave the following prior to my ota:



Edit,
Tested all new 2.0.2 features and found them all working but the Flashlight/torch is missing from shortcuts settings.
Most impressive is Backup/Restore from Dropbox which made the device usable in minutes.
Video recording works once but the second recording crashes the camera app. Switching to camera mode and back to video makes one recording possible again.
Screenshot with VOL up+down works.
We have working call recording!

My only question is why the jolla store is so empty, only 20apps are available. Is that expected?

The flashlight settings are not installed, but do not work. I'll ask about the apps, I have the same thing on 2.0.3.14 but assumed it was just because it was unofficial.

It's bad that the camcorder has that regression, I'll track it when I have a chance. I'll also change the instructions for a more verbose OTA in case other users run into those hangs. I should have time in a few hours.

Thank you for all the testing!

mosen 2016-07-31 15:29

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I am happy to do more if you have specific questions.
Does it make sense to serial test many android apps and collect crashlogs or should i wait for a more advanced release with some obvious stuff ruled out or fixed already?

RealJohnGalt 2016-07-31 18:04

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mosen (Post 1511386)
I am happy to do more if you have specific questions.
Does it make sense to serial test many android apps and collect crashlogs or should i wait for a more advanced release with some obvious stuff ruled out or fixed already?

By early next week I should have audio fixed in sfdroid. Any logs could help since the current work probably won't affect many of these crashes you're seeing (look to the "logcat" instructions in the post on the last page).

Plans for hammerhead sfdroid support right now (aside from what nh1402 and krnlyng (liar) are working on and fixing misc crashes like what you're talking about): 1) audio, 2) get new renderer working so we can use multiwindow (we always lose input on it after a few minutes). There's a device bug fix from AOSP that is actually what broke sfdroid audio for us.


Edit: The flashlight does work in 2.0.2.48 and 2.0.3.14 on our device, it just takes a few minutes to enable the first time (seems to affect jolla c as well). I didn't think it worked, and it enabled itself a few minutes later, totally draining my device as it sat on my desk.

To get it, install jolla-settings-system-flashlight (can be done with zypper like: devel-su zypper in jolla-settings-system-flashlight). I'll be adding this to our pattern so it gets pulled in on updates and builds.

The store issue's been reported and our device isn't the only one affected. Sledges let the store sailors know.

mosen 2016-08-02 11:11

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Flashlight bug affects Jolla C and J1 on 2.43, 2.45 and 2.48.
Install workes and i did not had to wait for minutes on first activation. Flashlight fired up in ~5 seconds on first try. toggeling after that takes 1-2 seconds.
Pausing all media playback during lit flashlight is the main attraction of this bug though and also present but not related to your port ;)

qoh 2016-08-07 13:25

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
When simply disabling developer mode, most of the apps disappear.

Then the phone can only be force-shut down (pressing power-off for several seconds). Afterwards it won't start again. A re-flash is necessary.

That was on one of the CM12-based builds some 3 weeks ago. You may have already adressed the issue meanwhile or it may still exist (?)

mautz 2016-08-11 08:13

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
When i try to OTA to 2.0.2.48 the installation always gets stuck at:

[73 %] [Install] sociald-onedrive-images 0.1.54-10.24.1.jolla: [100 %]

Tried it a few times, always with a fresh install. The installation process is fine until the dbus package gets installed at 18%. After this the installation sometimes stuck, but continues after a time. But at the point shown above it doesn't continue anymore. I let it run for 6 hours last night. Any suggestions?

Thanks.

Manatus 2016-08-11 08:43

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mautz (Post 1512285)
When i try to OTA to 2.0.2.48 the installation always gets stuck at:

[73 %] [Install] sociald-onedrive-images 0.1.54-10.24.1.jolla: [100 %]

Tried it a few times, always with a fresh install. Any suggestions?

Mine was doing same with twitterd or some other "social" package. As with mosen, a reboot (eventually from long press off power button) and after that again 'version --dup', and it was able to continue and update that and the rest of the packages to 2.0.2.48.

Unfortunately accelerometer sensor and WIFI of my Nexus 5 died and no google factory image or amount of smacking the phone got them working again. This (accelerometer dying) seems to be common issue with Nexus 5. It's too bad; this port was getting really good and Nexus 5 felt optimal for me. :(

mautz 2016-08-11 09:19

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
When i shut it down it hags at the shutdown screen and after forcing the shutdown Sailfish doesn't start anymore and i have to reflash.

Manatus 2016-08-11 10:09

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mautz (Post 1512292)
When i shut it down it hags at the shutdown screen and after forcing the shutdown Sailfish doesn't start anymore and i have to reflash.

Ah ok. I had that problem too after the second try out of three reflashings of mine. Not sure what caused that.

(I did several reflashes and sailfish upgrades when I was troubleshooting the accelerometer problem until I realized that the device itself was at fault.)

mosen 2016-08-11 10:29

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mautz (Post 1512285)
Tried it a few times, always with a fresh install.

I had success with trying version --dup twice on same install.
First attempt got stuck at 82%.

mautz 2016-08-11 12:49

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
How did you cancel the stuck installation? Did you just abort it and then started version --dup again?

I'll give it another try.

EDIT:

I aborted the update, when it got stuck.

Now it is stuck at:

REFRESHING CACHE AND DOWNLOADING PACKAGES
Waiting

after starting version --dup again.
I think its a problem with packagekitd still runinng.

mosen 2016-08-11 16:46

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
No, i hard reseted with 10 seconds powerkey and boot went fine.
I did not need to reflash, so there is a difference in my case.
My impression was you reflashed just to be sure, as i understand now you had to reflash because boot failed after failed version --dup, correct?

mautz 2016-08-11 17:11

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Yes, after the update got stuck i hard reseted the phone and now it does not boot anymore, so i ndeed to reflash. After i aborted the update i had to manually kill packagekitd or else version --dup hangs. After killing packagekitd it hangs at Installing (0%). I'm also not able to use a simple command like systemctl status dbusd, everything hangs and has to be aborted. I think i'll wait for the fixed dbus package.

jellyroll 2016-08-11 19:13

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Network tool Fing does work inside sfdroid.

tealc 2016-08-13 05:37

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I have tried flashing + OTA (deleted old SFOS ROM first and then added a new). I had a few trial and errors, but eventually flashing went very smooth.

The OTA hanged at 82%. Running version --dup again resulted in:

REFRESHING CACHE AND DOWNLOADING PACKAGES
Waiting

After a forced restart (using button) I managed to boot again, but version --dup didn't work unless I ran all the other commands first. Then it continued and installed the last 18% (took about 15-20 minutes).

"About product" stated that 2.0.2.48 was installed and most stuff seems to be working. I didn't install sfdroid.

Found issues:
* Jolla store displays only a limited amount of apps. For instance: selecting "New Apps" will only list the first screen (16 apps) and it is not possible to scroll down.

Lessions learned:
* Delete the old ROM first and then install by adding a new ROM. My first attempt to flash CM12.1/SFOS zip files using Advanced=>Multirom => List Roms => <Sailfish ROM> =>Flash Zip resulted in strange problems and factory reset didn't work.

* I started the OTA update in handset terminal but soon realized that it would go a lot faster using ssh instead. For some reason ssh didn't work so I tried to toggle developer mode (this was after I had entered 'update mode', i.e. after I had executed 'ssu release $RELEASE') this resulted in most apps disappearing (including terminal) and also most options in settings menu (including developer options) so the phone was more or less useless. It was not possible to continue update since terminal was lost and ssh was not possible. => Reflash again! I guess this is the same problem reported in http://talk.maemo.org/showpost.php?p...8&postcount=69

Let me know if you need more information/logs.

mautz 2016-08-13 12:33

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
DO i need a newer version of cm12.1 as the one linked in the first post, i'm not sure because of this:

DO NOT attempt an OTA to 2.0.2.X yet. If you want sfdroid support and are on an older base ("SNAPSHOT" cm12.1 build), you won't be able to get support from OTA'ing -- you must reflash using the new base.


All times are GMT. The time now is 04:57.

vBulletin® Version 3.8.8