[BLANKFLASH] Motorola Moto E4 [XT1766] (Qualcomm.:.MSM8920.:.NCQ26.69-64)
I am reasonably confident that the attached blankflash.zip will unbrick the Motorola Moto E4 XT1766. I'm eager to learn if it actually works. I can't test myself until midday today as I am an idiot who left his brick in the passenger seat of a friends vehicle. Said friend is pulling an eighteen hour shift at her job, while SWiM sits in agony unable to paint pig lips and fire off a known good blankflash to you, my most favorite internet friend.
Don't judge me for forgetting. She's stupid hot. I'm a computer nerd. You do the math.
ANYHOW...
Everything published on the internet about the unbrick process, all of the various tools and samples I've been able to acquire, countless hours staring at binary dumps inside of disassemblers and a little bit of dumb luck collided into a eureaka moment last night. I found two executables in a blankflash package that I had previously not seen. Logic suggested that one was a window CLI application (star.exe) while the other was a linux CLI program (star). I must confess... I was intrigued by this unexpected turn of events.
After a quick looksee at these two executable files in the Interactive Disassembler I felt comfortable enough to throw them onto an airgapped laptop. Much to my surprise when I invoked the windows version these magical words scrolled across my screen...
D:\Android\Updater_NCQ26.69-64\blankflash> .\star.exe
usage: star [options] [<command> [args]]
options:
-f <filename> specify file name of singleimage
(default: singleimage.bin)
-h show help screen
-v show version info
commands:
add <file list> add file(s) to singleimage (replace if exists)
add-as <file> <as> add with rename
add-batch <recipe> add from a pre-defined recipe
delete <file list> remove specified file(s) from singleimage
list list file(s) in singleimage
extract [file list] extract all or listed file(s) to current
directory
examples:
# add *.mbn to singleimage.bin
star add *.mbn
# add gpt_main0.bin as emmc_gpt_main0.bin
star add-as gpt_main0.bin emmc_gpt_main0.bin
# delete pmic.elf
star delete pmic.elf
# add from a pre-defined recipe
star add-batch device/moto/mot8996/singleimage.xml
# add *.xml *.mbn to my_singleimage.bin
star -f my_singleimage.bin add *.xml *.mbn
# list file(s) in singleimage.bin
star list
# extract all file(s) in singleimage.bin to current directory
star extract
Click to expand...
Click to collapse
Honestly... The output gave me a warm fuzzy feeling. This little tool seemed to be the missing piece of the puzzle that thus far had consumed all the spare time I've had this week. After doing a few victory laps around my condo and suffering the scolding issued by my neighbor on the grounds of "waking the baby" I settled into a coding session that ended abruptly with my forced participation in a horrific weekly ritual known as "dinner with family".
Trust me... This so called dinner is a well crafted plot to murder me on the down low using the "red meat and high cholesterol" method. My sister just so happens to be a cardiovascular surgeon. She knows exactly what she is doing... Payback for deleting her Zelda game saves and forcing upon her the joy of do-over or don't, WTF do I care. She can deny it until hse is blue in the face. I know what's up. I know the subtle infliction of lasting damage to my heart she has been dosing me with for the last 30 something years.
I am powerless to defend myself against this weekly assault on my existence. It seems I am also powerless to self-correct an unfortunate behavior pattern know as "leaving **** lying around". This horrible affliction that I suffer with each and every day of my life occasionally flares up into a full blown outbreak of "where is my ___?". Unfortunately this evening after dinner my sister left for her twelve hour shift at a regional hospital with my brick riding shotgun.
At this point I am full on jonesing for my fix of "work *****... just one time, work".
The night before last I was able to find a programmer.mbn file that strongly indicated support for the MSM8920 SOC. After wishing upon star.exe I invoked the list command and was delighted to read -
D:\Downloads\blankflash.board_id_134_MSM8917_BLMBM-NG-VBD.40-0-g7ba36> .\star.exe list
1 326 md5:7450a1e9125da45eb23cb61350e097ca index.xml
2 132 md5:b56f4bc0d6c2fa72d69f7933cc975d98 singleimage.pkg.xml
3 985 md5:f293c539006772a5ac331e8e319f1ab0 singleimage.default.xml
4 298660 md5:41cda4bced9fe45cf70d321c7d06ddf4 programmer.mbn
5 32768 md5:6f701323eb584a2ea8170191342c90ff gpt_main0.bin
6 1572864 md5:831281fa4c04fd7a6c205eeba6879965 emmc_appsboot.mbn
7 262144 md5:c86b49375c121b8bb269e78044831915 rpm.mbn
8 1835008 md5:da073a94d5e31ba503f38bee6dd530e6 tz.mbn
9 131072 md5:08d144e6793e4abca7d0ff544943d204 devcfg.mbn
10 257152 md5:e7b436758e92b7fb00ebde7db9bf6bd1 cmnlib.mbn
11 257152 md5:07d76c726f1844a1b8ce3c6aa17e905b cmnlib64.mbn
12 257152 md5:f913060799b97e18f239d17bd307ef49 keymaster.mbn
13 191616 md5:2632189262cbaa348a79e31035f056cd prov.mbn
14 519296 md5:246bcdb98777a1739e8bcc7f4652988f sbl1.mbn
Click to expand...
Click to collapse
The output got me super excited. I knew from past sessions of "find wall. bang head. rinse. repeat." that the possibility of actually solving this problem went from "as-if" to "duh". During the cycle of failure that preceded my epiphany I found a flashable zip that contained partition images specific to a working XT1766 bootloader. The file "Updater_NCQ26.69-64.zip" was sourced here. It is a companion to 'XT1766_SPERRY_SPRINT_7.1.1_NCQS26.69-64-5_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip' factory image, also sourced here.
With nothing more than logic and reason - mad props and a shout out to my homies Encyclopedia Brown, Nancy Drew and the Hardy Boys - i made changes to the xml documents embedded in the source blankflash file. These edits will probably work. I say probably because I can't say for sure; remember I am a moron who finds success with computer stuffz via the dumb luck method.
TMI... I know. It's the triple shot cafe mocha I drank upon arrival at the free public office provided by Howard Schultz Kevin Johnson and his overly friendly band of caffeine peddling minions.
I humbly and patiently await qboot log reports.
--OK
sh blank-flash.sh
blank-flash.sh: line 2: ./qboot: Permission denied
need to chmod +x qboot and star
sh blank-flash.sh
< waiting for device > insert dead xt1766 here
---------- Post added at 02:03 PM ---------- Previous post was at 01:49 PM ----------
ozmage said:
sh blank-flash.sh
blank-flash.sh: line 2: ./qboot: Permission denied
need to chmod +x qboot and star
sh blank-flash.sh
< waiting for device > insert dead xt1766 here
Click to expand...
Click to collapse
./star list
1 32768 md5:6f701323eb584a2ea8170191342c90ff gpt_main0.bin
2 326 md5:397bafb4ff1e47d4af29a9208e340f2a index.xml
3 985 md5:f293c539006772a5ac331e8e319f1ab0 singleimage.default.xml
4 132 md5:b56f4bc0d6c2fa72d69f7933cc975d98 singleimage.pkg.xml
5 257152 md5:e7b436758e92b7fb00ebde7db9bf6bd1 cmnlib.mbn
6 257152 md5:07d76c726f1844a1b8ce3c6aa17e905b cmnlib64.mbn
7 131072 md5:08d144e6793e4abca7d0ff544943d204 devcfg.mbn
8 1572864 md5:831281fa4c04fd7a6c205eeba6879965 emmc_appsboot.mbn
9 257152 md5:f913060799b97e18f239d17bd307ef49 keymaster.mbn
10 298660 md5:41cda4bced9fe45cf70d321c7d06ddf4 programmer.mbn
11 191616 md5:2632189262cbaa348a79e31035f056cd prov.mbn
12 262144 md5:c86b49375c121b8bb269e78044831915 rpm.mbn
13 519296 md5:246bcdb98777a1739e8bcc7f4652988f sbl1.mbn
14 1835008 md5:da073a94d5e31ba503f38bee6dd530e6 tz.mbn
15 32768 md5:6f701323eb584a2ea8170191342c90ff .\gpt_main0.bin
@ollakolla
Super entertaining Saturday morning read. Peppered with eureka moments (albeit someone else's, not my own). Looks like you may be onto something that could help a few poor souls who unwittingly snuffed out their E4's short lives. Good luck bro.
Please help
I hace a moto e4 plus xt1776 and this blank flash don't working properly. I hace an error in the part of sending programer with an error. Pls help. Sorry muy bad English i am cuban
hhhfac2 said:
I hace a moto e4 plus xt1776 and this blank flash don't working properly. I hace an error in the part of sending programer with an error. Pls help. Sorry muy bad English i am cuban
Click to expand...
Click to collapse
Leiste Mal Amigo Este BlankFlash Es Para EL Moto E4 Xt1766 No El Plus No Te Va A Servir.
ozmage said:
Leiste Mal Amigo Este BlankFlash Es Para EL Moto E4 Xt1766 No El Plus No Te Va A Servir.
Click to expand...
Click to collapse
Gracias por reponder, de todas formas podrías ayudarme con mi problema realmente lo necesito y cualquier ayuda es agradecida
hhhfac2 said:
Gracias por reponder, de todas formas podrías ayudarme con mi problema realmente lo necesito y cualquier ayuda es agradecida
Click to expand...
Click to collapse
Bueno los BlankFlash son dificiles de conseguir pero nadie sabe quizas en el futuro aparezca yo no tengo el moto e4 plus tengo el normal pero todavia funciona bien no tengo nesecidad de probrar esto todavia espero no necesitarlo nunca quizas en cuba encuentras alguien con la caja box medusa y te ayuda por que por usb es muy dificil que desbriquees un motorola alguien con easyjtag te podria ayudar tambien y que se sepa los esquemas del emmc flash que es desoldando la memoria interna de la placa del telefono y haciendo pinout con jtag lamento escuchar que tengas este lio mano muy buen telefono ese moto e4 plus espero tengas suerte adios .
@ozmage @hhhfac2
If you guys want to converse in another language, please take it to pm. Or post in both English and your language. Site rules guys, English.
---------- Post added at 04:57 AM ---------- Previous post was at 04:53 AM ----------
ozmage said:
Bueno los BlankFlash son dificiles de conseguir pero nadie sabe quizas en el futuro aparezca yo no tengo el moto e4 plus tengo el normal pero todavia funciona bien no tengo nesecidad de probrar esto todavia espero no necesitarlo nunca quizas en cuba encuentras alguien con la caja box medusa y te ayuda por que por usb es muy dificil que desbriquees un motorola alguien con easyjtag te podria ayudar tambien y que se sepa los esquemas del emmc flash que es desoldando la memoria interna de la placa del telefono y haciendo pinout con jtag lamento escuchar que tengas este lio mano muy buen telefono ese moto e4 plus espero tengas suerte adios .
Click to expand...
Click to collapse
Like this
Well the BlankFlash are hard to get but nobody knows maybe in the future I do not have the bike e4 plus I have the normal one but it still works well I do not need to prove this yet I hope I do not need it ever maybe in Cuba you find someone with the box jellyfish box and it helps you because it is very difficult for you to discover a motorola someone with easyjtag could help you too and that you know the schemas of the emmc flash that is desoldering the internal memory of the phone board and doing pinout with jtag I'm sorry to hear you have this mess hand very good phone that bike e4 plus I hope you're lucky goodbye.
madbat99 said:
@ozmage @hhhfac2
If you guys want to converse in another language, please take it to pm. Or post in both English and your language. Site rules guys, English.
---------- Post added at 04:57 AM ---------- Previous post was at 04:53 AM ----------
Like this
Well the BlankFlash are hard to get but nobody knows maybe in the future I do not have the bike e4 plus I have the normal one but it still works well I do not need to prove this yet I hope I do not need it ever maybe in Cuba you find someone with the box jellyfish box and it helps you because it is very difficult for you to discover a motorola someone with easyjtag could help you too and that you know the schemas of the emmc flash that is desoldering the internal memory of the phone board and doing pinout with jtag I'm sorry to hear you have this mess hand very good phone that bike e4 plus I hope you're lucky goodbye.
Click to expand...
Click to collapse
Okay sorry
Can´t download
I can´t download the file always get ¨401 gone¨
Kader1303 said:
I can´t download the file always get ¨401 gone¨
Click to expand...
Click to collapse
Downloaded fine for me. Just tried it.
Kader1303 said:
I can´t download the file always get ¨401 gone¨
Click to expand...
Click to collapse
is not gone is there
---------- Post added at 06:40 PM ---------- Previous post was at 06:37 PM ----------
Kader1303 said:
I can´t download the file always get ¨401 gone¨
Click to expand...
Click to collapse
https://mega.nz/#!splH0YYT!A8jtzEBhPVU_GVsFr7Z3rO6AYIhloTBrl4OczU6UsIg
mega mirror
please test it and let us know if it work for you share your logs .
thanks
Thanks for share MEGA Link I finally was able to download it, I don´t know what was the trouble but I got same error in three diferent browsers.
Other question this file it´s supose to fix Xt1766 bricked, but how to use it just connect the phone and run the file???
---------- Post added at 09:12 PM ---------- Previous post was at 08:57 PM ----------
Kader1303 said:
Thanks for share MEGA Link I finally was able to download it, I don´t know what was the trouble but I got same error in three diferent browsers.
Other question this file it´s supose to fix Xt1766 bricked, but how to use it just connect the phone and run the file???
---------- Post added at 09:12 PM ---------- Previous post was at 08:57 PM ----------
Click to expand...
Click to collapse
yes
Sahara download I/O error...
I keep getting a Sahara download error when it goes to send programmer.mbn, any way to fix this?? Log is attached
What about this error???
Is there any way to fox this?? I think phone is not responding. Take a look at this picture:
http://prntscr.com/klnvp1
Kader1303 said:
Is there any way to fox this?? I think phone is not responding. Take a look at this picture:
http://prntscr.com/klnvp1
Click to expand...
Click to collapse
Have u tried plugging it in the PC without battery in it
Yes I have, I get the same thing :/
After I try it without battery, another error, check the log:
Code:
**** Log buffer [000001] 2018-08-23_00:21:09 ****
[ 0.000] Opening device: \\.\COM231
[ 0.001] Detecting device
[ 0.003] ...cpu.id = 134 (0x86)
[ 0.003] ...cpu.sn = 445582888 (0x1a8f0e28)
[ 0.003] Opening singleimage
[ 0.003] Loading package
[ 0.008] ...filename = singleimage.pkg.xml
[ 0.009] Loading programmer
[ 0.010] ...filename = programmer.mbn
[ 0.010] Sending programmer
[ 1.012] ERROR: sahara_download()->IO error
[ 1.013] Check qboot_log.txt for more details
[ 1.013] Total time: 1.015s
[ 1.015]
[ 1.015] qboot version 3.40
[ 1.015]
[ 1.015] DEVICE {
[ 1.015] name = "\\.\COM231",
[ 1.015] flags = "0x64",
[ 1.015] addr = "0x61FE5C",
[ 1.015] sahara.current_mode = "0",
[ 1.015] api.buffer = "0x13FD020",
[ 1.015] cpu.serial = "445582888",
[ 1.015] cpu.id = "134",
[ 1.015] cpu.sv_sbl = "1",
[ 1.015] cpu.name = "MSM8920",
[ 1.015] storage.type = "eMMC",
[ 1.015] sahara.programmer = "programmer.mbn",
[ 1.015] api.bnr = "0x1335D80",
[ 1.015] }
[ 1.015]
[ 1.015]
[ 1.015] Backup & Restore {
[ 1.015] num_entries = 0,
[ 1.015] restoring = "false",
[ 1.015] backup_error = "not started",
[ 1.015] restore_error = "not started",
[ 1.015] }
[ 1.015]
Problem is programmer is not working or at least phone is not loading it, so it mabe a problem with this ¨programmer.mbn¨ or with phone, any one has solve this issue or can report a success fix with this files.
Star.exe can be used to unpack the stock bootloader (bootloader.img) too, providing a mechanism to update singleimage.bin with new OEM firmware releases. Updating to the latest OEM bootloader (emmc_appsboot.mbn) may allow you to pass the check preventing downgrade to an older bootloader.
Note: The bootloader.img unfortunately doesn't contain programmer.mbn, though, and tweaking that isn't going to work because it's clearly signed.
Related
Hi all,
I'm 666TOF from France (sorry in advance for my english language) and I'm new on the XDA-developers forum ...
I would like to root my Galaxy note (the model is GT-I9228 from China), I already tested any rooter but I can't make a success ...
I found on this forum this tool: "SRS one click roott" it's support my phone (the GT-I9228 is on the list of tested models ...), but without success for me ...
install SRS one click root = OK
- Step 1: Enable 'USB debugging' on your device = OK
- Step 2: Enable 'Unknown Sources' on your device = OK
- Step 3: Connect your device to the computer = OK
- Step 4: Click on one of the ROOT options in this software, and wait till it's finished = NOT OK see bellow:
the phone restart and the super user icon is present on my phone, but don't working (super user is empty / I can't install google playstore or modified files or app preinstalled ...)
here's my SRS informations, maybe someone on the forum could help me ?
---= SRS One-Click-Root v4.5 =---
07:55:29 - Starting ADB Server..
07:55:35 - Manufacturer: samsung
07:55:36 - Model: GT-I9228
07:55:36 - Android Version: 4.0.4
07:55:36 - Build ID: IMM76D.ZMLH2
07:55:37 - Board ID: smdk4210
07:55:37 - Chipset Platform: exynos4
07:55:37 - Getting OffSets.. : 0x8003 0xae5f (False)
07:55:39 - Query Server for Best Method.. Found Rootkit: 3
----= Start Rooting Process.. Please Wait =----
07:55:39 [+] Testing exploit: root3 (Please wait some minutes)
07:55:42 [+] Restarting ADB Service
07:55:54 [+] Remounting /system Filesystem as R/W..
07:55:54 [+] Installing SU Binary...
07:55:55 [+] Installing SuperUser APK...
07:55:57 [+] Remounting /system Filesystem as R/O..
07:56:01 [+] Rooting Complete !
many thanks in advance ...
Leave these boring issues. The SRS one click root seems doesn't work for your phone.
Why don't you try apps like Z4ROOT and Visionary+? Just search the apks and tutorials of these two ones on the interenet.
Good luck. .
Kou Dou said:
Leave these boring issues. The SRS one click root seems doesn't work for your phone.
Why don't you try apps like Z4ROOT and Visionary+? Just search the apks and tutorials of these two ones on the interenet.
Good luck. .
Click to expand...
Click to collapse
Thank's for your answer.
Ok I'll trial Z4root and/or Visionary + in the evening.
I hope that will be fine
I'll keep you inform ...
666TOF said:
Thank's for your answer.
Ok I'll trial Z4root and/or Visionary + in the evening.
I hope that will be fine
I'll keep you inform ...
Click to expand...
Click to collapse
I'm disappointed (Z4 and Visionary don't work with my phone ...).
someone have another idea and/or solution for my problem (impossible to root my chinese galaxy note, model GT-I9228).
thanks in advance ...
Are you sure that you have followed the instructions of these two apps to root the device?
Yo tengo Gt-I9228 de origen chino. He intentado instalarle otros idiomas pero no he podido ni con apk. Parece que el celular tiene un bloqueo que no deja instalar mas idiomas. Alguien me puede orientar? Como solucionó este inconveniente.
Gracias
Porque o meu moto g não apareçe no mapa do gerenciador de dispositivos dea google, só pelo site da motorola? Alguem com o mesmo problema?
Why my Moto G not appear on the map from the google device manager, only for the motorola site? Someone with the same problem?
Daniel
djmgermanos said:
Porque o meu moto g não apareçe no mapa do gerenciador de dispositivos dea google, só pelo site da motorola? Alguem com o mesmo problema?
Why my Moto G not appear on the map from the google device manager, only for the motorola site? Someone with the same problem?
Daniel
Click to expand...
Click to collapse
Are you referring to this? https://www.google.com/android/devicemanager?hl=en&u=0
fubag said:
Are you referring to this? https://www.google.com/android/devicemanager?hl=en&u=0
Click to expand...
Click to collapse
Yes!
fubag said:
Are you referring to this? https://www.google.com/android/devicemanager?hl=en&u=0
Click to expand...
Click to collapse
djmgermanos said:
Yes!
Click to expand...
Click to collapse
Only this work https://motorola-global-portal-pt.c...tails/p/30,6720,9050/reg/460481/#/lost_device
So wait does it work?
I just activated mine today and I can see it on Google Android device manager
Sent from my HTC_Amaze_4G using xda app-developers app
Do the following. This would resolve it.
If your Android device doesn't appear in Android Device Manager, or if you see Unknown location despite your device being online and running Google Play services version 3.2.25 or higher, follow these steps:
1. Open Google Settings from your device's apps menu.
2.Touch Android Device Manager.
3. Uncheck Allow remote factory reset.
4. Go to your device's main Settings menu, then touch Apps > All > Google Play services.
5. Touch Clear Data. Note that this action doesn't remove personal data.
6. Go back to Google Settings and select Allow remote factory reset.
7. Restart your device.
Once your device restarts, wait around five minutes and refresh android.com/devicemanager.
Click to expand...
Click to collapse
brotherjoe82 said:
Do the following. This would resolve it.
Click to expand...
Click to collapse
Ontem passai uma hora com o suporte tecnico, voce resolveu em 5 minutos.
Muito Obrigado!
Yesterday I pass over an hour with tech support, you solved in 5 minutes.
Thank you!
Daniel
djmgermanos said:
Ontem passai uma hora com o suporte tecnico, voce resolveu em 5 minutos.
Muito Obrigado!
Yesterday I pass over an hour with tech support, you solved in 5 minutes.
Thank you!
Daniel
Click to expand...
Click to collapse
You are welcome.
Hello guys! I recently received a lenovo K80M. I have to say it is quite disappointing. There is an app called "Security" on it which does nothing but slow my phone down and show p*rn in my notification area. WiFi signal is as weak as it can get and at the top of the cake i cant even root it to remove bloatware. Does anybody have a solution to this? A way to root it or a clean firmware? I;ve tried kingo root, framaroot and several other apk i could find.
Thank you very much
Security doesn't slow your phone neither sho porn. Actually is the Notepad app that shows porn and apps to download. You can disable it from settings. Currently no way to root it however.
Lenovo K80M problems and rooting
Also I bought one at 2/2/2016, and agree to only accept the poor quality when the confrontation with the low cost I paid for it with € 172.66 4GB / 64GB / 4000mHa.
In the commands Settings> About phone> System update> Here the most often answer is "We're sorry. The Settings was stopped." As in Cloud services command.
In Definoções command> Security and spare copy> already made the replacement of factory data but everything remained the same.
I have also tried everything to make you root but never succeeded.
Unlike other brands that disponilizam all firmware on the same site ,and also there are many models of Lenovo but the K8 series only K860.
Firmware update for the K80M is this site but only Chinese there comes, I do with google translate help I got there but I leave here the closest I came ..
This is the link - h t t p : / / p a n . b a i d u . c o m / s / 1 m g 9 V L Q o - for downloaded from Android 5.0 ROM for Lenovo k80m
But I could not download. ... Or with the help of google translate !!!
-------------------------------------------
PT
Também comprei um que paguei em 2/2/2016, e concordo que só aceito a fraca qualidade quando a confronto com o baixo custo que paguei por ele 172.66€ com 4GB/64GB/4000mHa.
Nos comandos Definições > Acerca do telefone > System update > Aqui a resposta o mais das vezes é "Lamentamos. O Definições foi interrompido" . Assim como no comando Cloud services.
No comando Definoções > Cópia de Segurança e reposição > já fiz a Reposição dos dados de fábrica mas tudo continuou na mesma.
Também já tentei tudo para lhe fazer root mas nunca tive sucesso.
Contrariamente às restantes marcas que disponilizam todos os firmware num mesmo site , e também lá estão muitos modelos da Lenovo mas da série K8 só o K860.
O Firmware para actualizar o K80M encontra-se neste site mas só chinês lá chega, eu nem com a ajuda do google translate lá cheguei mas deixo aqui o mais próximo que cheguei ..
Este é o link - h t t p : / / p a n . b a i d u . com / s / 1 m g 9 V L Q o - para a baixada da ROM do Android 5.0 para o Lenovo k80m
Mas ainda não consegui baixar . ... nem com a ajuda do google translate!!!
Install lenovo P90 ROW firmware. Full compatible, full multilanguage and international edition.
Thanks
Confirmo essa correspondência neste site
http://pt.aliexpress.com/item/Origi...422724387.html?spm=2114.42010508.4.111.uVV2zi
Marca Modelo
Chinês: Lenovo K80M
Europeu: Lenovo P90~
Mas só vejo referir um tamanho de RAM
Tamanho da memória RAM
2 GB de RAM
NAND Flash ROM
Não suporta cartão TF
32 GB ROM (disponível cerca de 24 GB)
64 GB ROM (disponível cerca de 56 GB)
O meu é 4GB RAM e 64GB ROM
Se instalar esta ROM -http://firmwarefile.com/lenovo-p90 - não corro o risco de perder RAM?
any succcess ? with rooting or flashing another rom ?
ipaq114 said:
any succcess ? with rooting or flashing another rom ?
Click to expand...
Click to collapse
Just flash P90 MLD rom from russian forum. Works fine, and has root.
Can you give me some link I surch in google but no luck .. :X
ipaq114 said:
nope it doesn't work I cant flash P90 rom :X i have try many times but still same ****.. just don't work
Click to expand...
Click to collapse
read the instructions. It works fine. You re doing something wrong
I confirm the same experience with the ROM here found www.lenovosj.com / ROM / k80m /
All attempts to make root failed, and the same thing happened when I rebooted in recovery mode, having previously recorded in the ROM
K80m _ usr _ s144 _ 1508281514 _ ww43 _ CN _ otafull in internal storage
gerstavros, not working, tried too
Edi: I am trying for a few days now :-L must be possible eh. What i can tell so far:
Not a single of the "OneClick-Root" Apps is working. Also None of the PC-Programs like Iroot or stuff (Literally none! I feel like i downloaded and testet the whole internet )
So will tryfirmwarefile.com/lenovo-p90
Edi²: Also not working and there is no instruction in the zip file :-/
ANY Suggestion?
Andorl said:
gerstavros, not working, tried too
Edi: I am trying for a few days now :-L must be possible eh. What i can tell so far:
Not a single of the "OneClick-Root" Apps is working. Also None of the PC-Programs like Iroot or stuff (Literally none! I feel like i downloaded and testet the whole internet )
So will tryfirmwarefile.com/lenovo-p90
Edi²: Also not working and there is no instruction in the zip file :-/
ANY Suggestion?
Click to expand...
Click to collapse
Installing P90 ROW rom works fine. Download it here: https://cloud.mail.ru/public/GSZw/y5Vm3Ch48. Source is here.
Tested on lots of K80 phones on my job. The above rom is also prerooted.
gerstavros said:
Installing P90 ROW rom works fine. Download it here:
Tested on lots of K80 phones on my job. The above rom is also prerooted.
Click to expand...
Click to collapse
Well would you give a short step by stepp intrduction then? Cuz if it is supposed to work i cant find thee mistake i am making :/
I mean: I connect phone, start the upgrade.bat then
it says:
"C:\Users\Andi\Documents\P90_S145_ROW_MLD>adb devices
List of devices attached
Medfield80D93FB0 device
C:\Users\Andi\Documents\P90_S145_ROW_MLD>pause
Press any key to continue . . ."
I Do that so it reboots into the droidboot. And after that i push a key again and again and get "< waiting for device >".
Do i have to do something befor starting the upgrade.bat? Besides installing drivers i mean
Sorry for annoying :angel:
Andorl said:
Well would you give a short step by stepp intrduction then? Cuz if it is supposed to work i cant find thee mistake i am making :/
I mean: I connect phone, start the upgrade.bat then
it says:
"C:\Users\Andi\Documents\P90_S145_ROW_MLD>adb devices
List of devices attached
Medfield80D93FB0 device
C:\Users\Andi\Documents\P90_S145_ROW_MLD>pause
Press any key to continue . . ."
I Do that so it reboots into the droidboot. And after that i push a key again and again and get "< waiting for device >".
Do i have to do something befor starting the upgrade.bat? Besides installing drivers i mean
Sorry for annoying :angel:
Click to expand...
Click to collapse
It seems your computer doesn't find the phone on fastboot mode. Do it manually.
After connecting the phone, type on a cmd "adb reboot bootloader", and then after the phone boots to droidboot, "fastboot devices" and check if it reads the phone. If not, try downloading this http://forum.xda-developers.com/showthread.php?t=2317790
I m using Linux so i can't help you more for setting up the drivers on windows. If you manage to connect the phone with fastboot on pc, then the rest procedure is just to flash the rom.
gerstavros said:
I m using Linux so i can't help you more for setting up the drivers on windows. If you manage to connect the phone with fastboot on pc, then the rest procedure is just to flash the rom.
Click to expand...
Click to collapse
I Solved it on Windows well actually u did, cuz when i nonticed ****ty drivers must be fixed i did that
This should work for "any" lenovo device thats not working Fastboot.
1. Downloaded LeTools (To get drivers etc.)
2. Installed it.
3. Put Phone in Fstboot (Bootloader)
4. Went to windows device manager where under Other Devices was my handy (With the yellow "not working" sign)
5. "update drivers": "Browse my computer..." > "Let me pick from a list of..." > "Select all devices" >"Have Disk" > "Browse" and go to the folder where "LeTools" previously where installed to find the Folder "LeDrivers" > "Open" > "Ok" > Logically select "Lenovo Fastboot Device" > Then some typical Windows Errorthing appears cuz its Windows, and cant verify them drivers. Pushed "Yes".
6. "Windows has Succesfully ...."
7. P90_S145_ROW_MLD, Upgrade.bat. Everything will work now cant post the link, cuz of new
Hope I could help the original asking person
p.S. Thank you gerstavros
Firmware update for the K80M is this site but only Chinese there comes, I do with google translate help I got there but I leave here the closest I came ..
This is the link - h t t p : / / p a n . b a i d u . c o m / s / 1 m g 9 V L Q o - for downloaded from Android 5.0 ROM for Lenovo k80m
But I could not download. ... Or with the help of google translate !!!
Click to expand...
Click to collapse
In fact, h t t p : / / p a n . b a i d u . c o m is a netdisk in China.
MASSIVEkinetic said:
In fact, h t t p : / / p a n . b a i d u . c o m is a netdisk in China.
Click to expand...
Click to collapse
It's a file sharing service in China, but link with servers in China and other world is usually slow and unstable. However i ve manager to download from there lots of times with downloading tools, or the baidu client for Linux (BCloud)
ipaq114 said:
any succcess ? with rooting or flashing another rom ?
Click to expand...
Click to collapse
Alguém por mim teve sucesso (Someone for me succeeded) , see here
Confirming P90 rooted rom works great! NFC missing though.
Hey Guys !
How to boot on the bootloader with this phone please ?
Thanks !
hi, yesterday a new firmware came out for this box, unfortunately I can't update, I installed the drivers and on the device manager it sees it, but with phonesuite it tells me device not found, please help me how to update it, thank you very much
This is error
errore transpeed — Postimages
postimg.cc
Help
Transpeed 6k-616
If you want custom rom with root and update 2020.10.21 the room fully working its better then stock some memory optimization was done .
Flash with PhoenixSuit_V1.10
First change language from russian to english and then connect to the internet run magisk tv box will reboot
Creators of the room bosia_angel and VPS56:
Download here
maxking said:
hi, yesterday a new firmware came out for this box, unfortunately I can't update, I installed the drivers and on the device manager it sees it, but with phonesuite it tells me device not found, please help me how to update it, thank you very much
This is error
errore transpeed — Postimages
postimg.cc
Help
Click to expand...
Click to collapse
Download these tools Link and try too flash it with PhoenixSuit_V1.10
quatrixone said:
Transpeed 6k-616
If you want custom rom with root and update 2020.10.21 the room fully working its better then stock some memory optimization was done .
Flash with PhoenixSuit_V1.10
First change language from russian to english and then connect to the internet run magisk tv box will reboot
Creators of the room bosia_angel and VPS56:
Download here
Click to expand...
Click to collapse
Hello, The multitask works?
I hate the minimize and close.
Thank You.
maxking said:
hi, yesterday a new firmware came out for this box, unfortunately I can't update, I installed the drivers and on the device manager it sees it, but with phonesuite it tells me device not found, please help me how to update it, thank you very much
This is error
errore transpeed — Postimages
postimg.cc
Help
Click to expand...
Click to collapse
Hello, Where I can find it?, Thanks a lot.
Hey guys
I have transpeed 6k and when i start it its saying boot for 2 - 3 minutes and after that it showing the clock. Nothing appears on the tv... What should I do?
Tnx a lot
Kolice said:
Ei pessoal
Eu tenho transpeed 6k e quando eu inicio está dizendo boot por 2 - 3 minutos e depois disso ele mostra o relógio. Não aparece nada na tv... O que devo fazer?
Tnx muito
Click to expand...
Click to collapse
estou com esse problema você resolveu o seu? Se sim me vala como proceder pro favor
maxking said:
hi, yesterday a new firmware came out for this box, unfortunately I can't update, I installed the drivers and on the device manager it sees it, but with phonesuite it tells me device not found, please help me how to update it, thank you very much
This is error
errore transpeed — Postimages
postimg.cc
Help
Click to expand...
Click to collapse
I am having same issue. The box will show red light and is not recognised by PhoenixSuit. Device not found. Appears as if reset button in AV port refuses to work. Did you had similar issues?
I only shows recent pictures even with deepscan. I saw this tutorial https://forum.xda-developers.com/t/guide-internal-memory-data-recovery-yes-we-can.1994705/
But it is very outdated. Anyone knows a recent tutorial? i cannot find it.....
hello
what exactly do you want to do?
Hello i wanted to create new thread, but i see this one, so with respect i join the question. We accidently erased photos from our Note 7, and we can see our only option to recover is with root access and unlocked BL. My question is, will erasing data while unlocking BL, worsen the chance that photos will be recovered after root ? Without root i can just see thumbnails of them with DiskDigger. Would make my wife so happy if we would recover them...
pendor24 said:
hello
what exactly do you want to do?
Click to expand...
Click to collapse
Hi,
I want to recover my old whatsapp conversations and all the stuff that was on my mobile. Like photo's and so on.
Spoiler: clic here
Tenorshare UltData pour Android - Récupération de données Android
UltData for Android, compatible avec Windows et Mac, permet de récupérer des contacts, SMS, photos, vidéos et bien plus du smartphone et tablette Android en 3 étapes. Téléchargement gratuit.
www.tenorshare.fr
[/spoiler=/clic here]
try that, it should fix your problem
pendor24 said:
Spoiler: clic here
Tenorshare UltData pour Android - Récupération de données Android
UltData for Android, compatible avec Windows et Mac, permet de récupérer des contacts, SMS, photos, vidéos et bien plus du smartphone et tablette Android en 3 étapes. Téléchargement gratuit.
www.tenorshare.fr
[/spoiler=/clic here]
try that, it should fix your problem
Click to expand...
Click to collapse
unfortunatly not working...
Spoiler: clic here
Découvrez "UltData"
https://play.google.com/store/apps/details?id=com.tenorshare.recovery
[/spoiler]
try that
pendor24 said:
Spoiler: clic here
Découvrez "UltData"
https://play.google.com/store/apps/details?id=com.tenorshare.recovery
[/spoiler]
try that
Click to expand...
Click to collapse
Thanks. but i've already tried with dr fone fonepaw and so on. its not working unfortunatly. So i want to dig further into the system
istayhere said:
Thanks. but i've already tried with dr fone fonepaw and so on. its not working unfortunatly. So i want to dig further into the system
Click to expand...
Click to collapse
If you are rooted and you are using data recovery software for rooted devices and it still isn't finding anything, that is a pretty good indicator that the data you want is not recoverable.