Search found 3 matches

by jakeresearch
Wed Aug 31, 2022 11:25 pm
Forum: Quectel Modems
Topic: Using ping from adb shell on Quectel RM500Q-AE 5G Modem
Replies: 7
Views: 8077

Re: Using ping from adb shell on Quectel RM500Q-AE 5G Modem

No, I don't have any documentation specific to adb's use on Quectel modems, though the only commands I need to run on there are:

// start server and list devices
adb devices

// launch shell
adb shell

// push file to modem or retrieve file from modem
adb push <file location on host computer ...
by jakeresearch
Wed Aug 31, 2022 11:28 am
Forum: Quectel Modems
Topic: Using ping from adb shell on Quectel RM500Q-AE 5G Modem
Replies: 7
Views: 8077

Re: Using ping from adb shell on Quectel RM500Q-AE 5G Modem

Thanks for the reply! I figured it out -- turns out it was a simple Quectel AT command...

AT+QETH="rgmii","ENABLE",1,0
//Enable RGMII data call of COMMON mode and perform data
call with the default APN.

By running this command, the rmnet_data0 interface automatically gets set up and the routing ...
by jakeresearch
Tue Aug 30, 2022 7:10 pm
Forum: Quectel Modems
Topic: Using ping from adb shell on Quectel RM500Q-AE 5G Modem
Replies: 7
Views: 8077

Using ping from adb shell on Quectel RM500Q-AE 5G Modem

I'm conducting research on 5G network traffic using a Quectel RM500Q-AE modem and a 5G network in a box and having issues just doing a basic ping from the device to the network using adb .
The modem itself is part of a Wireless Haven adapter enclosure: https://thewirelesshaven.com/shop/mini-pcie-m2 ...

Go to advanced search