MartyrPher / SMAPI-Android-Installer

Installs SMAPI to Android Devices
160 stars 40 forks source link

I can't install smapi #85

Open vze3437 opened 4 years ago

vze3437 commented 4 years ago

Screenshot_20200219-082732_SMAPI Android Installer First of all, thank you. I installed Staredew Vally at Galaxy store. My Stardew valley's version is 1.4.5.139.(*and i also tried when i using 1.4.4 version) I tried to find com.chucklefish.stardewvalley. but i can't find (also android folder - data folder) So i tried to make com.chucklefish.stardewvalley folder at data folder and i put in my stardew valley apk. but i failed. I think if installed at Galaxy store, the com.chucklefish.stardewvalley folder cannot be found. So could you tell me how to install it manually? There are many people in Korea who have the same discomfort as me. If you let me know, I'll let people know. And sorry for my bad English

Skishe commented 4 years ago

Just download the apk from browser.

You don't really need the obb file to play, the obb is just for ingame music as far as i know.

The obb for 1.4.4.131 and 1.4.5.137 seems to be different so just a heads up if you're planning to download it.

mostlyfabulous commented 4 years ago

This seems to be the same error as: #52 Could you try looking for your Android/data folder by connecting your phone to a computer and looking for a folder with "stardew" in its name?

vze3437 commented 4 years ago

This seems to be the same error as: #52

I also looked up Stardew in the data folder after reading the article.

Could you try looking for your Android/data folder by connecting your phone to a computer and looking for a folder with "stardew" in its name?

I connected my computer with my cell phone and looked for 'stardew' in the android and data folder, but it doesn't exist.

I've tried almost every way I can think of it. But all I could find was the stardew Valley folder with save and mods folders.

vze3437 commented 4 years ago

Just download the apk from browser.

You don't really need the obb file to play, the obb is just for ingame music as far as i know.

The obb for 1.4.4.131 and 1.4.5.137 seems to be different so just a heads up if you're planning to download it.

I don't understand what you mean by downloading apk from a browser.

If you are talking about stardew, I can only install it there because I paid for it at the Galaxy store.

vze3437 commented 4 years ago

:이 같은 오류가 될 것으로 보인다 # 52 당신이 찾고 시도 할 수 Android/data휴대 전화를 컴퓨터에 연결하고 이름에 "stardew"이있는 폴더를 찾아 폴더?

If you don't mind, please tell me how to install it manually in the apk file. Please. When I was using version 1.3,(smapi 1.3.12) I used the manual installation method. Several files were inserted directly into the apk file, signed and installed.

And I am using a translator because I am not good at English. so It looks like my English could be a little rough. I hope you understand. Thank you for your help.

mostlyfabulous commented 4 years ago

@vze3437 We might be able to get this working if you could share some information about the packages or applications installed on your phone.

Please try the following: 1) Enable USB debugging on your phone. I have taken these instructions from here (https://developer.android.com/studio/command-line/adb?hl=ko): USB를 통해 연결된 기기에서 adb를 사용하려면 기기 시스템 설정의 개발자 옵션 아래에서 USB 디버깅을 사용 설정해야 합니다. Android 4.2 이상 버전에서는 개발자 옵션 화면이 기본적으로 숨겨져 있습니다. 이 옵션을 표시하려면 설정 > 휴대전화 정보로 이동하여 빌드 번호를 일곱 번 누릅니다. 이전 화면으로 돌아가 하단에서 개발자 옵션을 찾습니다. 일부 기기에서는 개발자 옵션 화면의 위치나 이름이 다를 수도 있습니다. 이제 USB로 기기를 연결할 수 있습니다. android_sdk/platform-tools/ 디렉터리에서 adb devices를 실행하여 기기가 연결되어 있는지 확인할 수 있습니다. 연결된 경우 기기 이름이 'device'로 표시됩니다. USB 디버깅을 활성화하는 방법

2) Install Android Debug Bridge into your computer: http://labs.brandi.co.kr/2018/08/10/kimcy.html

3) Run to the following commands to list all your packages/applications on your phone by using a command in Windows Command Prompt: 3.1) adb shell 3.2) pm list packages -f

4) Please share your results here by copying them from Windows Command Prompt.