Questions tagged [carrier]

90 questions
1
vote
1 answer

Checking LTE/CDMA/GSM Modem Data Capabilities

A little background: I have a One Plus One phone currently running LineageOS 14.1 (Android 7.1.2). The SoC the phone uses is a Qualcomm MSM8974ACPro with a baseband version of mpss.di.3.0.c6-00241-m8974aaaaanazm-1. I wrote a little serial console…
1
vote
0 answers

PrestaShop - Changing carrier list depending on product attributes

i need to change some carrier list when product has some category id. Where should I start to achieve that. I thought about adding some global variable and modify Cart.php & Carriers.php. Or maybe the correct approach is by hooking beforeCarrier?
1
vote
0 answers

How to change carrier name on Xcode 9 iOS 11

Hello is it possible to change carrier name on Xcode 9.3? This is line doesn't have springboard.strings and all answers just from 2010-2016 years..but anyway maybe somebody found solution?…
Genevios
  • 1,115
  • 1
  • 16
  • 29
1
vote
1 answer

Prestashop cart save not working

i'm dealing with a problem, I need to change the carrier if the cart amount it > 500 , so , I'm hooking actionCartSave and checking the amount , but , when I do $cart->id_carrier=(int)$carrier_id; $cart->update(); The ajax stops responding , need…
lfelisiak
  • 35
  • 10
1
vote
1 answer

How does reverse mobile number carrier look up work?

For example site, https://www.textmagic.com/free-tools/carrier-lookup The above website provides reverse mobile number carrier lookup. Would you anyone explain how this works ? It looks like that there is a tool like "nslookup". Anyone can say we…
John
  • 3,304
  • 1
  • 18
  • 26
1
vote
1 answer

Detect changes to phone carrier

I want to detect changes to phone carrier (i.e.. Maxis, DiGi, Celcom). How can I do this? I found this link: Is it possible to determine if the SIM/Phone number has changed? But is it usable for iOS 7 and later & also safe to use? (meaning Apple…
da32
  • 703
  • 1
  • 9
  • 18
1
vote
1 answer

CarrierWave undefined method `image_url' or broken image

I have many images(add_images_to_steps) belonging to steps which belongs to diys. All information saves correctly as DB browser shows, but i have problem viewing images. with views/diys/show.html.erb

<%= notice %>

<%=…

T.Kiril
  • 61
  • 1
  • 13
1
vote
0 answers

Multiply signal with carrier frequency in matlab

I have an input complex signal at frequency of 250.01MHz. i have to mix this signal with a frequency at 250MHz. I understand that by mixing(multiplying) it will produce the sum and difference of the 2 frequencies. And i will use a low pass filter to…
user982209
  • 183
  • 2
  • 3
  • 7
1
vote
0 answers

How to get the carrier code name on windows phone?

I know how to get the carrier name by using this: DeviceNetworkInformation.CellularMobileOperator But, how to get the carrier code name ? Example: the carrier code name of Vietel Corporation (Viettel Mobile) is: 45204
1
vote
0 answers

signal strength in ios

im developing an ipad app where the user has to sync with the online system and download data to ipad. Now if the signal is week , i need to prompt a alert to user. How to find if signal strength is weak or good? Apple doesnt provide any API to…
cancerian
  • 942
  • 1
  • 10
  • 18
1
vote
2 answers

Prestashop shipping error: There are no carriers that deliver to the address you selected

I have installed and added the products to the shop. But for testing when I tried to checkout, it says "There are no carriers that deliver to the address you selected.". I need All cash on delivery Our own shipping Flat shipping fee say…
Nitish
  • 2,695
  • 9
  • 53
  • 88
1
vote
1 answer

Can my Android app know and detect which carrier the phone operates under at any given moment?

Is there an an Android API that enables my App to detect and know the Carrier of the the phone? I will be glad to get the code...? Thanx
Rami
  • 39
  • 1
  • 6
0
votes
1 answer

Getting User's Carrier Money iPhone

I'm making an app and i'm curious: is there any way to know how much money does the user have on his SIM without the need to dial it on the phone app? For example, in Portugal i have to type *#100# to know how much money i have and how many messages…
Pedro Vieira
  • 3,330
  • 3
  • 41
  • 76
0
votes
1 answer

Carrier Identification Android - New carrier

I work for a cell phone carrier and we have our own SIM cards. Back in April we tried adding our carrier information to Android by following this Carrier Identification article I tried adding the carrier settings via this form but we got no response…
Ramon
  • 1
0
votes
1 answer

Twitter Rate Limiting for Rest API over 3G for Mobile

Twitter have a 150 requests per hour limit for their unauthenticated REST API, I am displaying 2 of the latest tweets in my iPhone application and I don't want to authenticate any users, the problem arises when I fetch tweets over 3G when I get a…
Daniel
  • 23,129
  • 12
  • 109
  • 154