The Following User Says Thank You to claustn For This Useful Post: | ||
|
2020-02-25
, 14:19
|
|
Posts: 600 |
Thanked: 713 times |
Joined on Jul 2019
@ UK
|
#1102
|
I flashed the new kernel for flatpak support but now I have no WLAN! I can't turn it on...Which kernel do I have to flash to restore the default one?
mkdir /lib/modules/`uname -r`
The Following User Says Thank You to edp17 For This Useful Post: | ||
|
2020-02-25
, 14:22
|
|
Posts: 600 |
Thanked: 713 times |
Joined on Jul 2019
@ UK
|
#1103
|
I do use multirom, however I did not backup before flashing.
How do you do a backup of a specific rom? I was considering dd over ssh but have not tried yet.
Anyway, the output is:
The old kernel restores wlan! Thank you.Code:$ ls /lib/modules/3.4.0-cyanogenmod-g3a439b93663/ autofs4.ko modules.order bcmdhd.ko modules.softdep crc-itu-t.ko modules.symbols isofs.ko modules.symbols.bin lockd.ko nbd.ko modules.alias nfnetlink_acct.ko modules.alias.bin nfs.ko modules.builtin scsi_wait_scan.ko modules.builtin.bin sunrpc.ko modules.dep udf.ko modules.dep.bin xt_nfacct.ko modules.devname
Btw, despite the added flags in the kernel Angelfish does not start, I'll report in the other thread.
The Following User Says Thank You to edp17 For This Useful Post: | ||
|
2020-02-26
, 11:47
|
|
Posts: 600 |
Thanked: 713 times |
Joined on Jul 2019
@ UK
|
#1104
|
I do use multirom, however I did not backup before flashing.
How do you do a backup of a specific rom? I was considering dd over ssh but have not tried yet.
Anyway, the output is:
The old kernel restores wlan! Thank you.Code:$ ls /lib/modules/3.4.0-cyanogenmod-g3a439b93663/ ..
Btw, despite the added flags in the kernel Angelfish does not start, I'll report in the other thread.
cp -av production copy
The Following User Says Thank You to edp17 For This Useful Post: | ||
|
2020-03-01
, 11:20
|
Posts: 635 |
Thanked: 1,535 times |
Joined on Feb 2014
@ Germany
|
#1105
|
The Following User Says Thank You to mautz For This Useful Post: | ||
|
2020-03-02
, 09:16
|
|
Posts: 600 |
Thanked: 713 times |
Joined on Jul 2019
@ UK
|
#1106
|
@edp17
You can change the kernel string in the defconfig file. CONFIG_LOCALVERSION is what you are looking for. For example:
CONFIG_LOCALVERSION="-cyanogenmod-g0aac178"
You need to disable CONFIG_LOCALVERSION_AUTO to make these changes work.
And you need to change lines 86 and 87 in META-INF/com/google/android/update-binary to match the new localversion.
|
2020-03-16
, 20:01
|
Posts: 387 |
Thanked: 707 times |
Joined on May 2015
@ Italy
|
#1107
|
|
2020-03-17
, 09:53
|
|
Posts: 600 |
Thanked: 713 times |
Joined on Jul 2019
@ UK
|
#1108
|
I have tried the hotspot script but it does not work for me! Any suggestion?
|
2020-03-17
, 11:47
|
Posts: 387 |
Thanked: 707 times |
Joined on May 2015
@ Italy
|
#1109
|
|
2020-03-17
, 12:47
|
|
Posts: 600 |
Thanked: 713 times |
Joined on Jul 2019
@ UK
|
#1110
|
my bad, I retried today and it works as expected! Yesterday the wireless network was not visible to other devices.
Another problem I just noticed is that bluetooth file sharing does not work. I tried from Sailfish to Android and viceversa but no luck
.....
Is there some log file I can provide you?
scp /home/nemo/text.txt nemo@172.28.172.2:/home/nemo/
scp nemo@172.28.172.2:/home/nemo/test.txt /home/nemo/
Tags |
hammerhead, nexus5, sailfishos, sfdroid |
|
How do you do a backup of a specific rom? I was considering dd over ssh but have not tried yet.
Anyway, the output is:
Btw, despite the added flags in the kernel Angelfish does not start, I'll report in the other thread.