URGNT: vTV and vim2 help ! @khadas @vim2

Greetings,
Can I use vTV with VIM2 ?
Can the VIM2 handle both vTV and WiFi at the same time ? (meaning is being connected to WiFi and using vTV at the same time )
Thanks !

I think there shouldn’t be any problems, but it’s better if someone from the Khadas team gives a complete answer!

мой vtv получает ключ шаринга по wi fi и все работает

@andreu7530
I’m think you shoud answer using English regardless of which language was used to ask the question.
(just in case - I’m a Russian too, and I can’t read and respond Chineese forum topics and responses on international forums like this one).

Translation of @andreu7530 response:
My vtv receives a sharing key over Wi-Fi and all works correctly.

1 Like

Hi
In which android OS I can use the vtv with my vim 2 ?
@Vladimir.v.v

Hi, Android 7 for sure, there are users here

1 Like

Source code available of the ROM ??

Pay attention to this information, I don’t even know if the information has been updated

As for the android itself, look here please

https://docs.khadas.com/vim1/DownloadAndroidSourceCode.html

I mean source code of the android rom , not the app or their board

yes ,i was just looking for more info, look above :point_up::slightly_smiling_face:

1 Like

Thanks you ,
but why I get this ?

image

its a curl error, you are trying to curl a file from an invalid URL
maybe that website doesn’t exist, or that is the wrong URL.

shall I ignore that error?

@Terry and @Goenjoy any help ?

1 Like

Did you means the source code for the VTV?
Sorry for that, I also haven’t the VTV source code.

I’m not after the source code, I am after the driver

you mean, the application itself, right ?

I mean the driver and the app (i need to add the driver to my rom before the build)

What’s the system you want to build? Android 7.1 or Android9.0?
You only need to modify the file device/khadas/kvim2.mk when the system is Android 7.1

--- a/kvim2/kvim2.mk
+++ b/kvim2/kvim2.mk
@@ -306,7 +306,7 @@ endif
 #########################################################################
 BUILD_WITH_ROOT_CONFIG :=false
 BUILD_WITH_GAPPS_CONFIG :=false
-BUILD_WITH_DVB_APP := false
+BUILD_WITH_DVB_APP := true
 
 ifeq ($(BUILD_WITH_DVB_APP),true)
 PRODUCT_PACKAGES += \

I am building android 9 and it’s a customized ROM

1 Like