He's the problem of agregación de portadores - LeEco Le Max 2 Guides, News, & Discussion

When I come to Greece Christmas I can activate it with my software. Do not do it alone, first empty 30000E and, secondly, you can place it.
{
sCellIndex-r10 1,
cellIdentification-r10
{
physCellId-r10 374,
dl-CarrierFreq-r10 1444
}
Good afternoon, could you tell me what software you used to consolidate the bands and how to change the line 30000e.GRACIAS?

Related

Source code for GPRS measurement using ril.h?

Does anybody have an easy example using RILL to see GPRS band strength.
Thanks.
I include some code I developed for this. However the calibration for this is for XDA I. For XDA II this goes too high values.
If you want to have a hack, look at:
http://forum.xda-developers.com/viewtopic.php?p=11643&highlight=#11643
I had a quick look at the xda-developers ril API, and I think this now passes the max and min possible signal strength, so it would be accurate on any device. Maybe somebody else can confirm this.
Therefore, my function to return a percentage should be something like:
static double dValue;
dValue = (double)data->SignalQuality;
dValue -= dLo;
dValue /= (dHi - dLo);
dValue *= 100;
m_dwSigQuality = (DWORD)dValue;
Hope this is of some use, sorry it's not complete.
Ben.
I have seen the topic you say before I post this
The problem is that I don't know how to use the info. that comes with the post you say.
If you look at the work completed by the xda-developers, they provided a program which shows how RIL works. Their example, last time I looked, shows how to start RIL, and listened for incomming SMS messages. To start with, find this code and add the rill calls to your program.
Find the function called 'ResultCallback'. This is called by RIL when something happens which your program may want to know about. Add to this the code I posted, starting:
if (hrCmdID == m_dwSigQualityID) {
From your own program, you now call my function containing:
m_dwSigQualityID = RIL_GetSignalQuality(g_hRil);
If this works, this will return the percentage signal strength.
Although as I said, this works well on XDA I, but needs a re-calibration for XDA II and more recent work on RIL.
Ben.
It works!
If the GPRS is connected it returns 69%, but if GPRS is not connected it returns a GSM value.
Any idea of how to make an easy dll to use this value in other program?
Thanks.
Very glad it works! Sorry about the 69%. This is fixed with the XDA II.
As far as an easy .dll, I don't know. (Or a nice easy class) Somebody here does I am sure....
Ben
Can you please attach a working ResultCallback code for the signal stregth?
I get 603% on my XDA2...
I think i did something wrong.
Thanks, Patrick
Hi,
benclewett said:
If you look at the work completed by the xda-developers, they provided a program which shows how RIL works. Their example, last time I looked, shows how to start RIL, and listened for incomming SMS messages. To start with, find this code and add the rill calls to your program.
Click to expand...
Click to collapse
Can anyone tell me where this is please?
Also, does anyone have any code for returning gprs traffic usage? - I want to report the amount of data used in the current session and also in the current month.
Thanks!
--ian

Changing 3G / UMTS name prefix on Universal

Maybe I'm just too picky, but after updating my MDA Pro with the I-Mate JASJAR rom, I noticed the 3G prefix had changed.
I've sussed how to change it back, if anyone else is bothered like me!
See the attached pictures to see what I'm on about.
Using a registry editor program, go to:
HKEY_LOCAL_MACHINE\SOFTWARE\OEM\PhoneSetting\
Change 3GLongNamePrefix
1 = UMTS
2 = 3G
That's it, simple
I've managed to export the reg key for anyone who wants it.
Thank you !

Help with hLineApp lineInitializeEx

Hi
I'v been tyring to get my m3100 (WM5.0) to make a data connection for the past couple of days and eventually have finally sought help.
I have this bit of code
ZeroMemory(&m_LIParams,sizeof(LINEINITIALIZEEXPARAMS));
m_LIParams.dwTotalSize = sizeof(LINEINITIALIZEEXPARAMS);
m_LIParams.dwOptions = LINEINITIALIZEEXOPTION_USEEVENT;
while ( lRet!=0)
{
lRet = lineInitializeEx(
&m_hLineApp,
AfxGetInstanceHandle(),
NULL,
AfxGetAppName(),
&dwNumDevs,
&dwTAPIVer,
&m_LIParams)
Click to expand...
Click to collapse
lRet returns 0 and dwNumDevs = 14, but m_hLineApp is always 0. I set up a watch on the and is always says unused. I thought this would contain a handle usually not zero? I've have this declared HLINEAPP m_hLineApp;
Anyone got any idea's
Thanks for any help
Taff
PS Does anyone know of a tapi browser for wM5

[APP][090114] CallerID utility [Lookup unknown callers!][Supports 15 countries!]

Hi!
!!! LATEST VERSION WILL ALWAYS BE FOUND HERE!!!
http://forum.xda-developers.com/showthread.php?p=3222288#post3222288
This application is fitted for different countries but since it is a client/server module it can easily be adopted for more countries.
Below is a list of supported countries.
Would appreciate some feedback!
Some info:
*gets name/adress of unknown caller/sms:er
*can handle manual searches too
*can save info to contacts
*displays a small log of ID:s
*can be hidden into the background and then displayed again by pulling the stylus out
Supported countries:
*Sweden
*Denmark
*France
*US
*Italy
*Norway
*Germany
*Netherlands x2
*Belgium
*Switzerland
*Romania
*Canada
*Australia
*Austria
*Greece
-fix 0114
Added country Greece (same cab as 1229)
-fix 1229
Many bug and codefixes
Some new graphics (a big change will come soon)
Todo:
-A nicer GUI
-Add more countries
Adding your country:
To add your country, simply supply me with a serviceprovider. Like "http://www.hitta.se" and a number that generates a result, like "073xxxxxxx". Check back a few days later and see if your country is there! Leave feedback
Thanks!
Got any screenshots?
Sure!
This is a pic straight out of Visual Studio
<edit> picture in first post</edit>
namiran said:
Hi!
This application is fitted for swedish market only but since it is a client/server module it can easily be adopted for other countrys.
Would appreciate some feedback.
Some info:
*gets name/adress of unknown caller/sms:er
*can handle manual searches too
*can save info to contacts
*displays a small log of ID:s
*Can be hidden into the background and then displayed again by pulling the stylus out
Todo:
-Alot!
Click to expand...
Click to collapse
Thanks for sharing, how is possible to use also in Italy?
Ciao, Andrea
Hey
Is there any setup or edit function in it so its possible to test in other countries?
Hej Tack SÅ Mycket Works For Me Im In VÄstragotelan
Yes an edit funktion would be nice.
Didnt return from "hide" when pulling out stylus though?
But if an international/danish version comes around, that would be cool!
great work /Psudo
I'll have to know an online adressbook in italy to fix it also for italy.
There is no edit function. This is because it enables me to fix this from the server so there will only be one distribution that works in many countries.
namiran said:
I'll have to know an online adressbook in italy to fix it also for italy.
There is no edit function. This is because it enables me to fix this from the server so there will only be one distribution that works in many countries.
Click to expand...
Click to collapse
Here you go
http://www.paginebianche.it/execute.cgi?ts=106&font=default
Many thanks.
Ciao, Andrea
form denmark
her is from denmark
http://www.degulesider.dk/vbw/super/index.jsp
it's possible a cab to france
http://www.pagesjaunes.fr/trouverunnom/RecherchePagesBlanches.do
Finland And Greece??????
Hello my friend first congratulation for your application is fantastic...I live in finland and I am greek so I would need both but I don't know where to search so I can provide you with the files from these countries is it possible to guide me so I can provide you with them????? Thank you and I am waiting for ur answer u can pm also if you want so we don't mess with the forum...but I believe other people would like to know also for their countries....Thanks in advance.
Hi!
Great that you guys would like this, what i would need from each country is a search string. For example the swedish version uses the site http://www.hitta.se, the query string then looks like this:
http://www.hitta.se/ViewDetailsWhit...id=mPxoMWQR+Lo1dK57v593IQ%3d%3d&Vkid=47422233
where 0736693989 is changed to a valid phonenumber.
If you could supply me with the right string i could try to figure this out. Some adjustments need to be done in the application too so you can expect a new version in the next couple of days!
namiran said:
Hi!
Great that you guys would like this, what i would need from each country is a search string. For example the swedish version uses the site http://www.hitta.se, the query string then looks like this:
http://www.hitta.se/ViewDetailsWhit...id=mPxoMWQR+Lo1dK57v593IQ%3d%3d&Vkid=47422233
where 0736693989 is changed to a valid phonenumber.
If you could supply me with the right string i could try to figure this out. Some adjustments need to be done in the application too so you can expect a new version in the next couple of days!
Click to expand...
Click to collapse
http://www.degulesider.dk/vbw/super/resultat.do?twoFieldName=12345678&twoFieldAddr=Copenhagen&rb=0
the fields are:
twoFieldName=phone number or name of individual
twoFieldAddr=Address of individual (or city, zip and so)
another one:
http://www.krak.dk/query?what=cs&customer_type=&search_word=12345678&geo_area=Copenhagen
the fields here are:
search_word=phone number or name of individual
geo_area=Address of individual (or city, zip and so)
namiran said:
Hi!
Great that you guys would like this, what i would need from each country is a search string. For example the swedish version uses the site http://www.hitta.se, the query string then looks like this:
http://www.hitta.se/ViewDetailsWhit...id=mPxoMWQR+Lo1dK57v593IQ%3d%3d&Vkid=47422233
where 0736693989 is changed to a valid phonenumber.
If you could supply me with the right string i could try to figure this out. Some adjustments need to be done in the application too so you can expect a new version in the next couple of days!
Click to expand...
Click to collapse
This is the search string for Italy
http://www.paginebianche.it/execute...fault&font=default&mr=10&rk=&om=&qs=065444182
065444182 is the number to search
Many thanks.
Ciao, Andrea
Latest
Hi!
This is the latest version.
Fixed bug with stylus and some other small adjustments.
Also Dutch is built in now!
Have to fix the vcard for dutch though, but it wont require any software upgrade.
Great app
but how is the developing for the danish?
Keep up the good work
/Pape
Hey Man Great App I'am New to all this Could you please find me A American Usa One and Get it to work I would be Inmost Gratitude Of your Help.
Sounds great, may be a silly question, but how or where to install?
Error message
Hi
I get a error message when i try to start CallerID.
I have the EXE file in my program folder on my Diamond and i have compact FW 3.5 istalled.
The message i get is this (in swedish)
Det gick inte att hitta filen eller
samansättningen Sensors,
Version=1.0.3251.34910,
Culture=neutral, PublicKeyToken=null,
eller ett av dessa beroenden.
Have i done something wrong? have i missed something?
// J

TicWatch Pro 3 LTE and eSIM

Please, give me an advice.
I bought a TicWatch Pro 3 LTE.
I've received eSIM from my operator (T-Mobile).
I would like to import it into my watch.
But in the Mobvoi application on the phone I do not see the option "Communication settings", "Scan eSIM QR code", etc ...
And on the same network (T-Mobile Czech) with a similar eSIM.
I'm sure it worked on the older model (Ticwatch Pro 4G / LTE), see attached pictures.
There used to be an option "Scan QR" and the possibility to choose "Other" operator. Now it's gone.
It just looks like the current version of the Mobvoi application has lost this option (?!).
How should I proceed? Will it help to install some other APP? Which one and from what source?
Thanks!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
In current Mobvoi app on my smartphone, there is no option to install the eSIM :-(
So how can I make it work?
I'm searching for the same solution. Unfortunately there are no feedbacks from Mobvoi about it.
Maybe they will release a new app version that will unlock this feature that was already available on previous models.
riveccia said:
I'm searching for the same solution. Unfortunately there are no feedbacks from Mobvoi about it.
Maybe they will release a new app version that will unlock this feature that was already available on previous models.
Click to expand...
Click to collapse
There is no visible option. I think the same, they will enable this feature to this new model. Right now the app seems to "detect" our LTE version like a PRO 3 GPS without eSIM support.
hi the story behind the scenes:
Mobvoi has launched the ticwatch 3 LTE exclusively in cooperation with vodafone.
Unfortunately right now there is no chance to use it with e.g. an T-Mobile e-SIM. (i do have the TW 3 LTE and also an T-Mobile DE Contract)
After launch of the Ticwatch Pro 4G it was the same thing...weeks later they opened the esim functionaltiy for the other providers.
The option "Scan E-SIM QR CODE" is only visible in the mobvoi app when the smartphone is logged in in a vodafone network.
That's a bummer, they need to make the e-sim available to T-Mobile and other carriers...
I have moved all of my development efforts away from XDA.
chrisaw said:
Ok so I managed to get this sussed out and got it working on EE (UK network.)
The way is actually quite simple - I have a dual SIM phone (note 20 ultra) and one of those SIMs is indeed Vodafone.
I did the following:
1. Switch my primary SIM to Vodafone (could achieve the same thing by just inserting a vodafone sim temporarily.)
2. Force close and relaunch Wear OS app on phone
3. Using newly available "Add a Vodafone SIM to your watch" (or similar) option in Wear OS I selected to Scan a QR code - then just scanned the QR code for the EE SIM (it kept calling it Vodafone in the WearOS app but I completely ignored that and added it anyway.)
4. Restart watch
5. If you get the same result I did - success! You are now connected to whatever network you want.
6. Switch back to your normal SIM on your phone and the watch will remain connected to whatever network you scanned the QR code for.
Really hope this helps someone else!
Click to expand...
Click to collapse
My case is very similar. I'll try it when I get an eSIM card.
Thanks a lot for your explanation!
chrisaw said:
Ok so I managed to get this sussed out and got it working on EE (UK network.)
The way is actually quite simple - I have a dual SIM phone (note 20 ultra) and one of those SIMs is indeed Vodafone.
Click to expand...
Click to collapse
Sounds great!
Is there a chance to order the needed(vodafone) SIM via internet with international delivery (to Czech Rep.)? Do they have a prepaid (burner) card?
Or could you give me detailed instructions how, where and what to buy? I'd ask someone I know in UK and she will send me the SIM in a letter.
But: will it work in roaming? I mean: if I obtain the Vodafone UK SIM and if I insert it into my dualSIM phone here in Czech Rep, would I be able to scan the eSIM QR code and install it into my watches?
JanAltman said:
Sounds great!
Is there a chance to order the needed(vodafone) SIM via internet with international delivery (to Czech Rep.)? Do they have a prepaid (burner) card?
Or could you give me detailed instructions how, where and what to buy? I'd ask someone I know in UK and she will send me the SIM in a letter.
But: will it work in roaming? I mean: if I obtain the Vodafone UK SIM and if I insert it into my dualSIM phone here in Czech Rep, would I be able to scan the eSIM QR code and install it into my watches?
Click to expand...
Click to collapse
Yes , it works in roaming vodafone UK simcard and e-sim T-mobile pl
jfor111 said:
Yes , it works in roaming vodafone UK simcard and e-sim T-mobile pl
Click to expand...
Click to collapse
Thanks!
I hope some cheap prepaid/burner VodafoneUK SIM will do the work.
I'll ask my aunt in UK to send me one.
jfor111 said:
Yes , it works in roaming vodafone UK simcard and e-sim T-mobile pl
Click to expand...
Click to collapse
So this one shoud do the job?
https://www.amazon.co.uk/dp/B01M0VN7VH/ref=cm_sw_r_wa_awdb_imm_t1_O6.dGb34T27EN
Yes it should
jfor111 said:
Yes it should
Click to expand...
Click to collapse
Great, thanks, ordered.
Ist there somebody who tried the procedure with o2/telefonica? Or will try?
Big_T71 said:
Ist there somebody who tried the procedure with o2/telefonica? Or will try?
Click to expand...
Click to collapse
Si, he probado con O2 y funcionan las llamadas, tal como se indica anteriormente, pero hay que hacerlo con la sim principal sobre todo y funciona bien
Mod translation
Yes, I have tried with O2 and calls work as above, but you have to do it with the main sim mostly and it works fine
chrisaw said:
Ok so I managed to get this sussed out and got it working on EE (UK network.)
The way is actually quite simple - I have a dual SIM phone (note 20 ultra) and one of those SIMs is indeed Vodafone.
I did the following:
1. Switch my primary SIM to Vodafone (could achieve the same thing by just inserting a vodafone sim temporarily.)
2. Force close and relaunch Wear OS app on phone
3. Using newly available "Add a Vodafone SIM to your watch" (or similar) option in Wear OS I selected to Scan a QR code - then just scanned the QR code for the EE SIM (it kept calling it Vodafone in the WearOS app but I completely ignored that and added it anyway.)
4. Restart watch
5. If you get the same result I did - success! You are now connected to whatever network you want.
6. Switch back to your normal SIM on your phone and the watch will remain connected to whatever network you scanned the QR code for.
Really hope this helps someone else!
Click to expand...
Click to collapse
Thats awesome news! Did you manage to get number sharing working between the devices?
chrisaw said:
Ok so I managed to get this sussed out and got it working on EE (UK network.)
The way is actually quite simple - I have a dual SIM phone (note 20 ultra) and one of those SIMs is indeed Vodafone.
I did the following:
1. Switch my primary SIM to Vodafone (could achieve the same thing by just inserting a vodafone sim temporarily.)
2. Force close and relaunch Wear OS app on phone
3. Using newly available "Add a Vodafone SIM to your watch" (or similar) option in Wear OS I selected to Scan a QR code - then just scanned the QR code for the EE SIM (it kept calling it Vodafone in the WearOS app but I completely ignored that and added it anyway.)
4. Restart watch
5. If you get the same result I did - success! You are now connected to whatever network you want.
6. Switch back to your normal SIM on your phone and the watch will remain connected to whatever network you scanned the QR code for.
Really hope this helps someone else!
Click to expand...
Click to collapse
I just ordered a pay as you go sim from vodafone (for free from their website) after reading this! This is great news! Have you managed to share your number between your phone and your watch?
Radical_Monkey said:
Thats awesome news! Did you manage to get number sharing working between the devices?
Click to expand...
Click to collapse
I dont know if you've tried, but I just ordered my ee paired esim. Should arrive in the next couple of date. I'll let you know if number sharing works.
Waiting for my Voda pre-paid SIM, and going to order soon the esim watch too from Mobvoi, just waiting to receive the 200 Mobvoi-dollars off coupon (means 280€ off the purchase price) to buy the watch. Esim card will come from T-mobile Hungary.

Categories

Resources