yes final for CM Rom.
But
lineageos build very soon on the new post
https://review.lineageos.org/#/q/status:open
Am I right that the regular CMUpdater is still broken in CM14 for users who are using the adoptable storage feature?
I'm still on CM13 because of Xposed, so I don't know.
But I just had an idea how to fix it:
Regular CMUpdater uses a folder inside the user folder.
This folder is not accessible in CM Recovery because it's on the encrypted SD card. That's why CMRecovery won't find the update.
Would it be possible to
1. create a symlink/hardlink from
/storage/emulated/0/cmupdater
to
/storage/obb/cmupdater
So, we have no need to mess with the Update-Downloader. This hardlink should (of course) only be created when there's adopted storage.
One could also implememt the alternative download folder into the Downloader I guess.
and
2. Tell the recovery to look for updates not only in
/storage/emulated/0/cmupdater
but also in
/storage/obb/cmupdater
Because this folder is accessible even on devices with adopted storage when in CM recovery.
I think choosing the obb folder is a good idea because updates are (in some way) non-user-specific data. Just like the data that are supposed to go into the obb folder.
I'd try creating the hardlink myself, but as far as I've read, SELinux prevents me from creating hardlinks. Does a Rom developer have influence on these SELinux rules?
Do you think this is possible? If yes, would you be interested / having time to implement this?
EDIT:
I just got that I wasn't right about the nature of the obb folder.
But maybe there's another folder that could be used in the mentioned way.
EDIT2:
I was right about the obb folder. The obb folder that's on internal storage can be accessed via
/data/media/obb
I think you could also add
/data/media/cmupdater
Would look best.
Volume button blocked? With fake fastboot mode?I have Sony Xperia SP with cyanogenmod 14 official. Now my Hp is not charging battery lvl 0%. When I connect my Xperia with charger, the logo Sony is appear first and then the lvl of battery (0%) and the red led and then green led appear. And after 2 second after that the backlights screen is on and then no one appear in LCD. I have charging for a couple hours but the Xperia still not charging. Can you help me? My battery level still 0% every time I connect to charger.
Volume button blocked? With fake fastboot mode?
Sent from my Xperia SP using XDA-Developers mobile app
You have to remove the elastic cord that block the volume button when you insert usb charge. After charge is starting you can replace It.
You have to remove the elastic cord that block the volume button when you insert usb charge. After charge is starting you can replace It.
Sent from my Xperia SP using XDA-Developers mobile app
You have to remove the elastic cord that block the volume button when you insert usb charge. After charge is starting you can replace It.
Sent from my Xperia SP using XDA-Developers mobile app
Just use a charger with a little bit higher voltage than the stock charger (charge it to 5% to be able to boot your phone) then use the stock charger to complete charging to 100%.Do you mean I should remove the rubber band? The result still same please look this video
http://sendvid.com/9fhc8wk5
---------- Post added at 01:49 AM ---------- Previous post was at 01:45 AM ----------
Why bro? Give me the reason, sorry iam newbie.
Just use a charger with a little bit higher voltage than the stock charger (charge it to 5% to be able to boot your phone) then use the stock charger to complete charging to 100%.
Sent from my Xperia SP using Tapatalk
Happy new year
List of devices getting official LineageOS Roms [ Full ]
Xperia SP (huashan)
http://www.lineageosrom.com/2016/12/list-of-devices-getting-official.html
That website is totally unofficial and most of it is wrong,
they simply copy pasted the list of CM maintained devices throughout the years.
Yes. And yes, could be a charger problem. Or maybe could be a permanent blocked volume button, in that case you have to send to repair center. Good luck.Do you mean I should remove the rubber band? The result still same please look this video
http://sendvid.com/9fhc8wk5
---------- Post added at 01:49 AM ---------- Previous post was at 01:45 AM ----------
Why bro? Give me the reason, sorry iam newbie.
Ok I'll try with iPad charger. And I charge with usually or I charge with the volume button press with rubber band help?
I just try to charge with iPad adapter. But the result still same. The Sony appear, the red led is appear. Nd then off and the system restart the Sony appear. What's happen with my Xperia? Yesterday I try to charge with volume button press and then volume down press charging. But the result still same.
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
- Boot : Ok
- GApps : OpenGApps Micro Ok
- Dual Recovery : Ok (see below)
- WiFi : Ok (real SONY MAC address)
- Bluetooth : Ok (real SONY MAC address)
- WiFi Hotspot : Ok (2.4GHz and 5GHz)
- RIL - Phone - Data : Ok
- GPS : Ok
- Camera : Ok
- Camcorder : Ok
- MicroSD : Ok, only Ext4 support missing from ROM
- Accelerometer : Ok
- Compass : Ok
- Gyroscope : Ok
- AOSP sensors : Ok
- FM Radio : Ok
- Vibrator : Ok
- Microphone : Ok
- Audio & external audio : Ok
- Bluetooth audio : Ok
- NFC : Ok
- Kernel : Ok, Updating frequently
- Graphics : Ok
- 3D Rendering : Ok
- Clock : Ok (RTC real hardware clock, in TWRP recovery too)
- Powered-off alarm : Ok
- Offline Charging : Ok
- Encryption : Status unknown
- SEPolicies : Fully enforced
<?xml version="1.0" encoding="UTF-8"?>
<!-- https://github.com/CyanogenMod/android -->
<manifest>
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" />
<project name="CyanogenMod/android_device_sony_common" path="device/sony/common" remote="github" />
<project name="CyanogenMod/android_external_stlport" path="external/stlport" remote="github" />
<project name="CyanogenMod/android_hardware_sony_DASH" path="hardware/sony/DASH" remote="github" />
<project name="CyanogenMod/android_hardware_sony_thermanager" path="hardware/sony/thermanager" remote="github" />
<project name="CyanogenMod/android_packages_apps_FMRadio" path="packages/apps/FMRadio" remote="github" />
<project name="AdrianDC/android_device_sony_huashan" path="device/sony/huashan" remote="github" />
<project name="AdrianDC/android_kernel_sony_msm8960t" path="kernel/sony/msm8960t" remote="github" />
<project name="AdrianDC/proprietary_vendor_sony" path="vendor/sony" remote="github" />
</manifest>