FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13366 questions

15892 answers

25714 comments

50437 members

0 votes
61 views 0 comments
by
Hello could someone help me out.

im trying to configure custom apn trough command line.

i did try

simcard.@sim[1].apn='customapn'

did not work for me is it the wrong command?

Best regards,

Tansu

1 Answer

0 votes
by

Hello,

You would need to execute a set of commands, similar to the ones below:

  • uci set simcard.@sim[0].auto_apn='0'
  • uci set network.mob1s1a1.apn='custom_APN'
  • uci set network.mob1s1a1.force_apn='-1'
  • uci commit
  • reload_config

Best regards,

Best answer