Closed HemanthJabalpuri closed 3 years ago
Also I want to request the feature asked at https://github.com/Aefyr/SAI/issues/173
I also have the same problem. My system is in Chinese.
It is an issue that is closed because of no activity. See #172
It's supposed to be that way, you can disable it tho, see https://github.com/Aefyr/SAI/issues/53. Also since SAI 4.4, up to 10 dots are supported for open via feature.
Also I want to request the feature asked at #173
I'm not sure what's that supposed to mean, can you explain?
It's supposed to be that way, you can disable it tho, see #53. Also since SAI 4.4, up to 10 dots are supported for open via feature.
Thanks for the reply and workaround. But it would be nice to see the secret in description. Why more than 5 dots is a problem?
I'm not sure what's that supposed to mean, can you explain?
Command line way is like adding a main class to the app like we do for normal Java files and create support for installing split apks with calling that main class. Eg:-
dalvikvm -cp SAI.apk com.aefyr.sai.Cmd --backup com.faceboot.lite --out /sdcard/FacebookLite.apks
dalvikvm -cp SAI.apk com.aefyr.sai.Cmd --install /sdcard/FacebookLite.apks
Thanks
But it would be nice to see the secret in description.
Which one?
Why more than 5 dots is a problem?
Because of how Android's pathPattern works, you need to add a separate data entry in an intent filter for every dot in file path, like this
Command line way is like adding a main class to the app like we do for normal Java files and create support for installing split apks with calling that main class. Eg:-
I mean, SAI is pretty much a GUI for the pm command, which you can use in terminal, so this makes no sense
Which one?
The secret of changing comma separation to dot.
Thanks for the great app.
@Aefyr It is an issue that is closed because of no activity. See https://github.com/Aefyr/SAI/issues/172
Since I have no privileges to reopen that, I am opening a new issue.
Thanks