Retroarch android launch with ADB

hi guys i’ve made many attempts to run a game with retroarch using adb command, without any success with that command line

am start --user 0 -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -e ROM “/sdcard/Roms/HALOODST.nes” -e LIBRETRO /data/data/com.retroarch/cores/fceumm_libretro_android.so -e CONFIGFILE /data/data/com.retroarch/retroarch.cfg -e IME com.android.inputmethod.latin.LatinIME -n com.retroarch/.browser.retroactivity.RetroActivityFuture

the game runs great but i have absolutely no inputs response with my xbox 360 controller my keyboard and even no toutch screen overlay when i try to logcat this the emu seems to load an android driver but i don’t have any feedback from my inputs !

any ideas to make this work ?

thanks guys !!

to give you more informations when i try to logcat this i have this error with logcat with my xbox controller Could not look up device name or IDs

the only problem i already have created an autoconfig file with that name : device name: Xbox 360 Wireless Receiver i created a Xbox 360 Wireless Receiver.cfg in autoconfig with that parameters ! input_device = “Xbox 360 Wireless Receiver” input_driver = “android” input_b_btn = “96” input_y_btn = “99” input_select_btn = “4” input_start_btn = “108” input_up_btn = “19” input_down_btn = “20” input_left_btn = “21” input_right_btn = “22” input_a_btn = “97” input_x_btn = “100” input_l_btn = “102” input_r_btn = “103” input_l2_axis = “+6” input_r2_axis = “+7” input_l2_btn = “106” input_r2_btn = “107” input_l_x_plus_axis = “+0” input_l_x_minus_axis = “-0” input_l_y_plus_axis = “+1” input_l_y_minus_axis = “-1” input_r_x_plus_axis = “+2” input_r_x_minus_axis = “-2” input_r_y_plus_axis = “+3” input_r_y_minus_axis = “-3”

and the autodetect device is already enabled in retroarch.cfg the autoconfig folder also correctly settled !

any ideas ?

thanks guys !!