Aefyr / SAI

Android split APKs installer
GNU General Public License v3.0
2.48k stars 251 forks source link

Backingup places comma instead of dot #192

Closed HemanthJabalpuri closed 3 years ago

HemanthJabalpuri commented 3 years ago

@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

HemanthJabalpuri commented 3 years ago

Also I want to request the feature asked at https://github.com/Aefyr/SAI/issues/173

faiaboru commented 3 years ago

I also have the same problem. My system is in Chinese.

Aefyr commented 3 years ago

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?

HemanthJabalpuri commented 3 years ago

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

Aefyr commented 3 years ago

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

HemanthJabalpuri commented 3 years ago

Which one?

The secret of changing comma separation to dot.

Thanks for the great app.