Search results

  1. Shaykid

    Intent for getting a USB attached Camera take photo

    Hello I have a USB camera attached to my android device I would like (probably by intent) to take a photo from this camera (I tried to use USB Camera app that supports these intents) Can anyone help me in how the intent syntax should look in macrodroid ? Or any other way to take an image from...
  2. Shaykid

    Simulate Keystroke in Emulator

    Hello I am trying to simulate a keystroke in an Emulator running macrodroid When I use commandline I simply write "input keyevent KEYCODE_ALT_LEFT" Do you happen to know how I can simulate this keyevent in the android main screen ? (maybe use intent or any other method ?) Thanx in Advance. :unsure:
  3. Shaykid

    Dictionary - Array Manipulation - Remove Index

    Hello All, Does anyone knows if its possible to remove an index in an array or dictionay ? can you show me sample how to do it ? best regards,
  4. Shaykid

    Work with Nested Dictionary / Array

    Hello I have a dictionary I make with JSON parse (Great feature !!) This is a nested dictionary, each key points to a dictionary (stored in the value) I want to make this root dictionary into array, (array cell index = integer, cell value = inner dictionary) I try to Iterate the root dictionary...
Top