This forum has been archived. All content is frozen. Please use KDE Discuss instead.

MultiRom Support

Tags: None
(comma "," separated)
kde-oldgaf
Registered Member
Posts
7
Karma
0

MultiRom Support

Wed Jul 29, 2015 5:19 pm
BigShip Wrote:
I know Ubuntu Touch is currently compatible with MultiRom for the Nexus 5. Are there plans for Plasma-Mobile to do something similar?



MultiRom support would be awesome. I think dual-booting is the best way to get ppl using this and giving good feedback. I would love to have this on my N5, but I am not able to go without a 100% working and reliable phone to do it. I currently have dual-boot with ubuntu touch but would swap that for this in a heartbeat.


*** added request to MultiRom post on XDA - MultiRom Forum - http://forum.xda-developers.com/showpost.php?p=62062065&postcount=2976

*** original thread - http://forums.plasma-mobile.org/showthread.php?tid=11875&pid=15534#pid15534


-OG-
kde-oldgaf
Registered Member
Posts
7
Karma
0

Re: MultiRom Support

Thu Jul 30, 2015 6:16 pm
Anyone?
SPRog
Registered Member
Posts
2
Karma
0

Re: MultiRom Support

Sat Aug 01, 2015 6:25 am
MultiRom manager parse ubuntu-touch images from http://system-image.tasemnice.eu/channels.json

I think, kubuntu-mobile can be added to MultiRom by mirroring http://kubuntu.plasma-mobile.org/ to local server and adding info into local copy of channels.json file.

PS sorry for my english
SPRog
Registered Member
Posts
2
Karma
0

Re: MultiRom Support

Sat Aug 01, 2015 7:13 am
channels.json for automatic channels parsing (need to be in root of mirror).
http://pastebin.com/R72qEF7Y

you need to copy dirs: gpg, kubuntu-phone, pool
PedroHLC
Registered Member
Posts
1
Karma
0

Re: MultiRom Support

Sun Aug 02, 2015 1:20 pm
I did tried to patch MultiROMMgr to install PlasmaMobile instead of UbuntuTouch, I was able to download devel-proposed, but while installing, it does not accept the gpg keys from 'http://kubuntu.plasma-mobile.org/gpg/'.

What I've done so far: (this should not be considered a properly implementation as one should be able to choose between 'PlasmaMobile' and 'UbuntuTouch')
Code: Select all
diff -urBN MultiROMMgr/MultiROMMgr/src/main/assets/devices.json MultiROMMgr.patched/MultiROMMgr/src/main/assets/devices.json
--- MultiROMMgr/MultiROMMgr/src/main/assets/devices.json   2015-08-02 10:14:42.519907228 -0300
+++ MultiROMMgr.patched/MultiROMMgr/src/main/assets/devices.json   2015-07-31 19:02:34.796472549 -0300
@@ -1,95 +1,10 @@
 {
     "devices": [
         {
-            "names": [ "flo" ],
-            "ubuntu_touch": {
-                "enabled": true
-            },
-            "official": true,
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/recovery"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "deb" ],
-            "ubuntu_touch": {
-                "enabled": true,
-                "base_url": "http://system-image.tasemnice.eu"
-            },
-            "official": true,
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/recovery"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "grouper", "tilapia" ],
-            "ubuntu_touch": {
-                "enabled": false
-            },
-            "official": true,
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/sdhci-tegra.3/by-name/SOS"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/sdhci-tegra.3/by-name/LNX"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/sdhci-tegra.3/by-name/CAC"
-                }
-            ]
-        },
-        {
-            "names": [ "mako" ],
-            "ubuntu_touch": {
-                "enabled": true
-            },
-            "official": true,
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/recovery"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
             "names": [ "hammerhead" ],
             "ubuntu_touch": {
                 "enabled": true,
-                "base_url": "http://system-image.tasemnice.eu"
+                "base_url": "http://kubuntu.plasma-mobile.org"
             },
             "official": true,
             "devices": [
@@ -106,369 +21,6 @@
                     "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
                 }
             ]
-        },
-        {
-            "names": [ "shamu" ],
-            "ubuntu_touch": {
-                "enabled": false
-            },
-            "official": true,
-            "kexec_check_path": "/proc/device-tree/soc/kexec_hardboot-hole",
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/recovery"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "yuga", "C6603", "C6602", "C6606" ],
-            "manifest_url": "http://team-simplicit.com/multirom/yuga/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false,
-                "base_url": ""
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "a0001", "one", "bacon", "one a0001" ],
-            "manifest_url": "http://kingbabasula.altervista.org/multirom/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false,
-                "base_url": ""
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/recovery"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "falcon", "falcon_umts", "falcon_umtsds", "falcon_cdma", "falcon_retuaws", "falcon_gpe" ],
-            "manifest_url": "http://montamer.github.io/files/android/falcon/multirom/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/recovery"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-             "names": [ "htc_m8", "m8", "m8ul", "m8whl", "m8wl", "m8spr", "m8vzw", "htc_m8whl", "htc_m8wl", "m8_ul", "m8_whl", "m8_wl" ],
-             "manifest_url": "http://alexandru-g.github.io/files/android/m8/multirom/manifest.json",
-             "check_gpg": false,
-             "ubuntu_touch": {
-                 "enabled": false
-             },
-             "devices": [
-                 {
-                     "name": "recovery",
-                     "path": "/dev/block/platform/msm_sdcc.1/by-name/recovery"
-                 },
-                 {
-                     "name": "boot",
-                     "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                 },
-                 {
-                     "name": "cache",
-                     "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                 }
-             ]
-        },
-        {
-            "names": [ "m7", "m7_ul", "cm_m7", "m7gsm" ],
-            "manifest_url": "http://dzej1.github.io/android/m7/multirom/multirommgr/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/mmcblk0p34"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/mmcblk0p33"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/mmcblk0p36"
-                }
-            ]
-        },
-        {
-            "names": [ "jflte", "jfltexx", "i9505", "GT-I9505", "jgedlte", "i9505g", "GT-I9505G", "jfltespr", "jflterefreshspr", "jfltetmo", "jfltecri", "jfltecsp", "jfltecan", "jflteusc", "jfltezm" ],
-            "manifest_url": "http://antaresone.github.io/multirom/jflte/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/recovery"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "odin", "C6503", "C6502", "C6506" ],
-            "manifest_url": "http://team-simplicit.com/multirom/odin/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false,
-                "base_url": ""
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "amami", "D5503", "SO-02F" ],
-            "manifest_url": "http://hubdroid.com/~Garcia98/multirom/amami/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false,
-                "base_url": ""
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "honami", "C6902", "L39h", "C6903", "C6906", "C6916", "C6943", "SOL23", "SO-01F", "L39t" ],
-            "manifest_url": "http://hubdroid.com/~Garcia98/multirom/honami/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false,
-                "base_url": ""
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "togari", "C6802", "C6806", "C6833", "C6843", "XL39h" ],
-            "manifest_url": "http://hubdroid.com/~Garcia98/multirom/togari/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false,
-                "base_url": ""
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "sirius", "D6503", "D6502", "D6506", "D6543" ],
-            "manifest_url": "http://multirom.myself5.de/sirius/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false,
-                "base_url": ""
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "z3", "D6603", "D6602", "D6633", "D6643" ],
-            "manifest_url": "http://multirom.myself5.de/z3/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false,
-                "base_url": ""
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "z3c", "D5803", "D5833" ],
-            "manifest_url": "http://multirom.myself5.de/z3c/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false,
-                "base_url": ""
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "X9180", "x9180", "V9180", "v9180", "U9180", "u9180", "N9180", "n9180" ],
-            "manifest_url": "https://raw.githubusercontent.com/proDOOMman/android_X9180_MultiROM/master/release/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false,
-                "base_url": ""
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/recovery"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/boot"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/msm_sdcc.1/by-name/cache"
-                }
-            ]
-        },
-        {
-            "names": [ "endeavoru" ],
-            "manifest_url": "http://madnation.net/multirom/endeavoru/manifest.json",
-            "check_gpg": false,
-            "ubuntu_touch": {
-                "enabled": false,
-                "base_url": ""
-            },
-            "devices": [
-                {
-                    "name": "recovery",
-                    "path": "/data/media/0/multirom/roms/TWRP/boot.img"
-                },
-                {
-                    "name": "boot",
-                    "path": "/dev/block/platform/sdhci-tegra.3/by-name/LNX"
-                },
-                {
-                    "name": "cache",
-                    "path": "/dev/block/platform/sdhci-tegra.3/by-name/CAC"
-                }
-            ]
         }
     ]
 }
diff -urBN MultiROMMgr/MultiROMMgr/src/main/java/com/tassadar/multirommgr/installfragment/UbuntuManifest.java MultiROMMgr.patched/MultiROMMgr/src/main/java/com/tassadar/multirommgr/installfragment/UbuntuManifest.java
--- MultiROMMgr/MultiROMMgr/src/main/java/com/tassadar/multirommgr/installfragment/UbuntuManifest.java   2015-08-02 10:14:42.526573895 -0300
+++ MultiROMMgr.patched/MultiROMMgr/src/main/java/com/tassadar/multirommgr/installfragment/UbuntuManifest.java   2015-07-31 18:08:15.253036598 -0300
@@ -39,7 +39,7 @@
 public class UbuntuManifest {
     private static final String TAG = "MROMMgr::UbuntuManifest";
 
-    public static final String DEFAULT_BASE_URL = "https://system-image.ubuntu.com";
+    public static final String DEFAULT_BASE_URL = "http://kubuntu.plasma-mobile.org";
     public static final String CHANNELS_PATH = "/channels.json";
     public static final String NO_FLAVOUR = "*none*";
 
@@ -111,7 +111,7 @@
 
                 try {
                     if(!c.loadDeviceImages(dev_name, dev))
-                        return false;
+                        continue;
                 } catch (Exception e) {
                     e.printStackTrace();
                     return false;


Edit:
[Try it yourself]

Final code sended to TWRP:
Code: Select all
format data
format system
load_keyring image-master.tar.xz image-master.tar.xz.asc
load_keyring image-signing.tar.xz image-signing.tar.xz.asc
mount system
update ubuntu-c47c5c90b93d13255d48e96084d5c9150f302117b0321f15219b819e1131a12e.tar.xz ubuntu-c47c5c90b93d13255d48e96084d5c9150f302117b0321f15219b819e1131a12e.tar.xz.asc
update device-4510865a678843b2523e9e7ef5df965898150028fd566db0ed410e604855e19d.tar.xz device-4510865a678843b2523e9e7ef5df965898150028fd566db0ed410e604855e19d.tar.xz.asc
update keyring-14bdcbd37d9650acb04357018c679bc60b7faeda58bab8b9de82e74ab9af0814.tar.xz keyring-14bdcbd37d9650acb04357018c679bc60b7faeda58bab8b9de82e74ab9af0814.tar.xz.asc
update version-137.tar.xz version-137.tar.xz.asc
unmount system


Error thrown by TWRP:
Code: Select all
Loading keyring: image-master.tar.xz
Invalid signature: /cache/recovery/image-master.tar.xz
kde-oldgaf
Registered Member
Posts
7
Karma
0

Re: MultiRom Support

Tue Aug 04, 2015 6:34 pm
I don't have the time to mess with this to get the install to work... if someone can get it working I would be more then happy to install it and pass it on as well.
kde-oldgaf
Registered Member
Posts
7
Karma
0

Re: MultiRom Support

Thu Aug 13, 2015 6:13 pm
kde-oldgaf wrote:I don't have the time to mess with this to get the install to work... if someone can get it working I would be more then happy to install it and pass it on as well.



guess not.....
bshah
Registered Member
Posts
77
Karma
0
OS

Re: MultiRom Support

Fri Aug 14, 2015 11:17 am
Oops, sorry this post went un-noticed to me..

so, there you go.. here is working instructions for installing Plasma Mobile with multirom

https://community.kde.org/Plasma/Mobile/MultiROM
kde-oldgaf
Registered Member
Posts
7
Karma
0

Re: MultiRom Support

Fri Aug 14, 2015 12:39 pm
bshah wrote:Oops, sorry this post went un-noticed to me..

so, there you go.. here is working instructions for installing Plasma Mobile with multirom

https://community.kde.org/Plasma/Mobile/MultiROM


Awesome!

Thanks very much... I will give it a go this weekend.
kde-oldgaf
Registered Member
Posts
7
Karma
0

Re: MultiRom Support

Fri Aug 21, 2015 2:13 pm
bshah wrote:Oops, sorry this post went un-noticed to me..

so, there you go.. here is working instructions for installing Plasma Mobile with multirom

https://community.kde.org/Plasma/Mobile/MultiROM


This hangs at Google logo. Had a keys error during install.
bshah
Registered Member
Posts
77
Karma
0
OS

Re: MultiRom Support

Sat Aug 22, 2015 7:31 am
Which device you have? And are you sure you used recovery that I have linked in wiki page?
kde-oldgaf
Registered Member
Posts
7
Karma
0

Re: MultiRom Support

Sat Aug 22, 2015 8:23 pm
bshah wrote:Which device you have? And are you sure you used recovery that I have linked in wiki page?


I have an N5, and yes I did use the recovery.
I will give it another go when I have a chance.
User avatar
elgrande71
Registered Member
Posts
1
Karma
0
OS

Re: MultiRom Support

Wed May 18, 2016 3:15 pm
bshah wrote:Oops, sorry this post went un-noticed to me..

so, there you go.. here is working instructions for installing Plasma Mobile with multirom

https://community.kde.org/Plasma/Mobile/MultiROM

I tested on a Nexus 5 device .
Sorry to say, that I have a problem at MultiROM manager level because device...tar.xz file verification check failed all the time .
I try two times the entire installation process with TWRP and MultiROM patched versions but with no success ( devel and devel-proposed ) .
Is there missing instructions ?
ahas
Registered Member
Posts
10
Karma
0

Re: MultiRom Support

Wed May 18, 2016 6:57 pm
elgrande71 wrote:
bshah wrote:Oops, sorry this post went un-noticed to me..

so, there you go.. here is working instructions for installing Plasma Mobile with multirom

https://community.kde.org/Plasma/Mobile/MultiROM

I tested on a Nexus 5 device .
Sorry to say, that I have a problem at MultiROM manager level because device...tar.xz file verification check failed all the time .
I try two times the entire installation process with TWRP and MultiROM patched versions but with no success ( devel and devel-proposed ) .
Is there missing instructions ?


I've seen a discussion about multirom/ubuntu touch problems with image verification on xda: http://forum.xda-developers.com/google- ... st66670884
There it is suggested that you set the date in Android back and after that the verification goes ok.

Hth!
p1x3l3d
Registered Member
Posts
2
Karma
0

Re: MultiRom Support

Sun May 29, 2016 9:59 am
ahas wrote:
elgrande71 wrote:
bshah wrote:Oops, sorry this post went un-noticed to me..

so, there you go.. here is working instructions for installing Plasma Mobile with multirom

https://community.kde.org/Plasma/Mobile/MultiROM

I tested on a Nexus 5 device .
Sorry to say, that I have a problem at MultiROM manager level because device...tar.xz file verification check failed all the time .
I try two times the entire installation process with TWRP and MultiROM patched versions but with no success ( devel and devel-proposed ) .
Is there missing instructions ?


I've seen a discussion about multirom/ubuntu touch problems with image verification on xda: http://forum.xda-developers.com/google- ... st66670884
There it is suggested that you set the date in Android back and after that the verification goes ok.

Hth!


Hey all :)

Just registered to say that I'm walking into the exact same problems as elgrande described above. I also attempted to install Plasma Mobile on my Nexus 5 by following the instructions as described on the 'Plasma Mobile with Multirom' instruction page. Unfortunately, after having downloaded the necessary image files Multirom manager fails to 'check' the device????.tar.xz file (it doesn't say what it actually checks, wrong MD5 checksum maybe?). I also tried both devel and devel-proposed images. Additionally, following ahas' suggestion, I retried the whole process with the Android system time set back to 1 januari 2015 (just to be sure), but the installation process still won't get past the aforementioned file check.

If anyone has any other suggestions to fix this I'd be more than happy to try, really stoked to test Plasma Mobile. I'm a really happy Plasma 5 DE user and would love to use it on my mobile phone as well :)


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Google [Bot], Yahoo [Bot]