maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   Sailfish OS on Sony Xperia X (community build) (https://talk.maemo.org/showthread.php?t=99875)

mousse04 2017-10-09 12:34

Re: Sailfish OS on Sony Xperia X (community build)
 
Quote:

Originally Posted by acrux (Post 1536106)
All ambiences seem to work OK now after installing updates today morning :)

Which updates are you talking about ?

ljo 2017-10-09 12:46

Re: Sailfish OS on Sony Xperia X (community build)
 
Quote:

Originally Posted by mousse04 (Post 1536113)
Which updates are you talking about ?

From nemo hardware community repo enabled in xperia image. Retrieved by doing:
'pkcon refresh' and 'pkcon update'

karlos devel 2017-10-09 13:07

Re: Sailfish OS on Sony Xperia X (community build)
 
Be Careful with the latest update, I updated my xperia last night and after that when I need to restart the phone, the phone not boot.
The update was based mainly in: droid.*

explit 2017-10-09 13:30

Re: Sailfish OS on Sony Xperia X (community build)
 
Quote:

Originally Posted by karlos devel (Post 1536120)
Be Careful with the latest update, I updated my xperia last night and after that when I need to restart the phone, the phone not boot.
The update was based mainly in: droid.*

It was alredy discussed. Here what you need to do:
https://public.etherpad-mozilla.org/p/hot-hadk

2017-10-03 IF YOU TAKE IN DROID-CONFIGS NEWER THAN v0.1.1 YOUR SONY WILL GET STUCK IN BOOTLOOP. Countermeasures (either inside a still working Sailfish OS, or via recovery chroot if you got less lucky):

Working SFOS:
Code:

devel-su
mkdir ~/oem
mount /dev/disk/by-partlabel/oem ~/oem
rm -rf ~/oem/*
cp -ar /system/vendor/* ~/oem
umount ~/oem
rmdir ~/oem

Recovery:

Code:

mkdir oem
mount /dev/mmcblk0p28 oem
mkdir cache
mount /dev/mmcblk0p24 cache
rm -rf oem/*
cp -ar cache/* oem
umount oem
umount cache
rmdir oem cache


meemorph 2017-10-09 13:33

Re: Sailfish OS on Sony Xperia X (community build)
 
... and 1st posting: http://talk.maemo.org/showpost.php?p...85&postcount=1

karlos devel 2017-10-09 13:54

Re: Sailfish OS on Sony Xperia X (community build)
 
Thx True-Sailors @meemorph @explit.
I saw here on this, but I forget. So what is the next?

meemorph 2017-10-09 13:56

Re: Sailfish OS on Sony Xperia X (community build)
 
@oenone: others wrote it before, do it from recovery shell. You need a recovery image "hybris-recovery.img". It's build in the syspart environment.

First read and understand this

Then start the phone in fastboot mode (vol-up + plugin usb). Your led sould light blue. To boot the recovery do this:
Code:

sudo fastboot boot hybris-recovery.img
Your phone boots to recovery (very small text displayed). You do
Code:

telnet 10.42.66.66
Select topic 3 (shell)
Continue in doing the change with my parameters. Maybe you do not want to enlarge the rootfs by 4GB (I have my home on sd card and do not neet the phones internal home partition). 2GB are enougth, change the 4096M to 2048M. Do all the steps !at your own risk! before you reboot.

meemorph 2017-10-09 13:59

Re: Sailfish OS on Sony Xperia X (community build)
 
Quote:

Originally Posted by karlos devel (Post 1536126)
Thx True-Sailors @meemorph @explit.
I saw here on this, but I forget. So what is the next?

... be careful with all you can read here :eek:

Ah sorry: start a recovery shell and do the oem move, thats what I would do next.

edit: but you cannot do the 1st part (working SFOS look at the post from explit). Do you need help?

deprecated 2017-10-09 14:03

Re: Sailfish OS on Sony Xperia X (community build)
 
Quote:

Originally Posted by Xray2000 (Post 1536109)
Hi,



Yes indeed ok thanks for the info need to search how to fix this.

I have fix it now ;)


Depending on your distro, you need to install 32-bit libraries. As example, for Ubuntu:

Code:

sudo dpkg --add-architecture i386
For Fedora:

Code:

sudo dnf install glibc.i686

karlos devel 2017-10-09 14:16

Re: Sailfish OS on Sony Xperia X (community build)
 
Quote:

Originally Posted by meemorph (Post 1536128)
... be careful with all you can read here :eek:

Ah sorry: start a recovery shell and do the oem move, thats what I would do next.

Yeap I will. I also see people here like protecting xperia DRM. please I am not one of these. :D


All times are GMT. The time now is 16:10.

vBulletin® Version 3.8.8