Результаты поиска

  1. myndeswx

    GPS location

    Hello, is it possible to also add GPS speed, direction and altitude? Current cube only supports lat/long , maybe developers could tell how it's done? Thank you
  2. myndeswx

    "Couldn't communicate with google servers"

    1 proxy used for all emulators ( USA ) and sometimes it work, sometimes it doesn't. It started to appear more after switching to the 2.2.5 version and using the automatically generated phone details. It is really not proxy related, because it starts 5 times and we get this error, and the 6th...
  3. myndeswx

    Need 4G proxies!

    60$/month for 7GB/day :ah:
  4. myndeswx

    "Couldn't communicate with google servers"

    As the title says quite often (4/10 times) when trying to log in to the play store we get an error "Couldn't communicate with google servers" Tried cleaning the play store data, changing sim number and many other things - doesn't help, same proxy is used for every run, but this happens randomly...
  5. myndeswx

    some actions improvements

    I always seen those small windows popping up but never bothered to see what they do... o_O I guess zenno is one step ahead :bt:
  6. myndeswx

    during work on app randomly android goes to home screen

    7.5.6
  7. myndeswx

    Need 4G proxies!

    Looking for shared 4G proxies with 2-5 minutes rotation, not in russia, quickly :( tg - @mindeswx
  8. myndeswx

    during work on app randomly android goes to home screen

    not sure where to check
  9. myndeswx

    during work on app randomly android goes to home screen

    ufortunately there is on 2.2.5 as well :an:
  10. myndeswx

    UseTrafficMonitoring в ZennoDroid

    you can run mitmproxy and save everything to local file, not a perfect workaround but it works )
  11. myndeswx

    some actions improvements

    Hello, when working with complex projects there are A LOT of lines going very far away, so it would be nice to have 2 improvements: - When right clicking an element there could be a button 'go to next successful action' and 'go to next bad action' , and it would automatically select the next...
  12. myndeswx

    during work on app randomly android goes to home screen

    same issue on 2.2.4.0
  13. myndeswx

    Help!!! Force save project??

    Hello everyone, really need some help. I have been working on the project for almost the whole day and projectmaker is frozen now! Is there any way (like running some file or cmd command) to force save the current state of the project maker? Thank you! :( P.s I have also started seeing these...
  14. myndeswx

    bot interface not working?

    Tried creating a new project, but it doesn't work either Tested it on zennodroids projectmaker, and it's the same issue, so maybe something is wrong with my computer, just strange, I'm not sure what could be causing it :al:
  15. myndeswx

    bot interface not working?

    Hello, is bot interface not working or am I just stupid?:D Version 7.6.0.0 https://i.imgur.com/SoB3bdh.gif
  16. myndeswx

    Как убрать всплывающую рекламу в memu

    Please send to me as well, didn't receive any message :(
  17. myndeswx

    Как убрать всплывающую рекламу в memu

    Hello, could you also send the newest version to me? Thank you.
  18. myndeswx

    Работа Zennodroid в многопотоке

    Same thing happening to me )
  19. myndeswx

    hex to ASCII decode

    Working, thank you :bt:
  20. myndeswx

    hex to ASCII decode

    thank you! It works with this example, but sometimes the text is in a different location This is other encoded text example -...
  21. myndeswx

    hex to ASCII decode

    Hello, could someone help decoding hex string to ASCII ?)) We have hex like this...
  22. myndeswx

    Interesting Json format

    Here it is ) I made a very inconvenient workaround using regex to parse each line for now.. )
  23. myndeswx

    Interesting Json format

    sounds simple ) but no idea where to even start o_O
  24. myndeswx

    Interesting Json format

    Hello, came across this unusual JSON format, thinking how to solve it )) Maybe someone has any tips? For example, we would want to parse the .type for all fields Thank you
  25. myndeswx

    Дроид + С#

    Also looking for more example how to click on elements by xpath or other alternatives, clicking by image/text is very inconvenient.
  26. myndeswx

    selling templates?

    Hello, is there an alternative for zennodroid as 'zennobox'? What other ways of locking the template are possible? thank you.
  27. myndeswx

    how to do something "by chance"?

    Thank you for the response, but as I understand from the code it would return "yes" or "no" 50% of the time? ahh, so the 50 is percentages, we just change that part. Very smart, thank you!
  28. myndeswx

    how to do something "by chance"?

    Probably a simple question, but sometimes there is need to do something random by percentages, currently I am using such a solution, but I am sure there is something more elegant. Here we generate a random number from 1 to 10, and only when it's 10 we pause for a longer time (10%), and if the...
  29. myndeswx

    Need C# snippet

    Turns out there is some issue, sometimes more coordinates are added, and sometimes not enough: al: Much easier to see it visually The the the Input of The Is the list of the the this coordinates- This is the coordinates for the this Map- 54.92173; 23.93389 54.92174; 23.93394 54.92177; 23.93399...
  30. myndeswx

    Need C# snippet

    Working like a charm, thank you!!! Your link in signature is not working :az:
  31. myndeswx

    Need C# snippet

    Looking for a smart C # programmer, need to work with some math logic. Here's what need to be done - We have a list of coordinates 1. 54.91793; 23.92322 2. 54.91794; 23.92291 3. 54.91796; 23.92244 It would look something like this if we draw a route on the map - Sometimes coordinates are...
  32. myndeswx

    How to upload image?

    What I am trying to say that it is hard to actually choose the correct image, let's say we start a template and have profilePicture.jpg, coverImage.jpg and FirstPost.mp4 We can't choose the correct files( by file names)
  33. myndeswx

    How to upload image?

    Thank you for the response, but clicking by picture is not very convenient, maybe someone has a better idea on how to select the picture we want? ) Now I can only think of one idea- before starting the work we move our picture to X folder, bind our "X" folder as shared pictures folder and start...
  34. myndeswx

    How to run javascript function?

    URA! we don't need to use any loops .. Instead of return array; we use - return JSON.stringify(array); :ar:
  35. myndeswx

    How to run javascript function?

    Moving forward, using Console.log we can send this array to our instances console, but how to save this to a variable instead :an:
  36. myndeswx

    How to run javascript function?

    We are moving somewhere... In the original JS code return array; is used, but zenno doesn't like it. BUT, we can see that coordinates are being generated and stored in to the array, we can access them from array[0], array[1] etc. now only need to find a way how to merge this array to the...
  37. myndeswx

    How to run javascript function?

    Thank you both for the replies, I have used this snippet from here - https://developer.mapquest.com/documentation/common/encode-decode/ It's quite specific thing, so I don't think it's implemented in zp .. This function is used to decode the compressed "polylines", that are returned from...
  38. myndeswx

    How to upload image?

    Hello, I have tried setting the shared image folder, but images don't show up, anyone has figured out how to upload pictures easily in ZD? Thanks!!
  39. myndeswx

    How to run javascript function?

    Code in template -
  40. myndeswx

    How to run javascript function?

    Thank you for answer, but for some reason it still doesn't work, here in this example I am using the snippet wihout the variables at all (with actuall values) and result is still empty :( var encoded = 'yhdoIo~xiCk@?gA?aA?c@@gAB'; var precision = 5; precision = Math.pow (10, -precision)...
  41. myndeswx

    How to run javascript function?

    Hello, maybe a little stupid question, but how to run such javascript function in zenno? Never really needed to do so, but using external services for this job is not suitable for the job. Thank you! function decompress (encoded, precision) { precision = Math.pow (10, -precision); var...
  42. myndeswx

    ffmpeg command - [BUY]

    up
  43. myndeswx

    Генераторы и обработчики видео на автомате

    @Botin wrote in telegram, waiting for answer : )
  44. myndeswx

    ffmpeg command - [BUY]

    Hello, writing here since the english section isn't so active) Need some help with ffmpeg command, we have 4 files- intro.jpg outro.mp4(6sec) backgroundMusic.mp4 (10 sec) narration.mp3 ffmpeg should make such video- video starts- background music, and narration.mp3 starts playing, intro.jpg is...
  45. myndeswx

    Bugs in version 7.6.0.0

    Not sure if it's a bug, maybe just need clarification, but when working with chromium (and metamask extension) template sometimes 'hangs' and it's impossible to even terminate it, after removing task from zp and adding it back again it says the cookie folder is already in use, how could I...
  46. myndeswx

    Bugs in version 7.6.0.0

    Hello, the file upload button does not work on chromium ( file selector does not popup at all), and clicking it after setting the 'files for upload' = nothing happens.
  47. myndeswx

    geetest captcha(tiktok)

    Hello, looking for an example of how to solve geetest captcha for tiktok, capmonster cloud says they are supporting it, but I am unable to find which parameters to send (there is no initGeetest js in the page source) Willing to pay for a working solution.