Collection of Jolla(Sailfish OS) android app desktop problem
Currently it can only fix taobao(淘宝), alipay(支付宝), smartbanking, cmb(招商银行), xiami fm(虾米音乐)
See Experiment
about fixing other app
First you need to open the developer mode on your Jolla
Then open Terminal
app, enter developer account:
devel-su
And run the following line:
python -c "$(curl -fsSL https://raw.githubusercontent.com/TylerTemp/fix-jolla-desktop/master/fix.py)" <name> ...
replace <name>
with taobao
, alipay
(or zhifubao
), smartbanking
or cmb
E.g.
- Fix taobao:
python -c "$(curl -fsSL https://raw.githubusercontent.com/TylerTemp/fix-jolla-desktop/master/fix.py)" taobao
- Fix alipay:
python -c "$(curl -fsSL https://raw.githubusercontent.com/TylerTemp/fix-jolla-desktop/master/fix.py)" alipay
- Fix smartbanking:
python -c "$(curl -fsSL https://raw.githubusercontent.com/TylerTemp/fix-jolla-desktop/master/fix.py)" smartbanking
- Fix cmb:
python -c "$(curl -fsSL https://raw.githubusercontent.com/TylerTemp/fix-jolla-desktop/master/fix.py)" cmb
- Fix xiami:
python -c "$(curl -fsSL https://raw.githubusercontent.com/TylerTemp/fix-jolla-desktop/master/fix.py)" xiami
- You may need to run this script every time the phone gets reboot
- Sometimes when you just install/update an Android app, this script
may not work. Try restarting the Dalvik layer (
Settings
-Android Support
-Stop
and thenStart
it again) and retry the command. - This may not work no Jolla C (See #1). As I don't own a Jolla C thus I can not debug it.
If the missing icon app is not in the fix list, plz create a issue.
This script will try to detect app. If the app is not in the fixing list, you may try this function. To do so, use the app name, to say, twitter:
python -c "$(curl -fsSL https://raw.githubusercontent.com/TylerTemp/fix-jolla-desktop/master/fix.py)" twitter
- This is experiment function and may not work. It may generate an icon which actually do not work
- the
<name>
should be a part of theapk
file name. App likeWeChat
actually use namecom.tencent.mm
. Try set the company name if it can not generate the icon
- Be able to uninstall an icon when user found it does not work
- Allow to set icon
- Allow to change name