UPDATE: Jeffakajeff has an alpha out, see his post, reproduced here:
jeffakajeff said:
I got it....uploading now!
Sent from my SAMSUNG-SGH-T989 using xda premium
http://www.jeffreygabbard.com/cm-10.1-20130117-UNOFFICIAL-hercules.zip
Apn is empty, no service, did not try to input.
wifi works
bluetooth does not work, I will fix later, I think I know why
Not sure what else is working or not working, but so far it runs great.
I will create a github tomorrow as soon as I can, getting late though.
I will also give proper thanks for all the sources tomorrow.
I flashed straight over a nightly, I did not do a complete wipe and install, feel free to try.
Click to expand...
Click to collapse
Hello XDA'ers,
Its been a while, and I've been busy studying for the bar exam and looking for a job. Nevertheless, I decided to take a stab at compiling 4.2 for our device. Right now ADB is recognized, but there is no display output. I have to get back to studying, but please feel free to use this in any way you believe will help.
REMEMBER THIS IS NOT FUNCTIONAL, DEVS and ASPIRING DEVS ONLY
UPDATE Source:
https://github.com/abematthew/lawyermod
LINK http://sourceforge.net/projects/romchicago/files/JB/full_hercules-ota-eng.abe.zip/download
1.1.13-Added some suggested edits
Evervolv Tree Hack:
http://sourceforge.net/projects/romchicago/files/JBhttp://sourceforge.net/projects/romchicago/files/JB//
LawStud3nt said:
Hello XDA'ers,
Its been a while, and I've been busy studying for the bar exam and looking for a job. Nevertheless, I decided to take a stab at compiling 4.2 for our device. Right now ADB is recognized, but there is no display output. I have to get back to studying, but please feel free to use this in any way you believe will help.
REMEMBER THIS IS NOT FUNCTIONAL, DEVS and ASPIRING DEVS ONLY
LINK http://sourceforge.net/projects/romchicago/files/JB/full_hercules_debug-ota-eng.abe.zip/download
Click to expand...
Click to collapse
Sweet!!! Hope someone can Check it out!!!!
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
I'll take a look at it, thanks. Do you have a GitHub source for it?
Edit: If you guys want me to try to get a booting CM10.1 build, then can someone please pull a logcat for me through ADB?
Sent from my SGH-T989 using xda premium
Step Closer!..
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
:good:LOL Android you are all over the place:good:
LawStud3nt said:
Hello XDA'ers,
Its been a while, and I've been busy studying for the bar exam and looking for a job. Nevertheless, I decided to take a stab at compiling 4.2 for our device. Right now ADB is recognized, but there is no display output. I have to get back to studying, but please feel free to use this in any way you believe will help.
REMEMBER THIS IS NOT FUNCTIONAL, DEVS and ASPIRING DEVS ONLY
LINK http://sourceforge.net/projects/romchicago/files/JB/full_hercules_debug-ota-eng.abe.zip/download
Click to expand...
Click to collapse
Did you use the new Sk8witskil recovery that i ported from the skyrocket? it was meant for use with Cm10.1 also,
is this added to BoardConfigcommon.mk?
BOARD_USES_QCOM_HARDWARE := true
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Will definEtly take a look. Thanks man.
Tmogalaxys2 said:
Will definEtly take a look. Thanks man.
Click to expand...
Click to collapse
lol can someone setup a github with the coding lol, i would love to fork this to my git and play around with it
ayysir said:
lol can someone setup a github with the coding lol, i would love to fork this to my git and play around with it
Click to expand...
Click to collapse
Once I get home, I'll try setting up a GitHub.
Sent from my SGH-T989 using xda premium
blackwing182 said:
Did you use the new Sk8witskil recovery that i ported from the skyrocket? it was meant for use with Cm10.1 also,
is this added to BoardConfigcommon.mk?
BOARD_USES_QCOM_HARDWARE := true
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
Yes, it is.
I set up a GitHub for it: https://github.com/xdaandroid88/CM101Dev
Somebody else please add the files and stuff. I just did the easy part .
android88 said:
I set up a GitHub for it: https://github.com/xdaandroid88/CM101Dev
Somebody else please add the files and stuff. I just did the easy part .
Click to expand...
Click to collapse
Sweet!! Great Job!
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
LawStud3nt said:
Yes, it is.
Click to expand...
Click to collapse
did you try something with legacy? msm8660 are now in thta legacy term, ill see what i can find, cuuz our jb blobs should work for 4.2, that multi user thing kill us all!
edit: take a look at this
https://github.com/CyanogenMod/android_device_samsung_qcom-common
this needs to be re factored
blackwing182 said:
did you try something with legacy? msm8660 are now in thta legacy term, ill see what i can find, cuuz our jb blobs should work for 4.2, that multi user thing kill us all!
edit: take a look at this
https://github.com/CyanogenMod/android_device_samsung_qcom-common
this needs to be re factored
Click to expand...
Click to collapse
Added, but still no boot. You can DL in OP
the problem is that everything 4.2 related on aosp, cm, and on code aurora for qualcomm SoCs is all based on the msm8960. I played around a bit before I went out of town for the last 2 weeks. I posted some info that might be useful in the Skyrocket forums here:
http://forum.xda-developers.com/showthread.php?t=1990891
I don't know if the issue is with the device repos, the kernel, or both, but as it is now, none of the msm8660 drivers/libs are getting compiled during the build (display, audio, bluetooth, among other stuff). Adding them in from a cm10.0 build also did not work. I'm also not sure if the current msm8660-common device repo or msm8660-common kernel repo is compatible with the current implementation of "ion" rather than pmem and ashmem. My best guess is that the device_samsung_msm8660-common, device_samsung_celox-common, device_samsung_skyrocket, and device_samsung_hercules all need some significant refactoring/hacking to get it inline with 4.2 and that's beyond my knowledge in this area. I also dont know if it might be possible to incorporate the device_qcom-common repo and trim redundant/conflicting code in those other repos, but like I was saying before, that repo currently just supports the msm8960.
m4570d0n said:
the problem is that everything 4.2 related on aosp, cm, and on code aurora for qualcomm SoCs is all based on the msm8960. I played around a bit before I went out of town for the last 2 weeks. I posted some info that might be useful in the Skyrocket forums here:
http://forum.xda-developers.com/showthread.php?t=1990891
I don't know if the issue is with the device repos, the kernel, or both, but as it is now, none of the msm8660 drivers/libs are getting compiled during the build (display, audio, bluetooth, among other stuff). Adding them in from a cm10.0 build also did not work. I'm also not sure if the current msm8660-common device repo or msm8660-common kernel repo is compatible with the current implementation of "ion" rather than pmem and ashmem. My best guess is that the device_samsung_msm8660-common, device_samsung_celox-common, device_samsung_skyrocket, and device_samsung_hercules all need some significant refactoring/hacking to get it inline with 4.2 and that's beyond my knowledge in this area. I also dont know if it might be possible to incorporate the device_qcom-common repo and trim redundant/conflicting code in those other repos, but like I was saying before, that repo currently just supports the msm8960.
Click to expand...
Click to collapse
Thanks, that is just the information I needed. I should be able to dig in again on the weekend.
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
I tried hacking the evervolv tree, the HTC amaze and HP touchpad are booting currently.
It compiles but does not boot.
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
So this is kind of a pain in the ass...
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Sucks :/
I'd wanted to give a shot at trying to build this, but I have not much knowledge and I have no idea how to do it lol.
Also, does logcat work at all?
LawStud3nt said:
So this is kind of a pain in the ass...
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
What's the status now bro
Related
I figured I might as well start a new thread for this since we have taken over the development and maintenance of this Rom.
We couldn't have made it nearly as far as we have without these people (listed in no particular order):
-Protekk
-aeroevan
-twistedumbrella
-grouper
-palmercurling
-times_infinity
-superkid
-Google
-sbrissen
-OMJ
-HTC
-touchpro
-jcase
-CM
This rom is still in pre-alpha stages. Test at your own risk. It includes GAPPS, SU, etc..
* I shouldn't even have to say this, but I know I do: We are not responsible for anything bad that happens to your phone!!
* We will try to keep up with all questions posted here but please remember that the more time we spend answering questions, the less time we have to work on the rom.
http://xda.silentjoker.com/rm2011/IceCreamSandwich/Roms/NTSH_BETA_1.zip
I will start with what IS working:
-now booting from system
-SD card now works
-Radio working
-3G
-Wifi
-EGL
-audio
NOT working:
-USB mount
-camera
ICS
You are awesome!
Thanks for being a superhero! I personally would love an AOSP Ice Cream Sandwich rom without CM's customizations. Keep it up
prestontmitch said:
You are awesome!
Click to expand...
Click to collapse
Haha, thanks but I can't take all the credit. Touchpro has been doing the majority of the big changes, I am just trying to keep everything organized and up to date for everyone, and offer what I can. I think that is what is missing from a lot of roms. All the other devs listed on my github have also contributed.
Sleepless nights...
are you building from source or is this a port of a dump from another device?
OldManJames said:
are you building from source or is this a port of a dump from another device?
Click to expand...
Click to collapse
It seems kinda sdk'ish. We can try putting a manifest together later tonight or something and see if we can get it to atleast build
Sent from my Incredible 2 using XDA App
OldManJames said:
are you building from source or is this a port of a dump from another device?
Click to expand...
Click to collapse
The build that's on the git is from the sdk.
I just ported a source one from here:
http://forum.xda-developers.com/showthread.php?t=1338636
It's booting w/ boot manager. I haven't done anything with it yet.
I hope someone can get this booting from the system w/ the touchscreen drivers.
If anyone needs me to send them something just pm.
times_infinity said:
It seems kinda sdk'ish. We can try putting a manifest together later tonight or something and see if we can get it to atleast build
Sent from my Incredible 2 using XDA App
Click to expand...
Click to collapse
sbrissen and I are working on it now. Hit me up later
hey idk if anyone's seen this but it would probably be a good place to get some help on this http://forum.xda-developers.com/showthread.php?t=1349217
Very excited to see early work that is public.. Thanks!!
why is there bml over mtd stuff in that zip? The inc 2 is most certainly not bml
I think it's great to have a variety of options so I hope you continue to work on this, but since you mentioned there might be an impact if CM starting working on ICS:
https://twitter.com/#!/cyanogen/status/136313427248431104
I'm officially stoked.
OldManJames said:
why is there bml over mtd stuff in that zip? The inc 2 is most certainly not bml
Click to expand...
Click to collapse
Saw that too. Didn't bother touching it either
Sent from my Incredible 2 using XDA App
times_infinity said:
Saw that too. Didn't bother touching it either
Sent from my Incredible 2 using XDA App
Click to expand...
Click to collapse
that stuff is in there because it was a port from another rom. I just haven't had time to take it out yet
cm is not our only option, hope you can stick on this! you are awsome!
Sent from my ADR6350 using XDA Premium App
Sweet Jesus! I can't wait until its usable! Keep up the great work!
The bml over mtd is for Samsung phones.
Sent from my Incredible 2 using XDA App
Personally, I would much rather have a vanilla build than a modified one from CM. So if you keep deving on a vanilla build, I will keep installing.
Cheers.
Sent from my Incredible 2 using xda premium
I was just flipping through a few pages of t'internet when I came across this. I saw a few posts in some kernel threads, but nothing substantial, so I thought I would share:
http://www.linaro.org/linaro-blog/2012/04/30/linaro-android-running-on-galaxy-nexus/
According to the website:
Developers are able to create optimized Linux-based devices with the support of Linaro. For example, Linaro uses the latest GCC 4.6 toolchain to build Android, enabling Linaro's Android to outperform standard Android builds in benchmarks and real-world tasks.
Would be really interested in seeing more discussion on this...
How does the GCC version make a noticeable difference?
Honest question.
To be honest I'm not really sure, and it's possibly just unsubstantiated claims...
Anyone install this? I am really interested in trying this. I can be a dummy if someone shows me what to install. Bunch of files that I am totally confused with
leets4uc3 said:
Anyone install this? I am really interested in trying this. I can be a dummy if someone shows me what to install. Bunch of files that I am totally confused with
Click to expand...
Click to collapse
He gives you the commands to build the full package, just copy/paste...
I am still pretty confused. I am a noob and have no experience with those commands. I understand copy and paste but do i need to d/l anything? I tried just coping into terminal but didn't work. Sorry for being a noob. I searched Google and read a lot but still nothing. I would love to learn more, if someone could help and guide me a little bit more that would be awesome!
Sent from my Galaxy Nexus using xda premium
Awesome :O
http://www.cnx-software.com/2012/06...k-android-to-shame-on-ti-pandaboard-omap4430/
Sent from my Galaxy Nexus using xda premium
I will build it for you guys a long as that toolchain works under 64 bit.
Awesome dude. Thanks so much. What do you mean by build? (Scrub here) just something easy to flash?
Also, the one and only fransico is gunna look into the omap. I wish I was smart enough to he these awesome devs.
Sent from my Galaxy Nexus using xda premium
By build I mean download the source, compile it, and upload a flashable package. Give me a couple days though. I dont have my buildbox up to download the source at the moment.
Word. That's awesome. I gunna try and learn how to get it on my phone right now. I can't wait!
Sent from my Galaxy Nexus using xda premium
Francisco Franco (franco kernel) has said he is looking in to this right now, perhaps as an additional tweak to his popular kernel
i feel retarded. can anyone walk me through how to get this on my phone?
it would be greatly appreciated
Well, i had seen this before, might as well give it a go tomorrow.
adrynalyne, when will be getting your build box again?
On a side note, fugumod uses 4.7 toolchain, which i think is a custom toolchain based of linaro's, but i could be wrong.
Sent from my i9250
adrynalyne said:
I will build it for you guys a long as that toolchain works under 64 bit.
Click to expand...
Click to collapse
Would appreciate it!
I'm away from my desktop most of the time, and my chromebook with dual boot Ubuntu won't make the build. Might be some time before i can get to it...
rontone persons
WOW! that looks awesome, my GN would be a super beast if I could install this!!
looks a little complicated tho
Very interesting, would be awesome to get it
adrynalyne said:
I will build it for you guys a long as that toolchain works under 64 bit.
Click to expand...
Click to collapse
If you build it, they will flash.
Sent from my Galaxy Nexus using xda premium
bk201doesntexist said:
Well, i had seen this before, might as well give it a go tomorrow.
adrynalyne, when will be getting your build box again?
On a side note, fugumod uses 4.7 toolchain, which i think is a custom toolchain based of linaro's, but i could be wrong.
Sent from my i9250
Click to expand...
Click to collapse
I am downloading now and will build once it syncs.
Someone want to do me a favor and get me a 4.0.4 GSM build.prop? I would appreciate it. I don't have any of my custom build tools available atm, nor my device tree.
@adrynalyne. I know this may be alot to ask but could u make a Verizon/cdma one as well?
Sent from my Galaxy Nexus using XDA
Anyone that has the urge to change, alter and or make better this rom. All I have to say is feel free!! The whole great thing about open source is just that. Make sure to give credit where it is due! The only credit due here is for Slim, I only compiled from there source. If I can help get slim w/android 4.2 working on hercules than I am a hero, but for now I am just sharing source of a great rom.
Compiled on the 28th. Version 2.8.1
I know gmills was having problems with his computer and I have been building for a while now so I figure why not share.
I am not having any problems with this rom at all. Stock kernel, stock build.prop etc.
I would like to have some of ya'll test as is and see if you have any issue's.
For anyone that wants to help test, I would like for a clean install,just like coming from stock phone. Format everything and start from scratch with this build. I am doing another build this evening and will let the testers know when. This build I am posting now is very stable and I will not post anything that Is not stable and pre tested in this thread. If you want to test new builds, just let me know.
I take no credit for this at all, All the members of Slim Bean and of course cyanogen and team chop sticks made this possible!
Also special thanks to team rook! If you are interested in building from source then read this: http://forum.xda-developers.com/showthread.php?t=1798056
Also notice this is unofficial
Slim's web site: http://slimroms.net/
Slim's add on's: http://slimroms.net/index.php/new-addons-menu
Slim's gapps : http://www.slimroms.net/index.php/downloads/all/viewcategory/40-gapps
Check out the android4.2 leaked app's here:http://forum.xda-developers.com/showthread.php?p=33573197#post33573197
Latest build 01-12-13: http://d-h.st/hQK
first lol, Ya'll can have the rest I might need this one.
How well does changing the dpi work with this rom? I know thats one of the main reason I stick with aokp because most dpi's work well?
BTW thanks for the rom
I haven't had any problems, give it a try and let me know what you think.
onlychevys said:
I haven't had any problems, give it a try and let me know what you think.
Click to expand...
Click to collapse
slim bean works great on my sgs3, ill flash this and compare. thanks for the rom
I'll test this ROM too.
Sent from my SGH-T989 using xda premium
I'll give it a try also.
Sent from my SGH-T989 using Tapatalk 2
Been in it since last night. Haven't found problem
Sent from my SAMSUNG-SGH-T989 using XDA Premium HD app
Will give this a spin today, I love SlimRom...thanks for compiling for us ... Are there any specific reason for the size being approximately 20MB more than the official build? Just wondering...
Sent from my SAMSUNG-SGH-T989
gretschpr said:
Will give this a spin today, I love SlimRom...thanks for compiling for us ... Are there any specific reason for the size being approximately 20MB more than the official build? Just wondering...
Sent from my SAMSUNG-SGH-T989
Click to expand...
Click to collapse
There are probably some extra tweaks.
Sent from my SGH-T989 using xda premium
gretschpr said:
Will give this a spin today, I love SlimRom...thanks for compiling for us ... Are there any specific reason for the size being approximately 20MB more than the official build? Just wondering...
Sent from my SAMSUNG-SGH-T989
Click to expand...
Click to collapse
I actually don't know, this is compiled straight from there source with zero tweaks or cherry pic's.
I'm going to make a new build with some of my own stuff tomorrow. As busy as this thread is I know it's going to rock all of xda lol. I will post a fresh build of Slim Bean if there is enough changes to make it worth while. I'm gonna add in some of android 4.2 app's that were leaked. You can get some of them here: http://forum.xda-developers.com/showthread.php?p=33573197#post33573197. I'm collecting all I can.
onlychevys said:
I'm going to make a new build with some of my own stuff tomorrow. As busy as this thread is I know it's going to rock all of xda lol. I will post a fresh build of Slim Bean if there is enough changes to make it worth while. I'm gonna add in some of android 4.2 app's that were leaked. You can get some of them here: http://forum.xda-developers.com/showthread.php?p=33573197#post33573197. I'm collecting all I can.
Click to expand...
Click to collapse
Ture bit audio look on the skyrocket forum I wanna it on slim bean
Sent from my SGH-T989 using xda app-developers app
Lil confused bro, so the benefits to this one would be that your gonna tweak yourself and your getting source from??? I know your using slims base but after that I kinda got lost. Maybe I need my energy drink this morning :thumbup:
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Been running this for a couple of days now, haven't had a single problem with it yet. I was a bit surprised when I first booted it up and it didn't have the same LCD density that the official build had but it wasn't a major deal to get that swapped over.
Thanks for helping out and providing this for us. I'd been waiting for the official update but finally decided to ahead and pull the trigger when I noticed this thread.
datrapstar said:
Lil confused bro, so the benefits to this one would be that your gonna tweak yourself and your getting source from??? I know your using slims base but after that I kinda got lost. Maybe I need my energy drink this morning :thumbup:
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Yes this is Slim's base. I am going to do a 2.9 build, it appears Slim Bean has been updated. Starting build now and should be done in a couple of hours! My builds are straight from Slim's repo, with no changes. I don't know why mine build is bigger than gmills unless he is changing things in his build.? I sync there repo and build.
I am planning to do some changes but haven't done so yet
New build 2.9.0 is up in the OP, tested and running on my device.
onlychevys said:
New build 2.9.0 is up in the OP, tested and running on my device.
Click to expand...
Click to collapse
k, ask permission to download sir
er, we should do flicker solve?
edit build.prop?
and oso, about add on, can we use the old one?
same like i flash in version 2.6?
This ROM looks promising.
Sent from my SGH-T989 using xda app-developers app
onlychevys said:
Yes this is Slim's base. I am going to do a 2.9 build, it appears Slim Bean has been updated. Starting build now and should be done in a couple of hours! My builds are straight from Slim's repo, with no changes. I don't know why mine build is bigger than gmills unless he is changing things in his build.? I sync there repo and build.
I am planning to do some changes but haven't done so yet
Click to expand...
Click to collapse
Not trying to question your reasoning bro just trying to understand the differences.. Vlad to see you making a contribution. In the event that you start tweaking with some of your personal things and need a tester I'm deff up to be a crash dummy :thumbup:
There's 3 ROMs that are my go to of choice and slim is one of them. I won't advertise on your thread of the other 2 choices out of respect to the thread and you. So needless to say thanks for this
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Building CM10 with extra patches from CM gerrit and using the Linaro toolchain. Roms were built with -O3 and strict-aliasing (for packages that were compatible).
Updates can be found on my Google+: https://plus.google.com/u/0/106870161233159147936/posts
Builds will be updated only when there are major changes to CM10.
First!
Sent from my Galaxy Nexus using xda app-developers app
Uh, can you please explain more what this is? Look at other ROM OP's and then yours. Not all people are going to understand what this means. And if they don't understand it. Chances are they won't try out the ROM.
Sent from my Galaxy Nexus using xda app-developers app
Linaro creates a modified, more optimized android tool chain for compiling android kernels and ROMs with. They also commit fixes which allow other optimization flags like the ones I mentioned. All together, these optimizations result in what seems to be a slightly faster ROM, though it could all just be placebo.
Sent from my Nexus 7 using Tapatalk 2
Fourth!!!
MBQsniper said:
Uh, can you please explain more what this is? Look at other ROM OP's and then yours. Not all people are going to understand what this means. And if they don't understand it. Chances are they won't try out the ROM.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Cm10 build with linaro. I think the thread is fine...
Sent from my Galaxy Nexus using Tapatalk 2
On my last device, packages compiled with -O3 were noticeably improved.
I personally like the layout of the OP. No reason to list features that we all know are already present, or provide the same screenshots that are on every other thread lol.
Which packages were compiled with -O3?
killersloth said:
I personally like the layout of the OP. No reason to list features that we all know are already present, or provide the same screenshots that are on every other thread lol.
Click to expand...
Click to collapse
Haha yea it's cm10, pretty sure we all know what it looks like...
Kernel and system were all compiled with -O3, not all system binaries were able to be compiled with strict-aliasing, I would literally have to go through all the make files to tell you which ones though.
Sent from my Nexus 7 using Tapatalk 2
Nevermind
Thank you
I'll say Thanks!
Anytime I get to try out a new thing for my Gnex I'm happy!
I know that the crap that Sniper went through with his rom wasn't deserved.
So once again thanks and I'll give this a try tomorrow!
myrmidon84 said:
Anytime I get to try out a new thing for my Gnex I'm happy!
I know that the crap that Sniper went through with his rom wasn't deserved.
So once again thanks and I'll give this a try tomorrow!
Click to expand...
Click to collapse
It's all good dude. They were mature and respectful with what they said, plus they know their stuff. So I respect them 100% and actually took the advice to heart. I had them remove my thread because all it really was, was a tweaked kang. So I'm starting over. Going to make a unique one that'll be one of a kind.
Anyway, I apologize for talking about another ROM in a ROM thread and I mean absolutely zero disrespect. I, as well as many others, always love to see new ROMs
Sent from my Galaxy Nexus using xda app-developers app
I saw these last week:
http://arstechnica.com/gadgets/2012...e-boosted-30-100-percent-by-linaro-toolchain/
http://www.androidpolice.com/2012/0...e-and-now-parts-of-it-are-being-added-to-cm9/
MBQsniper said:
It's all good dude. They were mature and respectful with what they said, plus they know their stuff. So I respect them 100% and actually took the advice to heart. I had them remove my thread because all it really was, was a tweaked kang. So I'm starting over. Going to make a unique one that'll be one of a kind.
Anyway, I apologize for talking about another ROM in a ROM thread and I mean absolutely zero disrespect. I, as well as many others, always love to see new ROMs
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Feel free to add me on Google talk if you need help. [email protected]
Sent from my Galaxy Nexus using Tapatalk 2
MДЯCЦSДИT said:
Feel free to add me on Google talk if you need help. [email protected]
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Thanks! I appreciate it
Sent from my Galaxy Nexus using xda app-developers app
No problem, I don't really consider this my ROM. I just tweaked the build system a little, merged some patches and pulled some stuff off CM's gerrit because sometimes I think they take too long to ship features (though I don't blame them, its better to test and make sure things are stable).
I have been doing these for myself for while and some friends expressed an interest. They seemed to have good results, so I thought others might like to give it a try. This build does not include the string optimizations for bionic because they still break the camera, unfortunately those string routine opts are a lot of what makes the linaro builds a lot faster, but the tool chain and he other optimization flags seem to help anyway. Bero claims the camera works on his maguro builds with string opts, but I have tested them just about every way I can and cannot get it to work.
Anyway glad people are using the builds, I will be putting out new ones on an almost nightly basis hopefully. Follow me on Google+ as that is much easier for me to post notifications to.
Sent from my Galaxy Nexus using Tapatalk 2
gandhisfist said:
No problem, I don't really consider this my ROM. I just tweaked the build system a little, merged some patches and pulled some stuff off CM's gerrit because sometimes I think they take too long to ship features (though I don't blame them, its better to test and make sure things are stable).
I have been doing these for myself for while and some friends expressed an interest. They seemed to have good results, so I thought others might like to give it a try. This build does not include the string optimizations for bionic because they still break the camera, unfortunately those string routine opts are a lot of what makes the linaro builds a lot faster, but the tool chain and he other optimization flags seem to help anyway. Bero claims the camera works on his maguro builds with string opts, but I have tested them just about every way I can and cannot get it to work.
Anyway glad people are using the builds, I will be putting out new ones on an almost nightly basis hopefully. Follow me on Google+ as that is much easier for me to post notifications to.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
It is no placebo. The ROM is more fluid than cyanogen build. I flash a lot of ROMs and I am Kean to how they run. This is nice. Thank you
Sent from my Galaxy Nexus using xda premium
My nexus is so smooth already it's hard to definitely say it' smoother, but it's definitely smooth. Everything works as it should.
Sent from my Galaxy Nexus using Bacon
Wats the difference between this ROM and jellybro????
Sent from my Galaxy Nexus using xda app-developers app
Here you go guys, since it seems people are having trouble building the trees for JB, here they are.
Vendor Tree
https://github.com/pio-masaki/android_vendor_a100.git
Device T20-common (needed unless you condense it down to a single device tree)
https://github.com/pio-masaki/android_device_t20-common.git
Device A100
https://github.com/pio-masaki/android_device_a100.git
Kernel source used was always the CM9 source by Iconia-Dev.
There should be no more excuses for people not being able to build working JB ROMs without me anymore :highfive:
Now, go build stuff! I expect to see AOKP, CM, PA, PAC and whatever else flooding this place.
If you have issues go ahead and ask for help here, I'll help as I can, for instance, I can't recall if this has the GPS fix or not, etc. I'll update the trees as fixes happen to be mentioned, I won't know otherwise.
As always, we owe wds, randomblame and gh123man huge thanks for this stuff.
Daaaannnggg! And I just shut down my comp for the night! :banghead: kinda glad I did, would've been a long night. would've had to start something! HUGE thanks pio!!
Sent from my SCH-R760X using xda app-developers app
Awesome spirit
Sent from my HTC One S using xda premium
Thank you so much pio_masaki along with wds, randomblame and gh123man for all the hard work on this. My A100 is ready to test anything (and everything) that comes from this.
OK so I'll start working on PAC....lol
Sent from my SPH-L710 using xda app-developers app
Sent from my SPH-L710 using xda app-developers app
das_webos_transformer said:
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Don't stop now....you're on a roll......can't wait to test something....lol...
not sure when itll be done. gotta let it build,and if theres any errors, fix them(ask pio how to fix them) and build. very tidius work
das_webos_transformer said:
not sure when itll be done. gotta let it build,and if theres any errors, fix them(ask pio how to fix them) and build. very tidius work
Click to expand...
Click to collapse
Shouldn't have to many problems, I blind built it before lol
Tapatalked from my HTC DNA - ReVolt
'jellybean' is the correct cm branch for 4.1,right?
Sent from my A100 using Tapatalk 2
billypoke said:
'jellybean' is the correct cm branch for 4.1,right?
Sent from my A100 using Tapatalk 2
Click to expand...
Click to collapse
Yeah, mr1 is 4.2.
Tapatalked from my HTC DNA - Carbon
I'm more interested in pac myself, but I'll try and get back into it with cm10 first, after my mom is finished with Facebook games -_-. The joys of sharing a computer :banghead:
Sent from my A100 using Tapatalk 2
billypoke said:
I'm more interested in pac myself, but I'll try and get back into it with cm10 first, after my mom is finished with Facebook games -_-. The joys of sharing a computer :banghead:
Sent from my A100 using Tapatalk 2
Click to expand...
Click to collapse
Das is working with PAC, and I built a PAC but my tester never really clarified what was broken with it so I didn't continue it.
Tapatalked from my HTC DNA - Carbon
pio_masaki said:
Das is working with PAC, and I built a PAC but my tester never really clarified what was broken with it so I didn't continue it.
Tapatalked from my HTC DNA - Carbon
Click to expand...
Click to collapse
Yeah i saw that :thumbup: thanks again for this stuff!
Sent from my SCH-I535
Kernel is the big pain. I haven't checked yet if what i did worked but once I get the kernel issue fixed it should be set really
Sent from my SPH-L710 using xda app-developers app
I'm gonna update the trees to use a prebuilt kernel, it should stop so many issues from coming up.
Tapatalked from my HTC DNA - Carbon
Bumping this to keep this from fading away into obscurity.
Did it ever get updated? I forgot to check and then my tab died
Sent from my SCH-I535 using Tapatalk 4 Beta
billypoke said:
Did it ever get updated? I forgot to check and then my tab died
Sent from my SCH-I535 using Tapatalk 4 Beta
Click to expand...
Click to collapse
No, I never did lol got distracted and forgot all about it.
Tapatalked from my HTC DNA - Carbon
Ok got non distracted long enough to do a few touch ups on it...
A100 Device:
https://github.com/pio-masaki/android_device_a100/commit/6ae5614fd94fab6041688a0aa5b6a23e6d5b1b0f
Removed the cm.dependencies file, its not official so it wasn't doing any good. Alternatively you can have it aim at my git if you choose. If you decide to save me the trouble, please send a pull request.
https://github.com/pio-masaki/android_device_a100/commit/81b968a731f6235d955469a76bc5e32557b40ea7
Use prebuilt kernel binary -
Includes kernel binary, matching modules, and changes to a100.mk and BoardConfig.mk files for using prebuilt instead of source (boardconfig.mk), blocked, not removed, lines for building the kernel inline. If you want to build inline, unblock the lines for the source and config, and block the prebuilt line below it. A100.mk got lines added for handling the kernel binary checking, moving, and module copying over.
Vendor remains the same.
T20-Common:
https://github.com/pio-masaki/andro...mmit/dfe757097dd4c5c22fe0cf05d9c371800a425e57
Removed two lines from overlay/frameworks/base/core/res/res/values/config.xml that interfere with building CM10, you can choose to leave these out, or address the issue yourself. If you do, please send a pull request.
Side note, as I'm testing the trees again there just happens to be a CM10 building which will be available when it completes, as usual I can make no promises on its condition as I can't test it. Nothing special, nothing changed, phablet mode UI, as I offered a fresher build for hardslog for his rebase to the A100 builds, I figured I'd take the time to check over the trees again. There may be more changes but I won't be posting them unless its major.
Edit: build is available now at pio-masaki.com. In case you missed it, the a100 section =p