The Following 4 Users Say Thank You to DrYak For This Useful Post: | ||
![]() |
2017-10-24
, 17:04
|
Posts: 248 |
Thanked: 1,142 times |
Joined on Dec 2014
@ Earth
|
#82
|
Somebody who is not in a hurry should collect all the IDs (I mean, beside 0fce:e1e0) and add them to the tutorial.
(Together with a nice "90-xperia.rules" ready to be dropped in etc).
# Xepria X [0fce:e1e0] # Android [0fce:adde] # Sony S1Boot Fastboot [0fce:0dde] SUBSYSTEM=="usb", ATTR{idVendor}=="0fce", MODE="0660", GROUP="users" # Jolla Recovery SUBSYSTEM=="usb", ATTR{idVendor}=="2931", ATTRS{idProduct}=="0a06", MODE="0660", GROUP="users"
# Xepria X [0fce:e1e0] SUBSYSTEM=="usb", ATTR{idVendor}=="0fce", ATTRS{idProduct}=="e1e0", MODE="0660", GROUP="users" # Android [0fce:adde] SUBSYSTEM=="usb", ATTR{idVendor}=="0fce", ATTRS{idProduct}=="adde", MODE="0660", GROUP="users" # Sony S1Boot Fastboot [0fce:0dde] SUBSYSTEM=="usb", ATTR{idVendor}=="0fce", ATTRS{idProduct}=="0dde", MODE="0660", GROUP="users" # Jolla Recovery SUBSYSTEM=="usb", ATTR{idVendor}=="2931", ATTRS{idProduct}=="0a06", MODE="0660", GROUP="users"
The Following 2 Users Say Thank You to DrYak For This Useful Post: | ||
![]() |
2017-10-24
, 17:37
|
Posts: 33 |
Thanked: 65 times |
Joined on Jan 2014
|
#83
|
![]() |
2017-10-24
, 19:10
|
Posts: 120 |
Thanked: 843 times |
Joined on Jul 2015
@ Berlin, Germany
|
#84
|
Official Linux Instructions now on:
https://jolla.com/sailfishxinstall/
![]() |
2017-10-25
, 06:06
|
Posts: 120 |
Thanked: 843 times |
Joined on Jul 2015
@ Berlin, Germany
|
#86
|
Speaking of links : I think that this one is the best reference for backing up the TA partition and bringing the phone up to date.
The Following 3 Users Say Thank You to jakibaki For This Useful Post: | ||
![]() |
2017-11-14
, 17:20
|
Posts: 75 |
Thanked: 55 times |
Joined on Oct 2009
@ Finland
|
#87
|
sudo is a quick shortcut to get the things done.
(But a bit dangerous in theory, because Flashtool will have full read/write access on anything...)
The long way is to add a bunch of rules in some "/etc/udev/rules.d/somthing.rules" file.
You need to add rules for every different DEVID that the device will exhibit (the Xperia X tend to have a multiple personality disorder and exhibit different IDs in each mode) :
0fce:e1e0 is the USB ID that the Xepria X present when in normal android mode.
You can see the Vendor/Product ID by doing "lsusb".
You'll need to add entries for the flashmodes (Volume Down + turn on, Volume Up + turn on, etc.). Each time, reboot the phone in a mode, do "lsusb" to see the USB ID, add a new rule in the udev rules.
After that FlashTool will have all the rights it needs, but only those.
Somebody who is not in a hurry should collect all the IDs (I mean, beside 0fce:e1e0) and add them to the tutorial.
(Together with a nice "90-xperia.rules" ready to be dropped in etc).