Wine 7 on Android 7 Spreadtrum SC9853i

Questions about Wine on Android
Locked
Rohambili
Newbie
Newbie
Posts: 2
Joined: Wed Dec 22, 2021 5:30 pm

Wine 7 on Android 7 Spreadtrum SC9853i

Post by Rohambili »

Hi people! I wundering someone have this "Intel" Based device ? Couse i guess not, couse wine does not happy to start on my device. What can i do?
Would you look at that! https://www.youtube.com/watch?v=psCgiX5Iy8o
User avatar
JoseskVolpe
Level 4
Level 4
Posts: 103
Joined: Sat Sep 04, 2021 9:35 pm

Re: Wine 7 on Android 7 Spreadtrum SC9853i

Post by JoseskVolpe »

Wine on Android is pretty much problematic due to many device manufacturer's systems lacking libraries and Wine still being a WIP in Android

¿Can you manage to send the logcat for Wine?
Rohambili
Newbie
Newbie
Posts: 2
Joined: Wed Dec 22, 2021 5:30 pm

Re: Wine 7 on Android 7 Spreadtrum SC9853i

Post by Rohambili »

¿Can you manage to send the logcat for Wine?
[/quote]


Sure i can! Just tell me where its located
User avatar
JoseskVolpe
Level 4
Level 4
Posts: 103
Joined: Sat Sep 04, 2021 9:35 pm

Re: Wine 7 on Android 7 Spreadtrum SC9853i

Post by JoseskVolpe »

You can connect your phone to your PC by USB, allow it to use USB Debug mode , then type it in your PC's terminal:

Code: Select all

adb logcat *:E
After that, open Wine application

If nothing relevant appear on terminal, decrease logcat priority:

Code: Select all

adb logcat *:W

You can also do it on your phone without a PC if you have root by using a terminal emulator app:

Code: Select all

su
logcat *:E
Locked