Jump to content


- - - - -

[ALPHA6][ROM] AOSP JellyBean 4.1.1 [9/19/12]


  • Please log in to reply

#1 sbrissen (OP)

sbrissen

    Developer

  • 143 posts

Posted 02 August 2012 - 06:06 PM

Source:
Mod Type: ROM     Difficulty: Easy     Mod Status: Alpha     Mod Base:      Carrier:
Requires Root: Yes     Apply In: CWM Recovery     Optional:      Optional:      Android Version:


Its been asked and here it is this is plain AOSP with only a few CM parts to make it work with our device. Install via CWM

Use at your own risk

Things I've added:
- Extended power menus (reboot options / screenshot)
- Advanced device settings
- CM Camera
- nexus bootani
-Theme manager (Use CM10 or any other JB based themes made for the Theme Manager)

Alpha1: http://tinyw.in/J84y (MD5: 4a1719d3d17bc80105dfd5c58dcce5e3)
- I DON'T CONSIDER THIS A DAILY DRIVER IT IS TO PLAY WITH!

Alpha2: http://sbrissen.chri...ssen-ALPHA2.zip
Changes: (Still not really a daily driver :-( )
- Rebased kernel based on TeamHacksung's common SMDK4210 kernel (3.0.15)
- Random screen wakes seem much better

Alpha3:
http://sbrissen.chri...ssen-ALPHA3.zip (MD5: d0cd7486c32a722e1fad8551621ff277)
Mirror: http://www.mediafire...lmriwsmkwwxak0w
Changes:
- No random wakes
- LOS is lost (I HOPE!)
- SOD for incoming calls fixed (I HOPE!)
- Fixed mounting of both sdcards in UMS mode
- added libwvm libs from gs2

Alpha4:
http://sbrissen.chri...ssen-ALPHA4.zip
mirror: http://www.mediafire...0ovdofoftopfl8l
(MD5: ca2a2ebb82a95c1dea6d9a1906700cf3)
Changes:
- Fix A2DP (streaming audio over bluetooth)
- Update to hopefully catch some more LOS
- Option for statusbar toggles
- 3g tethering works?

Alpha5:
http://sbrissen.chri...ssen-ALPHA5.zip
(MD5: 746a90f1735709f5753d5cac2313f119)
MIRROR: http://www.mediafire...2ig62jxas7bzn47
Chanes:
- Fix 4G going to unknown
- Fix rotation sensor
- Fix MobileData toggle
- Update Advanced settings
- small battery changes
- SU/SuperUser are better


Alpha6:
http://sbrissen.chri...ssen-ALPHA6.zip
Mirror: http://androtransfer...ssen-ALPHA6.zip
Changes:
-Fix recovery reboots
-Fix recovery console
-Other misc updates

KNOWN ISSUES AS OF 08/24/12:
- Camcorder effects cause FC
- Sprint PRL/Update menu might not work (In About Settings)

KNOWN ISSUES:
- LOS (this is kernel related and I am still trying to track it down)
- Camcorder effects cause FC

If you report a problem PLEASE SUPPLY A LOGCAT AND KERNEL LOG

Edited by sbrissen, 19 September 2012 - 06:10 AM.


#2 blars1206

blars1206

    Android Beginner

  • Members
  • 8 posts

Posted 02 August 2012 - 09:55 PM

Nice, I will be watching this. First one!

#3 Rooster

Rooster

    Android Beginner

  • Members
  • 73 posts

Posted 03 August 2012 - 07:22 PM

Maybe the drama won't pour into here lol

Sent from my awesomely EPIC Phone

#4 scarmon25

scarmon25

    Supporting Member

  • 768 posts

Posted 03 August 2012 - 11:06 PM

Awesome job SB. Glad to see you posting here. I always did enjoy RootzWiki. Look forward to how the progresses.

Need Help? Find us on our IRC.
/server irc.flux.cd
/join #TeamRejectz
Or join me on GTalk.
scarmon27@gmail.com

#5 Rooster

Rooster

    Android Beginner

  • Members
  • 73 posts

Posted 04 August 2012 - 04:44 PM

So are builds still going to be posted as is for those of us that have a brain? The xda dumb asses make it impossible to find good info.

Sent from my awesomely EPIC Phone

#6 scarmon25

scarmon25

    Supporting Member

  • 768 posts

Posted 04 August 2012 - 08:07 PM

I asked sbrissen what's up and he said nothing has changed. TCP saying the builds would no longer be on the site apparently wasn't correct. Unless I miss understood which is entirely possible.

Need Help? Find us on our IRC.
/server irc.flux.cd
/join #TeamRejectz
Or join me on GTalk.
scarmon27@gmail.com

#7 b1g.p0ppa

b1g.p0ppa

    Member

  • Members
  • 87 posts

Posted 04 August 2012 - 09:25 PM

Phew, that's really good to hear. I was really bummed when I read that because I was enjoying feeling involved in such a great project. I'd be happy to do more testing and log posting, if someone could provide some sort of direction as to what I should focus on.

#8 scarmon25

scarmon25

    Supporting Member

  • 768 posts

Posted 05 August 2012 - 02:24 PM

View Postb1g.p0ppa, on 04 August 2012 - 09:25 PM, said:

Phew, that's really good to hear. I was really bummed when I read that because I was enjoying feeling involved in such a great project. I'd be happy to do more testing and log posting, if someone could provide some sort of direction as to what I should focus on.


Well you can get logs on your phone by getting terminal emulator and typing the following into it

su (enter)
Logcat -d /sdcard/logcat.txt


That will generate a general logcat and place it on your SD card. You would want to do this after a issue you have. Like let's say you have settings force closing on you fairly often. That's when you would want to do that. I will copy a post over from XDA detailing how to get logcats and when to get the different types of logcats.

Need Help? Find us on our IRC
/server irc.flux.cd
/join #TeamRejectz
Or catch me on GTalk
scarmon27@gmail.com

#9 scarmon25

scarmon25

    Supporting Member

  • 768 posts

Posted 05 August 2012 - 02:25 PM

Quote

For the Love of Lady's Private Parts, cuz we all love those.

If you experience a random reboot of ANY sorts, don't reboot or pull your battery.

Use adb or mobile terminal to grab a last_kmsg by using the following command:

with adb:
 adb shell cat /proc/last_kmsg > last_kmsg.txt 

with mobile terminal:
 cat /proc/last_kmsg > last_kmsg.txt 

To pull a kernel message is the same as pulling a last_kmsg:

 adb shell cat /proc/kmsg > kmsg.txt 

and with mobile terminal:

 cat /proc/kmsg > kmsg.txt 

If you experience any type of app crash do a normal logcat with adb or mobile terminal.

pretty much the same as above:

with adb:

 adb logcat > logcat.txt 

with mobile terminal:

 logcat > logcat.txt 

you can upload these logs to pastebin or pastie

Do not post the contents of the logs as a forum post. Just post the link to the pastebin or pastie page.


Need Help? Find us on our IRC
/server irc.flux.cd
/join #TeamRejectz
Or catch me on GTalk
scarmon27@gmail.com

#10 scarmon25

scarmon25

    Supporting Member

  • 768 posts

Posted 05 August 2012 - 02:26 PM

All of the above commands should work in terminal all emulator. Just take the adb or adb shell off the front of the command.

Need Help? Find us on our IRC
/server irc.flux.cd
/join #TeamRejectz
Or catch me on GTalk
scarmon27@gmail.com