{Sources} Yoga Book Nougat Open Source Code - Lenovo Yoga Book Guides, News, & Discussion

Note: This OpenSourceCode isn´t for flashing through TWRP
After a lot of hard work, i have successfully extracted the Source Code from the Yoga Book stock ROM
The files inside the OSC are owned by Lenovo
The OSC is only for development Porposes, for more INFOS, PLZ read the ReadMe text inside OSC.......
Download Link:
https://mega.nz/#!Y743VYRQ!h3ib01nqKZF40zAdnQezMF0A0-q2vpl17xtwHXyoBTs
Don´t Forget to hit the Thank you, and join us in our Lenovo Yoga Book Chatroom on Telegram:
MOD EDIT: LINK REMOVED​

https://pcsupport.lenovo.com/in/en/products/tablets/yoga-series/yoga-book/downloads/ds118515

Related

ISO of Android $ource Code

When you have low bandwidth than downloading source code is frustated and unable to successfully download complete android (or derivatives) source code in most cases to build their own ROM !!
So Me And My Friend Started Little Project To Give That User ISO and Tar (( work in process )) File [[ NOT IN CD/DVD :silly: ]]
Currently Uploaded :-
ANDROID 4.2-r1
ANDROID 4.3
ANDROID 4.4
ANDROID 5.0.0_r5
CM11
=====DOWNLOAD LINK===
Note :- If you want to download this ISO files in window OS than follow THIS GUIDE
REQUEST :-Avaliable
THANK TO :- XDTIANYU

Native for Gear S

The 4pda.ru posted tool to compile native applications on C.
Already running "contact editor" for standalone use.
Available for downloading and betatesting.
https://youtu.be/pZjiSeFDfXY
Proof Link
The project is opensource:
https://github.com/KngGroup/launcher-wgt
https://github.com/KngGroup/contacts
https://github.com/KngGroup/launcher
The author invites developers to join the project.

We need to help ourselves!!!!

Hi,
Look like we need to wake up to developing our own rom by ourselves,
We are some Lenovo Yoga Book developers for (Android and windows versions) , we have a telegram chatroom, we hope that you gonna join us
MOD EDIT: LINK REMOVED
Note: both (Basics and Devs) are welcome on our group
Promoting social media is no longer allowed on XDA:
Self-promotion is forbidden, this includes blogs, social media and video channels etc. Random links will be removed.
Click to expand...
Click to collapse
THREAD CLOSED
THE MAXIMUM POWER said:
Hi,
Look like we need to wake up to developing our own rom by ourselves,
We are some Lenovo Yoga Book developers for (Android and windows versions) , we have a telegram chatroom, we hope that you gonna join us
MOD EDIT: LINK REMOVED
Note: both (Basics and Devs) are welcome on our group
Click to expand...
Click to collapse

Telegram group

I have created a telegram group for our phone.
As you might have seen that @+)KEV1N(+ has posted a screenshot of his linux terminal showing that he has successfully compiled first version of linage os for our device. Check here
https://forum.xda-developers.com/zenfone-3-zoom/how-to/little-to-quench-thirst-t3798367
I would request you all to join this telegram group so that we can have some discussions and debugging.
MOD EDIT: LINK DELETED
Posting social media links around the forum is no longer allowed on XDA. For more information, please refer to the thread linked below:
Telegram and Whatsapp Channels - Going Forward
Naman Vashishth said:
I have created a telegram group for our phone.
As you might have seen that @+)KEV1N(+ has posted a screenshot of his linux terminal showing that he has successfully compiled first version of linage os for our device. Check here
https://forum.xda-developers.com/zenfone-3-zoom/how-to/little-to-quench-thirst-t3798367
I would request you all to join this telegram group so that we can have some discussions and debugging.
MOD EDIT: LINK DELETED
Click to expand...
Click to collapse

[CLOSED] [GUIDE] Include OTA updating in your LineageOS (or based on it) ROM build

You need:
- Working LineageOS built from source
- File hosting with direct links, for exaple AndroidFileHost
- GitHub account
1) create public GitHub repository and create in it JSON file with following text:
Code:
{
"response": [
{
"datetime": 1234567890,
"filename": "ota-package.zip",
"id": "5eb63bbbe01eeed093cb22bb8f5acdc3",
"romtype": "unofficial",
"size": 314572800,
"url": "https://example.com/ota-package.zip",
"version": "16.0"
}
]
}
"datetime" - build date in UNIX timestamp, see out/build_date.txt[/i
"filename" - name of your OTA package
"id" - update identificator, simply use password generator
"romtype" - your build type (unofficial)
"size" - OTA package size in bytes
"url" - direct link to package
"version" - ROM version
2) Go to packages/apps/Updater/res/values and open file strings.xml
Find URL define (updater_server_url):
Code:
<string name="updater_server_url" translatable="false">https://download.lineageos.org/api/v1/{device}/{type}/{incr}</string>
And copy here Raw of created JSON file, for exapmle:
Code:
<string name="updater_server_url" translatable="false">https://raw.githubusercontent.com/MyCats/file_storage/master/lineage/mycats.json</string>
3) Build package with OTA support with usual method with making installclean
Done! Now you have build with OTA support.
Does this still work? I can't seem to get it to work.
I did get it to work but this thread is dead and should be closed.
TheSayaMan said:
I did get it to work but this thread is dead and should be closed.
Click to expand...
Click to collapse
how did you get it to work pls tell as i cant get any other guide
Vinc3nt.exe said:
how did you get it to work pls tell as i cant get any other guide
Click to expand...
Click to collapse
Pretty much exactly how he says. The reason why it didn't first work for me is because I had the OTA pointed to a download link and you can't do that. It has to be a direct link to download.
TheSayaMan said:
Pretty much exactly how he says. The reason why it didn't first work for me is because I had the OTA pointed to a download link and you can't do that. It has to be a direct link to download.
Click to expand...
Click to collapse
OK thanks brother for helping me out
@MyCats
Abandoned thread closed. Please contact the moderator staff if you wish to have the thread reopened.
-Regards: Badger50

Categories

Resources