[Q]Get the float multi-window - General Omni Discussion

i want to get the all path for the float multi-window.
but i don't know where to view the source codes.
pls help me.
thx

junjie.qian said:
i want to get the all path for the float multi-window.
but i don't know where to view the source codes.
pls help me.
thx
Click to expand...
Click to collapse
All the source is on gerrit. https://gerrit.omnirom.org/
Just cherry pick them into your trees and build.

null
ryukiri said:
All the source is on gerrit.
Just cherry pick them into your trees and build.
Click to expand...
Click to collapse
The gerrit has too many records and i don't known which one is the useful record.
Could you help me find the detail float multi-window url.
Sorry for my bad english.

Related

Kindle Fire Source Code

Official Source Code:
http://www.amazon.com/gp/help/customer/display.html?nodeId=200203720
tufeijoe said:
Official Source Code:
http://www.amazon.com/gp/help/customer/display.html?nodeId=200203720
Click to expand...
Click to collapse
what can we do with it? I'm looking for the Silk Browser source code but it seems there is no such a thing inside the src

Adding multi-window support to your Omni build

Since this has been asked a few times
Multi windows support is not in by default
You need to cherry-pick this to include it in your build
https://gerrit.omnirom.org/#/c/53/
thank you,
I added it into my p5110 build, i'll let you know if it works well.
edit:: working well
I won't lie, I plan to build Omni today as my first-ever Android build. It may go hilariously badly, it may go wonderfully. Is it in the command line that I cherry-pick that piece of code? The rest I think I can figure out myself. Thanks in advance.
dibblebill said:
Is it in the command line that I cherry-pick that piece of code?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=37053013&postcount=7
chasmodo said:
http://forum.xda-developers.com/showpost.php?p=37053013&postcount=7
Click to expand...
Click to collapse
You probably will want to do a "repo start" first, otherwise your commit will be clobbered on sync.
e.g. from the root of the source tree:
Code:
repo start work frameworks/base
for more on repo - http://source.android.com/source/using-repo.html
Thank you both. Very helpful. It's wonderful receiving help from the developers, especially since this will be my first build
Sent from my Nexus 10
dibblebill said:
Thank you both. Very helpful. It's wonderful receiving help from the developers, especially since this will be my first build
Sent from my Nexus 10
Click to expand...
Click to collapse
For everybody there was a "first time"
chasmodo said:
http://forum.xda-developers.com/showpost.php?p=37053013&postcount=7
Click to expand...
Click to collapse
When I execute this using the linked cherry pick, all I get is "fatal: Not a git repository (or any of the parent directories): .git
dibblebill said:
When I execute this using the linked cherry pick, all I get is "fatal: Not a git repository (or any of the parent directories): .git
Click to expand...
Click to collapse
you tried this mate?
Code:
git fetch [url]https://gerrit.omnirom.org/android_frameworks_base[/url] refs/changes/53/53/19 && git cherry-pick FETCH_HEAD
before that u must be inside ~/android/omni/frameworks/base if i im rigth, u get there by
Code:
cd ~/android/omni/frameworks/base
someone correct me if im wrong pls.
makkeonmies said:
you tried this mate?
Code:
git fetch [url]https://gerrit.omnirom.org/android_frameworks_base[/url] refs/changes/53/53/19 && git cherry-pick FETCH_HEAD
before that u must be inside ~/android/omni/frameworks/base if i im rigth, u get there by
Code:
cd ~/android/omni/frameworks/base
someone correct me if im wrong pls.
Click to expand...
Click to collapse
[codegit fetch https://gerrit.omnirom.org/android_frameworks_base refs/changes/53/53/19 && git cherry-pick FETCH_HEAD[/code]
Exactly as copied and pated from the cherrypick itself, yep.
I was, however, in ~/android/omni/.repo/projects/frameworks/base, though. Now I got it fixed and inserted. thanks!
on my way to being a ROM hacker/compiler, then later developer
EDIT: Will the sources for this rescync automatically when I repo sync, or will I have to also re-cherry pickk this every few days?
dibblebill said:
[codegit fetch https://gerrit.omnirom.org/android_frameworks_base refs/changes/53/53/19 && git cherry-pick FETCH_HEAD[/code]
Exactly as copied and pated from the cherrypick itself, yep.
I was, however, in ~/android/omni/.repo/projects/frameworks/base, though. Now I got it fixed and inserted. thanks!
on my way to being a ROM hacker/compiler, then later developer
EDIT: Will the sources for this rescync automatically when I repo sync, or will I have to also re-cherry pickk this every few days?
Click to expand...
Click to collapse
If you do a "repo start" before cherry-picking, repo will try to automatically rebase when syncing. It will not sync newer patchsets though.
thanks, very useful.
just to know, why isn't it yet merged ?
BENETNATH said:
thanks, very useful.
just to know, why isn't it yet merged ?
Click to expand...
Click to collapse
Because it still has a lot of bugs that need to be worked out?
Unfortunately, since Omni went public, we've had a ton of device support stuff to work with people on, so the more difficult items have temporarily stalled.
Entropy512 said:
Because it still has a lot of bugs that need to be worked out?
Unfortunately, since Omni went public, we've had a ton of device support stuff to work with people on, so the more difficult items have temporarily stalled.
Click to expand...
Click to collapse
sadly i would say.
BBQ was a great timing but people went crazy on omni, which is a good and a bad thing ^^
i've built omni for my device, with the commit, and it's nice, but currently, it's nearly strictly an AOSP, which is a bit frustrating
keep the hard work, courage to all the omni dev !
BENETNATH said:
sadly i would say.
BBQ was a great timing but people went crazy on omni, which is a good and a bad thing ^^
i've built omni for my device, with the commit, and it's nice, but currently, it's nearly strictly an AOSP, which is a bit frustrating
keep the hard work, courage to all the omni dev !
Click to expand...
Click to collapse
Yeah, I would've liked to have polished things a bit more - but the BABBQ was an opportunity we didn't want to miss.
yep,
anyway, great work. what you guys need now is to keep that alive, and to limit the time spent on bringing devices, better enhance the rom.
Rom builders will join the effort for all the rom stuff, especially as it's really easy (i've bring my device in a dozen of minutes, from a CM branch. needs polishing but works)
Does anyone have the last patch set for multiwindow the 4.3 branch? It seems like the past two weeks worth of patches were lost after the Gerrit server hard drive failure, and I just got my first build done yesterday so I'm not sure what I can cherry pick to test out multiwindow. The last comment remaining seems to imply that the last patch set was broken.
https://gerrit.omnirom.org/#/c/1510/
chasmodo said:
https://gerrit.omnirom.org/#/c/1510/
Click to expand...
Click to collapse
That's the 4.4 branch. Time to cherry-pick!
sgt. meow said:
That's the 4.4 branch. Time to cherry-pick!
Click to expand...
Click to collapse
Are you cherry picking back to 4.3 or doing a 4.4 build? Let us know how it goes! I just set up a build this weekend for my N8013 but Gerrit was down so I couldn't get multiwindow, and when it came back the Gerrit ticket was missing two weeks worth of patches as I mentioned so I was feeling like it would be risky to try to apply it.

How to cherry pick??

I was wondering if anyone knows how to cherry pick and could help me out. I'm building cm11 and want to cherry pick halo! Been reading up and just can't seem to figure it out
Sent from my MB886 using Tapatalk
penser
tember1214 said:
I was wondering if anyone knows how to cherry pick and could help me out. I'm building cm11 and want to cherry pick halo! Been reading up and just can't seem to figure it out
Sent from my MB886 using Tapatalk
Click to expand...
Click to collapse
http://www.techlila.com/compile-android-rom-from-source-code/ Search "fetch commits" on the page.
Fetch Commits from Other ROMs
You can cherry-pick features from other ROMs source code. Say for example, I want to pick Feature A , with commit ID “12345” from repository “github.com/user/reporepo”.
You navigate to the package in your local source code and run these in Terminal.
Code:
cd ~/<path_to_reporepo_packages>
git fetch [url]https://github.com/user/reporepo[/url]
git cherry-pick 12345
Click to expand...
Click to collapse

[ROM] SlimLP | Android 5.1.1 Lollipop | FIXED LINKS! | [05/10/2015]

SlimLP Android 5.1.1
SlimRoms is a custom android operating system. The main goal is to offer users a slimmed down but still feature rich alternative to other android operating systems.
The entire SlimTeam work together to bring you this tailor-made beauty straight from Android Open Source Project (AOSP) source code.
All of the sources can be publicly viewed through GitHub and you can stop by the public Gerrit to submit patches of any type.
SlimLP is currently in alpha / beta stage, some custom features are already in place, but much much more is planned for the future.
Download:
GSM
Sprint
US Cellular
Google Apps / How to
Our resident Gapps guru, @dankoman, is still working on our custom Gapps. For now please use those provided here.
Important links:
slimroms.eu - (WIP)The official webpage where you find everything you need to know about SlimRoms.
Installation instructions - Follow these steps to the letter if you're about to install SlimRoms on your device.
Slim FAQ
Kernel Source - The source of your device's kernel.
Get in touch! - Contact SlimRoms at these places if you have questions, requests or feedback.
Google+
Twitter
Facebook
Disclaimer: SlimRoms are not responsible for any damages to your device.​
yolo
reserved
mc
reserved
swaggins
reserved
pro_granade said:
SlimLP Android 5.1.1
SlimRoms is a custom android operating system. The main goal is to offer users a slimmed down but still feature rich alternative to other android operating systems.
The entire [url="http://slimroms.net/index.php/team"]SlimTeam work together to bring you this tailor-made beauty straight from Android Open Source Project (AOSP) source code.
All of the sources can be publicly viewed through GitHub and you can stop by the public Gerrit to submit patches of any type.
SlimLP is currently in alpha / beta stage, some custom features are already in place, but much much more is planned for the future.
Download:
GSM: http://fs1.androidfilesharing.com/4257ff8667b20e60 (Sprint is building right now, then usc, then vzw.)
Google Apps / How to
Our resident Gapps guru, @dankoman, is still working on our custom Gapps. For now please use those provided here.
Important links:
slimroms.eu - (WIP)The official webpage where you find everything you need to know about SlimRoms.
Installation instructions - Follow these steps to the letter if you're about to install SlimRoms on your device.
Slim FAQ
Kernel Source - The source of your device's kernel.
Get in touch! - Contact SlimRoms at these places if you have questions, requests or feedback.
Google+
Twitter
Facebook
Disclaimer: SlimRoms are not responsible for any damages to your device.​
Click to expand...
Click to collapse
Oh man! Super excited for this! Are you going to have a FAQ/Q&A page? If so is that where we also put feature requests?
Thanks again man!
VivisClone said:
Oh man! Super excited for this! Are you going to have a FAQ/Q&A page? If so is that where we also put feature requests?
Thanks again man!
Click to expand...
Click to collapse
Just put 'em in here, I hate having 2 threads to monitor for the same thing. It's a stupid idea. xD
Aaaw yeah! Downloading & testing! Thanks a lot
KingGehl said:
Aaaw yeah! Downloading & testing! Thanks a lot
Click to expand...
Click to collapse
You're welcome bud! Have fun
I would, but i have an issue. It seem´s i can´t enter my SIM-Pin. Numbers work, but "Enter" is missing. Or am i blind?
Sweet cant wait
Sent from my SM-G900R4 using XDA Free mobile app
KingGehl said:
I would, but i have an issue. It seem´s i can´t enter my SIM-Pin. Numbers work, but "Enter" is missing. Or am i blind?
Click to expand...
Click to collapse
What's a SIM-Pin? xD, I use Sprint
pro_granade said:
What's a SIM-Pin? xD, I use Sprint [emoji14]
Click to expand...
Click to collapse
So it's not usable on klte?
KingGehl said:
So it's not usable on klte?
Click to expand...
Click to collapse
Should be, that's what I built it for.
OK, and Sprint is your provider i guess? You don't have to enter a key after reboot to unlock the device?
how can i deactivate hardware key lights? there's no button options
Awesome!! I loved slim on my s3..any camera bugs or BT bugss?? I use my bt everyday for work in ny car so i need it to work 100%.. Also is this offical slim?? Cuz i dont see anything at slimroms.net
iLLdWes said:
Awesome!! I loved slim on my s3..any camera bugs or BT bugss?? I use my bt everyday for work in ny car so i need it to work 100%.. Also is this offical slim?? Cuz i dont see anything at slimroms.net
Click to expand...
Click to collapse
Slim-klte-5.1.1.alpha.0.1-UN OFFICIAL-20150510-0125.zip (205.05 MB)
(glimt in the eye, i know it wasn't easy to find)
cAase said:
Slim-klte-5.1.1.alpha.0.1-UN OFFICIAL-20150510-0125.zip (205.05 MB)
(glimt in the eye, i know it wasn't easy to find)
Click to expand...
Click to collapse
Lmao!! Touché... Will try later today
No matter how many times i tried i always end up in a bootloop when trying to install KT-Kernel.
KingGehl said:
OK, and Sprint is your provider i guess? You don't have to enter a key after reboot to unlock the device?
Click to expand...
Click to collapse
Yeah, I use PIN unlock.

cm Bootable source (request)

Before this is flagged as duplicate thread. Or a simple link to the source code of raymanfx source code. Or even the s6 edge plus port.
If I compile just using source code. It doesn't boot, I've tried all I have that I'm limited at.. some driver error Possibly narrowed it down to it being the defconfig.
Need the missing elf file and a working defconfig. (I am trying to fix some bugs until a more suited release is made..
Thank you
@RaymanFX @Ducter
And anyone else with knowledge
LiL_Assassin said:
Before this is flagged as duplicate thread. Or a simple link to the source code of raymanfx source code. Or even the s6 edge plus port.
If I compile just using source code. It doesn't boot, I've tried all I have that I'm limited at.. some driver error Possibly narrowed it down to it being the defconfig.
Need the missing elf file and a working defconfig. (I am trying to fix some bugs until a more suited release is made..
Thank you
@RaymanFX @Ducter
And anyone else with knowledge
Click to expand...
Click to collapse
Have you tried removing the 'OMX' folders from the system lib / lib64 folder? After you compiled the build.
Battlehero said:
Have you tried removing the 'OMX' folders from the system lib / lib64 folder? After you compiled the build.
Click to expand...
Click to collapse
Sorry man my apologies. I am trying the kernel side of things not the actual rom
LiL_Assassin said:
Sorry man my apologies. I am trying the kernel side of things not the actual rom
Click to expand...
Click to collapse
What device variant do you have?
Battlehero said:
What device variant do you have?
Click to expand...
Click to collapse
My friend has c and I have I
LiL_Assassin said:
My friend has c and I have I
Click to expand...
Click to collapse
Upload the build and I'll have a gander.
Battlehero said:
Upload the build and I'll have a gander.
Click to expand...
Click to collapse
I sent you a pm.
Battlehero said:
Upload the build and I'll have a gander.
Click to expand...
Click to collapse
Though if the pm or this doesn't suit you. Here's an upload for you man. We could be doing things wrong.. But we would love the insight. (We think this is the furthest we have managed)
https://www.dropbox.com/sh/oaenmo464fxoycz/AAD1uk-18MaNp0fQVyyjTvPAa?dl=0

Categories

Resources