command not allowed fastboot что делать

Command not allowed fastboot что делать

Platform-tools: r31.0.3
ADB: 1.0.41 (31.0.3-7562133)
Fastboot: 31.0.3-7562133
Make_f2fs: 1.14.0 (2020-08-24)
Mke2fs: 1.46.2 (28-Feb-2021)
Последнее обновление утилит в шапке: 01.08.2021

Если что-то неправильно, то в списке подключенных устройств (List of devices attached) будет пусто.

adb push Копировать файл/папку PC->девайс.

adb pull [ ] Копировать файл/папку девайс->PC.

adb sync [ ] Копировать PC->девайс только новые файлы.
Ключи:
-l Не копировать, только создать список.

adb shell Запуск упрощенного unix shell.
Примеры использования

adb emu Послать команду в консоль эмулятора

adb install [-l] [-r] [-s] Послать приложение на устройство и установить его.
Пример: adb install c:/adb/app/autostarts.apk Установить файл autostarts.apk лежащий в папке /adb/app/ на диске с:
Ключи:
-l Блокировка приложения
-r Переустановить приложение, с сохранением данных
-s Установить приложение на карту памяти
Установка split apk

adb uninstall [-k] Удаление приложения с устройства.
Ключи:
-k Не удалять сохраненные данные приложения и пользователя.

adb wait-for-device Ждать подключения устройства.

adb start-server Запустить службу/демон.

adb kill-server Остановить службу/демон.

adb get-state Получить статус:
offline Выключен.
bootloader В режиме начальной загрузки.
device В режиме работы.

adb get-serialno Получить серийный номер.

adb status-window Непрерывный опрос состояния.

adb remount Перемонтировать для записи. Требуется для работы скриптов, которые изменяют данные на.

adb reboot bootloader Перезагрузка в режим bootloader.

adb reboot recovery Перезагрузка в режим recovery.

adb root Перезапуск демона с правами root

adb usb Перезапуск демона, прослушивающего USB.

adb tcpip Перезапуск демона, прослушивающего порт TCP.

adb ppp [параметры] Запуск службы через USB.
Note: you should not automatically start a PPP connection. refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
Параметры:
defaultroute debug dump local notty usepeerdns

fastboot erase Стереть раздел.
Разделы: boot, recovery, system, userdata, radio
Пример: fastboot erase userdata Стирание пользовательских данных.

fastboot update Прошивка из файла имя_файла.zip

fastboot flashall Прошивка boot + recovery + system.

fastboot getvar Показать переменные bootloader.
Пример: fastboot getvar version-bootloader Получить версию bootloader.

fastboot boot [ ] Скачать и загрузить kernel.

fastboot flash:raw boot [ ] Создать bootimage и прошить его.

fastboot devices Показать список подключенных устройств.

fastboot continue Продолжить с автозагрузкой.

fastboot reboot Перезагрузить аппарат.

f astboot reboot-bootloader Перезагрузить девайсв режим bootloader.
Перед командами fastboot можно использовать ключи:
-w стереть данные пользователя и кэш
-s Указать серийный номер устройства.
-p

Указать название устройства.
-c Переопределить kernel commandline.
-i Указать вручную USB vendor id.
-b Указать в ручную базовый адрес kernel.
-n

Указать размер страниц nand. по умолчанию 2048.

Пример ниже выводит в лог все сообщения с тэгом «ActivityManager» с приоритетом «Info» или выше, и сообщения с тэгом «MyApp» и приоритетом «Debug» или выше:
adb logcat ActivityManager:I MyApp:D *:S
Последний элемент в выражении фильтра *:S устанавливает приоритет «silent» для всех остальных тэгов, тем самым обеспечивая вывод сообщений только для «View» и «MyApp». Использование *:S – это отличный способ для вывода в лог только явно указанных фильтров (т.е. в выражении фильтра указывается «белый список» сообщений, а *:S отправляет все остальное в «черный список»).

При помощи следующего выражения фильтра отображаются все сообщения с приоритетом «warning» или выше для всех тэгов:
adb logcat *:W

Если logcat запускается на машине разработчика (не через удаленный adb shell), можно также установить значение выражения фильтра по умолчанию задав переменную окружения ANDROID_LOG_TAGS:
export ANDROID_LOG_TAGS=»ActivityManager:I MyApp:D *:S»

Следует обратить внимание что задав переменную окружения ANDROID_LOG_TAGS она не будет работать в эмуляторе/устройстве, если вы будете использовать logcat в удаленном shell или используя adb shell logcat.
Вышеописанная команда export работает в ОС *nix и не работает в Windows.

Контроль формата вывода лога

brief Показывать приоритет/тэг и PID процесса (формат по умолчанию).
process Показывать только PID.
tag Показывать только приоритет/тэг.
thread Показывать только процесс:поток и приоритет/тэг.
raw Показать необработанное сообщение, без полей метаданных.
time Показывать дату, время вызова, приоритет/тэг и PID процесса.
long Показывать все поля метаданных и отдельно сообщения с пустыми строками.

Источник

Fastboot «Command not Allowed»

Breadcrumb

srishabhiitk

Member

Hi!
I am trying to flash my Xperia L which is already rooted.
I got my «unlock bootloader key» and not when I try to unlock it with the key it says-
FAILED
Second time try the same statement again and it says OK!
After that when I try to flash a recovery it says-

F:\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>fastboot flash recovery
philztaoshan.img
sending ‘recovery’ (12452 KB).
OKAY [ 0.397s]
writing ‘recovery’.
FAILED (remote: Command not allowed)
finished. total time: 0.402s

It is able to write a kernel’s boot image however, but then it doesn’t not even boot. (Even the screen doesn’t turn on)

I will be thankful to any help!

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

Lazynestor

Senior Member

Hi!
I am trying to flash my Xperia L which is already rooted.
I got my «unlock bootloader key» and not when I try to unlock it with the key it says-
FAILED
Second time try the same statement again and it says OK!
After that when I try to flash a recovery it says-

F:\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>fastboot flash recovery
philztaoshan.img
sending ‘recovery’ (12452 KB).
OKAY [ 0.397s]
writing ‘recovery’.
FAILED (remote: Command not allowed)
finished. total time: 0.402s

It is able to write a kernel’s boot image however, but then it doesn’t not even boot. (Even the screen doesn’t turn on)

I will be thankful to any help!

srishabhiitk

Member

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

Fabulous_Pancake

Member

srishabhiitk

Member

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

Fabulous_Pancake

Member

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

underd0g

Senior Member

srishabhiitk

Member

srishabhiitk

Member

I guess that may be the problem because everything was working fine. Until I had to flash a custom recovery like Philz through fastboot.
I didn’t know the command so I searched for a general one. I used «fastboot flash recovery recovery.zip».
But there is one other thing that when I tried to install Thunderzap Kernel through Flashtool my phone even stopped showing SONY splash screen and just vibrated trying to boot!

Please tell me the correct procedure to flash custom recovery through fastboot in Xperia Phone.

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

underd0g

Senior Member

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

Fabulous_Pancake

Member

srishabhiitk

Member

srishabhiitk

Member

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

SdtBarbarossa

Senior Member

Hi!
I am trying to flash my Xperia L which is already rooted.
I got my «unlock bootloader key» and not when I try to unlock it with the key it says-
FAILED
Second time try the same statement again and it says OK!
After that when I try to flash a recovery it says-

F:\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>fastboot flash recovery
philztaoshan.img
sending ‘recovery’ (12452 KB).
OKAY [ 0.397s]
writing ‘recovery’.
FAILED (remote: Command not allowed)
finished. total time: 0.402s

It is able to write a kernel’s boot image however, but then it doesn’t not even boot. (Even the screen doesn’t turn on)

I will be thankful to any help!

your command is just wrong. even if you flash recovery you have to flash it as kernel in xperia devices

fastboot flash boot boot.img

is the correct command eg:

fastboot flash boot c:\recovery.img

Sent from my C2105 using XDA Free mobile app

you cant flash fota recovery ob stock.

Sent from my C2105 using XDA Free mobile app

Источник

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

1. Скачайте и установите Flashtool
2. Установите Flashtool драйвера
3. Запустите только что установленный Flashtool
4. Кликните по иконке разблокировки bootloader’a «BLU»

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

5. Далее вы увидите окно с запросом на подсоединение вашего Sony Xperia устройства к компьютеру в режиме Flashmode. Можете проигнорировать инструкции которые вы увидите, вместо этого действуйте согласно описанным ниже указаниям:

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

8. Нажмите на кнопку «Unlock» чтобы начать процесс разблокировки bootloader’a
9. Проверьте log Flashtool, чтобы убедиться что разблокировка прошла успешно. Пример успешного лога на Sony Xperia Z2 выглядит следующим образом (под спойлером):

Спойлер

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

1. Установите драйвера
2. Перейдите по ссылке http://developer.sonymobile.com/unlockbootloader/ и нажмите там «Yes, I’m sure»
3. Ознакомьтесь с условиями, отметьте оба флажка и нажмите кнопку «I accept» (картинка под спойлером):

Спойлер

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

Спойлер

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

Спойлер

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

Если проблем с подключением нет, то вы увидите следующие строки в командной строке:

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

10. Теперь мы выполним основную команду, которая разблокирует bootloader нашей Sony Xperia. Наберите команду указанную ниже, но вместо «0xKEY» укажите тот самый код разблокировки, который вы получили ранее на email (после набора команды нажать Enter):

11. После исполнения последней команды, если всё прошло успешно, то вы увидите следующую картину:

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

Всё. Bootloader вашей Sony Xperia разблокирован.

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

а то хотелось восстановить свой аппарат через Sony PC Companion он пишет ошибка 2003 как я прочитал в инет это изо раблокировке bootloader-а. заранее спс

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

нет не помогает в конце обработки в проге пишет failed

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

Flashtool’ом заблокируй, на кнопку BLU нажми, затем Relock

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

cпс буду побывать если пойдет у меня Sony Xperia T2 Ultra Dual

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

после чего пытаюсь включить а он дает один вибро и все, после чего заново делаю разблокировку он включается

что делать не знаю?

command not allowed fastboot что делать. Смотреть фото command not allowed fastboot что делать. Смотреть картинку command not allowed fastboot что делать. Картинка про command not allowed fastboot что делать. Фото command not allowed fastboot что делать

после чего пытаюсь включить а он дает один вибро и все, после чего заново делаю разблокировку он включается

что делать не знаю?

или есть возможность перепрошить Flashtool-ом? Тогда где взять прошивку для моего апарата?

Источник

Command not allowed fastboot что делать

Platform-tools: r31.0.3
ADB: 1.0.41 (31.0.3-7562133)
Fastboot: 31.0.3-7562133
Make_f2fs: 1.14.0 (2020-08-24)
Mke2fs: 1.46.2 (28-Feb-2021)
Последнее обновление утилит в шапке: 01.08.2021

Если что-то неправильно, то в списке подключенных устройств (List of devices attached) будет пусто.

adb push Копировать файл/папку PC->девайс.

adb pull [ ] Копировать файл/папку девайс->PC.

adb sync [ ] Копировать PC->девайс только новые файлы.
Ключи:
-l Не копировать, только создать список.

adb shell Запуск упрощенного unix shell.
Примеры использования

adb emu Послать команду в консоль эмулятора

adb install [-l] [-r] [-s] Послать приложение на устройство и установить его.
Пример: adb install c:/adb/app/autostarts.apk Установить файл autostarts.apk лежащий в папке /adb/app/ на диске с:
Ключи:
-l Блокировка приложения
-r Переустановить приложение, с сохранением данных
-s Установить приложение на карту памяти
Установка split apk

adb uninstall [-k] Удаление приложения с устройства.
Ключи:
-k Не удалять сохраненные данные приложения и пользователя.

adb wait-for-device Ждать подключения устройства.

adb start-server Запустить службу/демон.

adb kill-server Остановить службу/демон.

adb get-state Получить статус:
offline Выключен.
bootloader В режиме начальной загрузки.
device В режиме работы.

adb get-serialno Получить серийный номер.

adb status-window Непрерывный опрос состояния.

adb remount Перемонтировать для записи. Требуется для работы скриптов, которые изменяют данные на.

adb reboot bootloader Перезагрузка в режим bootloader.

adb reboot recovery Перезагрузка в режим recovery.

adb root Перезапуск демона с правами root

adb usb Перезапуск демона, прослушивающего USB.

adb tcpip Перезапуск демона, прослушивающего порт TCP.

adb ppp [параметры] Запуск службы через USB.
Note: you should not automatically start a PPP connection. refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
Параметры:
defaultroute debug dump local notty usepeerdns

fastboot erase Стереть раздел.
Разделы: boot, recovery, system, userdata, radio
Пример: fastboot erase userdata Стирание пользовательских данных.

fastboot update Прошивка из файла имя_файла.zip

fastboot flashall Прошивка boot + recovery + system.

fastboot getvar Показать переменные bootloader.
Пример: fastboot getvar version-bootloader Получить версию bootloader.

fastboot boot [ ] Скачать и загрузить kernel.

fastboot flash:raw boot [ ] Создать bootimage и прошить его.

fastboot devices Показать список подключенных устройств.

fastboot continue Продолжить с автозагрузкой.

fastboot reboot Перезагрузить аппарат.

f astboot reboot-bootloader Перезагрузить девайсв режим bootloader.
Перед командами fastboot можно использовать ключи:
-w стереть данные пользователя и кэш
-s Указать серийный номер устройства.
-p

Указать название устройства.
-c Переопределить kernel commandline.
-i Указать вручную USB vendor id.
-b Указать в ручную базовый адрес kernel.
-n

Указать размер страниц nand. по умолчанию 2048.

Пример ниже выводит в лог все сообщения с тэгом «ActivityManager» с приоритетом «Info» или выше, и сообщения с тэгом «MyApp» и приоритетом «Debug» или выше:
adb logcat ActivityManager:I MyApp:D *:S
Последний элемент в выражении фильтра *:S устанавливает приоритет «silent» для всех остальных тэгов, тем самым обеспечивая вывод сообщений только для «View» и «MyApp». Использование *:S – это отличный способ для вывода в лог только явно указанных фильтров (т.е. в выражении фильтра указывается «белый список» сообщений, а *:S отправляет все остальное в «черный список»).

При помощи следующего выражения фильтра отображаются все сообщения с приоритетом «warning» или выше для всех тэгов:
adb logcat *:W

Если logcat запускается на машине разработчика (не через удаленный adb shell), можно также установить значение выражения фильтра по умолчанию задав переменную окружения ANDROID_LOG_TAGS:
export ANDROID_LOG_TAGS=»ActivityManager:I MyApp:D *:S»

Следует обратить внимание что задав переменную окружения ANDROID_LOG_TAGS она не будет работать в эмуляторе/устройстве, если вы будете использовать logcat в удаленном shell или используя adb shell logcat.
Вышеописанная команда export работает в ОС *nix и не работает в Windows.

Контроль формата вывода лога

brief Показывать приоритет/тэг и PID процесса (формат по умолчанию).
process Показывать только PID.
tag Показывать только приоритет/тэг.
thread Показывать только процесс:поток и приоритет/тэг.
raw Показать необработанное сообщение, без полей метаданных.
time Показывать дату, время вызова, приоритет/тэг и PID процесса.
long Показывать все поля метаданных и отдельно сообщения с пустыми строками.

Источник

Command not allowed fastboot что делать

C6603
Generic AU 1271-0116 1270-6065 Australia
Generic AU 1271-0116 1273-9125 Australia
Optus AU 1271-2150 1270-5855 Australia
Telstra AU 1271-1556 1270-6067 Australia
Telstra AU 1271-1556 1270-9461 Australia
Telstra AU 1271-1556 1270-9462 Australia
Vodafone AU 1271-0244 1270-5943 Australia
3 AT 1270-6492 1270-3938 Austria
3 AT 1270-6492 1275-0223 Austria
3 AT 1270-6492 1275-0637 Austria
Mobilkom A1 AT 1270-5337 1270-3159 Austria
Mobilkom A1 AT 1270-5337 1271-9377 Austria
Orange AT 1270-9725 1270-3158 Austria
T-Mobile AT 1270-3837 1270-3160 Austria
T-Mobile AT 1270-3837 1273-5634 Austria
Generic BAL 1270-7278 1270-7126 Baltic
Generic BAL 1270-7278 1270-7129 Baltic
Generic BE 1270-6704 1270-6100 Belgium
Generic BE 1270-6704 1270-6102 Belgium
Proximus (Vfe) BE 1270-9081 1270-6093 Belgium
Proximus (Vfe) BE 1270-9081 1270-6095 Belgium
BH Telecom BA 1273-8571 1273-8854 Bosnia and Herzegovina
BH Telecom BA 1273-8571 1273-9425 Bosnia and Herzegovina
GloBul BG 1270-8751 1270-6880 Bulgaria
GloBul BG 1270-8751 1270-6882 Bulgaria
MobilTel EAD BG 1270-9085 1270-6881 Bulgaria
Generic CE1 1270-7298 1270-7106 Central Europe 1
Generic CE1 1270-7298 1270-7108 Central Europe 1
Generic CE1 1270-7298 1270-7109 Central Europe 1
Generic CE3 1270-7296 1270-7113 Central Europe 3
Generic CE3 1270-7296 1270-7115 Central Europe 3
Generic CE4 1270-7294 1270-7114 Central Europe 4
Generic CE4 1270-7294 1270-7116 Central Europe 4
Generic CE4 1270-7294 1273-3250 Central Europe 4
Generic CE5 1273-8577 1273-8852 Central Europe 5
Generic CE5 1273-8577 1273-8853 Central Europe 5
StoreFront 1272-8629 1271-8418 Commercial & Journalists (Internal)
T-Mobile HR 1270-1420 1270-6893 Croatia
T-Mobile HR 1270-1420 1270-7154 Croatia
Vipnet HR 1270-9087 1270-7157 Croatia
Telefonica O2 CZ 1271-8083 1271-7376 Czech republic
T-Mobile CZ 1270-1418 1271-6452 Czech republic
Vodafone CZ 1270-9089 1271-5372 Czech republic
3 DK 1270-7255 1270-7147 Denmark
Telenor DK 1270-9930 1270-7119 Denmark
Telenor DK 1270-9930 1270-7120 Denmark
Telia DK 1270-7248 1270-7117 Denmark
Telia DK 1270-7248 1270-7118 Denmark
Elisa FI 1270-9870 1270-7132 Finland
Elisa FI 1270-9870 1275-6065 Finland
Bouygues Telecom FR 1271-0121 1270-4165 France
Bouygues Telecom FR 1271-0121 1270-4166 France
Generic FR 1270-1404 1270-4061 France
Generic FR 1270-1404 1270-4062 France
Generic FR 1270-1404 1270-4222 France
NRJ FR 1270-1414 1270-4162 France
NRJ FR 1270-1414 1275-4070 France
Orange FR 1271-0707 1270-4950 France
Orange FR 1271-0707 1271-7507 France
SFR FR 1270-6253 1270-4187 France
SFR FR 1270-6253 1270-4188 France
SFR FR 1270-6253 1271-7375 France
Generic DE 1271-0334 1270-5676 Germany
Generic DE 1271-0334 1270-5677 Germany
Generic DE 1271-0334 1270-5944 Germany
o2 DE 1270-4636 1270-4946 Germany
o2 DE 1270-4636 1273-0476 Germany
Telekom.de DE 1270-3841 1270-2773 Germany
Telekom.de DE 1270-3841 1272-4122 Germany
Vodafone DE 1270-8440 1270-4231 Germany
Vodafone DE 1270-8440 1275-0224 Germany
Cosmote GR 1270-6784 1270-5661 Greece
Cosmote GR 1270-6784 1270-5662 Greece
Generic GR 1270-4986 1270-5653 Greece
Generic GR 1270-4986 1270-5654 Greece
Vodafone GR 1270-8436 1270-6085 Greece
Vodafone GR 1270-8436 1270-6086 Greece
Generic HK 1270-5695 1270-5794 Hong Kong
Generic HK 1270-5695 1270-5795 Hong Kong
Generic HK 1270-5695 1270-5796 Hong Kong
Telenor HU 1270-7300 1270-7112 Hungary
T-Mobile HU 1270-1422 1270-6885 Hungary
T-Mobile HU 1270-1422 1270-6886 Hungary
Vodafone HU 1270-9003 1270-6888 Hungary
Generic IN 1275-1562 1275-0232 India
Generic IN 1275-1562 1275-0234 India
PT. Sony Indonesia ID 1274-7579 1274-8031 Indonesia
PT. Sony Indonesia ID 1274-7579 1274-8034 Indonesia
PT. Sony Indonesia ID 1274-7579 1274-8035 Indonesia
PT. Surya Citra Multimedia 1274-7574 1274-8023 Indonesia
PT. Surya Citra Multimedia 1274-7574 1274-8030 Indonesia
3 IE 1270-6496 1270-5945 Ireland
Meteor IE 1270-5992 1270-5942 Ireland
O2 IE 1270-4638 1270-5002 Ireland
Vodafone IE 1270-9021 1272-2835 Ireland
Vodafone IE 1270-9021 1272-2836 Ireland
Cellcom IL 1270-4984 1270-5948 Israel
Generic_a IL 1271-6860 1271-7374 Israel
Generic_a IL 1271-6860 1275-0231 Israel
Partner IL 1270-4982 1270-5946 Israel
Pelephone IL 1270-4980 1270-5660 Israel
Generic IT 1270-3964 1270-6070 Italy
Generic IT 1270-3964 1270-6071 Italy
Generic IT 1270-3964 1270-6072 Italy
TIM IT 1270-3966 1270-6075 Italy
TIM IT 1270-3966 1270-6084 Italy
Vodafone IT 1270-8438 1270-6073 Italy
WIND IT 1270-3969 1270-6087 Italy
WIND IT 1270-3969 1270-6088 Italy
Generic MEA 1272-3750 1273-5784 MENA Arabic (
Generic MEA 1272-3750 1273-5785 MENA Arabic (
Generic NL 1270-4975 1270-4181 Netherlands
Generic NL 1270-4975 1270-4183 Netherlands
Generic NL 1270-4975 1272-3625 Netherlands
KPN Mobile NL 1270-4964 1270-4184 Netherlands
T-Mobile NL 1270-3839 1270-4169 Netherlands
T-Mobile NL 1270-3839 1272-2831 Netherlands
Vodafone NL 1270-8442 1272-2830 Netherlands
Vodafone NL 1270-8442 1272-2832 Netherlands
Telecom NZ 1271-0341 1270-5941 New Zealand
Vodafone NZ 1270-9108 1270-6308 New Zealand
Generic NCB 1270-7280 1270-7130 Nordic
Generic NCB 1270-7280 1270-7131 Nordic
Generic NCB 1270-7280 1270-7138 Nordic
Telenor Mobil NO 1270-7251 1270-7121 Norway
Telenor Mobil NO 1270-7251 1270-7122 Norway
Generic PH 1270-1408 1270-3910 Philippines
Generic PH 1270-1408 1270-3911 Philippines
Generic PH 1270-1408 1272-2081 Philippines
Smart Communications PH 1273-6065 1273-6337 Philippines
Orange PL 1271-0705 1270-6873 Poland
Orange PL 1271-0705 1270-6874 Poland
PLAY PL 1270-7161 1270-6876 Poland
PLAY PL 1270-7161 1272-5226 Poland
PLAY PL 1270-7161 1272-5227 Poland
Polkomtel PLUS PL 1270-6480 1270-6877 Poland
Polkomtel PLUS PL 1270-6480 1270-6878 Poland
T-Mobile PL 1270-5990 1270-6875 Poland
T-Mobile PL 1270-5990 1272-5225 Poland
Generic PT 1270-7677 1270-6099 Portugal
Optimus PT 1271-1044 1270-6090 Portugal
TMN PT 1270-6350 1270-6089 Portugal
Vodafone PT 1270-9280 1270-6092 Portugal
Orange RO 1271-1599 1272-5224 Romania
Vodafone RO 1270-9335 1271-5382 Romania
Generic RU 1270-1410 1270-6824 Russia
Generic RU 1270-1410 1270-6826 Russia
Generic RU 1270-1410 1270-6828 Russia
Generic SG 1270-1412 1270-4044 Singapore
Generic SG 1270-1412 1270-4043 Singapore
Generic SG 1270-1412 1272-2378 Singapore
Singtel SG 1270-0743 1270-4045 Singapore
Singtel SG 1270-0743 1270-4057 Singapore
Singtel SG 1270-0743 1272-3445 Singapore
Orange SK 1271-1609 1271-6432 Slovak Republic
T-Mobile SK 1270-1400 1271-6438 Slovak Republic
MOBITEL SI 1270-7302 1270-7102 Slovenia
MOBITEL SI 1270-7302 1270-7110 Slovenia
Generic ZA 1270-8434 1270-7501 South Africa
MTN ZA 1270-7602 1270-7498 South Africa
MTN ZA 1270-7602 1270-7499 South Africa
Vodacom ZA 1270-7290 1270-7496 South Africa
Vodacom ZA 1270-7290 1270-7497 South Africa
Generic ES 1270-6697 1270-6103 Spain
Jazztel ES 1273-3333 1273-3942 Spain
Movistar ES 1271-2566 1270-6438 Spain
Movistar ES 1271-2566 1271-2029 Spain
Orange ES 1273-1866 1270-6097 Spain
Orange ES 1273-1866 1270-6098 Spain
Vodafone ES 1270-9282 1270-6094 Spain
Vodafone ES 1270-9282 1270-6096 Spain
Yoigo ES 1270-9718 1270-6152 Spain
3 SE 1270-7257 1270-7150 Sweden
3 SE 1270-7257 1270-7151 Sweden
Telenor SE 1270-7253 1270-7124 Sweden
Telenor SE 1270-7253 1270-7125 Sweden
Generic CH 1270-6188 1270-2775 Switzerland
Generic CH 1270-6188 1271-7378 Switzerland
Orange CH 1271-1607 1270-5656 Switzerland
Sunrise CH 1270-6186 1270-2776 Switzerland
Swisscom CH 1270-4647 1270-3442 Switzerland
Swisscom CH 1270-4647 1270-3443 Switzerland
Generic TR 1271-5145 1270-4223 Turkey
Generic TR 1271-5145 1270-4223 Turkey
Generic TR 1271-5145 1270-4224 Turkey
Generic TR 1271-5145 1272-2833 Turkey
Turkcell TR 1272-5481 1270-4226 Turkey
Turkcell TR 1272-5481 1270-4227 Turkey
Turkcell TR 1272-5481 1272-2834 Turkey
Generic UA 1270-1397 1270-6823 Ukraine
Generic UA 1270-1397 1270-6825 Ukraine
Generic UA 1270-1397 1270-6829 Ukraine
3 UK 1270-6263 1270-5868 United Kingdom
3 UK 1270-6263 1272-1509 United Kingdom
Generic UK 1270-7689 1270-5657 United Kingdom
Generic UK 1270-7689 1270-5658 United Kingdom
Generic UK 1270-7689 1270-5659 United Kingdom
O2 Pay monthly UK 1270-4993 1270-6827 United Kingdom
O2 Pay monthly UK 1270-4993 1272-3442 United Kingdom
Vodafone UK 1270-9110 1270-4229 United Kingdom
Vodafone UK 1270-9110 1270-6272 United Kingdom
Service Exchange Unit 1270-3350

C6602
1- India CV :1270-7186_R13A
2- Global CV : 1270-8384_R6A
3- Vodafon CV : WAITING FORRESPOND
4-Taiwan CV : 1270-5691_R5A
5-Thailand CV : 1270-3956_R6A
6- Middle east CV: 1270-7937_R6A SORRY

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *