[ROM] [AOSP] [JSS15J] AOSP Nightlies - Nexus 7 Android Development

I will be making daily builds of AOSP from the master branch. This is pure AOSP, no extra features. The only thing changed is the build.prop so the Play Store will work. Go to https://android-review.googlesource.com/#/q/status:merged,n,z for a changelog.
Downloads
ROM
GAPPS
FIX
DON'T FORGET TO INSTALL FIX OR ROM WON'T BOOT!
You'll notice I made a custom gapps package. The only difference between my gapps and the ones on goo.im is mine comes with all gapps that come with Nexus devices. If you want to save space then flash the one from goo.im.

Every time I go back to homescreen I get an red border , could you tell me if that was designed that way or what?

@cmason37
Maybe he has made eng build instead of userdebug
Gesendet von meinem Nexus 7 mit Tapatalk 4

Kevinjoa said:
@cmason37
Maybe he has made eng build instead of userdebug
Gesendet von meinem Nexus 7 mit Tapatalk 4
Click to expand...
Click to collapse
That is correct it says eng in the build my bad

Related

[NB4][The Real Slim][Under 800mb] secXces Version 2.0

secXces
The only Real Slim Rom. :>
I'm not the fan of very long descriptions, so just a little description.
This Rom is from my personal use, just to share for you.
I don't like all the bloatware on the Note, so i delete all that I don't wan't.
I'm new on the Note 3, so thats not the real slim like on my Project on my HTC ONE X ( 120 mb Sense Rom )
You want a features list? Here we go.
Based on Android 4.4.2 Samsung Firmware N9005XXUENB4
With Stock Kernel
Build.prop tweaks for Speed and Battery
All Bloatware/Bloatfiles removed ( Under 800mb )
Stock look
Take a look into the Rom about the rest. :>
Click me
​One Screenshot.
Changelog:
Version 2.
- Rebased on NB4
- Destroyed the BUGS with Rotation and Screen Off.
- 783 MB clean
- Added Back S-Health & S-Voice ( you need to freeze it, delete it caused in bugs in front of the installation)
- Added other keyboard ( Samsung IME is breaked. Search for a fix, need a little help? )
Version 1.
- Initial Relase
Click to expand...
Click to collapse
To Do:
- More Slim
- Include back Samsung_IME
- Destroy some bugs when there are something. :>
Click to expand...
Click to collapse
CREDITS:
+in work+
For Something i don't know. :>
Welcome :good: , thanks for the rom
thank's for your rom
did you remove the Spen and Splanner appli and the lib within and if yes which one should i choose to reinstall
thank's
The Pen got his full functionality.
Splanner only the app for it.
Don't remove such much libs for the apps, for the moment. :>
secXces_debaki said:
The Pen got his full functionality.
Splanner only the app for it.
Don't remove such much libs for the apps, for the moment. :>
Click to expand...
Click to collapse
I see it in the zip
thank's
Hi .. good work !
But i would like to remove all the spen related stuff if some1 could help me ?
Thx in advance ..
So that the spen doesnt work?
Not possible, when you Do IT the whole System freeze..
Gesendet von meinem SM-N9005 mit Tapatalk
good!i test! than'k a lot. i love the slim rom
EDIT: no root. why?
Got some pm's about root...
hm, dont know why but with supersu.zip it should be fixed.
Supersu it's present but the binary not present
Inviato dal mio SM-N9005 utilizzando Tapatalk
You should flash this zip.
Next Version without.
Gesendet von meinem SM-N9005 mit Tapatalk
wow, i was looking for such rom
:good: downloading now
will test it for the next couple days
Edit: That's weird, i got status 7 in recovery but all went good!
Edit: can you keep the s note in the next version please
I can make a addon package for the Apps. :>
I remove all aps i dont like. :>
Do we need the 4.4.2 booloader to flash this? Or 4.3 is fine?
This is a 4.4.2 Rom, so 4.4.2 bootloader is necessary.
Gesendet von meinem SM-N9005 mit Tapatalk
Ok, just asking, not every rom needs a new one.
Every Rom based on Official Samsung above NA6 (4.4.2) need the new bootloader. :>
I just flashed Vision X from Tmobile thread and it didn't.

[DEV][ROM][ALPHA]CM 10.1 Asus MeMO Pad HD7 (MTK)

Introducing CyanogenMod for the Asus MeMO Pad HD7​
​
I have been working on CM 10.1 for ME173X for a couple months now, it took me a while as I had never heard of MTK before I got this device. I have come to a good start point for anybody that wants to build for MTK devices.
Anybody should be able to use this source to start building for there own device, so please do not ask if this can be ported, you can build it yourself.
RULES OF THIS THREAD:
1. Do NOT ask for an ETA!
2. Do NOT ask if this can be ported to another device!!!
3. Do NOT PM me with questions about this, if you are trying to develop for another device then comments are welcome.
4. Please use the thanks button instead of posting a thanks reply
Let's keep this as clean as we can to help devs get going and contributing to the development.
This is an alpha build, so expect nothing to work.
Links will be up soon, please be patient.
If you would like to help in the development, you can initialize the repo with this command to get started. For now these are simple changes that should get you to a point that it will boot. The only thing required is for you to set up your device files. This also includes my latest CWM based recovery so it should work for small recovery partitions.
Code:
repo init -u git://github.com/BSydz-MTK/android.git -b cm-10.1
My sources can be found here: http://github.com/BSydz-MTK
Kernel Source can be found here.
Credits: xplodwild, chrmhoffmann, bgcngm
XDA:DevDB Information
CM 10.1 Asus MeMO Pad HD7 Alpha, a ROM for the Android General
Contributors
BSydz
ROM OS Version: 4.2.x Jelly Bean
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Alpha
Created 2014-03-21
Last Updated 2014-03-21
General Installation info
INSTALLATION:
Flash in a custom recovery:
1. Copy zip to sdcard
2. Boot to recovery
3. Make backup
4. Install zip from sdcard
5. Select custom ROM zip
6. Accept install
7. Reboot
8. Enjoy!
Sideload after build:
In same terminal as the build
Code:
adb reboot recovery
In recovery:
Make backup in recovery if needed
Choose Install from sideload
Code:
adb sideload out/target/product/ME173X/cm-10.1-20140322-UNOFFICIAL-ME173X.zip
You will have to change the date according to the date of build.
Change logs and other details
This will be for change logs and details about issues and fixes
General instructions for building
Build Instructions:
1. Build Environment:
You will have to have your Android build environment set up, here is a guide, you do not have to "download the source" at the end.
http://source.android.com/source/initializing.html
2. Create an Android directory on your computer:
This can be named anything you like. I use /CM-10.1-MTK.
3. Open directory in terminal
4. Initialize the repository:
Code:
repo init -u git://github.com/BSydz-MTK/android.git -b cm-10.1
repo sync
After everything is downloaded/synced:
This downloads prebuilt files for CM
Code:
./vendor/cm/get-prebuilts
5. Connect your device to the computer and make sure adb is working
6. Pull files from device: Note: Some files may not have permission so you may have to pull them from the device manually using root explorer or similar.
Code:
cd device/asus/ME173X
./extract-files.sh
cd ../../../
7. Build:
Code:
. build/envsetup.sh && brunch cm_ME173X-eng -j4
Optional Build:
Copy BSydz_ME173X_build.sh to the root of the Android directory, i.e. the dir you created and are using for your build.
This will give you information through out the build, like what step it is at and how long the build took.
Code:
./BSydz_ME173X_build.sh
Most Common Errors:
make: *** No rule to make target
discription:
This simply means that the file that it is being told to build is not where you said it would be.
Solution:
Make sure the file is where it is supposed to be.
First off, this is stellar. I'm pretty sure you just managed to achieve the impossible. You'll go down in history as the man who got Cyanogenmod on a MTK device! Congrats!
Sent from my Galaxy Nexus using xda app-developers app
jrk190 said:
First off, this is stellar. I'm pretty sure you just managed to achieve the impossible. You'll go down in history as the man who got Cyanogenmod on a MTK device! Congrats!
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Thanks, but I am not the only one. Lots of credit goes to xplodwild, chrmhoffmann, and bgcngm. I am just setting it up so that it is accessible to anybody that wants to help. They have made more progress than me as far as getting things working, I just know from experience that if you put the code in front of peoples face, they will be more likely to contribute something to the project. Since we don't have that base to start from, I figured I would put it together and let everybody at it.
Congrats !!!! Would try a build this night !!
Thanks for your work b !!!!
Gesendet von meinem Ascend G510 mit Tapatalk
edit:
short feedback:
The build process runs very clean !!! and ends with no errors. " cm-10.1-20140323-UNOFFICIAL-ME173X.zip "
i think your work is an very good base man
...i had only 15 minutes to playin around with, because i musst work
For the very first cm Alpha on MTK it works very good....
THX again,
sorry did read this now...
Remember this is just a basic boot, nothing works. There is no sound, wifi, bluetooth, and there is still an issue with the mounts and permissions. So the sdcards don't work. I have updated my github and you should be able to build a bootable ROM from it. I will post a link for the flashable ROM after I get a few things taken care of.
Thank you. you get all the goodies. Have no guess. about the beta release.?
Hi BSydz
Nice work!
Download Link?
Gesendet von meinem ME173X mit Tapatalk
awesome news! looking forward to this weeks!!
Sent from my ME173X using xda app-developers app
can someone do some benchmarks?
great work btw!
BSydz
You will that we build the Rom self. But i have only DSL 2000 and its not good for downloading over 10GB! DSL 2000 is 220 KB/s . Slow! Can you give me a download link?
Please.
Sorry for my very very bad english!
Gesendet von meinem HUAWEI G510-0100 mit Tapatalk
spanitzer said:
BSydz
You will that we build the Rom self. But i have only DSL 2000 and its not good for downloading over 10GB! DSL 2000 is 220 KB/s . Slow! Can you give me a download link?
Please.
Sorry for my very very bad english!
Gesendet von meinem HUAWEI G510-0100 mit Tapatalk
Click to expand...
Click to collapse
I will post a ROM soon, just trying to work a few bugs out before I do.
Sent from my WX435 using Tapatalk 2
Ah okay.
Thanks!
Gesendet von meinem ME173X mit Tapatalk
ROM link in download section.
Here is a mirror if you have any issues.
http://www.mediafire.com/download/a3fu2ui4fqkhpbl/cm-10.1-20140325-UNOFFICIAL-ME173X.zip
Thanks!
You are the best!
Gesendet von meinem ME173X mit Tapatalk
Has a way of opening wifi...
Thanks also
The Rom is very very very smooth!
The Wiko Stairway has a MT6589 and CM10.2-11. But Wifi works in Wiko. Can we use some drivers from Wiko?
Gesendet von meinem Ascend G510 mit Tapatalk
spanitzer said:
The Rom is very very very smooth!
The Wiko Stairway has a MT6589 and CM10.2-11. But Wifi works in Wiko. Can we use some drivers from Wiko?
Gesendet von meinem Ascend G510 mit Tapatalk
Click to expand...
Click to collapse
I am working on it. I am going to build cm11 and omni to see if it will work for our device. I am currently modifying CWM 6.0.4.7 to fit on our recovery partition to be able to install them. Once I figure out what needs to be done I can back port it and go from there.
Also our device is mt8125, so there may be slight differences.
Remember I am only one man, and building takes a while between changes. And this is my only tablet so I don't wanna just leave it in dev mode.
Plus I lost all of my backups cause my sdcard just died trying to remove it from my broken SD slot. That will be the last time I use a drywall screw to try to take out my sdcard ... lol.
Please be patient, this is uncharted territory, and this is my first MTK device.
Sent from my ME173X using Tapatalk 2
BSydz said:
I am working on it. I am going to build cm11 and omni to see if it will work for our device. I am currently modifying CWM 6.0.4.7 to fit on our recovery partition to be able to install them. Once I figure out what needs to be done I can back port it and go from there.
Also our device is mt8125, so there may be slight differences.
Remember I am only one man, and building takes a while between changes. And this is my only tablet so I don't wanna just leave it in dev mode.
Plus I lost all of my backups cause my sdcard just died trying to remove it from my broken SD slot. That will be the last time I use a drywall screw to try to take out my sdcard ... lol.
Please be patient, this is uncharted territory, and this is my first MTK device.
Sent from my ME173X using Tapatalk 2
Click to expand...
Click to collapse
I believe that in the Wiki CM thread, that they mentioned that stock kernel only works on CM10.2, not CM11, so try CM10.2/Omni4.3. There's also this: https://gerrit.omnirom.org/#/q/topic:mt6589,n,z on gerrit, perhaps you can try that wifi fix, by renaming it?

Need some Instructions and Information to Port a ROM

Hello People,
How can we use Kernel to port a rom?
Do we need to wait for any Custom ROM for our Mobile? or Can we directly download CM 12 ROM and replacing some files from CM12 to MI4i Kernal?
Please, show me some light.
Best Regards,
More like download cm 12 and replace some files
Sent from my Mi 4i using Tapatalk
rocky_09 said:
Hello People,
How can we use Kernel to port a rom?
Do we need to wait for any Custom ROM for our Mobile? or Can we directly download CM 12 ROM and replacing some files from CM12 to MI4i Kernal?
Please, show me some light.
Best Regards,
Click to expand...
Click to collapse
I think you mean the kernel source. We need this to build a kernel for our mi4i. Especially for a custom from like cm12. But its not as easy as downloading a rom. A complete devices stock have to be created for the device to get everything work. So far as I know cm doesn't support any xiaomi device official. For cm we need the suitably vendor files to build the rom. Some we can pick from similar devices like yureka for example.
I think the devs here will do a good job. In 2 weeks after my exams I have time to try a port if in this time not other devs release a rom
Gesendet von meinem Mi 4i mit Tapatalk
smoki3 said:
I think you mean the kernel source. We need this to build a kernel for our mi4i. Especially for a custom from like cm12. But its not as easy as downloading a rom. A complete devices stock have to be created for the device to get everything work. So far as I know cm doesn't support any xiaomi device official. For cm we need the suitably vendor files to build the rom. Some we can pick from similar devices like yureka for example.
I think the devs here will do a good job. In 2 weeks after my exams I have time to try a port if in this time not other devs release a rom
Gesendet von meinem Mi 4i mit Tapatalk
Click to expand...
Click to collapse
Thank you very much for the detailed explanation.
I am new to this stuff. If you don't mind can you please expalin.
1. So, When we have Kernel, How we can use the files of the Kernel to port other devices.?
2. Suppose, If we take AOSP Rom from Google and Developers Rom from MIUI and can I simply replace the files?

[TEST-ROM]CM14.1[Android 7.1.0_r7]

Someone who wants to test my ROM? This ROM Is quite unlike other Note 3 ROM's. Is based on CyanogenMod.
Kernel in this ROM is the latest sources from Samsung with tweaks.
I am not responsible for bricked devices.
Don't work:
- Need to work more with SELinux.. Have some deniers
- You tell me
What is special about my ROM?
- Newer kernel source
- Lag free experience, because I have focused on GPU-source and PowerHall without overclocking. The key is efficiency
Mod edit: Links removed
Will test this out!
Edit: So far so good, but as mentioned below, battery drain tremendously. Though, it's still WIP so no complaints & thanks for your efforts.
Test and report,good to see different nougat projects
Sent from my SM-N9005 powered by QS-N9005-LP
really smooth rom
cellular data works fine and the rom is really smooth, battery drains real quick and app permissions popup glitches.
recent apps panel look really huge and needs alot of resizing
@christer12 awesome mate. ? Gonna give it a try
What are the bugs?
---------- Post added at 08:03 AM ---------- Previous post was at 08:00 AM ----------
How about battery life?
Nightstreetz said:
cellular data works fine and the rom is really smooth, battery drains real quick and app permissions popup glitches.
recent apps panel look really huge and needs alot of resizing
Click to expand...
Click to collapse
Recent panel is okay. This is what it looks on Android Nougat...:silly:
hey guys what kind of gappss did you use? i used the 7.0 open gapps stock one, but i can't get past the first few steps (select language, wifi and so on) as the play services keep crashing on me. I assume the gapps i use aren't fully compatible.
yka1988 said:
hey guys what kind of gappss did you use? i used the 7.0 open gapps stock one, but i can't get past the first few steps (select language, wifi and so on) as the play services keep crashing on me. I assume the gapps i use aren't fully compatible.
Click to expand...
Click to collapse
you must flash the rom along with gapps at the same time. If you first flash the rom and boot and then flash gapps you will face Google Play service fc's.
so
1. Flash rom
2. Don't boot and flash Android 7.0 gapps (Any)
3. flash supersu.zip if needed
poof done no force close
NImesh Basu said:
you must flash the rom along with gapps at the same time. If you first flash the rom and boot and then flash gapps you will face Google Play service fc's.
so
1. Flash rom
2. Don't boot and flash Android 7.0 gapps (Any)
3. flash supersu.zip if needed
poof done no force close
Click to expand...
Click to collapse
Hi, Thx for your feedback! Thats how i have done it (or how I always do it with AOSP Roms)
That's why I was wondering if I picked some incompatible Gapps by mistake.
May I ask you which one you picked? (Stock, full, mini, ore something else than open Gapps?)
Gesendet von meinem SM-N930F mit Tapatalk
yka1988 said:
Hi, Thx for your feedback! Thats how i have done it (or how I always do it with AOSP Roms)
That's why I was wondering if I picked some incompatible Gapps by mistake.
May I ask you which one you picked? (Stock, full, mini, ore something else than open Gapps?)
Gesendet von meinem SM-N930F mit Tapatalk
Click to expand...
Click to collapse
open gapps nano
I used opengapps arm 7.0 pick and everything worked as expected.
Sent from my SM-N9005 using XDA Free mobile app
supergen007 said:
I used opengapps arm 7.0 pick and everything worked as expected.
Sent from my SM-N9005 using XDA Free mobile app
Click to expand...
Click to collapse
Thx, for me all worked except for "Stock" for whatever reasons..went ahead and used "full" instead
Gesendet von meinem SM-N9005 mit Tapatalk
ROM is working excellent no FC's or error or anything. Only bug I have is the battery icon can't change, doesn't show percent and may or may not be showing the wrong amount left in the status bar.
Sent from my SM-N9005 using Tapatalk
jamboss said:
ROM is working excellent no FC's or error or anything. Only bug I have is the battery icon can't change, doesn't show percent and may or may not be showing the wrong amount left in the status bar.
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
You can't change the battery Icon within the status bar settings that's correct, however you can make the percentage appear within the stock battery icon. Go to settings / status bar / status bar icons". There, i have a setting for showing the percentage at the bottom of the screen, once I pass all the slider options for the icons I want to enable.
Gesendet von meinem SM-N9005 mit Tapatalk
yka1988 said:
Hi, Thx for your feedback! Thats how i have done it (or how I always do it with AOSP Roms)
That's why I was wondering if I picked some incompatible Gapps by mistake.
May I ask you which one you picked? (Stock, full, mini, ore something else than open Gapps?)
Gesendet von meinem SM-N930F mit Tapatalk
Click to expand...
Click to collapse
I think Android Pay is the cause of that trouble.
I'm so exited about CM14 on my note 3. One day i will try it. Have to wait now :/
Two questions.
1. Are there only two devs working on CM14 for note 3?
2. trader418 has one CM14 rom, but not that much time to work on it.
Can't you two collaborate on one rom, or at least a stable base that you can then work on separately if you which?
I'm asking this for as a user and not a developer this make sense.
Two cooks can be a good thing. :good:
Thanks for this rom m8.
Tesla said:
I'm so exited about CM14 on my note 3. One day i will try it. Have to wait now :/
Two questions.
1. Are there only two devs working on CM14 for note 3?
2. trader418 has one CM14 rom, but not that much time to work on it.
Can't you two collaborate on one rom, or at least a stable base that you can then work on separately if you which?
I'm asking this for as a user and not a developer this make sense.
Two cooks can be a good thing. :good:
Thanks for this rom m8.
Click to expand...
Click to collapse
This ROM is stable as hell and everything I have tried so far is working. Battery icon reads the correct info and the percent is showing in the icon. ROM is perfect.
Sent from my SM-N9005 using Tapatalk
Great rom mate. Hopefully you'll be able to fix permission pop up glitch and video camera bug.
Rom is so smotth and stable, no random reboot or force close either...
flashed and everything works perfect..christer you do great work..well done from me
by the way is there any way to change dpi on this rom?

[ROM][UNOFFICIAL] Paranoid Android - AOSPA v7.3 for Xiaomi Mi Mix

Some of you have asked to me to open a thread for this ROM. I can't guarantee a proper support because lack of time but if you like it, this can be, at least, a meeting point for PA enthusiasts.
More info about AOSPA here.
Download
Latest version available here.
Installation
Sure you know: full wipe, flash ROM zip, flash gapps and reboot (or use MultiROM to install as secondary)
Bugs
Screen brightess issues (maybe enough or maybe too low for you...). Until fixed you can check Lux app from Google Play store (https://play.google.com/store/apps/details?id=com.vitocassisi.luxlite , thx @pappschlumpf for suggesting)
Tips
Default governor is Performance, you can switch to Interactive (for instance) using Kernel Adiutor or similar if you get too hot or fast battery draining.
Thanks
To all PA guys and people involved in this ROM and Mi Mix development.
Special thanks: @rhong , @VerucaSalt and @tidschi for testing, support and help to bring up this thread.
Source Code
AOSPA (modded vendor_pa and vendor_xiaomi for lithium)
Kernel.
Device Tree for lithium and common.
Nice!!!!
Sent from my MI MIX using Tapatalk
Thanks for your work.
Great job. Love pa
Wow, just thought about "what to install when my Mix arrives", and PA came out!
Thanks for the good job
Works well. Only real issue is the screen brightness!
Awesome! flashing it ASAP
(My previous phone was a OnePlus 2 with PA 6.0.2 so I have romantic feelings for AOSPA)
Yeah rom is verry good only. The Brightness is to low hope this can be fixed.. Thanks for the great work
Loved PA on my nexus 5 years back. Getting my Shiny new Mix tomorrow. Can't wait to flash this. Thanks
itsdan313 said:
Works well. Only real issue is the screen brightness!
Click to expand...
Click to collapse
You could give lux (playstore) a go.
Gesendet von meinem SM-N950F mit Tapatalk
@BitOBSessiOn
Not sure whether I missed it or not:
Is there an option for instant unlock with fingerprint?
I first have to push power button for short to unlock?
tidschi said:
@BitOBSessiOn
Not sure whether I missed it or not:
Is there an option for instant unlock with fingerprint?
I first have to push power button for short to unlock?
Click to expand...
Click to collapse
Clean or dirty flash...? From clean no issue... Anyone else with this issue...?
BitOBSessiOn said:
Clean or dirty flash...? From clean no issue... Anyone else with this issue...?
Click to expand...
Click to collapse
Coming from LOS with factory reset.
So clean install necessary?
Same for me. Have to tap and hold the power button first
Gesendet von meinem MI MIX mit Tapatalk
I've clean flashed using micro or stock opengapps and no issue.
Also clean with pico gapps...
Hi BitOBSessiOn,
If I recall correctly, your test build - pa_lithium-7.2.3-DEV-20170904.zip - did not have the brightness issue as much as the more recent builds.
Job well done bito. ...
finally! thanks!
been a PA user since GN times.
RR too hot when i charging. (

Categories

Resources