ClanGSM.com

Bienvenido, invitado ( Identificarse | Registrarse )

 
Reply to this topicStart new topic
Aporte! Corrección De: Current Version Is Not Available For User...
rainbow
mensaje Jul 1 2016, 10:30 AM
Publicado: #1

Miembro del Clan
*

Grupo: Miembros
Mensajes: 182
Agradecimientos: 312
Registrado: 5-June 09
Miembro No.: 40,701



Si el post ya es repetido favor de eliminarlo, ya que busque y no vi nada referente al tema.

Que tal amigos les traigo la solución de este mensaje que sale en los LG que en mi caso fue en el LG D693N, lo cual a mi me causo esto: después de liberar el teléfono funciono bien durante un par de días, después apareció ese mensaje en el teléfono el cual solo agarraba el sim de movistar (originalmente venia el teléfono en movistar) telcel, unefono no los agarraba a pesar de volver a liberar el teléfono seguía igual sin dar señal...

"current version in not available for user. can't find matched cust for NT-code mcc/mnc subset"

Por lo que he buscado se dice que este mensaje sale por que la ROM no es original a la que debe de llevar el teléfono, pero es muy raro ya que en los LG es difícil o incluso imposible poner una ROM modificada.

Bueno lo que yo hice fue muy sencillo.

Subir software con LGMobile Support Tool con esto el mensaje desaparece.

Después de eso ya sea que el serial se haya movido con el software se repara con LGTool y se le da nuevamente unlock y listo.

Hasta ahora he hecho 2 teléfonos con este método y han quedado al 100.

Fichero Adjunto  1.jpg... Usted aun no cumple los requisitos para descargar archivos. CLICK para mas INFO ( 109.91k ) Número de descargas: 0


Fichero Adjunto  2.jpg... Usted aun no cumple los requisitos para descargar archivos. CLICK para mas INFO ( 121.66k ) Número de descargas: 0


Fichero Adjunto  3.jpg... Usted aun no cumple los requisitos para descargar archivos. CLICK para mas INFO ( 113.78k ) Número de descargas: 0
Go to the top of the page
 
+Quote Post
A continuacion 1 usuario(s) le Agradece(n) a rainbow por su Colaboracion:
Klandeztino
Anunciante Autorizado
mensaje Jul 1 2016, 10:30 AM
Publicado: #

Auspiciador de ClanGSM

Estas ofertas
pudieran interesarte.











Go to the top of the page
 
Quote Post
Klandeztino
mensaje Jul 23 2016, 01:23 PM
Publicado: #2

Miembro del Clan
*

Grupo: Miembros
Mensajes: 1
Agradecimientos: 0
Registrado: 23-July 16
Miembro No.: 853,684
Pais:ad


una consulta, a que te refieres con subir software con LGMobile Support Tool ?
Go to the top of the page
 
+Quote Post
eemadrid95
mensaje Dec 27 2016, 06:19 PM
Publicado: #3

Miembro del Clan
*

Grupo: Miembros
Mensajes: 75
Agradecimientos: 116
Registrado: 26-May 14
Desde: Copan
Miembro No.: 605,228



creo que quiere decir restaurar el firmware al telefono
Go to the top of the page
 
+Quote Post
Camitec
mensaje Feb 15 2017, 02:45 PM
Publicado: #4

Miembro del Clan
*

Grupo: Miembros
Mensajes: 165
Agradecimientos: 474
Registrado: 26-May 13
Miembro No.: 474,788



hago un copy paste de otro foro porque traducirlo me da flojera, esta en ingles
la idea es copiar el código de error que sale y ese código escribirlo en la linea que se adiciona en el archivo del sistema del tutorial..
A mi me funciono. Asi que les doy fe que funciona.
use en realidad el root explorer para hace el trabajo de pasar el archivo a la ubicacion, pero lo edite con es file explorer. como lo hagan no importa. mientras modifiquen ese archivo, porque hay que habilitar la opcion de R/W para que escriba el archivo de sistema, y eso solo lo pude hacer con el root explorer.




Android Error Fix: "Current version is not available for user. Can't find matched cust for NT-code mcc/mnc[XXXXX],subset[XX]"
If you are like me and enjoy the freedom of an unshackled Android device, you may have come across an annoying error message when flashing a new stock firmware (or possibly an unfixed custom ROM). Normally, this message does nothing, but appears once every time you reboot your phone. While many of us can live with that, I hate seeing that message as it makes me feel like the device I am using is somehow messed up. Today I will give you a quick and easy way to fix this.
Preface
I have only tried this on an international phone. It should also work for European phones. For US phones, or others, you may need to change the portion of code in the note below for your region (e.g. try US instead of EU, etc.).

The Message
The error message is along the lines of "Current version is not available for user. Can't find matched cust for NT-code mcc/mnc[FFFFFF],subset[51]". This is an actual code that I received for my LG G3 when updating to the newest Marshmallow version available.

Everything on the phone worked fine, but the code always came up on reboot. The code refers to a firmware not meant for your phone as it is looking for a region and carrier that it cannot find that it would find on the correct phone. You are probably using something like a US phone and an international firmware, or some other country with the wrong country's firmware.

Fortunately, it can be remedied (for most).

The Requirements
You will need a few things to accomplish this, and if you have this error message, you most likely will have the first or can attain it:
Root
A file explorer app
A text editor
The specific character sets from the error message.
If you have not rooted your device, you will absolutely need to do this, otherwise this solution will not work. The root procedure for your device will depend on what it is. I would advise checking XDA first, as they will normally have everything you need. If you have a Chinese device--as many of the lesser known models are not in XDA--do a Google search and you should be able to find something.

A file explorer app will be needed to copy and move the file we need to manipulate in order to get rid of the error message. A good free app is ES File Explorer File Manager. This will enable us to do what we need.

A text editor app is needed to actually change the file as it is just text we need to manipulate. You can find tons of free ones on the Google Play Store, and most any should do. Now, you could copy the file we need to your device and then to your desktop. From there you could use something like Notepad++/Notepad 2 if you prefer. But I will be explaining how to do this all from your Android device.

The absolutely most important thing to have is the characters needed to apply the fix. Taking my example above, "Current version is not available for user. Can't find matched cust for NT-code mcc/mnc[FFFFFF],subset[51]", notice there are characters after "mcc/mnc" and "subset" in hard brackets. These are the characters you will need to remember in order to properly implement the fix. The first set may be numbers, letters, or a mix of both. The second set should be just numbers. Of course, you will need to use the characters from your error message, not mine...

The Fix
Here are the steps you need to complete to perform the fix:
Open the file explorer app.
Go to the root of your device (not storage but to "/").
Find and go to the "cust" folder.
Find and copy the "cust_path_mapping.cfg" file.
Paste it somewhere that you can easily get to on your internal or external storage.
Open the text editor app.
Go to and open the "cust_path_mapping.cfg" file just pasted in your storage.
At the top or bottom, make a space to add a new line.
Type in the following: FFFFFF,51=/cust/OPEN_IL (reemplazar los caracteres por los propios, osea del error que sale en pantalla de su cel).
Save the file.
Reopen the file explorer app.
Navigate to where the "cust_path_mapping.cfg" file you just modified and copy it.
Go to the root of your device again.
Find and go to the "cust" folder.
Paste the "cust_path_mapping.cfg" file you modified. (You may be asked to enable Read-Write capabilities, and allow the file explorer to do so or you will not be able to paste the file.) Overwrite the existing file.
Reboot.

Note: If your are using a European device, and the above does not work, replace "OPEN_IL" with "OPEN_EU".

That is all you need to do to fix this error message from appearing on every reboot of your device. This worked for my LG G3 smartphone and should work for most other devices.

Alternative Methods?
There is at least one other alternative method that I know of, but it requires more work. You need BusyBox installed and requires a terminal app.

This is a bit more dangerous because if you mess up the "coding" needed to implement this method, you could cause some major issues with your device. Because of this, I will not document it here.

Power Off
This was a quick article compared to most I publish. I just thought some people would really want to find out how to do this as it has happened to me more than once, an just implies there is a problem (when there really is not).

So enjoy a error message-free boot

Mensaje modificado por Camitec el Feb 15 2017, 02:48 PM
Go to the top of the page
 
+Quote Post
A continuacion 1 usuario(s) le Agradece(n) a Camitec por su Colaboracion:
sw_rules
mastermix2016
mensaje Jul 19 2017, 10:01 AM
Publicado: #5

Miembro del Clan
*

Grupo: Miembros
Mensajes: 36
Agradecimientos: 21
Registrado: 3-November 16
Miembro No.: 891,462
Pais:es


CITA(rainbow @ Jul 1 2016, 10:30 AM) *
Si el post ya es repetido favor de eliminarlo, ya que busque y no vi nada referente al tema.

Que tal amigos les traigo la solución de este mensaje que sale en los LG que en mi caso fue en el LG D693N, lo cual a mi me causo esto: después de liberar el teléfono funciono bien durante un par de días, después apareció ese mensaje en el teléfono el cual solo agarraba el sim de movistar (originalmente venia el teléfono en movistar) telcel, unefono no los agarraba a pesar de volver a liberar el teléfono seguía igual sin dar señal...

"current version in not available for user. can't find matched cust for NT-code mcc/mnc subset"

Por lo que he buscado se dice que este mensaje sale por que la ROM no es original a la que debe de llevar el teléfono, pero es muy raro ya que en los LG es difícil o incluso imposible poner una ROM modificada.

Bueno lo que yo hice fue muy sencillo.

Subir software con LGMobile Support Tool con esto el mensaje desaparece.

Después de eso ya sea que el serial se haya movido con el software se repara con LGTool y se le da nuevamente unlock y listo.

Hasta ahora he hecho 2 teléfonos con este método y han quedado al 100.

Fichero Adjunto  1.jpg... Usted aun no cumple los requisitos para descargar archivos. CLICK para mas INFO ( 109.91k ) Número de descargas: 0


Fichero Adjunto  2.jpg... Usted aun no cumple los requisitos para descargar archivos. CLICK para mas INFO ( 121.66k ) Número de descargas: 0


Fichero Adjunto  3.jpg... Usted aun no cumple los requisitos para descargar archivos. CLICK para mas INFO ( 113.78k ) Número de descargas: 0

Me sorprende que no lean los carteles, el mensaje de versión de software no disponible para el usuario es porque bajaron un firmware de un país que no corresponde al hardware del equipo, cada grupo de países maneja un firmware distinto para el mismo equipo sea D390 o D855 y debemos bajar el correspondiente para nuestro país. Saludos
Go to the top of the page
 
+Quote Post
A continuacion 2 usuario(s) le Agradece(n) a mastermix2016 por su Colaboracion:
alejandrocr, deidaraxd
deidaraxd
mensaje Apr 8 2018, 11:18 AM
Publicado: #6

Miembro del Clan
*

Grupo: Miembros
Mensajes: 6
Agradecimientos: 1
Registrado: 16-May 15
Miembro No.: 717,863
Pais:ve


CITA(mastermix2016 @ Jul 19 2017, 10:01 AM) *
Me sorprende que no lean los carteles, el mensaje de versión de software no disponible para el usuario es porque bajaron un firmware de un país que no corresponde al hardware del equipo, cada grupo de países maneja un firmware distinto para el mismo equipo sea D390 o D855 y debemos bajar el correspondiente para nuestro país. Saludos

y como se cual es el pais correspondiente amigo?
Go to the top of the page
 
+Quote Post
smartmen39
mensaje Oct 20 2019, 12:25 AM
Publicado: #7

Miembro del Clan
*

Grupo: Miembros
Mensajes: 22
Agradecimientos: 40
Registrado: 4-February 15
Desde: veracruz
Miembro No.: 685,126



gracias por el aporte
me toco un lg h420f con este problema
pero despues de pasarle software se reiniciaba y me seguia dando el mismo error menos frecuente pero lo daba
lo que hice fue destaparlo y darle servicio y cambiar el centro de carga y se soluciono
espero y le sirva a alguien
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 usuario(s) está(n) leyendo este tema (1 invitado(s) y 0 usuario(s) anónimo(s))
0 usuarios(s) registrado(s):

 



Ver Visitas Fecha y Hora actual: 29th March 2024 - 01:19 AM
►Reglamento      ►Política de Privacidad
Este sitio web usa cookies, puedes ver la política de cookies, aquí -
Política de cookies +