Related
Introduction:
This is a list of all known OTA's for the Motorola Moto 360 watch
The Moto 360 has it's ROMs built directly by google, instead of Motorola.
Click to expand...
Click to collapse
File List:
Latest:
LWX48P → LWX48T
See Motorola Moto 360 # Official ROMs - XDA Wiki for a list of files
Click to expand...
Click to collapse
How to flash:
Requirements:
Stock recovery
Unmodified /system
Unlocked bootloader
Basic understanding of command line/shell
Unlock your bootloader
Download and set up adb and fastboot
Reboot into fastboot mode
Open up a command prompt/shell where you saved fastboot
enter into command prompt/shell: "fastboot oem unlock"
Enter recovery mode via onscreen buttons
Enable recovery ui
(How do you do this for this device?)
Set up adb
Select apply update from adb
enter into command prompt: "adb sideload <path to saved update.zip>
Click to expand...
Click to collapse
FAQ:
How to find the ota?
If you're rooted, wait for the device to prompt you to update, then check /cache for the file
If you're not rooted, wait until the same time and do an adb logcat and look for a line with .zip in it
Why isn't the latest ota listed?
We can only list what we have, if the ota from Build X to Build Y isn't listed, we dont have the file for it yet.
How do you setup adb/fastboot
Please read the stickies in the general subforum, this is not a formal guide
Do I need to unlock the bootloader to flash the update zip?
Yes, if you wish to do it manually.
If you allow android to prompt for the update, you do not need to unlock
Can I flash this if I have a custom rom?
No, you must be on a stock AND unmodified rom
Can I flash this if I'm rooted?
Only if you have not modified any files
Click to expand...
Click to collapse
Credits:
birdpcfireworks: KKW22 → KGW42N
dproldan: KGW42N → KGW42R
EthanFirst: KGW42R → KNX01S
xdatastic: LWX48P → LWX48T
Click to expand...
Click to collapse
Changelog:
Dec 16, 2014: Added LWX48P → LWX48T
Oct 25, 2014: Added KGW42N→ KNX01S
Oct 24, 2014: Added KGW42R → KNX01S
Sep 25, 2014: Added KGW42N → KGW42R
Sep 11, 2014: Changed Page Layout to match my other pages
Sep 9, 2014: KKW22 → KGW42N
Sep 6, 2014: Initial page
Click to expand...
Click to collapse
2char
The initial rom is KKW22, I need a dump of it to assist in finding future otas.
It might be possible (this is simply speculation) that there might be an ota soonish to make it land on the same build as the existing g watch/gear live
I'm not familiar with what the current build version is on the other watches, but the first OTA is downloaded immediately upon setting up the device and updates it to KGW42N.
Edit: Dumping /system now.
AJerman said:
I'm not familiar with what the current build version is on the other watches, but the first OTA is downloaded immediately upon setting up the device and updates it to KGW42N.
Edit: Dumping /system now.
Click to expand...
Click to collapse
KGW42N is currently the newest for the gear live, unsure if it is rolling out to the g watch yet (i have yet to recieve an ota notification).
I assume you have a dump of KGW42N? I assume you dont have the ota itself for it, could you make a bug report and send it to me?
(I assume it's still possible, on normal android it's a button in developer settings) It might still be possible to get the filename of the ota.
dumps of either would be useful, along with the bootloader version.
TheManii said:
KGW42N is currently the newest for the gear live, unsure if it is rolling out to the g watch yet (i have yet to recieve an ota notification).
I assume you have a dump of KGW42N? I assume you dont have the ota itself for it, could you make a bug report and send it to me?
(I assume it's still possible, on normal android it's a button in developer settings) It might still be possible to get the filename of the ota.
dumps of either would be useful, along with the bootloader version.
Click to expand...
Click to collapse
Yep, I'll get everything I can, just taking a little time with adb over BT.
So you're saying in the OP you can unlock the bootloader with 'fastboot oem unlock', correct?
mattlgroff said:
So you're saying in the OP you can unlock the bootloader with 'fastboot oem unlock', correct?
Click to expand...
Click to collapse
The text in it is generic, I dont own a wear device but the previous two can.
The main issue right now is figuring out how to connect via fastboot, if it's possible at all I would assume that it is unlockable like the others.
If something is definitely incorrect feel free to let me know how to change it.
TheManii said:
The text in it is generic, I dont own a wear device but the previous two can.
The main issue right now is figuring out how to connect via fastboot, if it's possible at all I would assume that it is unlockable like the others.
If something is definitely incorrect feel free to let me know how to change it.
Click to expand...
Click to collapse
Nothing correct or incorrect to my knowledge. I can't find a single thread or post confirming if its unlockable or not. Kind of hoping you had tried
mattlgroff said:
Nothing correct or incorrect to my knowledge. I can't find a single thread or post confirming if its unlockable or not. Kind of hoping you had tried
Click to expand...
Click to collapse
If you connect via ADB over BT and reboot it into bootloader, among other things there is text saying connect a USB cable. So :/
fodawim said:
If you connect via ADB over BT and reboot it into bootloader, among other things there is text saying connect a USB cable. So :/
Click to expand...
Click to collapse
Well this problems stumps me!
I'm curious if the board supports Wireless USB.
All,
Here's what we know about the stock firmware right now:
1. Moto 360s ship with KKW22 out of the box.
2. Once the watch charges to 80%, it will force OTA to KGW42N.
What we need is someone to get some info about KKW22 before that watch reaches a charge of 80%! When you get your Moto 360, please plug it into the charging cradle and plug it into USB on your computer.
Pair it to your phone with the Android Wear app.
Enable ADB debugging on the watch by going to Settings | About Device and tapping on the build number repeatedly until it says "You are a developer."
At that point, go under Settings | Developer Options and enable ADB debugging.
Install the Google USB drivers for the "unknown device" that appears in the Windows device manager and select it as "Android Composite ADB Device."
Go to a command prompt and do "adb devices". This should cause a prompt to appear on your PHONE asking you to authorize adb. Do so.
Once authorized, do "adb logcat >logcat.txt". Wait about 20 seconds, then press control-C to stop.
Open up the logcat.txt file that was created and search it for "android.clients" (without the quotes) and post the URL to the OTA update here.
Do "adb reboot bootloader" and please post the bootloader version as displayed on the screen.
Reboot the watch again and then run "adb pull /system/build.prop". Open the build.prop file in a text editor and post the values of ro.build.date.utc and ro.build.fingerprint.
At this point, we'll have all the information we need and you can feel free to update to KGW42N happily and enjoy your new toy!
Thanks for your help, guys.
Wait, does this mean that the watch is capable of doing data over Qi?
Also, I'd be glad to help if I ever get my watch.
Slack3r said:
Wait, does this mean that the watch is capable of doing data over Qi?
Also, I'd be glad to help if I ever get my watch.
Click to expand...
Click to collapse
Not sure on the Qi question.
Have you ordered a 360? When is it due to arrive?
oldblue910 said:
Not sure on the Qi question.
Have you ordered a 360? When is it due to arrive?
Click to expand...
Click to collapse
Ordered one from Google Play on Friday, it's at "Leaves warehouse by September 22" so no idea when it will actually show up.
As for the Qi question, as the 360 has an inductive charger there is no way to actually plug into the watch and make a connection directly. Someone in another thread mentioned that Qi supported data transfer in some form, and I was hoping that the cradle would act as a USB interface to the watch. Were you referring to running adb via the phone's connection instead?
I'm really hoping someone will do a teardown of this thing soon. I'm itching to see what's inside.
Slack3r said:
Ordered one from Google Play on Friday, it's at "Leaves warehouse by September 22" so no idea when it will actually show up.
As for the Qi question, as the 360 has an inductive charger there is no way to actually plug into the watch and make a connection directly. Someone in another thread mentioned that Qi supported data transfer in some form, and I was hoping that the cradle would act as a USB interface to the watch. Were you referring to running adb via the phone's connection instead?
I'm really hoping someone will do a teardown of this thing soon. I'm itching to see what's inside.
Click to expand...
Click to collapse
ADB is done over bluetooth. You enable adb debugging over bluetooth on the watch, then on the phone you use the Android Wear app and go to settings and check Debugging over Bluetooth which will connect them, then you plug your phone into your computer and set up an adb tunnel to the watch. It's a bit convoluted and extremely slow. See the other thread in Q&A for more info.
AJerman said:
ADB is done over bluetooth. You enable adb debugging over bluetooth on the watch, then on the phone you use the Android Wear app and go to settings and check Debugging over Bluetooth which will connect them, then you plug your phone into your computer and set up an adb tunnel to the watch. It's a bit convoluted and extremely slow. See the other thread in Q&A for more info.
Click to expand...
Click to collapse
Glad to see someone who lives one town away from me (I'm in Morrisville).
I've never tried debugging via bluetooth on my Gear Live. I've always just snapped the charging cradle on and plugged the watch in via USB.
oldblue910 said:
Glad to see someone who lives one town away from me (I'm in Morrisville).
I've never tried debugging via bluetooth on my Gear Live. I've always just snapped the charging cradle on and plugged the watch in via USB.
Click to expand...
Click to collapse
Ahh, nice! I'm actually closer to Morrisville and RTP than Cary, though I'm technically a Cary address. :laugh:
Yeah, why would you even want to try to use adb via bluetooth if you have an alternative. It took me about 3 hours to do a system dump of the 360! You can expect that if and when any ROMs get built for this device, they'll take HOURS to transfer to the watch.
FCC docs show WiFi, and I suspect WiFi is used for updates.
AJerman said:
Ahh, nice! I'm actually closer to Morrisville and RTP than Cary, though I'm technically a Cary address. :laugh:
Yeah, why would you even want to try to use adb via bluetooth if you have an alternative. It took me about 3 hours to do a system dump of the 360! You can expect that if and when any ROMs get built for this device, they'll take HOURS to transfer to the watch.
Click to expand...
Click to collapse
Apparently the Moto 360 can't do data at all via the dock. You're forced into bluetooth ADB debugging as the dock is literally nothing but a Qi stand. Score one for the G Watch and Gear Live, I guess.
USB Not working since rooted AFTV2
Hi, Since rooting my AFTV2 , i an unable to use wired mouse on USB. Therefor unable to use Show box or Popcorn.
Is there a solution ?
http://forum.xda-developers.com/fire-tv/themes-apps/useful-app-to-ftv-stick-remote-mouse-t3185049
USB not working after rooting AFVT2
roligov said:
http://forum.xda-developers.com/fire-tv/themes-apps/useful-app-to-ftv-stick-remote-mouse-t3185049
Click to expand...
Click to collapse
Thanks for the link just what i want it looks good , as i don't have an google play account i will have to contact the developer.
If you look at the first post in that thread there are APK attachments of the app.
see if you have usb debugging enabled and disable it. (the choice below enable adb)
I'm totally new to this, and I'm having trouble finding the info I need, sorry for the basic questions here.
I got my Toshiba Edition Fire TV connected via abdlink via the IP address.
Once it connects, the 'Enable USB Debugging' window pops up on the TV, which I authorize. adblink tells me it's unauthorized and to click 'refresh adb', so I do.
It seems to be functioning and the TV is listed under connected devices, but when I try to open the console, it pops up and immediately closes. If I try to run the abd shell, the console pops up but I can't type anything into it. All of the other functions seem to be working.
I'm trying to disable the banner ads using the command lines found on the forum here in one of the threads. I don't have Kodi installed yet, is that necessary to use the command console? I haven't downloaded anything else, all I have is abdlink, do I need the developer sdk installed or anything else aside from adblink?
Thanks, any help is very much appreciated, I know this is basic stuff. Even more basic, do I install the 32bit apk or the 64bit kodi apk?
I would try a reboot of PC and TV since initial connection. If you store the IP in adblink and make that first connection, allowed on TV it should store that and not have to again (that's how it is on my ftv box). Then try running adblink as admin before connecting.
As for Kodi, install 64bit. If it successfully installs than you have 64bit chip/OS. If it gets parsing error it means you don't... Install 32bit.
Sent from my Mi A1 using Tapatalk
pontiffholychurch said:
I'm totally new to this, and I'm having trouble finding the info I need, sorry for the basic questions here.
I got my Toshiba Edition Fire TV connected via abdlink via the IP address.
Once it connects, the 'Enable USB Debugging' window pops up on the TV, which I authorize. adblink tells me it's unauthorized and to click 'refresh adb', so I do.
It seems to be functioning and the TV is listed under connected devices, but when I try to open the console, it pops up and immediately closes. If I try to run the abd shell, the console pops up but I can't type anything into it. All of the other functions seem to be working.
I'm trying to disable the banner ads using the command lines found on the forum here in one of the threads. I don't have Kodi installed yet, is that necessary to use the command console? I haven't downloaded anything else, all I have is abdlink, do I need the developer sdk installed or anything else aside from adblink?
Click to expand...
Click to collapse
It's a bug.
https://forum.xda-developers.com/showpost.php?p=78279023&postcount=289
Use adblink 3.6 instead.
jocala does great work, but sometimes it's hard to catch everything.
2WhlWzrd said:
It's a bug.
https://forum.xda-developers.com/showpost.php?p=78279023&postcount=289
Use adblink 3.6 instead.
jocala does great work, but sometimes it's hard to catch everything.
Click to expand...
Click to collapse
Well dang. ADB3.6 doesn't seem to be able to identify my TV like 3.7 did unless I'm doing something wrong now.
Even after a system restore it just tells me it can't connect
pontiffholychurch said:
Well dang. ADB3.6 doesn't seem to be able to identify my TV like 3.7 did unless I'm doing something wrong now.
Even after a system restore it just tells me it can't connect
Click to expand...
Click to collapse
adbLink 3.9 has just been released, and the previous bugs have been fixed.
2WhlWzrd said:
has just been released, and the previous bugs have been fixed.
Click to expand...
Click to collapse
Could I ask you, is Fire TV able to access my Windows 7 shares? I have it set up on Windows, but no Fire TV apps find the shares, I can't find any way to do it... Thanks.
Also when I try to use remote manager from ES Explorer, Windows tells me it cannot access the files and to make sure I have permissions.
Edit nevermind ADB works now.
Good day,
I have got TCL Android TV model No. L55C8US with software version: V8-R851T02-LF1V252.011680
I want to downgrade software version to: V8-R851T02-LF1V187.008562
My questions are:
1- Is it possible?
2- Where can I get this version (V8-R851T02-LF1V187.008562)?
3- how can install the version into the TV?
Your feedback is highly appreciated.
Regards.
Yes. It's possible.
Celesw.tcl.com/Test/software/V8-R851T02-LF1V187.rar
Why to downgrade? There's v322 near by.
coolek33 said:
Yes. It's possible.
Celesw.tcl.com/Test/software/V8-R851T02-LF1V187.rar
Why to downgrade? There's v322 near by.
Click to expand...
Click to collapse
Thank you for your reply. My friend has got same TV with older version and my observation is the Brightness and 4K Videos is better than in latest versions.
coolek33 said:
Yes. It's possible.
Celesw.tcl.com/Test/software/V8-R851T02-LF1V187.rar
Why to downgrade? There's v322 near by.
Click to expand...
Click to collapse
Would you tell me how do I proceed with installing the software to the TV?
I downloaded the software file that has provided by you and I copied to USB flash drive after format FAT-32.
when I'm trying update local mode it shows error box, it says that No avaliable update file please insert USB device with software package.
I'm very sure that the USB is healthy and it's recognized by the TV.
Please help.
If it's in update.img format:
Hold power button on remote and choose power off. Or power off normally and und unplug the TV from from power.
Next with flash drive plugged to usb power on TV by press and hold the physical button on TV (not remote) until the led light on TV starts to flash. And wait.
It can question about older firmware so you have to agree.
coolek33 said:
If it's in update.img format:
Hold power button on remote and choose power off. Or power off normally and und unplug the TV from from power.
Next with flash drive plugged to usb power on TV by press and hold the physical button on TV (not remote) until the led light on TV starts to flash. And wait.
It can question about older firmware so you have to agree.
Click to expand...
Click to collapse
Thank you for your reply. I did exactly what you advised. But still it didn't proceed with the installation. Please find video url it would explain the problem.
https://drive.google.com/file/d/1PHLNzio6p7ntoYMe4xaqSxfQHeMLquDB/view?usp=drivesdk
Please advise.
Gohamad said:
Thank you for your reply. I did exactly what you advised. But still it didn't proceed with the installation. Please find video url it would explain the problem.
https://drive.google.com/file/d/1PHLNzio6p7ntoYMe4xaqSxfQHeMLquDB/view?usp=drivesdk
Please advise.
Click to expand...
Click to collapse
It's done! Software file (update.img) it has to be directly in USB-flash drive without sub-folder.
I recommend to install this version V8-R851T02-LF1V187.008562 instated of the latest one because the Brightness and 4K Videos is better and more clearly.
Thanks all.
Hi i recently buy tcl 55c8 model when i play any shows or movies it playback as smooth motion i have to disable it. I also trying to downgrade or update software and also try different picture settings like movie or judder reduction but still video play in smooth motion or with memc. If any one know how to disable it please let me know. and also audio and video are not in sync so please help me to sort out this problem.
Gohamad said:
It's done! Software file (update.img) it has to be directly in USB-flash drive without sub-folder.
I recommend to install this version V8-R851T02-LF1V187.008562 instated of the latest one because the Brightness and 4K Videos is better and more clearly.
Thanks all.
Click to expand...
Click to collapse
Hi you have the firmware file for this TV. Please share if you have thanks.
Ashsoni said:
Hi you have the firmware file for this TV. Please share if you have thanks.
Click to expand...
Click to collapse
All versions discuss here is very OLD !.
Look for latest firmware (V727) in this thread.....
TCL Android TV model 55p8m / Android Recovery TCL/BeyondTV/BeyondTV
My TCL Android TV model 55p8m has stuck and can't press any key in remote. The screen gives options to - Try Again - Factory data reset, but do not know how to select one of this option and continue without a keyboard or remote connected to the...
forum.xda-developers.com
@stasiof , thanks for reply this version will works for my TV? Model is tcl l55c8us.
@stasiof, I am not able find zip file can you share me link please.
I posted you thread where to look....post....#4,241
Edit:
V8-R851T02-LF1V727 OTA
Looking for some help. I have a ZTE MF833V that works great w/my Mint (tmobile) SIM when plugged into a Win10 PC. I'm having trouble getting it recognized on my IB80A4AL (octa core 64GB android 10). I've tried a few things, and where I am at presently is I have tried to root the head unit. SuperSU reports its not rooted, but after following these instructions here:
PX5 MTCD/E Head Unit Discussion Thread [Rockchip PX5 A53 | Android 8.0 | 2/4GB RAM]
This thread is intended on collect the information about Android 8 (Oreo) over the Android units that features: PX5 Platform Core Board MTCD/MTCE MCU Type The information below is a copy of the same thread for Android 6 by aarick Post 2...
forum.xda-developers.com
I was able to get connected via ADB over wifi, copy the files, and change ownership of the directories listed. PPP widget 3 pops up and says it sees the ZTE modem and asks if I want to use it, and no longer says I need root access, but it errors out with "could not determine system device path for modem" in the logs. I'm outdated in regards to rooting procedures, what is/isn't possible/working in the current android arena, so I apologize for the spotty post. Just hoping someone might guide me to a link, or have some suggestions on the right direction to go to get this USB modem to be detected as a 4g connection device. I also tried kingoroot with no luck. I thought if I could get TWRP loaded, maybe I could try SuperSU or Magisk, but figured I better ask for guidance at this point before I brick something.
Thanks for any help.
Been reading some more, appears maybe I have missed a step, and wound up down a rabbit hole:
Working REAL(!) 3g / 4g USB Modem-Sticks on PX5/PX3 Units
UPDATE 17th sep 2019: PROJECT CLOSED, see post #147 . Okay, we´ve got many threads about "3g/4g" USB-sticks für Car Androids powerd by PX3/PX5. BUT: most posts describe WiFi-Sticks and Sticks recognized as ethernet connection or ´WiFi-Hotspot...
forum.xda-developers.com
Going to play around with changing the connection mode in DC unlocker and see what happens.
Making progress. Plugging in the modem now, the head unit is recognized and I get the little "cell connectivity" icon. Only issue now is that it is staying solid blue, indicating its connected to the LTE network, but not transferring any data. Any idea what I might be missing at this point?
Thanks
I have one with WiFi on it, it only takes power through USB.. It worked fine for me, however I had the same issue as you - it wouldn't download anything.
There's a setting in Android somewhere which say that it won't download anything on WiFi or 3/4G etc. I just set it to "Always allow" or similar..
I can go look for the exact setting if you need, but that should keep you busy for a while, looking for it .
This might be what I did: https://helpdeskgeek.com/help-desk/how-to-resolve-the-play-store-download-pending-issue/