X
X
xxxfdd2020-01-03 15:29:14
Python
xxxfdd, 2020-01-03 15:29:14

How can I use the python language to see where my android phone is on gps?

How can I see where my android phone is on gps using python language?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Korotenko, 2020-01-03
@firedragon

Any mobile operator has a child control service. Connect it with the help of api and read where the phone is. It does not depend on the programming language, you can even do it in bows

E
Egor Zhivagin, 2017-03-16
@Krasnodar_etc

if( $("#frame-1").hasClass('frame-open') ) { 
          $("#thumbs a").removeClass('active');
          $(#thumbs a).hasClass('thumb-1').addClass('active');
};

Read about JS. this must be understood. And then you add active to frame-open)

T
Taras Fomin, 2017-03-16
@Tarik02

if ($("#frame-1").hasClass('frame-open')) { 
          $("#thumbs a").removeClass('active');
          $("#thumbs").addClass('active');
};

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question