Recent content by javroch

  1. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    Aside from the ones I should hopefully be adding in the next build, are there any new ones that you guys would like to see? No promises, I'm just curious. I've got some ideas,but I always like to hear yours. I will admit though, that I am trying to keep it fairly simple
  2. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    Even better, this'll give you the BUILD_ID's too: REPO=build if [ ! -d $REPO ]; then git clone https://android.googlesource.com/platform/$REPO.git &> /dev/null; fi; pushd $REPO &> /dev/null; git fetch --all &> /dev/null; git fetch --tags &> /dev/null; echoBuildId() { local BRANCH=$1...
  3. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    If you have a linux box, you can save the following in a file called "branches.sh" in your home directory for example. Then "chmod a+x branches.sh" to make it executable. And, then you can run it whenever you like to get a list of current branches: pushd ~ &> /dev/null; if [ ! -d manifest ]...
  4. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    I'd say that they probably haven't updated that page yet. I don't tend to look at that page very often, if at all, so I couldn't tell you when/how often they update. If I had to guess, I don't think they update the page until there is a branch/build that they actually push out to a device...
  5. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    R is the most recent code that Google pushed to AOSP a couple of days ago. ROMs that are built from source do not rely on leaked OTA's like the JRO03O OTA. Instead, ROMs built from source pull code directly from Google and build it from the ground up. Therefore, it doesn't matter what the...
  6. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    Re: [ROM] Clean AOSP 4.0.4 build 3 just a quick update. updated my base from JRO03L to JRO03R. not sure what that gives though, other than bug fixes/stability.
  7. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    Re: [ROM] Clean AOSP 4.0.4 build 3 I just posted build 4. It contains reboot options, including safe mode, and enhanced battery percentage options. enjoy!
  8. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    Re: [ROM] Clean AOSP 4.1.1 build 3 (JRO03L) build 4 should be ready in the next few days with at least reboot options and enhanced battery options with the ability to just have text now and no icon. reboot options will currently be "Reboot", "Safe mode", "Recovery", and probably "Bootloader"...
  9. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    Re: [ROM] Clean AOSP 4.1.1 build 3 (JRO03L) I guess if it's Apps only by default, then at least that should cover the physical theft of your phone, so long as you keep your phone locked. To be honest, I think people should be leaving root access off entirely, until and unless they need it. I...
  10. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    Re: [ROM] Clean AOSP 4.1.1 build 3 (JRO03L) With Clean, ideally, you should never do that. I use a customized Superuser.apk and su to achieve the selective root feature. You'd probably be fine, but if you do that or use the Market version of Superuser (which shouldn't install), then the...
  11. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    Re: [ROM] Clean AOSP 4.1.1 build 3 (JRO03L) Clean didn't cripple your root. That is how it is designed. Go to Settings > Clean extras if you would like to enable root at any time. You can also create a Settings shortcut for Clean extras on your home screen. This is how CM does it now too, I...
  12. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    Re: [ROM] Clean AOSP 4.1.1 build 2 (JRO03L) This is the latest source that google has pushed. This is how they label their builds, with a series of numbers and letters. You'll notice that they increase as builds increase. The leaked verizon build is JRO03O. O being a few letters past L...
  13. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    Re: [ROM] Clean AOSP 4.1.1 build 3 (JRO03L) I just posted build 3. It includes facebook contact sync. You might have to clear data on Contacts, Contacts Storage, and Facebook or do a full wipe data/cache before this install to trigger your contacts to pull in the Facebook data. Enjoy
  14. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    Re: [ROM] Clean AOSP 4.1.1 build 2 (JRO03L) build 2 posted. adds sip/voip dialing, a possible gps lock tweak, and the option to put your battery percentage in the status bar. i may change the way that works over time, allowing only the text as well as the option for both or just the battery symbol.
  15. J

    [ROM] Clean AOSP 4.1.1 build 5 (JRO03R)

    Re: [ROM] Clean AOSP 4.1.1 build 1 (JRO03L) Just a heads up. I have sip/voip, battery percentage text, and a possible gps tweak lined up for build 2 so far. i may also include reboot options which would include the option to reboot safe mode, like you can already via long press. it depends if i...