What was your firmware version?I followed steps very carefully, for each rcS file on drone and rc added that lines and now I can't see WiFi at all.![]()
What was your firmware version?I followed steps very carefully, for each rcS file on drone and rc added that lines and now I can't see WiFi at all.![]()
I followed steps very carefully, for each rcS file on drone and rc added that lines and now I can't see WiFi at all.![]()
Yes you are in FCC mode.Is there a way I can check which mode my remote is on without connecting to wifi? And if i live in us and bought p3s in us will I for sure have the good powered remote?
It was latest, around 1.6.8 or smth like that. I have full control on aircraft, can fly but there is no wifi listed on any device. I used OSX with sublime for editing, each command exacly the same with only difference 2000 instead of 2700.What was your firmware version?
Yes, enabling telnet is also possible.
Again in rcS file (same one)
Change:
#telnetd -l /bin/ash &
To:
telnetd -l /bin/ash &
(simply remove the # )
Reboot the remote, and voila , you can now telnet as root.
I do not recommend leaving telnet enabled for flying...
I have a feeling I just opened up a pandora box and I will be blamed heavily for bricked drones...
Well.... Do not do it then....
Yes, enabling telnet is also possible.
Again in rcS file (same one)
Change:
#telnetd -l /bin/ash &
To:
telnetd -l /bin/ash &
(simply remove the # )
Reboot the remote, and voila , you can now telnet as root.
I do not recommend leaving telnet enabled for flying...
I have a feeling I just opened up a pandora box and I will be blamed heavily for bricked drones...
Well.... Do not do it then....
found a file call "reset" under \etc\rc.button\, it seem you can press a button for 5Sec while boot up, and it will force restore to everything default for bricked drones/controller, but I'm not sure what button is configed by DJI....
#!/bin/sh
[ "${ACTION}" = "released" ] || exit 0
. /lib/functions.sh
logger "$BUTTON pressed for $SEEN seconds"
if [ "$SEEN" -lt 1 ]
then
echo "REBOOT" > /dev/console
sync
reboot
elif [ "$SEEN" -gt 5 ]
then
echo "FACTORY RESET" > /dev/console
jffs2reset -y && reboot &
fi
Looks like a part of code from the dji phantom 2 or something?found a file call "reset" under \etc\rc.button\, it seem you can press a button for 5Sec while boot up, and it will force restore to everything default for bricked drones/controller, but I'm not sure what button is configed by DJI....
#!/bin/sh
[ "${ACTION}" = "released" ] || exit 0
. /lib/functions.sh
logger "$BUTTON pressed for $SEEN seconds"
if [ "$SEEN" -lt 1 ]
then
echo "REBOOT" > /dev/console
sync
reboot
elif [ "$SEEN" -gt 5 ]
then
echo "FACTORY RESET" > /dev/console
jffs2reset -y && reboot &
fi
Well, you can't be blamed for trying to improve knowledges about this drone and its system... You did a very great job so far and we're all aware of the risks that occur in such procedure.Yes, enabling telnet is also possible.
Again in rcS file (same one)
Change:
#telnetd -l /bin/ash &
To:
telnetd -l /bin/ash &
(simply remove the # )
Reboot the remote, and voila , you can now telnet as root.
I do not recommend leaving telnet enabled for flying...
I have a feeling I just opened up a pandora box and I will be blamed heavily for bricked drones...
Well.... Do not do it then....
We use essential cookies to make this site work, and optional cookies to enhance your experience.