[HowTo] Install Blankstore (opensource and lightweight play store replacement)
- Download the latest blankstore version from the github repo but do NOT install it. Currently it is: V.0.7.5. I downloaded it directly from the phone.
- Stop Android in Sailfish settings
Perform these steps, e.g. via SSH:
devel-su
cp /home/nemo/Downloads/BlankStore.apk /opt/alien/system/priv-app/Phonesky.apk
chmod 664 /opt/alien/system/priv-app/Phonesky.apk
If you didn't download blankstore APK using sailfish stock browser, or not from the phone at all, adapt the path in the second step correspondingly
- Start Android again from the sailfish settings
Continue in shell from step 3 with
apkd-install /opt/alien/system/priv-app/Phonesky.apk
Confirm APK installation on the screen of your phone
- Now you need to obtain an Android ID. For this download this JAR file to your linux PC (from the XDA thread, it is already known that this JAR file does not work on every Distro and maybe not on windows as well)
Continue on your PC's shell with
java -jar your-download-path/android-checkin-1.0.jar google-mail-address password
Start the Market app (the app that we just installed) on your sailfish device and enter the above received Android ID together with your google account and password (also needs to be the same as above)
Disclaimer: As mentioned above, I'm quite sure that the JAR file from XDA forum will not work everywhere. I can just confirm that it worked on my opensuse 13.2 and archlinux. Also note that the market will just crash when e.g. the entered credentials or the android ID is wrong. Just try again.