Macro Help for Uber Driver

nomi.uk

New member
I am.uber driver i can test by my self and i have logical idea but dont know how to make macro because forget about arrays and variable types etc
 

Dm114

Well-known member
I am.uber driver i can test by my self and i have logical idea but dont know how to make macro because forget about arrays and variable types etc
It seems a bit more complicated than just converting numerical values to GBP and miles...
 

nomi.uk

New member
It seems a bit more complicated than just converting numerical values to GBP and miles...
Yes but i take it as challenging but didn't found any solution yet stuck on first step how to get data from screen and then filter the pickup distances drop ofg distance and both times and price of job
 

hsurB

Well-known member
You could try using screen content trigger to trigger macro when it detects that there's new ride available.
Then use read screen action to save whats in screen (price, distance etc.), then perform calculations to find price/distance (you do it all on variables), then you can show it using pop up message or speak text action.
 

nomi.uk

New member
You could try using screen content trigger to trigger macro when it detects that there's new ride available.
Then use read screen action to save whats in screen (price, distance etc.), then perform calculations to find price/distance (you do it all on variables), then you can show it using pop up message or speak text action.
You could try using screen content trigger to trigger macro when it detects that there's new ride available.
Then use read screen action to save whats in screen (price, distance etc.), then perform calculations to find price/distance (you do it all on variables), then you can show it using pop up message or speak text action.
Bro i tried but dont know how to fillter my values from screen data how can i tell macrodroid to save the price in a variable then pickup distance in different variable than drop off distance different variable.
Check the screen i need the data from this popup request
 

Attachments

  • 20231213_104815.jpg
    20231213_104815.jpg
    439.2 KB · Views: 13

uberdroidfan

New member
Bro i tried but dont know how to fillter my values from screen data how can i tell macrodroid to save the price in a variable then pickup distance in different variable than drop off distance different variable.
Check the screen i need the data from this popup request
Hi, I madde it work for Uber in Mexico, I'm sure it won't be too hard to rewrite the regex values to use pounds or euros, if anyone is interested please let me know. I added colors to quickly Identify good rides from bad ones. Here's a pic:

Screenshot_20231217-040445_Uber Driver.jpg

Screenshot_20231210-002051_Uber Driver.jpg
 

uberdroidfan

New member
Bro i tried but dont know how to fillter my values from screen data how can i tell macrodroid to save the price in a variable then pickup distance in different variable than drop off distance different variable.
Check the screen i need the data from this popup request
First you have to look at all the data that the screen capture I mean the screen reader got from that moment where the pop-up appeared you can create a floating button to scan all the variables on your screen once the pop-up shows up you just click the button and have it save the variables that you can look at later and find the ones you're looking for in this case the price and you have to filter it out using regex because I'm sure there might be other similar price values in the screen that macrodroid might pick up and once you know how to find the price you can store it in a variable by using text manipulation.
 

cTx_Dev

New member
Apenas nas configurações da ação de leitura de tela você ativa para que ela leia as sobreposições de tela.

Eu sou o Ir.

Screenshot_20231226_212550_MacroDroid.jpg
 

ropatos

New member
Olá
Freitas, pois então, estou utilizando sua primeira versão. E está funcionando bem aqui para mim, inclusive se eu não estiver com a tela da uber aberta. Pois cada vez que tem uma chamada, a tela da uber se sobrepõe, fazendo assim que o macrodroid leia as informações e me repasse o valor.
Óa, como faço uma macro para app viagens, não consigo
 

Ouitoo

New member
I just wanted to add that I am a Uber driver also although right now I'm only doing Uber eats. I also do doordash and GrubHub and roadie. I've written dozens of macros for all of them which essentially do what you're doing in analyzing whether the offer is worth taking. But I also log it to a spreadsheet so I can keep a track of all my earnings as well as where I've been and at what time. It comes in handy. Sometimes if someone complains about something, I have backup information as well as taking screenshots automatically. I also passed the address over to Google maps automatically so that I don't have to mess with the phone and all kind of just happens for me. It's definitely a work in progress and an exercise in staying sharp on macrodroid.
 
Top