INSTALLATION - RCLONE - LINUX [INSTALAR - RCLONE - LINUX] - Linux

INSTALLATION - RCLONE - LINUX
1. install Rclone: <sudo apt install rclone>;
2. Create the folders in an organized way in Google Drive, or the service used, being first the Remote (to directed to the rclone) and within them, the others, such as: Desktop, Documents etc;
3. In terminal, open the Rclone: <rclone config>, and make the installation correctly, according to the site, creating a new remote;
4. Once installed, simply configure the directories for synchronization with the command: <rclone sync (path of the folder you want to synchronize, remembering to type the slashes correctly) /home/linux/Documents/ (now you type the name of the remote created, which will appear in the cloud) linux: (now you type the name of the destination folder, which is in the cloud; remembering that the name is glued with the remote) /drive/documents/;
Example with the full path: rclone sync /home/linux/Documents/ linux:/drive/documents/
5. Script for Automatic Synchronization:
- Open Terminal as root: <su>;
- Enter the "Bin" folder: cd /bin;
- Create script name and enter cron (if not installed: sudo apt-get install cron): nano (script name);
- Now you will be redirected to another screen, where you must type the command to run the lines of code below it: #!/bin/bash;
- Now just type the synchronization commands from step 4 below the previous command;
- Now press Ctrl + O to save, press "Enter" to confirm the save and Ctrl + X to exit.
6. Finally, we will create a synchronization routine every minute in Cron as well:
- open the terminal and type: crontab -e
- Scroll to the end and type "asterisk" "*" 5 times, as it refers to the 5 time options shown in the last line;
- After the asterisks, the name of the script we created earlier should be entered, example: * * * * * googledrivesync;
- Press Ctrl + O to save, press "Enter" to confirm the save, and Ctrl + X to exit.
- You can just type the name of the script in the terminal, and it will perform the synchronization, if you do not want a synchronization routine.
Translated with www.DeepL.com/Translator (free version)
INSTALAÇÃO – RCLONE – LINUX​
1. Instalar o Rclone: <sudo apt install rclone>;
2. Criar as pastas de forma organizada no Google Drive, ou o serviço utilizado, sendo primeiro o Remote (para direcionada para o rclone) e dentro delas, as demais, como: Área de Trabalho, Documentos etc;
3. No terminal, abrir o Rclone: <rclone config>, e fazer a instalação corretamente, de acordo com site, criando um novo remote;
4. Após instalado, basta configurar os diretórios para sincronização com o comando: <rclone sync (caminho da pasta que você quer sincronizar, lembrando de digitar as barras corretamente) /home/linux/Documentos/ (agora será digitado o nome do remote criado, os quais aparecerão na nuvem) linux: (agora será digitada o nome da pasta de destino, que se encontra na nuvem; lembrando que o nome fica colado com o do remote) /drive/documentos/;
Exemplo com o caminho completo: rclone sync /home/linux/Documentos/ linux:/drive/documentos/
5. Script para Sincronização automática:​
Abrir o Terminal como root: <su>;​
Entrar na pasta “Bin”: cd /bin;​
Criar nome do script e entrar no cron (caso não tenha instalado: sudo apt-get install cron): nano (nome do script);​
Agora será redirecionado para outra tela, onde deve ser digitado o comando para executar as linhas de códigos abaixo dele: #!/bin/bash;​
Agora, basta digitar os comandos de sincronização do passo 4 abaixo do comando anterior;​
Feito isso, apertar Ctrl + O para salvar, apertar “Enter” para confirmar o salvamento e Ctrl + X para sair.​
6. Por fim, vamos criar uma rotina de sincronização a cada minuto também no Cron:​
abrir o terminal e digitar: crontab -e​
Rolar a página até final e digitar “asteristico” “*” 5 vezes, pois se refere as 5 opções de tempo mostrado na última linha;​
Após os asteristicos, deve ser inserido o nome do script que criamos anteriormente, exemplo: * * * * * googledrivesync;​
Feito isso, apertar Ctrl + O para salvar, apertar “Enter” para confirmar o salvamento e Ctrl + X para sair.​
Pode-se digitar apenas o nome do script no terminal, que ele realizará a sincronização, caso não deseje uma rotina de sincronização.​
Abraços!!!​

Related

[solved] [br] lost signal fastboot erase all [XT1069 TESTED]

Provavelmente quem vai ler isso é brasileiro por ter um XT1069, a tradução estará a baixo
ESTE RÁDIO é BR, EU NÃO SEI SE FUNCIONA EM OUTRAS PARTES DO MUNDO, ISSO RESOLVEU MEU PROBLEMA, SE VOCÊ NÃO FEZ NADA DISSO (FASTBOOT ERASE) NÃO TENTE FAZER NADA ...
A um tempo eu fiz a burrada de usar FASTBOOT ERASE ALL e perdi o Rádio do brasil no meu XT1069 Além de IMEI que ficou 0 e tudo mais ... :crying:
Fiquei usando por um tempo o do India que funciona bem até, mais não Igual ao BR ...
Meu IMEI nunca mais retornou, mais eu consigo usar toda as redes e tudo normalmente e hoje consegui o BACKUP do rádio brasileiro do XT1069 e vim compartilhar com todos ...
Primeiro você deve ter o TWRP instalado , você vai colocar os 3 Arquivos compactados que segue em anexo no Cartão SD do seu celular
Com o celular plugado no computador você deverá ter o Fastboot e Adb, Entrar em modo ADB SHELL pelo terminal
e executar os seguintes comandos ...
dd if=/sdcard1/hob.img of=/dev/block/platform/msm_sdcc.1/by-name/hob
dd if=/sdcard1/dhob.img of=/dev/block/platform/msm_sdcc.1/by-name/dhob
dd if=/sdcard1/fsc.img of=/dev/block/platform/msm_sdcc.1/by-name/fsc
reboot
Inglês :
THIS RADIO is from BRAZIL, I DO NOT KNOW IF IT WORKS IN OTHER PARTS OF THE WORLD , THAT SOLVED MY PROBLEM , IF YOU DID NOTHING THAT ( fastboot ERASE ) DO NOT ATTEMPT TO DO ANYTHING ...
Who will probably read it is to have a Brazilian XT1069 , the translation will be low
The one time I did burrada to use fastboot ERASE ALL and lost Brazil Radio in my XT1069 addition to IMEI was 0 and everything ... : crying :
I was using for a while the India that works well even more non Same as BR ...
My IMEI never returned , plus I can use all the networks and everything normally and today I got the BACKUP the Brazilian XT1069 radio and came to share with everyone ...
First you must have installed TWRP , you will put the three compressed files that is attached to the SD Card from your mobile phone
With the phone plugged into the computer you must have the Fastboot and Adb , Log in ADB SHELL
and run the following commands ...
dd if = / sdcard1 / hob.img of = / dev / block / platform / msm_sdcc.1 / by- name / hob
dd if = / sdcard1 / dhob.img of = / dev / block / platform / msm_sdcc.1 / by- name / dhob
dd if = / sdcard1 / fsc.img of = / dev / block / platform / msm_sdcc.1 / by- name / fsc
reboot
moto g
hi
i have a moto g 1 XT1033 and i did fastboot erase all now my imei is 0 and cant use cellular data i flashed stock rom and radios but still imei is 0 and celluar data is not working when i flash this img which you share what will be about my imei ? will it be backed up or will be a new imei ?
will we use computer to use that commands or will we use phone' command similator ?
pode isso seroque procuro.
LudwigFerdinand18 said:
Provavelmente quem vai ler isso é brasileiro por ter um XT1069, a tradução estará a baixo
ESTE RÁDIO é BR, EU NÃO SEI SE FUNCIONA EM OUTRAS PARTES DO MUNDO, ISSO RESOLVEU MEU PROBLEMA, SE VOCÊ NÃO FEZ NADA DISSO (FASTBOOT ERASE) NÃO TENTE FAZER NADA ...
A um tempo eu fiz a burrada de usar FASTBOOT ERASE ALL e perdi o Rádio do brasil no meu XT1069 Além de IMEI que ficou 0 e tudo mais ... :crying:
Fiquei usando por um tempo o do India que funciona bem até, mais não Igual ao BR ...
Meu IMEI nunca mais retornou, mais eu consigo usar toda as redes e tudo normalmente e hoje consegui o BACKUP do rádio brasileiro do XT1069 e vim compartilhar com todos ...
Primeiro você deve ter o TWRP instalado , você vai colocar os 3 Arquivos compactados que segue em anexo no Cartão SD do seu celular
Com o celular plugado no computador você deverá ter o Fastboot e Adb, Entrar em modo ADB SHELL pelo terminal
e executar os seguintes comandos ...
dd if=/sdcard1/hob.img of=/dev/block/platform/msm_sdcc.1/by-name/hob
dd if=/sdcard1/dhob.img of=/dev/block/platform/msm_sdcc.1/by-name/dhob
dd if=/sdcard1/fsc.img of=/dev/block/platform/msm_sdcc.1/by-name/fsc
reboot
Inglês :
THIS RADIO is from BRAZIL, I DO NOT KNOW IF IT WORKS IN OTHER PARTS OF THE WORLD , THAT SOLVED MY PROBLEM , IF YOU DID NOTHING THAT ( fastboot ERASE ) DO NOT ATTEMPT TO DO ANYTHING ...
Who will probably read it is to have a Brazilian XT1069 , the translation will be low
The one time I did burrada to use fastboot ERASE ALL and lost Brazil Radio in my XT1069 addition to IMEI was 0 and everything ... : crying :
I was using for a while the India that works well even more non Same as BR ...
My IMEI never returned , plus I can use all the networks and everything normally and today I got the BACKUP the Brazilian XT1069 radio and came to share with everyone ...
First you must have installed TWRP , you will put the three compressed files that is attached to the SD Card from your mobile phone
With the phone plugged into the computer you must have the Fastboot and Adb , Log in ADB SHELL
and run the following commands ...
dd if = / sdcard1 / hob.img of = / dev / block / platform / msm_sdcc.1 / by- name / hob
dd if = / sdcard1 / dhob.img of = / dev / block / platform / msm_sdcc.1 / by- name / dhob
dd if = / sdcard1 / fsc.img of = / dev / block / platform / msm_sdcc.1 / by- name / fsc
reboot
Click to expand...
Click to collapse
amigo, achei a explicação de como instalar meio confusa poderia simplificar??
minhas duvidas os arquivos devem estar compactados ou extrailos para o catão sd? tb pode ser na memoria interna?
pra que exatamente presciso do TWRP?
a instalacão é feita pelo adn fastboot ou adb shel? ou ambos são os mesmos..
minha conexão a rede de internet movel não estah funcionando de jeito nenhum mais ligações e outras tarefas pegam normalmente.
será que com isso minha rede poderia voltar a funcionar?
lumin25 said:
amigo, achei a explicação de como instalar meio confusa poderia simplificar??
minhas duvidas os arquivos devem estar compactados ou extrailos para o catão sd? tb pode ser na memoria interna?
pra que exatamente presciso do TWRP?
a instalacão é feita pelo adn fastboot ou adb shel? ou ambos são os mesmos..
minha conexão a rede de internet movel não estah funcionando de jeito nenhum mais ligações e outras tarefas pegam normalmente.
será que com isso minha rede poderia voltar a funcionar?
Click to expand...
Click to collapse
você usou o comando fastboot erase ?
se não usou o seu problema não é esse
Cryoera said:
hi
i have a moto g 1 XT1033 and i did fastboot erase all now my imei is 0 and cant use cellular data i flashed stock rom and radios but still imei is 0 and celluar data is not working when i flash this img which you share what will be about my imei ? will it be backed up or will be a new imei ?
will we use computer to use that commands or will we use phone' command similator ?
Click to expand...
Click to collapse
The IMEI does not come back more , only the signal .
LudwigFerdinand18 said:
The IMEI does not come back more , only the signal .
Click to expand...
Click to collapse
i did erase all now using mooto g as a i pod touch
i tried many things to fix it but i could not...
if you have any hob dhob fsc or pds backup can you share with me via pm it may be help...
amigo, tbm sou br. gostaria de saber como voce conseguiu essas .img ? se possivel me explique como sou facil pra entender. ja estou por dentro. porque tenho o Moto E 2015 e tbm gostaria de tentar esse metodo. (Tbm usei Erase all )
Galera é o seguinte, coloque os três arquivos na raiz do cartão SD e siga os passos:
1-Ativa a depuração USB
2-Desliga o celular
3-Aperta e segura o VOL menos e depois o de ligar por uns 3-5 segundos e solta, não solta o VOL
4-Com o VOL menos vai até Recovery e aperta VOL mais
5-Seleciona ADVANCED
6-Seleciona Terminal Command
7-No canto inferior direito escolha Select
8-digite os comandos:
dd if=/sdcard1/hob.img of=/dev/block/platform/msm_sdcc.1/by-name/hob
dd if=/sdcard1/dhob.img of=/dev/block/platform/msm_sdcc.1/by-name/dhob
dd if=/sdcard1/fsc.img of=/dev/block/platform/msm_sdcc.1/by-name/fsc
reboot
PS.: O sinal dos chips não voltou no meu caso. sempre sem serviço
dd if=/sdcard1/hob.img of=/dev/block/platform/msm_sdcc.1/by-name/hob
when I run this command its showing ,
" dd: unknown operand if " , please help me:crying:
my phone is moto g 2014 xt1068 and I used command ' fastboot erase all ':crying:
now my phone is not receiving signal
when I dial *#06# , it shows imei = 0
how can I solve this, please help
LudwigFerdinand18 said:
Provavelmente quem vai ler isso é brasileiro por ter um XT1069, a tradução estará a baixo
ESTE RÁDIO é BR, EU NÃO SEI SE FUNCIONA EM OUTRAS PARTES DO MUNDO, ISSO RESOLVEU MEU PROBLEMA, SE VOCÊ NÃO FEZ NADA DISSO (FASTBOOT ERASE) NÃO TENTE FAZER NADA ...
A um tempo eu fiz a burrada de usar FASTBOOT ERASE ALL e perdi o Rádio do brasil no meu XT1069 Além de IMEI que ficou 0 e tudo mais ... :crying:
Fiquei usando por um tempo o do India que funciona bem até, mais não Igual ao BR ...
Meu IMEI nunca mais retornou, mais eu consigo usar toda as redes e tudo normalmente e hoje consegui o BACKUP do rádio brasileiro do XT1069 e vim compartilhar com todos ...
Primeiro você deve ter o TWRP instalado , você vai colocar os 3 Arquivos compactados que segue em anexo no Cartão SD do seu celular
Com o celular plugado no computador você deverá ter o Fastboot e Adb, Entrar em modo ADB SHELL pelo terminal
e executar os seguintes comandos ...
dd if=/sdcard1/hob.img of=/dev/block/platform/msm_sdcc.1/by-name/hob
dd if=/sdcard1/dhob.img of=/dev/block/platform/msm_sdcc.1/by-name/dhob
dd if=/sdcard1/fsc.img of=/dev/block/platform/msm_sdcc.1/by-name/fsc
reboot
Inglês :
THIS RADIO is from BRAZIL, I DO NOT KNOW IF IT WORKS IN OTHER PARTS OF THE WORLD , THAT SOLVED MY PROBLEM , IF YOU DID NOTHING THAT ( fastboot ERASE ) DO NOT ATTEMPT TO DO ANYTHING ...
Who will probably read it is to have a Brazilian XT1069 , the translation will be low
The one time I did burrada to use fastboot ERASE ALL and lost Brazil Radio in my XT1069 addition to IMEI was 0 and everything ... : crying :
I was using for a while the India that works well even more non Same as BR ...
My IMEI never returned , plus I can use all the networks and everything normally and today I got the BACKUP the Brazilian XT1069 radio and came to share with everyone ...
First you must have installed TWRP , you will put the three compressed files that is attached to the SD Card from your mobile phone
With the phone plugged into the computer you must have the Fastboot and Adb , Log in ADB SHELL
and run the following commands ...
dd if = / sdcard1 / hob.img of = / dev / block / platform / msm_sdcc.1 / by- name / hob
dd if = / sdcard1 / dhob.img of = / dev / block / platform / msm_sdcc.1 / by- name / dhob
dd if = / sdcard1 / fsc.img of = / dev / block / platform / msm_sdcc.1 / by- name / fsc
reboot
Click to expand...
Click to collapse
LudwigFerdinand18 said:
The IMEI does not come back more , only the signal .
Click to expand...
Click to collapse
Meu amigo, eu criei uma conta no XDA agora pois eu precisava te agradecer. Muito obrigado mesmo!!! Aqui, o imei continuou como 0, porém o sinal voltou! A cliente estava quase voando no meu pescoço!
Mais uma vez, muito obrigado!
I have the same problem as you descibed, but after follow your instructions, I did all correct but no success. Is there any update on this matter?
thiagguim said:
Galera é o seguinte, coloque os três arquivos na raiz do cartão SD e siga os passos:
1-Ativa a depuração USB
2-Desliga o celular
3-Aperta e segura o VOL menos e depois o de ligar por uns 3-5 segundos e solta, não solta o VOL
4-Com o VOL menos vai até Recovery e aperta VOL mais
5-Seleciona ADVANCED
6-Seleciona Terminal Command
7-No canto inferior direito escolha Select
8-digite os comandos:
dd if=/sdcard1/hob.img of=/dev/block/platform/msm_sdcc.1/by-name/hob
dd if=/sdcard1/dhob.img of=/dev/block/platform/msm_sdcc.1/by-name/dhob
dd if=/sdcard1/fsc.img of=/dev/block/platform/msm_sdcc.1/by-name/fsc
reboot
PS.: O sinal dos chips não voltou no meu caso. sempre sem serviço
Click to expand...
Click to collapse
Mano, eu fiz o bootloader no meu Xiaomi Mi A2. Depois de desbloqueado uma mensagem ficou aparecendo no celular dizendo sobre o destravamento. Eu fui tentar tirar ela e usei o comando fastboot erase splash e acabei apagando a tela do fastboot. Você saberia me dizer algum comando pra reverter isso? Iria me ajudar demais.

Patch idioma PT-BR zuk z2 pro Zui 3.5.231dev (Stock Rom) Only for Brazilians! v1.0

Este é o primeiro patch de teste para a nova versão da zui, antes de tudo peço que quem for fazer a instalação desse patch ajude relatando caso encontre algum bug ou problema desencadeado pelo patch, e deixe seu like aqui no post demonstrando sua gratidão.
Caso tenha alguma dúvida sugestão ou deseje me gratificar o email é [email protected]
####
Detalhes do patch:
Infelizmente ainda não consegui introjetar o idioma português diretamente no sistema, para contornar isso já adicionei o app "MoreLocate" no patch para que o idioma possa ser ativado(não se preocupe, ao reiniciar seu aparelho o idioma continuara lá selecionado).
Até o momento tenho encontrado problemas ao traduzir os aplicativos encontrando muita dificuldade para coloca-los para funcionar perfeitamente, graças a isso a progressão do patch será lenta.
####
Alterações que o patch faz:
*Traduz o aplicativo "Settings"
*Adiciona "PlayStore" e "Sincronização de contatos google"
####
Detalhes:
Os aplicativos google estão funcionado perfeitamente e sem bugs, pelo menos na minha experiência com o patch.
####
OBSERVAÇÕES:
Só recomendo a instalação desse patch se vc ainda não instalou algum "gapps.zip" antes pois caso tenha instalado pode ocasionar incompatibilidade e desencadear vários bugs, caso deseje instalar esse patch primeiro vc precisa estar vindo da rom limpa, ou então de uma versão anterior dele, que no caso, não existe.
Download :
https://www.mediafire.com/download/d60p99at81zwxb0
Zuk Z2 (Z2131) Zui 3.5 Mudando de Idioma
Tem um programa maravilho que faz isso é Locale & Language http://blog.whenair.com/?p=386
ou o aplicativo abaixo ( MoreLocale 2 )
Com tudo os Google Apps como o Android Market, Gmail e o Google Maps e todos os outros aplicativos que tenham suporte para português ficaram traduzidos.
COMO FAZER
USE o aplicativo chamado ( MoreLocale 2 ) na google playstore.
É necessário ativar modo desenvolvedor no celular e saber usar o ADB SHELL no Windows.
Dê o seguinte comando: adb shell pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION
Em caso de duvida de como fazer o modo ADB procure no google: como-mudar-o-idioma-e-localizacao-do-android-sem-fazer-root
No aplicativo Selecione Add Locale
Na área Label digite Português (Br)
Na opção Languague coloque: pt
E por fim na opção Country deixe com: Br
Perfeito, após isso o seu aparelho já vai ficar em PT-BR. Claro que pode acontecer de que em alguns aparelhos o aplicativo não faça o que promete completamente, de qualquer forma fica a dica para vocês.
Super_TOB said:
Tem um programa maravilho que faz isso é Locale & Language http://blog.whenair.com/?p=386
ou o aplicativo abaixo ( MoreLocale 2 )
Com tudo os Google Apps como o Android Market, Gmail e o Google Maps e todos os outros aplicativos que tenham suporte para português ficaram traduzidos.
COMO FAZER
USE o aplicativo chamado ( MoreLocale 2 ) na google playstore.
É necessário ativar modo desenvolvedor no celular e saber usar o ADB SHELL no Windows.
Dê o seguinte comando: adb shell pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION
Em caso de duvida de como fazer o modo ADB procure no google: como-mudar-o-idioma-e-localizacao-do-android-sem-fazer-root
No aplicativo Selecione Add Locale
Na área Label digite Português (Br)
Na opção Languague coloque: pt
E por fim na opção Country deixe com: Br
Perfeito, após isso o seu aparelho já vai ficar em PT-BR. Claro que pode acontecer de que em alguns aparelhos o aplicativo não faça o que promete completamente, de qualquer forma fica a dica para vocês.
Click to expand...
Click to collapse
More locate somente muda a região do aparelho, e os aplicativos q possuem suporte de idioma a região selecionada trocam automaticamente o idioma, já o patch traduz os aplicativos do sistema que não tem suporte ao ptbr
O path NÃO traduz NADA !!!!
Se o APP que tiver usando tiver suporte para o idioma, ele fica português.

What i did to get stock rom on my XT1802 Brazil

Essa publicação é um testemunho sobre oque eu fiz pra voltar com a ROM STOCK no meu Motorola Moto G5S plus - XT1802 (sanders), sem perder o IMEI e Bloquear o Bootloader.
Eu antes usava o Pixel Experience, mas decidi voltar pro stock. Portanto eu já tinha o bootloader desbloqueado e o twrp instalado.
Primeiro eu baixei e instalei o Lenovo Moto Smart Assistant, depois instalei os drivers da motorola que tem em todos os post sobre como voltar pra stock rom.
Vamos lá para os passos que eu fiz e deu certo.
1. Fiz backup de tudo usando o google, e o próprio programa da lenovo
2. Reiniciei o celular e acessei a tela do twrp
3. Dei wipe do system, cache e dalvik
4. Tirei o chip do meu celular
5. Liguei o cabo usb
6. Acessei a janela flash do programa da lenovo
7. Selecionei Moto Phone > Moto G Plus (5th gen S)
8. Selecionei o XT1802
9. Comecei o processo de flash, no caso ele baixa a rom automatico pra ti
10. esperei alguns minutos e BUUUUUUM funcionou, mas o bootloader ainda não está bloqueado, e até apareceu aquele id bad key.
Nessa hora eu comecei a configurar o celular novamente, pois não tinha decidido bloquear o bootloader, mas depois mudei de ideia.
Pra bloquear o bootloader segue o tutorial desse cara aqui o, mas antes tu baixa o fastboot , extrai pra uma pasta, vai lá onde o programa da motorola baixou a rom, no meu foi no C:\ProgramData\LMSA\Download, pega o conteudo da pasta da rom que ele baixou, e cola na mesma pasta do fastboot, lá tu abre o terminal, e dai já pode seguir o tutorial do cara.
https://forum.xda-developers.com/moto-g5s-plus/how-to/using-lenovo-moto-smart-assistant-to-t3889006
Boa sorte ai, pra quem tá procurando ajuda nessa area.
Lembrando que isso aqui não é um tutorial é um testemunho Amem igreja
--- Google translator, sorry
This post is a testament to what I did to get back with ROM STOCK on my Motorola Moto G5S plus - XT1802 (sanders) without losing the IMEI and Block Bootloader.
I used to use Pixel Experience before, but decided to go back to stock. So I already had bootloader unlocked and twrp installed.
First I downloaded and installed Lenovo Moto Smart Assistant, then I installed the motorola drivers, you can find in every post on how to get back to stock rom.
Let's go to the steps I did and it worked.
1. I backed up everything using google and lenovo's own program
2. I restarted the phone and accessed the twrp screen
3. I wipe the system, cache and dalvik
4. I removed the chip from my phone
5. I connected the usb cable
6. I accessed the lenovo program flash window
7. I selected Moto Phone> Moto G Plus (5th gen S)
8. I have selected the XT1802
9. I started the flash process, in case it downloads the automatic rom for you
10. I waited a few minutes and BUUUUUUM worked, but the bootloader is not locked yet, and even that bad key id appeared.
At that time I started setting up the phone again, as I had not decided to block the bootloader, but then I changed my mind.
To block the bootloader follow this guy's tutorial here, but before you download the fastboot, extract it to a folder, go where the motorola program downloaded the rom, mine was in C: \ ProgramData \ LMSA \ Download, get the contents of the rom folder he downloaded, and paste in the same folder of fastboot, there you open the terminal, and then you can follow the tutorial of the guy.
https://forum.xda-developers.com/moto-g5s-plus/how-to/using-lenovo-moto-smart-assistant-to-t3889006
Good luck there, for those who are looking for help in this area.
Remembering that this is not a tutorial is a testimony: D Amem

Help with recovery Galaxy Note 4

Boa me chamo Arilson e estou entrando em contato para pedir ajuda.
Seguinte – tenho um Galaxy note4 e estou com o seguinte problema : não consigo conectar o aparelho no pc pelo cabo usb (o pc não encontra o celular) e o aparelho não está funcionado (sem OS instalado) fui atualizar o twrp e o arquivo que baixei estava corrompido e brickou o aparelho. Acredito que se conseguir piscar um twrp pelo sd consigo piscar uma rom pois tenho tanto zto quanto custom nesse sd porém não sei se existe a possibilidade de fazer isso e não sei como, poderia me passar umas dicas para ressuscitar este aparelho por favor .
Detalhe já foi trocada a placa do aparelho na tentativa de resolver este problema
Mod edit: Translation
Good name is Arilson and I'm getting in touch to ask for help.
Next - I have a Galaxy note4 and I have the following problem: I can't connect the device to the PC via the USB cable (the PC cannot find the phone) and the device is not working (without OS installed) I updated the twrp and the file that I downloaded it was corrupted and bricked the device. I believe that if I can flash a twrp through the SD I can flash a ROM because I have both zto and custom on that SD but I don't know if there is a possibility to do this and I don't know how, could you give me some tips to resuscitate this device please.
Detail the device board has already been changed in an attempt to solve this problem
@CATTO172
Just a friendly reminder about XDA rule #4:
4. Use the English language.
We understand that with all the different nationalities, not everyone speaks English well, but please try. If you're really unable to post in English, use an online translator. You're free to include your original message in your own language, below the English translation. (This rule covers your posts, profile entries and signature). You could try :- https://translate.google.com/ or https://www.babelfish.com/ or use one of your choice.
Click to expand...
Click to collapse
As you can see, I have translated your thread title, an your OP. We would appreciate it if all your future posts be made in English, or please use a translation program to make all your future inquiries. Thank you for your cooperation.
--Regards: Badger50
CATTO172 said:
Boa me chamo Arilson e estou entrando em contato para pedir ajuda.
Seguinte – tenho um Galaxy note4 e estou com o seguinte problema : não consigo conectar o aparelho no pc pelo cabo usb (o pc não encontra o celular) e o aparelho não está funcionado (sem OS instalado) fui atualizar o twrp e o arquivo que baixei estava corrompido e brickou o aparelho. Acredito que se conseguir piscar um twrp pelo sd consigo piscar uma rom pois tenho tanto zto quanto custom nesse sd porém não sei se existe a possibilidade de fazer isso e não sei como, poderia me passar umas dicas para ressuscitar este aparelho por favor .
Detalhe já foi trocada a placa do aparelho na tentativa de resolver este problema
Mod edit: Translation
Good name is Arilson and I'm getting in touch to ask for help.
Next - I have a Galaxy note4 and I have the following problem: I can't connect the device to the PC via the USB cable (the PC cannot find the phone) and the device is not working (without OS installed) I updated the twrp and the file that I downloaded it was corrupted and bricked the device. I believe that if I can flash a twrp through the SD I can flash a ROM because I have both zto and custom on that SD but I don't know if there is a possibility to do this and I don't know how, could you give me some tips to resuscitate this device please.
Detail the device board has already been changed in an attempt to solve this problem
Click to expand...
Click to collapse
You need to be SURE about the model of your devices when you flash TWRP or custom ROM.
Try to put it in download mode. If it works , then connect it to Smart Switch on a computer and try to flash an emergency recovery.
If it works you will have a working device. Good luck.

How do I make my APP's instagram link open on instagram and not in my APP's webview / Como faço para que o link do instagram do meu APP abra no ...

Hello, I would like to know how to do so that when clicking on the icon that contains the instagram link, the application directs to the instagram application and does not open in the webview of my application?
Here is the code in my application:
Olá, gostaria de saber como fazer para que ao clicar no icone que contem o link do instragram o aplicativo direcione para o aplicativo do instagram e não abra no webview da minha aplicação?
segue o código que está na minha aplicação:
if (id == R.id.instagram) {
String url = getString(R.string.instagram_url);
String name ="INSTAGRAM";
Intent intent=new Intent(MainActivity.this,DetailsActivity.class);
intent.putExtra("url", url);
intent.putExtra("name", name);
startActivity(intent);
*Please, Help me.

Categories

Resources