Ok guys, quick and sweet. Pure aosp build with insecure boot, root, busybox, and my CDMATools app. Radios are 100%. SMS/MMS send/receive win. Everything wins afaik.
Other than that have fun. Oh feel free to mirror, tweak, theme, fix, mod, do whatever. If you start a thread with it, gimme a holla.
Note: Once we get our repo right, i'll push the theme engine source. I need some more eyeballs on ActivityThread as the theme change is not applying to running processes.
Version 3 Change Log:
Tmobile Theme Engine! REQUIRES REBOOT FOR THEME TO FULLY APPLY. THAT'S JUST HOW IT IS FOR NOW!
3 way reboot menu in Global Actions
Panel Tile Mods from my buddy kevdliu
His thread is here and his git is here
Google insists December does not exist and i agree for now
Maybe next build December will exist again.
Version 2 Change Log:
Added all the "experimental" 4.2 AOSP binaries. Not sure if there's any real difference in feel.
Excluded SprintExtension.apk as it was fc'ing on boot.
Added Google Location fix credit to Craig Gomez and mmuzzy for shooting it over here.
Cleaned up build props and keep 4.1.1 fingerprint for app and service compatibility.
I think that's it. This will likely conclude my participation here. The Eos project should be up and running soon. Peace.
My personal gapps. Photosphere, swipe kbd, facelock, videochat, I can't find anything that don't work. Built from slim_gapps and misc other sources.
BRD 4.2 Gapps
VERSION 3 Theme Engine AOSP Toroplus
VERSION 2 AOSP 4.2 Toroplus
Download AOSP 4.2 toroplus
Patches and Misc.
Stock AOSP kernel
Version 2 Tether Fix (use old SecPhone)
How to fix radios for 4.2 Toroplus
Ok guys. The root of the problem is libsec-ril_lte.so. This library was compiled against either 4.1.1 or 4.1.2. Even the library on AOSP for 4.2 was compiled against 4.1.1 or 4.1.2. I found the problem when running a radio log at boot. Turns out the system library linker could not load the library as it was missing a linked symbol. That missing symbol was actually a ScreenshotClient call to SurfaceComposerClient. So I diffed the 4.2 version against the 4.1.2 version. Low and behold, one of the constructors was removed in 4.2. So, we just add the missing constructor back!
Code:
frameworks/native/libs/gui/SurfaceComposerClient.cpp
at about line 591 or so, right under the
Code:
ScreenshotClient::ScreenshotClient()
: mWidth(0), mHeight(0), mFormat(PIXEL_FORMAT_NONE) {
}
class declaration, add this method...
Code:
status_t ScreenshotClient::update() {
sp<ISurfaceComposer> s(ComposerService::getComposerService());
if (s == NULL) return NO_INIT;
mHeap = 0;
return s->captureScreen(0, &mHeap,
&mWidth, &mHeight, &mFormat, 0, 0,
0, -1UL);
}
Also, we have to declare the method in the header as well...
We move to
Code:
frameworks/native/include/gui/SurfaceComposerClient.h
At about line 166 under the class declaration
Code:
class ScreenshotClient
{
sp<IMemoryHeap> mHeap;
uint32_t mWidth;
uint32_t mHeight;
PixelFormat mFormat;
public:
ScreenshotClient();
// frees the previous screenshot and capture a new one
include the following method
Code:
status_t update();
Now run a fresh build. Your libsec-ril_lte.so will load up and your radio will light up like a Christmas Tree. I think the real question here is, "Why is a radio library require linking to the screenshot call?" I don't know, but I know that is what the problem was.
Thanks as always :good:
Great job BRD!
Sent from my Galaxy Nexus using Tapatalk 2
OK. Good job man. Giving it a whirl
Sent from my Galaxy Nexus using xda premium
YES Finally i can stop scratching my arm like pookie .......Ahhhhhh relief .....lol
I'll wait until someone reports back. So please post your results!
Sent from my Galaxy Nexus using XDA Premium HD app
Win!
I need to go try this once I get home!
flash flash flash!! data works!
edit/ only issue ive ran into is it seems gps is not working correctly. Google now says "location service is off" even though it is on. im thinking its a google now issue because maps gets a lock on location.
edit2/ my issues have been resolved with version 2. thank you.
Just double checking, included GApps or no?
Sent from my Galaxy Nexus using Tapatalk 2
Mirror
Mirror if anyone needs: http://www.multiup.org/fichiers/download/d6a7d19e86f44fbde7c4c276f582a16e_full_toroplus-ota-eng.bigrushdog.zip
Hopefully it downloads faster than it uploads.
backup up now so I can flash...Will this have the gapps included?
nacho945 said:
backup up now so I can flash...Will this have the gapps included?
Click to expand...
Click to collapse
Doesn't look like it.
THIS IS WHY I BOUGHT A NEXUS!!!
Hell to the yes!!
Already on the 3rd upgrade
jesusice said:
Doesn't look like it.
Click to expand...
Click to collapse
Where can I find a set of Gapps that should work with this rom?
nacho945 said:
Where can I find a set of Gapps that should work with this rom?
Click to expand...
Click to collapse
I haven't got a chance to flash this yet but I found these which are supposed to be for 4.2. http://d-h.st/wBX
EDIT: Icebluemale30 says they suck, go down a couple more posts and try the other link.
nacho945 said:
backup up now so I can flash...Will this have the gapps included?
Click to expand...
Click to collapse
GApps not included. Just flashed and found that out lol. Ah well.
Super Duper!!! I'll give them a shot, In the process of flashing the rom right now.
jesusice said:
I haven't got a chance to flash this yet but I found these which are supposed to be for 4.2. http://d-h.st/wBX
Click to expand...
Click to collapse
I used the ones in this link, simply because this is what the Team SyEnce build had linked to: http://d-h.st/SrU
Related
Team EOSJB 4.1.1 MaguroNIGHTLIES
Continuing on from the success of the EOS ICS roms, we present to you EOS3, based on JELLYBEAN!
It is the goal of Team EOS to develop and maintain the highest performing and most stable AOSP based rom for an array of platforms. For the latest news on Team EOS releases make sure you follow @teameos on twitter and on IRC on Freenode in #teameos.
--
NOTE: Team EOS, it’s members, friends, dogs, cats, and associates are in no way responsible for any loss of data or device functionality. Use this at your own risk!
--
A quick note on Nightlies: NIGHTLIES ARE DEVELOPMENT BUILDS. They are automatically generated every now and then, and represent the compilation of the latest commits to the code repository. While every effort is made ensure that the commits that are accepted are stable and do not have a negative impact to the overall performance and function of the builds it is not possible to test every aspect of a commits impact to the overall repo prior to it’s inclusion in a given build. As a result it is entirely possible that instabilities may be introduced as a result of a given days commits. That is the nature of the nightly system, and the risk that is taken using the latest code changes to the project.
EOS is an AOSP based rom. It is developed and maintained by Team EOS and is the culmination of our own in house development efforts.
Team EOS Nightly builds: http://goo-inside.me/devs/teameos/roms/eos3/nightlies/maguro/
G-Apps Package
Because this is an AOSP based rom Google Apps are not included in the base rom. To install Google Apps please flash the following package after installing the base rom:
Temporary Gapps package gapps
--
Features:
Because these are nightly builds the included features are constantly evolving, we do not provide a change log manually. Instead please see the changes on jenkins for your build.
For the most up to date and comprehensive listing of the changes included in this rom please visit http://review.teameos.org
Kernel:
Kernel Note: This rom is currently using the stock kernel, so you can find the sources from aosp.
--
Installation Notes:
These builds are designed to be installed from your favorite recovery.
Perform a full wipe (read Factory Reset) prior to installing this over ANY ICS or JB based rom.
BUGS!
If you find strange or otherwise unexplained errors please report them here: https://bugs.teameos.org/ Please include logcats and as thorough a description of the issue and what lead up to the issue as possible. With out this we will be unable to track down these errors.
Want to contribute to the Eos rom? Well you can!
Just follow http://teameos.org/?page_id=6 to checkout our source code, and information on how to submit changes for review.
---
Enabling voice search in google now
Go into Settings
Go to "Language & input"
Scroll down to "Speech" and click on "Voice Search"
Click on "Download offline speech recognition"
Swipe Across to the "ALL" tab if needed
Download your speech pack for your language
Downloading this now, I'll flash tonight and get back to you.
Just wondering if your post is meant to say "Xoom Nightly builds" considering this is for Galaxy Nexus. Kinda threw me a bit but the download link says Maguro.
thanks!!!!! where is screenshot?
Hmmm seems intresting and no AOKP yet for my nexus so ill give it a shot.
Now downloading.
Giving this a try
Sent from my Nexus S using Tapatalk 2
Downloading and would give it a try right away.
Thanks brother
There are toggles in this rom?
Dammit I didn't flash the gapps -_-
I'll try this xD
Sent from my Nexus S using Tapatalk 2
Here comes the new generation EOS.. I love this Jb. . .
sent from jElly Belly NeXus PrimE
ilbert said:
There are toggles in this rom?
Click to expand...
Click to collapse
They're coming.
There are toggles in this rom?
teameos said:
They're coming.
Click to expand...
Click to collapse
Finally. Only toggles preventing me from using jb as my daily rom.
teameos said:
They're coming.
Click to expand...
Click to collapse
I forgot to add, "soon". They're about third on the list of things to do, after getting our supported devices working.
lucas4ever said:
There are toggles in this rom?
Only toggles preventing me from using jb as my daily rom.
Click to expand...
Click to collapse
use "notification toggle" from play market. it is a good substitute.
my only show-stopper would be a full sized navbar. customization or fix high on 36dip or 32dip would be nice!
paratox said:
use "notification toggle" from play market. it is a good substitute.
my only show-stopper would be a full sized navbar. customization or fix high on 36dip or 32dip would be nice!
Click to expand...
Click to collapse
Tried it already. Too big and too ugly icons for me personally. Im gonna wait for in-rom build ones.
if you could add the possibility to change the softkey place .... maybe!
lucas4ever said:
Tried it already. Too big and too ugly icons for me personally. Im gonna wait for in-rom build ones.
Click to expand...
Click to collapse
with Icon Downloader for NT you can change the icons to smaler ones. i would suggest ics stock icons, they are smaler and are looking ok!
APM 's available for v4.1.1 cause FC's on this rom
paratox said:
with Icon Downloader for NT you can change the icons to smaler ones. i would suggest ics stock icons, they are smaler and are looking ok!
Click to expand...
Click to collapse
Thx, new icons looks really nice.
arifqur said:
APM 's available for v4.1.1 cause FC's on this rom
Click to expand...
Click to collapse
APMs?
I have no idea what those are.
There will a time when come the nightly? hours europe ...
This build of CM10 will only keep up with what is actually merged into the code for CM10. Primarily this was made because of how infrequent the building goes with the official nightlies, but now i continue on regardless of anything...
Code:
We are not responsible if you brick your phone, for any bugs in the rom,
or if your cat decides to eat your phone because its now full of awesome.
This build is very much identical with the official build, u can switch from official and my build without any fear of having to wipe your phone.. the only difference is that i have the build script change the cyanogenmod version to more reflect like a nightly
I'll start build in the evenings, probably take a little bit depending on how much is new and the real wait is me actually uploading it.. (I have terrible upload speeds!)
Known Issues:
None
Instructions:
Download rom
Go to recovery
Wipe rom if coming from another rom, u dont have to wipe if ur coming from official nightly
Flash rom
Flash gapps, this u dont have to do every time just when u first come to the rom (the rom backs up gapps)
Boot into rom
???
Profit!
Current and older builds can be found here: http://code.google.com/p/team-keyblade/downloads/list
Latest GAPPS: official gapps
Aternate gapps that will sync gallery to picasa if you need this, but you will lose some CM features in camera and other apps. First gapps link is recommended by Cyanogenmod and kalimichoaz(official Maguro cm dev): alternate gapps
To all people saying thanks: Your welcome!! =^_^=
Reserved just in case...
First......
Two...I respect your work.
aish_varya said:
First......
Click to expand...
Click to collapse
:laugh::laugh::laugh::laugh::laugh::laugh::silly:
sorry, but you just said you are responsable for our devices? in the case we brick it..... correct the op.
What's the difference with other nightlies?
Madflapjack said:
sorry, but you just said you are responsable for our devices? in the case we brick it..... correct the op.
Click to expand...
Click to collapse
Fixed...Sorry for the typo. I appreciate you pointing out the error of my ways. I love how peacefully and kindly you did it too.
He4dShOt said:
What's the difference with other nightlies?
Click to expand...
Click to collapse
All this is, is stock CM10. No additions, no themes and no additional tweaks. We build this because before there are nightlies, the builds are few and far between. We will build on a daily basis so whatever is merged into the CM code will be in our Rom. It is interchangeable with the "Official" CM10 Rom and can be flashed with just a cache and dalvick cache wipe if coming from the "Official" CM team build.
Please let me know if you have any problems with Google + and Google Talk Force Closing. I just found out that I am having this problem and am trying a full wipe with the latest GAPPS. If you are having this problem we will find a different GAPPS that will work.
Camera not working... First it freezes asking if I want to close it. Then a FC. Talk keeps dying as well ...
Sent from my Galaxy Nexus using Tapatalk 2
Skype also fails to log in. Keeps saying it force closed and asking me if I want to try again.
Sent from my Galaxy Nexus using Tapatalk 2
GPS is not working. Talk force closing. G+ seems ok
I'm having the same problems guys and gals. I'll try to have a working build tmrw. Everything works great but those few things.
Sent from my Nexus 7 using xda premium
New build at link in OP. GPS, gtalk, G+ and camera all working now. Please let me know if you find anymore bugs. I have tested themes, camera, gtalk, phone, messaging and gps. It should work great!
Today's build is up. Use link in OP. There's been a lot of work since yesterday's build. Sorry for the lack of a changelog, but you can check the commits here: http://review.cyanogenmod.com/#/q/status:merged,n,z
So if I install this I won't have to wipe all my apps and settings to upgrade when the official cm10 is released? That's my biggest concern... I hate having to redo all my settings! I don't know how so many people are okay with switching roms so much when you have to do that. Gets very tiresome...
I just want to run something I can stick with that continues to get updates without me having to worry about doing another full wipe in the future
Sent from my Galaxy Nexus using xda app-developers app
colonelcack said:
So if I install this I won't have to wipe all my apps and settings to upgrade when the official cm10 is released? That's my biggest concern... I hate having to redo all my settings! I don't know how so many people are okay with switching roms so much when you have to do that. Gets very tiresome...
I just want to run something I can stick with that continues to get updates without me having to worry about doing another full wipe in the future
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
yep! that's one of the reasons we do pure cm10 builds.. no wiping!
Sent from my Galaxy Nexus using Tapatalk 2
Changelog
8/7/12
Trebuchet: AppWidgetResizeFrame: Allow resizing to any size
Trebuchet: Preferences: Auto-rotate screen
Trebuchet: CM Preferences Category
Trebuchet: Preferences: Grid Size
kernel: offline charging fix
I use rafael salas version of cm10,but his rom does not contain trebuchet launcher,could you please share trebuchet launcher?
Thanks in advance.
Sent from my Galaxy Nexus using Tapatalk 2
Is this ROM still active? I just started using it on my sprint nexus but there doesn't seem to be much activity here.
AOSP Jelly Bean 4.2.2 hot off the AOSP servers. This ROM is pure AOSP. The only files that were changed or added were to make things fully functional as intended. Thanks to everyone for the kind words, technical help, suggestions, and for using the ROM!
This ROM is closely related to builds I make for Toro, Mako, Manta and Grouper.
----------------
Features Include:
- Root with Superuser
- Expanded Desktop (CM)
- T9 Dialing (Paranoid Android)
- Emergency Broadcast Settings Menu
- Volume fix (Peter Alfonso)
- Stock kernel compiled w/ compass fix
- Quick Toggles MOD (kevdliu)
- Enhanced Power Menu (Craig Gomez)
- Stock, lean, and fast
----------------
Download Menu:
French Vanilla (Enhanced ROM)
MOD'ed with Quick Settings and Enhanced Power Menu MODs, etc.
ROM - Download - 7/13/13
Vanilla (Stock AOSP)
Stock AOSP. This is provided for those who don't like MODs. AOSP MODs will work though.
ROM - Download - 7/13/13
GAPPs - Download
Mike1986's Superwipe script (automates pre clean flash steps) - http://www.mediafire.com/?lxpw84fwtm5cj6w
MMuzzy Folder on Goo.im
Directions (Clean Flash)
1. Wipe factory data/reset
2. Wipe cache
3. Go into mounts and storage
4. Format /system
5. Format /data
6. Format /cache
7. Wipe dalvik
8. Flash ROM
9. Flash GAPPs
Directions (Dirty Flash)
1. Wipe cache
2. Wipe dalvik
3. Flash ROM
4. Flash GAPPs
----------------
Tips:
- Turn off Currents background sync in 4.2 to help with some lag
- If you get a status 7 error flashing a ROM, try making sure SYSTEM is unmounted in 'mount/unmount partitions' menu in recovery.
- GPS issues, various radio issues on the Toroplus have been cleared by trying prl/profile updates and reflashing the radio.
----------------
Changelog:
July 13, 2013
- Security patched Vanilla ROM uploaded
July 13, 2013
- Patch for Bug: 8219321
- Patch for Bug: 9695860
Note: This is a security update to patch the master key and unsigned zip issues in AOSP.
April 21, 2013
- Updated Vanilla - JDQ39E
April 20, 2013
- Merged with android-4.2.2_r1.2 (JDQ39E)
- Updated Superuser
- Incoming Call black block area reduced
- Update for T9 Dialer
March 15, 2013
- Updated Quick Settings Tile MOD (http://forum.xda-developers.com/showthread.php?t=1999125)
- Fixed Korean language dialpad
- init.d support
March 6, 2013
- Fixed Tethering
March 1, 2013
- Merged new JDQ39 posted binaries
- Merged AOSP JDQ39 device files
- T9 dialer restored to ROM
- removed AOSP calendar
- Koush Superuser added (open source Superuser)
NOTE: If attempting to dirty flash, be sure to uninstall SuperSU. This can be done within the APP.
February 20, 2013
- Vanilla ROM updated to 4.2.2 JDQ39 w/ Radio Fix (BRD)
- 12:30pm eastern - new Vanilla ROM with fixed HiddenMenu.apk
- 2:30pm eastern - new FV with fixed HiddenMenu.apk and T9 Dialer
February 17, 2013
- Merged 4.2.2 JDQ39
- Fixed Quick Settings MOD to work with 4.2.2
- Added in necessary binaries for 4.2.2 kernel (thanks Tiny)
- Compiled stock 4.2.2 kernel from AOSP source
Note: 4.2.2 kernels should work fine with this release as it's currently running with one I compiled.
February 2, 2013
- Merged/Updated to JOP40G source
- Included kernel compiled from Samsung source
- FV and V versions updated
January 21, 2013
- Binaries extracted from Sprint 4.2.1 OTA
January 11, 2013
- Fixed Pano Camera Mode (fv)
- Added all Nexus 4 system soundclips (fv)
- Changed default system sounds (fv)
December 30, 2012
- working T9 dialing
- removed GAPPs
----------------
Add-Ons (Date given if release dependant)
Stock Email/Exchange Apps Flashable (4/23/13) - Download
T9 Dialer for 4.2.2 (not needed 2/20 and newer): Download
Stock 4.2.2/JDQ39 Kernel - Download
MMuzzy ROM Wallpaper! (KidDynamite) - http://img.tapatalk.com/d/12/12/06/u7ebygy3.jpg
GPS Fix for JOP40D (just in case) - http://tinyw.in/9l0W
----------------
Thanks to: Bigrushdog, Cyanogenmod, TeamEOS, ÜBER, Acvice, dakota.breeden, Zeinzu, FrostyF7, blame2, darkierawr, scarmon25, shabbypenguin, hoang81, and everyone else.
----------------
Sprint Diagnostic App http://forum.xda-developers.com/showthread.php?t=1774503
ROM/kernel source found here: https://android.googlesource.com/device/samsung/toro
Compass fix patch to kernel: http://r.cyanogenmod.com/#/c/17105/
I really would love to try it, but I don't have Toro version. I think you should post this on Verizon android developments forum.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
kyokeun1234 said:
I really would love to try it, but I don't have Toro version. I think you should post this on Verizon android developments forum.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Click to expand...
Click to collapse
Wow.... he built it for the sprint version.... he HAS a toro....
Sent From My Toro+ via RED Tapatalk
kyokeun1234 said:
I really would love to try it, but I don't have Toro version. I think you should post this on Verizon android developments forum.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Click to expand...
Click to collapse
I'm sorry for the confusing wording. The thread I linked to is the ROM I normally maintain for the phone I have. The Goo.im link is for a torospr ROM.
ÜBER™ said:
Wow.... he built it for the sprint version.... he HAS a toro....
Sent From My Toro+ via RED Tapatalk
Click to expand...
Click to collapse
Yeah I looked at what I wrote and it was confusing. I'm not sure if this is a total fail attempt so I wanted to keep low profile until I confirmed how well it went. Sorry for the less than clear OP.
Downloading now.........
Me likes me some pure untouched AOSP.
Other than the GPS fix, does this have any fixes like inverted compass, or for the Gapps that I see floating around like Picassa sync or anything like that? Would you ever consider adding split SMS? Is PicoTTS removed? Every time I use a stock ROM with it included it seems to give me issues with Bluetooth dialing. Any other unneeded apps removed like the standard Google Search since Velvet replaces it?
Sorry for so many questions. Just getting the basics out of the way before I try it.
Sent from my Stock AOSP Android 4.1.1 Galaxy Nexus
Will be flashing as soon as I have WiFi. Thanks for the port!
Sent from my Galaxy Nexus using xda app-developers app
cervantesmx said:
Will be flashing as soon as I have WiFi. Thanks for the port!
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Thanks. We're hoping this goes well.
Zeinzu said:
Me likes me some pure untouched AOSP.
Other than the compass fix, does this have any fixes for the Gapps that I see floating around? Like Picassa sync or anything like that? Would you ever consider adding split SMS? Is PicoTTS removed? Every time I use a stock ROM with it included it seems to give me issues with Bluetooth dialing. Any other unneeded apps removed like the standard Google Search since Velvet replaces it?
Sorry for so many questions. Just getting the basics out of the way before I try it.
Sent from my Stock AOSP Android 4.1.1 Galaxy Nexus
Click to expand...
Click to collapse
It's my understanding that the GAPPs app is actually Velvet renamed to the search app so that you don't get the ugly search. As for the Picassa sync, I have that squared away on my Toro ROM and it should be on this one too (assuming it even flashes and boots normally).
I know there are some things I'll still need to address assuming the ROM is functional to bring it in line with the Toro version but I really had no idea if it would even boot yet so we're hoping for the best and expecting the worst.
I'll go ahead and start the download I guess. Always willing to help out
mmuzzy said:
Thanks. We're hoping this goes well.
It's my understanding that the Google app is actually Velvet renamed to the search app so that you don't get the ugly search. As for the Picassa sync, I have that squared away on my Toro ROM and it should be on this one too (assuming it even flashes and boots normally).
I know there are some things I'll still need to address assuming the ROM is functional to bring it in line with the Toro version but I really had no idea if it would even boot yet so we're hoping for the best and expecting the worst.
Click to expand...
Click to collapse
Sorry I edited my post as you were replying. Does this have the inverted compass fix? Might not be an issue for the Toro but on ours the compass points in the direction of which the screen is facing, so most ROMs here invert it so it faces the direction "you" are looking.
FrostyF7 said:
I'll go ahead and start the download I guess. Always willing to help out
Click to expand...
Click to collapse
Much appreciated
Zeinzu said:
Sorry I edited my post as you were replying. Does this have the inverted compass fix? Might not be an issue for the Toro but on ours the compass points in the direction of which the screen is facing, so most ROMs here invert it so it faces the direction "you" are looking.
Click to expand...
Click to collapse
I'm not going to bet on it but it surely will when I see what the fix is. I hadn't even heard of it until now.
Mine wouldn't install.
dakota.breeden said:
Mine wouldn't install.
Click to expand...
Click to collapse
So the flash failed? Do you have an error message that could help me troubleshoot it? Thanks for trying it anyway. :\
EDIT: If the flash is failing for everyone I'll pull the file.
mmuzzy said:
So the flash failed? Do you have an error message that could help me troubleshoot it? Thanks for trying it anyway. :\
EDIT: If the flash is failing for everyone I'll pull the file.
Click to expand...
Click to collapse
After 15% and much time wasted on 3g It failed. I'm not at home and didn't write the error code down maybe later I'll get it for you.
FrostyF7 said:
After 15% and much time wasted on 3g It failed. I'm not at home and didn't write the error code down maybe later I'll get it for you.
Click to expand...
Click to collapse
15% what? Downloaded? Flashed? I'm sorry for the 'wasted time' on 3g. If it's any consolation to you, I've spent a lot more time trying to put together a ROM for a phone I don't own.
EDIT: Ok. Sorry to waste everyone's time. I guess we'll just call it a wrap.
mmuzzy said:
15% what? Downloaded? Flashed? I'm sorry for the 'wasted time' on 3g. If it's any consolation to you, I've spent a lot more time trying to put together a ROM for a phone I don't own.
Ok. Sorry to waste everyone's time. I guess we'll just call it a wrap. Thanks everyone.
Click to expand...
Click to collapse
No no I'm not saying it like that I'm just saying sprint sucks I'm glad that I could help you in anyway
---------- Post added at 04:24 AM ---------- Previous post was at 04:21 AM ----------
Please don't leave
FrostyF7 said:
No no I'm not saying it like that I'm just saying sprint sucks I'm glad that I could help you in anyway
---------- Post added at 04:24 AM ---------- Previous post was at 04:21 AM ----------
Please don't leave
Click to expand...
Click to collapse
Did the flash fail?
mmuzzy said:
Did the flash fail?
Click to expand...
Click to collapse
Yea here let me flash it again and get you the error code Kay?
FrostyF7 said:
Yea here let me flash it again and get you the error code Kay?
Click to expand...
Click to collapse
Ok, thanks.
mmuzzy said:
15% what? Downloaded? Flashed? I'm sorry for the 'wasted time' on 3g. If it's any consolation to you, I've spent a lot more time trying to put together a ROM for a phone I don't own.
EDIT: Ok. Sorry to waste everyone's time. I guess we'll just call it a wrap.
Click to expand...
Click to collapse
It's alright man at least you tried............I bet your pretty stressed now.....it's cool. :good:
AOSP JellyBean 4.2.2. Official Source Build hot off the AOSP servers. This ROM is AOSP. The only files that were changed or added were to make things nicely functional.
Thanks to everyone for the kind words, technical help, suggestions, and for using the ROM!
This ROM is closely related to builds I make for Toro, Toroplus, Mako, Manta and Grouper.
----------------
Features include:
- Root with Superuser
- Scroll Cache disabled (kmagameguy)
- Quick Settings Mod (kevdliu)
- Enhanced Power Menu (Craig Gomez)
- Screenshot on power menu (CM)
- Expanded Desktop (CM)
- T9 Dialing (Paranoid Android)
- Clear all apps button in recent apps list (D4rKn3sSyS)
- Volume Fix (Peter Alfonso)
- HSPA+ display support (CM)
- Play app auto restore
- Emergency Broadcast Settings Menu
- Lean and fast
----------------
Download Menu:
French Vanilla ROM (with the MODs): http://goo.im/devs/mmuzzy/maguro/maguro_signed_071313_104219.zip - 7/13/13
Vanilla ROM (no MODs): http://d-h.st/h0Q - 7/13/13
GAPPs: http://goo.im/gapps/
Goo.im
----------------
Directions (Clean Flash)
1. Wipe factory data/reset
2. Wipe cache
3. Go into mounts and storage
4. Format /system
5. Format /data
6. Format /cache
7. Wipe dalvik
8. Flash ROM
9. Flash GAPPs
Directions (Dirty Flash)
1. Wipe cache
2. Wipe dalvik
3. Flash ROM
4. Flash GAPPs
Tips:
- Quick Toggles - Hold down settings tile for setup screen. Activate tiles in order you want them to appear!
- Clean flash strongly recommended with Android 4.2!
- Turn off Currents background sync! Major lag cause in 4.2.
- If you get a status 7 error flashing a ROM, try making sure SYSTEM is unmounted in 'mount/unmount partitions' menu in recovery.
..Thanks to jroid for finding the tip.
----------------
Changelog:
July 13, 2013
- Security patched Vanilla ROM uploaded
July 13, 2013
- Patch for Bug: 8219321
- Patch for Bug: 9695860
Note: This is a security update to patch the master key and unsigned zip issues in AOSP.
April 20, 2013
- Merged with android-4.2.2_r1.2 (JDQ39E)
- Updated Superuser
March 24, 2013
- Improved HPSA+ Indicator Images
- Reduced Incoming Call Black Background
- Updated T9 Dialer
March 15, 2013
- Updated Quick Settings Tile MOD (http://forum.xda-developers.com/showthread.php?t=1999125)
- Fixed Korean language dialpad
- init.d support
March 6, 2013
- GPS issue fixed (FV)
March 1, 2013
- Merged new JDQ39 posted binaries
- Merged AOSP JDQ39 device files
- T9 dialer restored to ROM
- removed AOSP calendar
- Koush Superuser added
February 17, 2013
- Merged 4.2.2 JDQ39
- Fixed Quick Settings MOD to work with 4.2.2
- Added in necessary binaries for 4.2.2 kernel (thanks Tiny)
- Compiled stock 4.2.2 kernel from AOSP source
Note: 4.2.2 kernels should work fine with this release as it's currently running with one I compiled.
February 2, 2013
- Merged/Update to JOP40G AOSP source
----------------
Addons/Fixes
1% Battery / Center Clock (3/24) (reysonance) - Post
Stock 4.2.2/JDQ39 Kernel - Download
----------------
Thanks Cyanogenmod, AOKP, TeamEOS, Team Horizon, Rascarlo, Paranoid Android, Craig Gomez, Tiny4579, Kmagameguy, adbFreedom, mcp770, runandhide05, Flomaster, Blame2, mcavoya, SparkyXI for the banner.
----------------
ROM/kernel source found here: https://android.googlesource.com/device/samsung/toro
Kevdliu's Android 4.2 Quick Settings Mod: http://forum.xda-developers.com/showthread.php?t=1999125
----------------
reserve
reserve
I'll Dl right now and give it a go for yea
Sent from my Galaxy Nexus using xda app-developers app
confyzone said:
I'll Dl right now and give it a go for yea
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
I appreciate that. Thank you.
No problem gonna back up and flash now should be back in 30min or so with a reply
Edit:
So after going in I've found the rom is smooth no real crashes even tested a Franco kernel
I'm sure as you update you'll probably add more customization but one thing I'll point out is that your quick settings control should be integrated with the settings not as a side app because that confused me trying to find it
Sent from my Galaxy Nexus using xda app-developers app
confyzone said:
No problem gonna back up and flash now should be back in 30min or so with a reply
Edit:
So after going in I've found the rom is smooth no real crashes even tested a Franco kernel
I'm sure as you update you'll probably add more customization but one thing I'll point out is that your quick settings control should be integrated with the settings not as a side app because that confused me trying to find it
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Ah, I didn't realize you updated in your post. Thank you. If you hold down the settings icon within the quick settings it will bring you to the setup for the tiles. Thank you for your help.
Been looking forward to work on Maguro for awhile now and always working like advertised.
Sent from my Galaxy Nexus using Tapatalk 2
unforgivenmercy said:
Been looking forward to work on Maguro for awhile now and always working like advertised.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Hopefully we don't have many device specific gotchas. Thank you.
Awesome! Do you know how long I have waited for this ?
Just pure speed, and cleanness
I missed just a clean vanilla aosp rom for the maguro , well this is it then!
Cant wait to flash! Too bad I have slow internet at home
Sent from my Nexus Prime
thegtfusion said:
Awesome! Do you know how long I have waited for this ?
Just pure speed, and cleanness
Sent from my Nexus Prime
Click to expand...
Click to collapse
Thanks. I just needed to get my stuff together but the ROM seems to be doing fine so far. *fingers crossed*
mmuzzy said:
Thanks. I just needed to get my stuff together but it seems to be doing fine so far. *knock on wood*
Click to expand...
Click to collapse
I edited my post
Sent from my Nexus Prime
---------- Post added at 10:38 PM ---------- Previous post was at 10:25 PM ----------
Will we also get the different flavours? French flavour and chocolatemilk flavour?
Sent from my Nexus Prime
thegtfusion said:
I edited my post
Sent from my Nexus Prime
---------- Post added at 10:38 PM ---------- Previous post was at 10:25 PM ----------
Will we also get the different flavours? French flavour and chocolatemilk flavour?
Sent from my Nexus Prime
Click to expand...
Click to collapse
Vanilla - stock 4.1.2 AOSP, which Maguro has anyway unlike Verizon where my phone lives
French Vanilla - this is it, the ROM I posted here... it has Kevdiu's Quick Toggles MOD, Enhanced Power Menu, Expanded Desktop, Recent Apps menu clear all, etc
Chocolate Milk = CM = CyanogenMOD - something I was toying around with to replace the Modded ROM because there were so many requests for features I thought a CM based ROM might make more sense. I don't think I'm going to continue it but if I do another version has to go.
I think I like the lighter modded ROM. I can't do 3 different versions of a ROM x 6 devices. As it is it feels like all I do is mess with Android.
mmuzzy said:
Vanilla - stock AOSP, which this phone has anyway unlike Verizon where my phone lives
French Vanilla - this is it, the ROM I posted here... it has Kevdiu's Quick Toggles MOD, Enhanced Power Menu, Expanded Desktop, Recent Apps menu clear all, etc
Chocolate Milk = CM = CyanogenMOD - something I was toying around with to replace the Modded ROM because there were so many requests for features I thought a CM based ROM might make more sense. I don't think I'm going to continue it but if I do another version has to go.
I think I like the lighter modded ROM. I can't do 3 different versions of a ROM x 6 devices. As it is it feels like all I do is mess with Android.
Click to expand...
Click to collapse
Ahaa I understand. The french vanilla is good enough then .
Flashing asap!
Sent from my Nexus Prime
just flashed, im going to test and report asap... thank you
edit :well, rom is super fast, using trinity kernel, its just awsome , im going to use it for a long time, thanks for the rom.
I was looking for a ROM exactly like this one - mostly stock with the Quick Settings mod. I've flashed it and it's running beautifully; no problems so far (granted, it's only been about 30 minutes). I'm planning to try flashing some other kernels with it just for fun.
EDIT: tried Franco kernel and lean kernel. Both smooth, but I can't really see a difference from the stock kernel. (Lean is overclocked so obviously faster.)
hey muzzy ! nice to see your rom developing here ! i saw your rom over at toro , was rather hoping you started here ! Dling now and hope to see more development in this if you dont mind , i can be your tester for maguro .
This is perfect! My maguro is right now in service but after it comes back I'll flash it!
Actually I wanted to make just the same ROM - everything stock but with few additions and you made it just as I wanted.
If you'd like to have some help with developing this ROM - PM me, I'd love to help!
This rom seems awesome! Omg this is exactly what my maguro wants Will flash when I come home! Holy **** this will be good
Sent from my super fast Prime filled with beans.
Madflapjack said:
just flashed, im going to test and report asap... thank you
edit :well, rom is super fast, using trinity kernel, its just awsome , im going to use it for a long time, thanks for the rom.
Click to expand...
Click to collapse
Great! Glad you like it.
bananagranola said:
I was looking for a ROM exactly like this one - mostly stock with the Quick Settings mod. I've flashed it and it's running beautifully; no problems so far (granted, it's only been about 30 minutes). I'm planning to try flashing some other kernels with it just for fun.
EDIT: tried Franco kernel and lean kernel. Both smooth, but I can't really see a difference from the stock kernel. (Lean is overclocked so obviously faster.)
Click to expand...
Click to collapse
On my phone I haven't bothered flashing kernels in a while. I think that's mainly because I spend so much time compiling ROMs I don't actually get to use them.
-Jesco- said:
hey muzzy ! nice to see your rom developing here ! i saw your rom over at toro , was rather hoping you started here ! Dling now and hope to see more development in this if you dont mind , i can be your tester for maguro .
Click to expand...
Click to collapse
I appreciate that. Thank you.
cadavreatpinopl said:
This is perfect! My maguro is right now in service but after it comes back I'll flash it!
Actually I wanted to make just the same ROM - everything stock but with few additions and you made it just as I wanted.
If you'd like to have some help with developing this ROM - PM me, I'd love to help!
Click to expand...
Click to collapse
Thank you.
tjackbjorn said:
This rom seems awesome! Omg this is exactly what my maguro wants Will flash when I come home! Holy **** this will be good
Sent from my super fast Prime filled with beans.
Click to expand...
Click to collapse
I hope you like it!
This rom were just as good as I thought! Good speed and pretty smooth
I noticed one thing, the gps seems weird? Google Now says I have to activate gps, but it is on. And sometimes it random starts to search for my location?
Sent from my super fast Prime filled with beans.
Good Morning fellow XDAers.
Here is a Pure AOSP KitKat build pulled from Google source found HERE
I will try to keep this updated with most recent source builds and minor tweaks. This makes for a good base for anyone to build from for a pure AOSP source. Just wanted to get it out there for people to use.
Instructions.
It is highly recommended that you flash using CWM recovery. TWRP may be updated but I haven't used it since KitKat released Again, if you brick your device, it's your fault not mine. This is a Beta so by clicking the download links you are taking full responsibility.
*Backup your current ROM
*Make sure you are using CWM recovery
*Do a complete system wipe
*Flash Rom
*Flash Gapps
*Flash Superuser pack
*Reboot and enjoy
Update 12/18
* enabled app ops - ability to specify which permissions you want to turn on/off for each app
* increased email attachments allowance to 20mb
* any file type transfer thru Bluetooth
* closed some memory leaks
* art tweaks
* animation cut in half for stock launcher
* up to date with Google merges via android-review.googlesource.com
Download aosp_manta-KOT49H-20131218 HERE
Update 12/15
* Added OTG Support
* Added merges from android source that wasn't in 4.4.2
* More location tweaks
* Added Override allowance in source
* Changed to toolchain 4.8
* Build.prop tweaks
* You can dirty flash over previous versions, just make sure to flash gapps, then SU to retain root.
Download aosp_manta-KOT49H-20131215 HERE
Update 12/12
* Updated to 4.4.2
Download v1.6 HERE
Update 11/22
* Pie controls in Browser enabled
* doubled the allowed downloads
Download v1.5.1 HERE
Update 11/21
* Updated to 4.4 r1.2 source
* Updated Kernel
* Updated Props
* Disabled Securities in Email (please test)
Download v1.5 HERE
Update 11/17
* added reboot menu
* added screenshot to reboot menu
Download v1.4 HERE
Update 11/14 (Pure AOSP Manta 4.4 r1.1)
Download ROM from HERE
Needs testing but youtube works through the browser fine. Please make sure you have a fresh wipe, then flash rom, gapps, su, reboot. Also, you may experience gapps fc if you enable ART. Since it is still ART is still experimental, I would hold off of that for now.
My keyboard doesnt pop up any longer using the new googlehome.apk. it took a little bit to settle down but if you have the issue either deal with the glitch or delete the apk from /system/app
Alpha upload 11/11
Download ROM from HERE
Download 4.4 Gapps from HERE 4.4.2 Gapps from HERE
Download SU from HERE
Thanks to a good buddy for motivating me to even get back in to compiling and messing with source. It's been awhile. Could the retirement be over? not likely. But you never know. Once Google releases the updated props I will update the OP.
Enjoy!
Don't be cheap. If you download hit the thanks button. It's free!
Just in case for apps or mods
you never know if a third is needed
Decided to put it out there eh?
Did you enable transparency in this build?
Sent from my SAMSUNG-SGH-I337 using Tapatalk
Noobla_Khan said:
Decided to put it out there eh?
Did you enable transparency in this build?
Sent from my SAMSUNG-SGH-I337 using Tapatalk
Click to expand...
Click to collapse
Yeah, transparency is done, and some other low level tweaks. Over all it's very good. We really need the props released to finish the build correctly.
Leoisright said:
Yeah, transparency is done, and some other low level tweaks. Over all it's very good. We really need the props released to finish the build correctly.
Click to expand...
Click to collapse
Cool...I don't think SlimKat or CM11 builds had the transparency enabled(may have changed since I last tried them) so this would be good way for people to check that out since the word is it won't be enabled on the Nexus 10 when Google releases.
Noobla_Khan said:
Cool...I don't think SlimKat or CM11 builds had the transparency enabled(may have changed since I last tried them) so this would be good way for people to check that out since the word is it won't be enabled on the Nexus 10 when Google releases.
Click to expand...
Click to collapse
I better double check. If it isnt I will fix and upload. I thought I did it but was a late night...lol
edit.. it wasn't done. But it's being uploaded right now with it done. Also, swapped out to have the stock native wallpaper_default.jpg. Should be done in less then 10 minutes and will update the op after.
Hoping to have fixed the USB OTG problem too.
Sent from my SPH-L900 using XDA Premium HD app
Thanks for your work! Sounds like the official 4.4 is rolling out already. Looking forward to the final product!
It would be nice to get the binaries so we can have a proper AOSP build.
I will be working on this tomorrow afternoon. Got the ota updated and system pulled. Now that we have full props we can polish off this aosp. You'd be surprised how similar this really was. Hope the props fix the video glitches.
Sent from my Nexus 10 using XDA Premium HD app
looking forward to this! thanks
Art working well on this build using the odex gapps
Sent from my One using XDA Premium HD app
4.4 binaries have been posted by google. I should have a release sunday. Couple busy days ahead. Have the reboot to recovery working but once I added a system pull binaries it wouldnt boot. So need to dig in to see if we need a new kernel. Either way good days ahead.
edit: Ok, factory images have been released for us. But, there is also a new build tag for the manta. Will be release 4.4 r1.1. It contains a different kernel as suspected. SInce this is the case, I decided to just start fresh with a new sync.
Sent from my SPH-L900 using XDA Premium HD app
Woohoo, we have a full booted pure aosp 4.4 r1.1
Will post link in op..give me a few
Edit..Youtube app works great. Now the fun begins. I want to keep this as close to pure as possible. The 4-1 reboot menu and OTG is a must. but then just transitions and stuff like that. Have fun with the rom gang.
Leoisright said:
Woohoo, we have a full booted pure aosp 4.4 r1.1
Will post link in op..give me a few
Edit..Youtube app works great. Now the fun begins. I want to keep this as close to pure as possible. The 4-1 reboot menu and OTG is a must. but then just transitions and stuff like that. Have fun with the rom gang.
Click to expand...
Click to collapse
Is the ROM still in Alpha status?
jackie_jagger said:
Is the ROM still in Alpha status?
Click to expand...
Click to collapse
I think we can move it up a couple notches. All the apps work now. Transparency Nav bar modded
Sent from my Nexus 10 using XDA Premium HD app
Leoisright said:
I think we can move it up a couple notches. All the apps work now. Transparency Nav bar modded
Sent from my Nexus 10 using XDA Premium HD app
Click to expand...
Click to collapse
Gotchya, I'll give it a shot once Mediafire starts working. It seems to be down for maintenance. If I may ask, how does the performance compare to 4.3? I ask because I'm hearing conflicting reports of being fast and the same for some.
EDIT: It won't work on TWRP?
jackie_jagger said:
Gotchya, I'll give it a shot once Mediafire starts working. It seems to be down for maintenance. If I may ask, how does the performance compare to 4.3? I ask because I'm hearing conflicting reports of being fast and the same for some.
Click to expand...
Click to collapse
I think with ART vs dalvik there seems to be a boost. It runs smooth as silk. Also, I have Google home installed and it settled down now where the keyboard stops popping up when you hit the home button.
Only think I see not working so far is the tap n pay in settings. Says services not installed.
Even the print seems good once you install an HP print app. Synced right up to my printer. Its work a full wipe then flash ROM, gapps, and then su. Make sure you back up. But I wanted a fresh install for KitKat anyway.
Edit... I don't think twrp updated the recovery yet for KitKat. Use a cwm 6.0.4 version and its golden
Sent from my Nexus 10 using XDA Premium HD app
I just installed this about 30 minutes ago and so far its running great. I am using ART instead of Dalvik and it runs really well and smooth. There was only a small sluggishness to it for me when I would go left to Google Now, but after using it for a little while it seems to have gotten better.
Youtube worked awesome and so has everything else, Gmail, Chrome, Google Plus, etc. The transparency looks amazing on this tablet, great job!! As of right now this rom's a keeper for me.
Edit* I also installed this with the newest CWM. I tried using TWRP yesterday on a few other 4.4 roms and it would fail each time.
Leoisright said:
I think with ART vs dalvik there seems to be a boost. It runs smooth as silk. Also, I have Google home installed and it settled down now where the keyboard stops popping up when you hit the home button.
Only think I see not working so far is the tap n pay in settings. Says services not installed.
Even the print seems good once you install an HP print app. Synced right up to my printer. Its work a full wipe then flash ROM, gapps, and then su. Make sure you back up. But I wanted a fresh install for KitKat anyway.
Edit... I don't think twrp updated the recovery yet for KitKat. Use a cwm 6.0.4 version and its golden
Sent from my Nexus 10 using XDA Premium HD app
Click to expand...
Click to collapse
I'm running TWRP recovery on my Nexus 5 so I guess it does work. But I'm not sure if there is an updated image available for manta. I'll check it and try