<https://lh3.googleusercontent.com/-UTP8nFrhuTM/WbpeGNKFjdI/AAAAAAAAANA/LntVhbpj6GYFuLhMZzL70eB4v5coNhycQCLcBGAs/s1600/files.png> I am using Android studio with an Android 6.0 phone. I haven't touched the project in months and the IDE has advanced.
I've got a couple of buttons and when I press the button I can catch a break point for the button. The problem is no break point in the Looper is ever reached. An old apk works on Andoid 4.0 but not on a new Android 6.0 and no longer on my Android 6.0. My Android 6.0 is using a different IOIO board. (I am in Haifa and the other IOIO is in London.) I began to suspect that maybe something happened to my IOIO so I updated the firmware. The first time it went well and then I could no longer change the firmware. (I wanted to check the blink firmware.) I keep getting ilan@ilan-Desktop:~/Documents/ioio$ ./ioiodude --port=/dev/IOIO0 --reset write App-IOIO0506.ioioapp Protocol error: Unexpected response. Exiting. ilan@ilan-Desktop:~/Documents/ioio$ ./ioiodude --port=/dev/IOIO0 --reset write Blink-IOIO0003.ioioapp Protocol error: Unexpected response. Exiting. i.e. a Protocol error on everything I try to use. On the other hand the console monitor looks reasonable 09/14 13:20:40: Launching app $ adb install-multiple -r /home/ilan/ilan/Java/IoioTerbium/app/build/intermediates/split-apk/debug/slices/slice_2.apk /home/ilan/ilan/Java/IoioTerbium/app/build/intermediates/split-apk/debug/slices/slice_3.apk /home/ilan/ilan/Java/IoioTerbium/app/build/intermediates/split-apk/debug/slices/slice_1.apk /home/ilan/ilan/Java/IoioTerbium/app/build/intermediates/split-apk/debug/slices/slice_0.apk /home/ilan/ilan/Java/IoioTerbium/app/build/intermediates/split-apk/debug/slices/slice_5.apk /home/ilan/ilan/Java/IoioTerbium/app/build/intermediates/split-apk/debug/slices/slice_4.apk /home/ilan/ilan/Java/IoioTerbium/app/build/intermediates/split-apk/debug/slices/slice_9.apk /home/ilan/ilan/Java/IoioTerbium/app/build/intermediates/split-apk/debug/slices/slice_6.apk /home/ilan/ilan/Java/IoioTerbium/app/build/intermediates/split-apk/debug/slices/slice_7.apk /home/ilan/ilan/Java/IoioTerbium/app/build/intermediates/split-apk/debug/dep/dependencies.apk /home/ilan/ilan/Java/IoioTerbium/app/build/intermediates/split-apk/debug/slices/slice_8.apk /home/ilan/ilan/Java/IoioTerbium/app/build/outputs/apk/app-debug.apk Split APKs installed $ adb shell am start -n "com.skannex.ioioterbium/com.skannex.ioioterbium.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.skannex.ioioterbium | com.skannex.ioioterbium.test Waiting for application to come online: com.skannex.ioioterbium | com.skannex.ioioterbium.test Connecting to com.skannex.ioioterbium Connected to the target VM, address: 'localhost:8600', transport: 'socket' In short, the problem is I can't reach any break points in the Looper. I also tried HelloIOIO. Pressing on its button gives no change and it too fails to reach any break point in the Looper. I suspect my IOIO is OK as iodude gives IOIO Application detected. Hardware version: SPRK0020 Bootloader version: IOIO0401 Application version: IOIO0506 but there is no way I can change the firmware to be sure. I put a screen shot of the files in use. Any suggestions would be greatly appreciated. Ilan -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
