maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   Run Alien Dalvik on OnePlus One (https://talk.maemo.org/showthread.php?t=100193)

GalaxyNinja66 2018-02-04 12:14

Run Alien Dalvik on OnePlus One
 
So after plenty of tinkering I have finally gotten google play store installed and a tester confirmed Google maps working. Please be warned: This has a history of crashing everything, forcing you to hard reboot, along with this, it has been shown to sometimes break sfos and require reinstalling - You should be fine after you finish though, that last one was just something that can happen mid-install.

Make sure you are using the up to date files!!! (I didn't make any of the files in this thread)
SFOS 2.1.3.7 bacon: https://github.com/wdehoog/sailfish-...-beta1-wdh.zip
PROPER CM12.1 sf base: https://github.com/wdehoog/sailfish-...0218-bacon.zip
^^this specific base fixes the broken camera and flashlight and video with the other base^^

Anyway, without further ado, the instructions:

Instructions for Alien Dalvik on the OPO on sailfish os 2.1.3.7 (make sure you are using the sfos special cm12.1 build!!!)
Download the aliendalvik rpm file from this link: https://drive.google.com/file/d/0B82...9naVVCTFE/view

now run the following commands:
Code:

devel-su
zypper in /home/nemo/Downloads/aliendalvik-1.0.46-1.armv7hl.rpm
pkcon install-local /home/nemo/Downloads/aliendalvik-1.0.46-1.armv7hl.rpm
systemctl stop aliendalvik
vim /opt/alien/system/script/platform_extraenvsetup.sh

Erase everything and replace it with this:

Code:

#!/bin/bash
# Copyright 2013-2016 Myriad Group AG. All Rights Reserved.
 
####### 3D needs #########
EXTRA_FILES_3D="
  lib/hw/gralloc.msm8974.so
  lib/memalloc.so
  lib/qdutils.so
  "
 
####### CAMERA needs #########
EXTRA_FILES_CAMERA="
  lib/hw/camera.vendor.bacon.so
  "
 
####### HW CODECS needs #########
EXTRA_FILES_HWCODEC="
  etc/media_codecs.xml
  etc/media_profiles.xml
  etc/media_codecs_google_audio.xml
  etc/media_codecs_google_telephony.xml
  etc/media_codecs_google_video.xml
  "
 
####### LINKING LOOP #########
NEEDED_EXTRA_FILES="
  $EXTRA_FILES_3D
  $EXTRA_FILES_CAMERA
  $EXTRA_FILES_HWCODEC
  "
 
for x in $NEEDED_EXTRA_FILES; do
  target=/system_jolla/$x
  link=$ANDROID_ROOT/${x/.msm8974./.default.}
  ln -sf $target $link
done
 
ln -sf /system_jolla/lib/hw/camera.vendor.bacon.so /system/lib/hw/camera.vendor.bacon.so
 
# For camera socket
mkdir -p /data/misc
ln -s /data_jolla/misc/camera /data/misc/camera


Now write the file and exit vim ("esc",":w", then ":q")
Now for some more commands:
Code:

chmod +x /opt/alien/system/script/platform_extraenvsetup.sh
restart your device a couple times

now that you have everything ALMOST set up, lets do one last thing, install google play (because for some reason, installing google play makes it crash much less). This is the biggest pain the ***, since it will crash often while you try this. if a command doesn't work or glitches out, try again. Still doesn't work? reboot and try again. Due to the inconsistency of the crashes I don't really know what to do, so its mostly trial and error at this point.

Follow the instructions on this site: https://it.toolbox.com/blogs/jeffhoo...lfish-x-102517

Reboot, and set up your google account (prepare for constant crashing)
once you have it set up, go ahead and reboot, and bam everything should (kind of) work. I was able to install discord and google chrome without installing Gapps, but they crashed in a loop 4/5 times (however, that other 1/5 times was very nice). For some reason the keyboard is funky in some apps. fully use-able but funky.

If this works for you, AWESOME YAY! if not, sorry, I tried.

EDIT: Maybe this will work on OPX, since, if I remember correctly, they use the exact same SoC, but to get working camera you would obviously have to replace "lib/hw/camera.vendor.bacon" with the lib on the OPX.

biketool 2018-02-05 08:58

Re: Run Alien Dalvik on OnePlus One
 
Is the install more reliable if deep reaching store/gapps is not installed and instead uses only f-droid repository and hand installed apks?

aspergerguy 2018-02-05 20:32

Re: Run Alien Dalvik on OnePlus One
 
Just in case anyone wants valid links, although you're on your own if looking for Alien Dalvik:
https://github.com/wdehoog/sailfish-...mages/releases
https://github.com/wdehoog/sailfish-...0218-bacon.zip
https://it.toolbox.com/blogs/jeffhoo...lfish-x-102517

GalaxyNinja66 2018-02-06 09:15

Re: Run Alien Dalvik on OnePlus One
 
Quote:

Originally Posted by aspergerguy (Post 1540909)

Sorry I thought my links worked, my bad, I will put yours in the OP and thank you
:)

EDIT: Nevermind, mine were just formatted wrong, Ill still give a thank though.

GalaxyNinja66 2018-02-06 09:16

Re: Run Alien Dalvik on OnePlus One
 
Quote:

Originally Posted by biketool (Post 1540886)
Is the install more reliable if deep reaching store/gapps is not installed and instead uses only f-droid repository and hand installed apks?

The exact opposite has been found. for some reason google play services stablaize everything, before installing them discord crashed every single time I pulled up the keyboard or even tried to navigate or hit the back button, now it works 3/5 times at least, 4/5 on a good day.

kaulian 2018-04-04 11:44

Re: Run Alien Dalvik on OnePlus One
 
Hello,
thanks for sharing
Anyone try this rpm with oneplusX ?
Before I break my main phone

aspergerguy 2018-04-12 14:13

Re: Run Alien Dalvik on OnePlus One
 
Quote:

Originally Posted by GalaxyNinja66 (Post 1540843)
Maybe this will work on OPX, since, if I remember correctly, they use the exact same SoC, but to get working camera you would obviously have to replace "lib/hw/camera.vendor.bacon" with the lib on the OPX.

Presumably you would need to modify on OPX to:

####### CAMERA needs #########
EXTRA_FILES_CAMERA="
lib/hw/camera.msm8909.so
"

ln -sf /system_jolla/lib/hw/camera.msm8909.so /system/lib/hw/camera.msm8909.so

nieldk 2018-04-12 15:18

Re: Run Alien Dalvik on OnePlus One
 
No that’s not enough

cvp 2018-04-12 16:34

Re: Run Alien Dalvik on OnePlus One
 
Quote:

Originally Posted by aspergerguy (Post 1543261)
Presumably you would need to modify on OPX to:

####### CAMERA needs #########
EXTRA_FILES_CAMERA="
lib/hw/camera.msm8909.so
"

ln -sf /system_jolla/lib/hw/camera.msm8909.so /system/lib/hw/camera.msm8909.so

Last year, when I had the OPX, I tested that and many other things. Unfortunately, nothing came of it.

aditya_darma 2018-04-26 07:20

Re: Run Alien Dalvik on OnePlus One
 
Quote:

Originally Posted by cvp (Post 1543264)
Last year, when I had the OPX, I tested that and many other things. Unfortunately, nothing came of it.

I have too instal on OPX now, cant Start, but automaticly back to Stop


All times are GMT. The time now is 21:42.

vBulletin® Version 3.8.8