|
2017-10-19
, 16:30
|
Posts: 4 |
Thanked: 7 times |
Joined on Oct 2017
|
#1922
|
Yes, but partitioning has been done from recovery.
This is for POWER users with F5122! Normal users shouldn't do it!
You should transfer https://iwf1.com/iwf-repo/parted.rar tool onto phone, chmod +x it and then do:
1) ./parted /dev/mmcblk0
2) print
here you see
3) you want to make system smaller (on stock SF it is 1.5GB), and make userdata biggerCode:...# start end size 51 1195MB 54.7GB 53.5GB userdata 52 54.7GB 62.5GB 7843MB ext4 system
4) rm 52
5) rm 51
this deletes both last partitions
6) mkpart
here you create userdata again, set up 'start' the same - 1195MB, but end - bigger (61.0GB)
7) mkpart
here you create system again, set up 'start' as the end of NEW userdata - 61.0GB, and end as before - 62.5GB
8) name 51
say 'userdata'
9) name 52
say 'system'
So now you will have
Code:... 51 1195MB 61.0GB 59.8GB userdata 52 61.0GB 62.5GB 1537MB system
|
2017-10-19
, 19:48
|
Posts: 88 |
Thanked: 411 times |
Joined on Mar 2010
@ southern Italy
|
#1923
|
commhistory-tool export -groups -calls mystuff
The Following 9 Users Say Thank You to alfmar For This Useful Post: | ||
|
2017-10-19
, 22:13
|
Posts: 248 |
Thanked: 1,142 times |
Joined on Dec 2014
@ Earth
|
#1924
|
Turning this off hasn't worked. I'm going to try again on a different computer on the weekend.
I'll try without using the Sony software, as I think this is causing the problem
Linux went without a glitch for me. Just had to install the android tools with a single command, turn off phone, plug it in while pressing volume up (or was it down for fastboot mode?), checking fastboot devices and proceeding from there with flashtool... if i recall correctly.
For me the lowest volume setting is to loud, and high volume way too high an massively cracking, I guess on the long run it would destroy the speakers.
Is the display brightness range the same on sfos as it is in android?
Booted the thing in android for the updates and found it is nicely dark on lowest setting. Unprecedented in sfos device i would say.
The Following 8 Users Say Thank You to DrYak For This Useful Post: | ||
|
2017-10-19
, 23:09
|
Posts: 187 |
Thanked: 162 times |
Joined on May 2010
@ Sunny Woollahra
|
#1925
|
The Following User Says Thank You to rfa For This Useful Post: | ||
|
2017-10-19
, 23:18
|
Posts: 300 |
Thanked: 962 times |
Joined on Jun 2010
@ USA
|
#1926
|
I've then (from step 4/4 on the unlock your bootloader Sony website) entered (Copy pasted) the code
and FAILED is al that happens...
The Following User Says Thank You to deprecated For This Useful Post: | ||
|
2017-10-19
, 23:45
|
Posts: 187 |
Thanked: 162 times |
Joined on May 2010
@ Sunny Woollahra
|
#1927
|
Did you enter your IMEI at the Sony site, and are you certain that the code they gave you is pasted exactly in the fastboot command?
The Following User Says Thank You to rfa For This Useful Post: | ||
|
2017-10-20
, 00:00
|
Posts: 300 |
Thanked: 962 times |
Joined on Jun 2010
@ USA
|
#1928
|
Yes. To be certain I copy pasted the fastboot command code, rather than risk mistyping
The Following User Says Thank You to deprecated For This Useful Post: | ||
|
2017-10-20
, 00:51
|
Posts: 187 |
Thanked: 162 times |
Joined on May 2010
@ Sunny Woollahra
|
#1929
|
Honestly at this point it sounds like your fastboot driver is broken, even though it's reporting a device correctly. Are you able to do simple commands like "fastboot reboot" or "fastboot reboot bootloader"?
Also, make sure you're doing any fastboot commands from an elevated (Administrator) command prompt.
rebooting into bootloader...
OKAY [ 0.003S]
The Following User Says Thank You to rfa For This Useful Post: | ||
|
2017-10-20
, 04:12
|
Posts: 187 |
Thanked: 162 times |
Joined on May 2010
@ Sunny Woollahra
|
#1930
|
Tags |
sailfish os, sony xperia x |
|
A quick check shows no sound output at all. Checked volume in settings, ambiences and from the volume key.
I saw this previously on the community build, but this is the first time it's happened since the official build arrived.
I use sailcron to switch to a silent ambience overnight and back to a noisy one in the morning. It certainly switched back to 'noisy', and the 'muted' icon wasn't shown.
Back to normal after a reboot.
Next time I will check the phone audio, and anything else I can think of. Anyone had anything similar?