Reply
Thread Tools
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#11
Originally Posted by coderus View Post
it shouldn't be in /data/app anyway, it's system application and should be placed in priv-app
Yep... /data/app is the symlink to /home/.android/data/app.
Like in instruction I put files into /opt/alien/system/priv-app, now run command:
Code:
apkd-install /opt/alien/system/priv-app/Phonesky.apk
and file com.android.vending-1.apk appear in both directories:
Code:
/opt/alien/data/app
/home/.android/data/app
Both of them with permission 0644 (system:system).
Should be all ok, but reboot or lipstick restart remove them and I don't understand why
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#12
sorry no idea, it was never disappearing for me. tried reinstalling it again? i mean apkd-install /opt/alien/data/app/Phonesky.apk or so
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following User Says Thank You to coderus For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#13
Yes, this is exactly what I do when it disappear and it again working until reboot or lipstik restart... This is also a reason that I created package with scrip, that check it every one minute if vending package exist and if not, it automatically install it again.
It not so convenient because installation is interactive, I mean when installation started popup window ask to install and you need press on install... But not a problem, even if display closed, wen you open it the first thing you see that this popup window and just install it again. For now this is a solution for me for quick reinstallation.
 
Posts: 114 | Thanked: 409 times | Joined on Jun 2011 @ Germany
#14
I just booted my tablet and the Play Store is still installed and accessible from the launcher.

But the rest stays as I desciribed it before: Amazon does not launch thru launcher and the eBay app does not even show an icon on the launcher. Have to launch both using Play Store


Thanks, this did the trick
 

The Following User Says Thank You to ejjoman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#15
Originally Posted by ejjoman View Post
I just booted my tablet and the Play Store is still installed and accessible from the launcher.

But the rest stays as I desciribed it before: Amazon does not launch thru launcher and the eBay app does not even show an icon on the launcher. Have to launch both using Play Store

Thanks, this did the trick
For Amazon and Ebay you can create it manually, like I did for "Google" and "Google Maps"...

About the Store, can you please show me output of this two commands:
Code:
stat -c "%n %a %U %G" /opt/alien/system/priv-app
Code:
stat -c "%n %a %U %G" /opt/alien/system/priv-app/*
this is my:
Code:
[root@Jolla ~]# stat -c "%n %a %U %G" /opt/alien/system/priv-app
/opt/alien/system/priv-app 775 root root
[root@Jolla ~]#
Code:
[root@Jolla ~]# stat -c "%n %a %U %G" /opt/alien/system/priv-app/*
/opt/alien/system/priv-app/AlienFakeHome.apk 664 root root
/opt/alien/system/priv-app/AlienFakeHome.odex 664 root root
/opt/alien/system/priv-app/AlienRemoteKeyboard.apk 664 root root
/opt/alien/system/priv-app/AlienRemoteKeyboard.odex 664 root root
/opt/alien/system/priv-app/AlienTeleService.apk 664 root root
/opt/alien/system/priv-app/AlienTeleService.odex 664 root root
/opt/alien/system/priv-app/CalendarProvider.apk 664 root root
/opt/alien/system/priv-app/CalendarProvider.odex 664 root root
/opt/alien/system/priv-app/Contacts.apk 664 root root
/opt/alien/system/priv-app/Contacts.odex 664 root root
/opt/alien/system/priv-app/ContactsProvider.apk 664 root root
/opt/alien/system/priv-app/ContactsProvider.odex 664 root root
/opt/alien/system/priv-app/DefaultContainerService.apk 664 root root
/opt/alien/system/priv-app/DefaultContainerService.odex 664 root root
/opt/alien/system/priv-app/DownloadProvider.apk 664 root root
/opt/alien/system/priv-app/DownloadProvider.odex 664 root root
/opt/alien/system/priv-app/FusedLocation.apk 664 root root
/opt/alien/system/priv-app/FusedLocation.odex 664 root root
/opt/alien/system/priv-app/GmsCore.apk 664 root root
/opt/alien/system/priv-app/GoogleLoginService.apk 664 root root
/opt/alien/system/priv-app/GoogleServicesFramework.apk 664 root root
/opt/alien/system/priv-app/InputDevices.apk 664 root root
/opt/alien/system/priv-app/InputDevices.odex 664 root root
/opt/alien/system/priv-app/MediaProvider.apk 664 root root
/opt/alien/system/priv-app/MediaProvider.odex 664 root root
/opt/alien/system/priv-app/Phonesky.apk 664 root root
/opt/alien/system/priv-app/SettingsProvider.apk 664 root root
/opt/alien/system/priv-app/SettingsProvider.odex 664 root root
/opt/alien/system/priv-app/Shell.apk 664 root root
/opt/alien/system/priv-app/Shell.odex 664 root root
/opt/alien/system/priv-app/SystemUI.apk 664 root root
/opt/alien/system/priv-app/SystemUI.odex 664 root root
[root@Jolla ~]#
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#16
Just noticed that this 4 files don't have the files with same names and .odex suffix like all other files in this directory.
Code:
/opt/alien/system/priv-app/GmsCore.apk
/opt/alien/system/priv-app/GoogleLoginService.apk
/opt/alien/system/priv-app/GoogleServicesFramework.apk
/opt/alien/system/priv-app/Phonesky.apk
Please, can someone check if you have this 4 files with .odex suffix.
Thanks

P.S. And can someone explain what this .odex files ? How to create them ? Or if someone have them maybe can share them ? Thanks

Last edited by Schturman; 2016-03-08 at 10:37.
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#17
odex, not obex
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following User Says Thank You to coderus For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#18
Originally Posted by coderus View Post
odex, not obex
Thanks, fixed. Maybe this is a reason that store and services disappears after reboot/dalvik restart ?
 
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#19
odex is executable code outside apk, that allows to boost Dalvik, but doesn't allow to change code because odex is partially in RAM. Probably you can manage odex via LuckyPatcher.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#20
Originally Posted by Ancelad View Post
odex is executable code outside apk, that allows to boost Dalvik, but doesn't allow to change code because odex is partially in RAM. Probably you can manage odex via LuckyPatcher.
1. I don't know if it should be here for this 4 files. Waiting for someone with tablet that can check it.
2. What you mean "manage odex via LuckyPatcher" ? I can create them ?
3. What this LuckyPatcher ?
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:39.