Unlocking bootloader on Marshmallow firmware successful! - Moto 360

Hi! Recently, I've made my interface cable and I was trying to unlock bootloader on Marshmallow firmware. I analysed bootloader and found easy solution. We can skip confirmation before unlocking bootloader. You just need to add nowait after fastboot oem unlock command so it will look like this:
Code:
fastboot oem unlock nowait
For lazy people I attached simple batch script (Windows) and drivers for ADB and Fastboot.

So now you can work on 2.0 ahahah Happy to see your progresses and hope to see a 2.0 porting [emoji16][emoji16]
Inviato dal mio MI 5 utilizzando Tapatalk

Yes, now I'm working on TWRP which works with latest system and then I will try to build AOSP.

Good find!

artas182x said:
Yes, now I'm working on TWRP which works with latest system and then I will try to build AOSP.
Click to expand...
Click to collapse
Nice :victory:

I managed to update Marshmallow kernel to be compatible with Nougat. Now I'm working on building first working AOSP.

artas182x said:
I managed to update Marshmallow kernel to be compatible with Nougat. Now I'm working on building first working AOSP.
Click to expand...
Click to collapse
Nice dude, I and I'm sure allot of other people will be hugely grateful to get Android Wear 2.0 on this device

artas182x said:
I managed to update Marshmallow kernel to be compatible with Nougat. Now I'm working on building first working AOSP.
Click to expand...
Click to collapse
You're our savior man [emoji7][emoji7][emoji7]
Inviato dal mio MI 5 utilizzando Tapatalk

Really awesome news. Nice to hear as for long time development was so suspended...

Update. I decided first to build LineageOS which is indeed for phones because Android Wear isn't open source. Then I will try to port from other watch. My github is open for everyone who wants to help me
Wysłane z iPhone za pomocą Tapatalk

artas182x said:
Update. I decided first to build LineageOS which is indeed for phones because Android Wear isn't open source. Then I will try to port from other watch. My github is open for everyone who wants to help me
Wysłane z iPhone za pomocą Tapatalk
Click to expand...
Click to collapse
Any more news?

I built LineageOS from source but have bootloop. Now I'm invastigating problem but I had less time these days.
Wysłane z iPhone za pomocą Tapatalk

artas182x said:
I built LineageOS from source but have bootloop. Now I'm invastigating problem but I had less time these days.
Wysłane z iPhone za pomocą Tapatalk
Click to expand...
Click to collapse
No problem take your time bro

I have problems with GPU PVR drivers. Here is logcat: https://pastebin.com/WKDhjEzX

artas182x said:
I have problems with GPU PVR drivers. Here is logcat: https://pastebin.com/WKDhjEzX
Click to expand...
Click to collapse
You got a device tree? Maybe missing/misplaced proprietary blobs? totally new to android wear though and omap too

I would be happy to help, just guys maybe make a telegram group, its allot easier to communicate

Well
artas182x said:
I managed to update Marshmallow kernel to be compatible with Nougat. Now I'm working on building first working AOSP.
Click to expand...
Click to collapse
I would like to pay for your job, and if the comumunty wants. We can make a "bounty collect" or somenthing to see andoird wear 2.0 at this smarthwatch.

Eveding said:
I would like to pay for your job, and if the comumunty wants. We can make a "bounty collect" or somenthing to see andoird wear 2.0 at this smarthwatch.
Click to expand...
Click to collapse
I would also buy you a beer for your work

Flatric said:
I would also buy you a beer for your work
Click to expand...
Click to collapse
Me too

If you make a telegram group I can do my best to help.

Related

[R] Zopo ZP998 Lollipop ROM

Hi, i made ZP 988 Lollipop rom, alpha version, i looking for developers who could help me to impove it.
I use zeaplus phone kernel for mtk lollipop,
What works:
- phone run system and offten crash
- wifi
What do not work:
- sim card, crashing etc...
who know how to build rom and have time to work together and made working lollipop rom, plz send mail to me kontakt at matematyka24.com.pl
I have experience in build rom, for example: http://forum.xda-developers.com/showthread.php?t=2440631. In next week i have some time to work on itp.
Paweł
I hope that this project will continue. thank you
sbarrett said:
I hope that this project will continue. thank you
Click to expand...
Click to collapse
I continue my work in free time,
to build rom lollipop is easy to work on this rom: https://yadi.sk/d/hU4eOu4ddVXbs
It could be botet when change kernel,
works now:
- runs,
- wifi
not word; im cards
Good work
Please continue in this work. All ZP998 will be happy as me
Hi. There is a news?
Inviato dal mio ZP998 utilizzando Tapatalk
ade74 said:
Hi. There is a news?
Inviato dal mio ZP998 utilizzando Tapatalk
Click to expand...
Click to collapse
I dont have ****ty zp998, now i have Jyiaju-S3 Advance... i will search now beta of my lollipop, i could send you if you want, but i cant test it
dromaczek said:
I dont have ****ty zp998, now i have Jyiaju-S3 Advance... i will search now beta of my lollipop, i could send you if you want, but i cant test it
Click to expand...
Click to collapse
I dont found this rom, but if i good remember, i use lollipop rom for ULEPHONE, flashed it and it works, i dont remember number (maybe lollipop ulephone 650), use flashtools and it should be run on ZP998
hello, any news about this rom?
conanecu said:
hello, any news about this rom?
Click to expand...
Click to collapse
abandon, zp998 is ****ty

Issues building AOSP KK

Hello guys,
I'm starting this new topic because I'm having problems trying to build AOSP image of KK from Sony's tutorial.
I've synced android's 4.4.4 tree succesfully (I guess because when I follow the tutorial, in this step: repo init -u https://android.googlesource.com/platform/manifest -b android-4.4.4_r2, I have an issue: please see my first two pictures attached) but when I try to git cherry-pick (Add necessary patches from the AOSP upstream branch) I get another error (please, see the next picture attached).
Can anybody help me to succesfully create the ISOs so I can flash it and have vanilla Android?
Thank you very much!!
git already show you error:
fatal: unable to auto-detect email address.
Click to expand...
Click to collapse
Try:
Code:
git config --global user.email "[email protected]"
git config --global user.name "Your.Name"
EDIT: In future: please translate git errors. Not everyone in here uses spanish
Did command repo sync finished successfully? It should work for a pretty long time because its long list of files to download...
Ups, sorry! I'll take a look and translate it into English the next time. I'm sorry!
I've managed to fix that bug changing the device's name. Now it detects my email adress.
The repo in sync succesfully. The problem I have right now is the "git cherry-pick" because it seems not to be working (the one that shows in the last picture I attached).
I hope I can get a fix soon. Thanks for answering!
Enviado desde mi D5103 mediante Tapatalk
Ok, so i've go through tutorial on sony developer webpage and i've built an images without errors - are you certain that nothing modified your files?
I can upload image files if you want to try, but for now its not ready for everyday work - speakers (probably mic too), camera and nfc is not working.
Pergert said:
Ok, so i've go through tutorial on sony developer webpage and i've built an images without errors - are you certain that nothing modified your files?
I can upload image files if you want to try, but for now its not ready for everyday work - speakers (probably mic too), camera and nfc is not working.
Click to expand...
Click to collapse
Well, I've seen how to fix what I did wrong so I'll try again later but if you're telling me that AOSP KK is not working fine, I'll dessist. I thought tha problems existed in LP version, not Kit Kat's...
Thanks for answering!
Enviado desde mi D5103 mediante Tapatalk
Cm 12 freexperia no boot
gbueno6 said:
Well, I've seen how to fix what I did wrong so I'll try again later but if you're telling me that AOSP KK is not working fine, I'll dessist. I thought tha problems existed in LP version, not Kit Kat's...
Thanks for answering!
Enviado desde mi D5103 mediante Tapatalk
Click to expand...
Click to collapse
U mean we can have pure android KitKat on T3
avayrocks said:
U mean we can have pure android KitKat on T3
Click to expand...
Click to collapse
What I mean is that we can have pure android KK in our T3 but it's not fully working yet.
I'll try to build it again but I'll not be stable according to Pergert.
Enviado desde mi D5103 mediante Tapatalk
gbueno6 said:
What I mean is that we can have pure android KK in our T3 but it's not fully working yet.
I'll try to build it again but I'll not be stable according to Pergert.
Enviado desde mi D5103 mediante Tapatalk
Click to expand...
Click to collapse
K try hard we are waiting for the pure stable KitKat ROM for T3
avayrocks said:
K try hard we are waiting for the pure stable KitKat ROM for T3
Click to expand...
Click to collapse
I don't have to work hard because I'm not a senior developer. I only followed the tutorial Sony gave us in their website to build the images.
I don't know HOW to FIX all the bugs it has. I'm sorry! Better ask other great developers we have here in xda!
Enviado desde mi D5103 mediante Tapatalk
gbueno6 said:
I don't have to work hard because I'm not a senior developer. I only followed the tutorial Sony gave us in their website to build the images.
I don't know HOW to FIX all the bugs it has. I'm sorry! Better ask other great developers we have here in xda!
Enviado desde mi D5103 mediante Tapatalk
Click to expand...
Click to collapse
I got that but someone (SENIOR DEVS) please make some custom ROMs or stock 4.4.4 ROM for T3

Elephone P9000 E update

At the official forum ther is an link to a new install.
Anybody succes installing , downloading is not smooth for me at this moment.
http://www.needrom.com/download/elephone-p9000-e/
Regards
Bert

			
				
LJPENL said:
At the official forum ther is an link to a new install.
Anybody succes installing , downloading is not smooth for me at this moment.
http://www.needrom.com/download/elephone-p9000-e/
Regards
Bert
Click to expand...
Click to collapse
What's the p9000 E, can this be flashed on regular p9000?
Sent from my P9000 using XDA-Developers Legacy app
Jaglicic said:
What's the p9000 E, can this be flashed on regular p9000?
Click to expand...
Click to collapse
I don't know, I'm looking for answers before I flash
No, you probably can't, because it is another Elephone model, that will come out with Android 7.0 installed.
Read here for more information:
https://www.voondo.de/elephone-p9000e-in-hong-kong-gesichtet-86850.html
It's in German, but that article (from October 2016) says there is yet another P9000 to come out, the P9000e.
So, you probably can't flash that rom onto an Elephone P9000. You could be so lucky as it to work, but that's a gamble I'm not willing to take yet...
Maybe this could be ported to the P9000. It looks like the only difference is the soc.
rkuijpers said:
No, you probably can't, because it is another Elephone model, that will come out with Android 7.0 installed.
Read here for more information:
https://www.voondo.de/elephone-p9000e-in-hong-kong-gesichtet-86850.html
It's in German, but that article (from October 2016) says there is yet another P9000 to come out, the P9000e.
So, you probably can't flash that rom onto an Elephone P9000. You could be so lucky as it to work, but that's a gamble I'm not willing to take yet...
Click to expand...
Click to collapse
Thanks for this, I was wondering what the hell is a P9000 E ... lol - never heard of one!
Hexyl said:
Maybe this could be ported to the P9000. It looks like the only difference is the soc.
Click to expand...
Click to collapse
I was wondering that myself as well, it certainly looks like there are only "little" differences between the two devices. But looks can be deceiving...
I've read somewhere on XDA that one of the probable reasons our "old" P9000 still has no stock 7.0 rom, could be problems getting the printscanner to work in 7.0.
The P9000e probably has another built-in printscanner that is already 7.0 compatible, so that might be a problem when porting it.
Let's hope one of the devs is willing to look at porting it, as it would be awesome to get this new 7.0 rom working on the P9000!!!
But hey, maybe someone will be so adventurous and willing to try flashing this rom on his or her P9000, and share the results? Fingers crossed :victory:
Found this in a comment on needrom.
http://www.elephonestore.com/elephone-p9000-edge-mtk6755-4gb-phone.html
It seems someone has installed this on P9000 and it works fine http://bbs.elephone.hk/forum.php?mod=viewthread&tid=13262&page=2&extra=#pid132695
i tryed to flash but is says " PMT changed for the rom, it must be downloaded" ??
edit first full format than you can flash it works!!
Camera works, fingerprint is not working!
NFC is not available in settings?
Substratum works
Anyone tried this one
http://www.needrom.com/download/elephone-p9000-7-0/
Sent from my P9000 using XDA-Developers Legacy app
Jaglicic said:
Anyone tried this one
http://www.needrom.com/download/elephone-p9000-7-0/
Click to expand...
Click to collapse
I haven't but from the version it seems like an update 20170318 while the one we got a few posts back is 20170316, i might try and update it
Ruben Craveiro said:
I haven't but from the version it seems like an update 20170318 while the one we got a few posts back is 20170316, i might try and update it
Click to expand...
Click to collapse
That's why I'm asking, if there are some changes I will try to update, I'm currently using this one from 20170316, if you update, please post feedback here, thanks
Sent from my P9000 using XDA-Developers Legacy app
Jaglicic said:
That's why I'm asking, if there are some changes I will try to update, I'm currently using this one from 20170316, if you update, please post feedback here, thanks
Sent from my P9000 using XDA-Developers Legacy app
Click to expand...
Click to collapse
It's a 5GB file the file size are usually 1-2GB so i would be careful could be dodgy
haidar123 said:
It's a 5GB file the file size are usually 1-2GB so i would be careful could be dodgy
Click to expand...
Click to collapse
Someone posted at elephon forum this "There is directory for sp flash tool, separate file for ota upgrade and the bigest is file called target_files-package.zip it looks like source used to build rom" it explains a lot
Didn't had a chance to download because I'm at work, but will try tonight or tomorrow
Can anybody please upload to mega or so please?
Jaglicic said:
Anyone tried this one
http://www.needrom.com/download/elephone-p9000-7-0/
Sent from my P9000 using XDA-Developers Legacy app
Click to expand...
Click to collapse
Downloading now. I will tell you after install.
EDIT: Winrar says that file is damaged. Anyone else downloaded?

[Moto Display][ROOT]Moto G5 Display on Z Play[TWRP].

Warning: *I'm not responsible for Damaged or Bricked devices. Do it at your own risk.*
*Don't reflash the zip file again once done.*
Note: *works only on stock*
First of all, Download-
Moto G5 Display =>https://drive.google.com/file/d/0BzCYi8UtmMKhVXU1eTI4LWwtS28/view?usp=sharing
•Power off the device and install Moto G5 Zip using twrp.
•Reboot after the installation.
•Wait for the device to Reboot.
•Install MotoDisplay Handwave from Playstore.
https://play.google.com/store/apps/details?id=sayantanrc.motodisplayhandwave
•Open and Enable the MotoDisplay app.
•That's it! Enjoy your new Moto Display.
Tested on: Moto Z.
In case, if you want to go back to the stock display:
Moto Z/Z Play Stock Display:
https://drive.google.com/file/d/0BzCYi8UtmMKhQUFSOWh4Q3JITU0/view?usp=drivesdk
[Thanks to Android king for the video tutorial]
Here's the video that has been posted by Android King: https://youtu.be/f1SrwhQI5u0.
Cheers!!
Reserved.
What's the difference between stock and this?
rampare99 said:
What's the difference between stock and this?
Click to expand...
Click to collapse
Changed and new look that's coming with newer Moto Devices.
Like the ones that G5 have[See image]
Works fine but... How change the color? In my mzp is Pink
folken2003 said:
Works fine but... How change the color? In my mzp is Pink
Click to expand...
Click to collapse
Thanks for testing.
But I'm sorry to say that you can't change its colour, it's tested in Moto Z and it gives blue colour only maybe it's due to the difference in devices.
Looks like the video
folken2003 said:
Looks like the video
Click to expand...
Click to collapse
Anyways, it looks good.
Also, can you provide me the image your moto display of Z Play, i will stick this photos in my thread.(If you don't have any prob)
And are you liking the new moto display?
I reflashed and now is White
folken2003 said:
I reflashed and now is White
Click to expand...
Click to collapse
I can't play video.
https://youtu.be/FDW5ZWe3eqM
folken2003 said:
https://youtu.be/FDW5ZWe3eqM
Click to expand...
Click to collapse
Ohf!
You have messed with your moto display by reflashing, it's looking very weird.
Lol, I tested and the display is dinamic!! , dependent of the color of your wallpaper, very nice and ty
Work only on stock?
Inviato dal mio XT1635-02 utilizzando Tapatalk
mercuriox85 said:
Work only on stock?
Inviato dal mio XT1635-02 utilizzando Tapatalk
Click to expand...
Click to collapse
Not sure but should work on customs too.
Pls let me know if it'll work on Lineage OS ?
tausif1590 said:
Pls let me know if it'll work on Lineage OS ?
Click to expand...
Click to collapse
Should work, you can give it a try.
It will hardly take 1-2 mins.
Even i also need someone to test this on Custom ROMS and tell so that i can mention in my decription.
It's working perfectly fine in stock with no issues.
zip and app dosnt work on lineage based rom (
defilip69 said:
zip and app dosnt work on lineage based rom (
Click to expand...
Click to collapse
Have you tried yourself?
Yash24 said:
Should work, you can give it a try.
It will hardly take 1-2 mins.
Even i also need someone to test this on Custom ROMS and tell so that i can mention in my decription.
It's working perfectly fine in stock with no issues.
Click to expand...
Click to collapse
No, it doesn't work I have already tried. Ambient display conflicts with moto display, I guess. I have also tried disabling the ambient display.

[ROM][H815] H-ROM G4 NOUGAT [v29a]

H-ROM G4 NOUGAT v1.1
v29 base. Thanks to @keriox
system-less
Full stock with some stuff added
LG Q6 Home (lastest available LGHome UX6)
Replaced stock wallpapers by V20
Call recording enabled
V20 miniview
Extra camera modes
And some more
Debloated and removed MLT
Stock kernel in permissive
Unrooted (choose the method you want if any)
Lastest LG apps and GAPPS
Init.d and busybox support
Disabled signature verification
VoLTE should be supported
KNOWN BUGS
You tell me
FLASHING INSTRUCTIONS
UNLOCKED BOOTLOADERS!
ONLY H815!
MM BOOTLOADER AT LEAST!
ONLY CLEAN INSTALL!
Consider make a backup with @steadfasterX tool
I recommend to flash first lastest MM kdz (20p) and then lastest TWRP
In lastest TWRP:
Wipe system, data, dalvik&cache, cache
Flash N bootloader (link on second post)
Flash rom zip
Flash update zip (optional, see here)
First boot will take much time, have patience!
SCREENSHOTS
DOWNLOAD LINK
Mega: https://goo.gl/UAPNv4
MD5: 3aae76d78aecadded0bb2d4ed8630ef0
No mirror links please!
Update: H-ROM G4 Nougat Update
THANKS
@keriox for dump
@renzetti.s
@TeknoFreak
@raptordd
@cheloz
DONATIONS
I don't need them, but you can still donate money to charity :good:
I am not responsible on brick and so on
DON'T USE ANY PART, SCRIPT OR FILE OF THIS ROM WITHOUT MY PROPER PERMISSION
XDA:DevDB Information
H-ROM G4 H815 NOUGAT, ROM for the LG G4
Contributors
Astrako, keriox
Source Code: http://opensource.lge.com/osSch/list?types=ALL&search=h815
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Version Information
Status: Stable
Current Stable Version: 1.1
Stable Release Date: 2017-08-22
Created 2017-08-21
Last Updated 2017-09-22
LG G4 H815 NOUGAT BOOTLOADER
Thanks to @keriox one more time to provide whole N bootloader for H815 variant
Download Link: https://goo.gl/L5wg4F
Just flash it on lastest TWRP
NOTICE that this will change the warning message about unlocked bootloader
NOTICE that if you want to return back to MM then you have to flash MM bootloader again
Really really great job. Congrats....
Maybe I will buy a g4 just for test this rom....
full port ux6 coming too...
Astrako said:
full port ux6 coming too...
Click to expand...
Click to collapse
Waiting for it so far enjoying stock Nougat
Wysłane z mojego LG-H815 przy użyciu Tapatalka
renzetti.s said:
Maybe I will buy a g4 just for test this rom....
Click to expand...
Click to collapse
For the g4 users profit you should, my friend
Astrako said:
For the g4 users profit you should, my friend
Click to expand...
Click to collapse
They have already you
Great news! Will this work with Magisk?
kasiopc said:
Great news! Will this work with Magisk?
Click to expand...
Click to collapse
Works perfectly.
Gonna try this out. Thanks in advance
First, thank you Astrako !
I love your H-Rom(s) !
Second, clean flash, but unfortunately, no data.
It's like there is no sim in my phone. My pin code is corectly done, but no data, even the data section in the parameters is greyyed.
I will investigate this tonight (because i'm currently at work... )
Anyway, thanks again !
[edit] : on the lockscreen in the statusbar, it's written "network locked"....
Litderose said:
First, thank you Astrako !
I love your H-Rom(s) !
Second, clean flash, but unfortunately, no data.
It's like there is no sim in my phone. My pin code is corectly done, but no data, even the data section in the parameters is greyyed.
I will investigate this tonight (because i'm currently at work... )
Anyway, thanks again !
[edit] : on the lockscreen in the statusbar, it's written "network locked"....
Click to expand...
Click to collapse
Hi mate, thanks for report.
For me worked fine. Only had to add apn values. Can you disable Volte in toggles and try again?
Litderose said:
First, thank you Astrako !
I love your H-Rom(s) !
Second, clean flash, but unfortunately, no data.
It's like there is no sim in my phone. My pin code is corectly done, but no data, even the data section in the parameters is greyyed.
I will investigate this tonight (because i'm currently at work... )
Anyway, thanks again !
[edit] : on the lockscreen in the statusbar, it's written "network locked"....
Click to expand...
Click to collapse
Try select net by hand
Inviato dal mio LG-D802 utilizzando Tapatalk
Testing for 2h now, amazing work, smooth and beautiful ROM. Battery life seems a little bit worst than Imperium
pedrogcsb said:
Testing for 2h now, amazing work, smooth and beautiful ROM. Battery life seems a little bit worst than Imperium
Click to expand...
Click to collapse
Cannot say after 2 hours... Wait 2 complete cycle [emoji6]
Inviato dal mio LG-D802 utilizzando Tapatalk
renzetti.s said:
Cannot say after 2 hours... Wait 2 complete cycle [emoji6]
Inviato dal mio LG-D802 utilizzando Tapatalk
Click to expand...
Click to collapse
Yes i know. I will give the feedback later
Astrako said:
Hi mate, thanks for report.
For me worked fine. Only had to add apn values. Can you disable Volte in toggles and try again?
Click to expand...
Click to collapse
renzetti.s said:
Try select net by hand
Inviato dal mio LG-D802 utilizzando Tapatalk
Click to expand...
Click to collapse
Thanks guys ! (sorry, i'm over the 8 thanks permitted...).
I will try this tonight !
Cheers
Please guys, one user has reported data connection problem (greyed out). Could you report if for you work fine or not?
If not, then could provide a full logcat? Thanks!
hello and thank you for your work. I've installed the rom and it worked fine the first time, but after rebooting i've got this message just after the lg logo: "your device is corrupt. it cannot be trusted and may not work properly". The phone doesnt boot and i cant access the recovery beacause i get the same message. Can anyone help me? sorry for my bad english
darkstewie92 said:
hello and thank you for your work. I've installed the rom and it worked fine the first time, but after rebooting i've got this message just after the lg logo: "your device is corrupt. it cannot be trusted and may not work properly". The phone doesnt boot and i cant access the recovery beacause i get the same message. Can anyone help me? sorry for my bad english
Click to expand...
Click to collapse
Welcome to the new unlocked bootloader warning advice in Nougat.
Rom will boot fine.
What version of TWRP do you have? Flash again lastest version by fastboot.

Categories

Resources