rackadev

Results 23 comments of rackadev

> I also got the crash but noticed if I move the line out of the `setContent` method the error seems to have vanished: > > ```kotlin > class MainActivity...

> ```kotlin > // Extension fun > fun AssetResource.toAndroidAssetUri() = "file:///android_asset/$originalPath" > > // Coil + Compose > val coilPainter = rememberAsyncImagePainter( > model = MR.assets.your_svg_image.toAndroidAssetUri() > ) > Image(...

Hey @msa1422 , any ideas why my `assets` aren't included in my `apk`? My setup is basically the same as yours. I have also added this in the module containing...

If I place them (vector drawables) inside the `assets` folder, accessing them in android sources using `R.drawable.xxx` works (resolves on IDE) but upon compilation it throws the `Unresolved Reference: xxx`...

> @racka98 Did you find any solution? I have this in `commonMain` ```kotlin import androidx.compose.runtime.Composable import androidx.compose.ui.graphics.painter.Painter import dev.icerock.moko.resources.AssetResource @Composable expect fun painterResource(resource: AssetResource): Painter ``` On Android I now...

> 1. Yes since USBMap is done using the kext now, I didn't load them. Will be deleted when(or if) I put this EFI in github. > 2. SD Card,...

> Here is my config (I removed serials) > > [Config.plist.zip](https://github.com/EchoEsprit/Hackintosh-Catalina-OpenCore-Lenovo-T450s-efi/files/5460243/Config.plist.zip) > Try my EFI. It's more up to date https://github.com/racka98/Lenovo-Thinkpad-T450-T450s-Hackintosh-Guide-Opencore

> I have a T450s with a 1080p touchscreen from factory, wakes up fine from sleep for me but the problem is I am required to sleep/wakeup when I first...

@i3p9 checked your work and it worked on my t450. Since you disabled issues on your fork, i have to ask you here. 1. Is there a way to disable...