Welcome, Autel Pilots!
Join our free Autel drone community today!
Join Us

Recent content by ds2atc

  1. D

    AUTEL EVO (EU) and FORCE FCC

    Thanks for the testing. SetRFPower function of the sample SDK app did not work. There's no possible way to make it work on the application side. The firmware should be changed, and that's what I can't do. Sorry for the bad news.
  2. D

    AUTEL EVO (EU) and FORCE FCC

    lukappaseidue sent me the file and looked and it. There were no settings related to the RFPower in the app data. Below are clues found so far: 1. Autel Explorer app has a whole SDK codes inside including "setRFPower " since it loads all classes in the SDK. 2. Autel Explorer does not have codes...
  3. D

    AUTEL EVO (EU) and FORCE FCC

    It's a linux shell. /data/data/com.autel.explorer/ is your current directory. follow the next steps
  4. D

    AUTEL EVO (EU) and FORCE FCC

    https://drive.google.com/open?id=1GwMtZ6O0wgP0MDFgRZwKq4S6RgVmHCLN This is the same as the original app but debug enabled. Someone please try this app and fly normally outside(not too go far :D) and follow these steps: 1. install ADB and android USB driver on your computer 2. Turn USB Debug...
  5. D

    AUTEL EVO (EU) and FORCE FCC

    That's interesting. Output is lower than the CE mode. Maybe it is "RFPower.Unknown" status(this is the only clue I can guess since the firmware code is hidden) It is important to know how it decides its mode. by GPS, by cellular provider, by IP, or by the drone's GPS w/ the firmware and...
  6. D

    AUTEL EVO (EU) and FORCE FCC

    Could you try these? 1. FakeGPS only - set to the US 2. Airplane mode + FakeGPS 3. Without SIM + VPN(US) + FakeGPS Parrot's app uses the reversegeocoder(getting an address from the GPS location) from google's code. and it returns the network(mobile + wifi)'s country code when FakeGPS is used...
  7. D

    AUTEL EVO (EU) and FORCE FCC

    It can be done by modifying smali code inside the dex files.(if the RFPower is the key to change the mode :D) I have modified and uploaded Parrot Anafi's app for months. But it takes time to find the right point to modify, and the biggest problem is I do not have an evo. So it will take some...
  8. D

    AUTEL EVO (EU) and FORCE FCC

    Hello, I do not own an evo, but I found this sample Android app codes on github. Maybe the codes are provided from the Autel SDK. In the github repo, there's a remote controlling activity(activity means a part of screen of an Android app)...