Jump to content


Photo

[ROM] [4.1.2] Aviator Blur - v3.0.9 [11/15/13] Pick Your Own Color!

Aviator ROM OTA ZKK007 Blur

  • Please log in to reply
2233 replies to this topic

#861 cmh714

cmh714

    Tech Service & Beyond

  • Smod
  • 3,272 posts
  • LocationSoCal
  • Current Device(s):Nexus 6

Posted 25 March 2013 - 11:18 AM

ZKK, I know youre working on it all.....just for you and anyone else, I installed the new Google Keep app, and it keeps crashing....

#862 ZKK007

ZKK007

    That Kiwi Guy

  • Developer
  • 1,687 posts
  • LocationDallas, TX, USA.
  • Current Device(s):XT912, XT907

Posted 25 March 2013 - 04:14 PM

Anyone else notice the battery go from 30% to 20% really quickly, or is it just me? :P
  • peanutsrule likes this

bWyLE9l.jpg

 

Donate? Click on signature :)


#863 anuglx

anuglx

    n00b

  • Members
  • Pip
  • 2 posts

Posted 25 March 2013 - 06:26 PM

Hi

I flashed the latest update "cdma_spyder_9.8.2O-72_VZW-16_1ff" with RSD lite... and then Rooted my Phone with razr Blade...

Then i installed Bootstrap 3.11 and i boot into recovery, created a new Rom Slot and did Wiping(Factory Reset, Cahe, Dalvik Cache, System) twice. Then i installed the latest Aviator 3.0.0 , then did a wiping cahce twice. Then Clicked on the reboot. What is happening is its returning to recovery only... Please help.....I need this Rom to b flashed Soon... For that only i updated from .8 to .16

#864 subzero2000

subzero2000

    Member

  • Members
  • PipPip
  • 46 posts

Posted 26 March 2013 - 06:52 AM

Anyone besides me having issues with the latest Google+ update that came out yesterday? It seems like it launches a completely transparent window that keeps me from interacting with anything on the phone until I hit home or back. I've cleared cache and Dalvik, cleared data for Google+, uninstalled and reinstalled Google+, all to no avail. It works fine on my stock slot, as well as on a KEXEC AOKP nightly, so it appears to be an issue with just Aviator... :(

#865 subzero2000

subzero2000

    Member

  • Members
  • PipPip
  • 46 posts

Posted 26 March 2013 - 10:15 AM

Ok, a slight update on my Google+ issue; launching Google+ yields the following via "adb logcat". Looks like a signature mismatch somwhere to me.

Please Login or Register to see this Hidden Content



#866 subzero2000

subzero2000

    Member

  • Members
  • PipPip
  • 46 posts

Posted 26 March 2013 - 01:02 PM

On the Google+ issue, I just made a nandroid backup and reinstalled Aviator v3.0.0 cleanly, problem persists. I suspect it's a difference in the Google binaries, probably due to signatures. I diffed the stock deodexed to Aviator (specifically the system folders), and noted the following:

Please Login or Register to see this Hidden Content


Do the binaries in /system/app really need to differ / be resigned on a custom ROM? I find that I can replace them without apparent issue, so I am wondering why this is, if anyone has a good explanation.

Thanks.

#867 ZKK007

ZKK007

    That Kiwi Guy

  • Developer
  • 1,687 posts
  • LocationDallas, TX, USA.
  • Current Device(s):XT912, XT907

Posted 26 March 2013 - 01:10 PM

Do the binaries in /system/app really need to differ / be resigned on a custom ROM? I find that I can replace them without apparent issue, so I am wondering why this is, if anyone has a good explanation.

Thanks.


I had to resign the ROM when I added the pulldown toggles. I have just started rebuilding the ROM from a system pull but it will take a few days to get done :P
  • cmh714 likes this

bWyLE9l.jpg

 

Donate? Click on signature :)


#868 subzero2000

subzero2000

    Member

  • Members
  • PipPip
  • 46 posts

Posted 26 March 2013 - 02:02 PM

ZKK007,

Well, as a test, I replaced every APK that differed with the ones from the deodexed 98.72.16 stock ones, and it sure was broken. However, it did allow me to run Google+ long enough for it to be able to tell me that it depended upon "Google Play services" (GmsCore.apk), so I think my next test in the interim will be to replace Phonesky.apk and GmsCore.apk as a test to see what happens. Weird issue, but stellar ROM otherwise. I'm looking forward to the rebuilt ROM you mentioned, this is just as a stop-gap measure, and relatively safe since I have a full nandroid backup.

Thanks again for a great ROM and the hard work you've put into it.

#869 ZKK007

ZKK007

    That Kiwi Guy

  • Developer
  • 1,687 posts
  • LocationDallas, TX, USA.
  • Current Device(s):XT912, XT907

Posted 26 March 2013 - 04:22 PM

Well, good news so far. The set up process currently has no errors! Even when I haven't deleted and re created the ROM slot, but just wiped it. Let hope progress continues like this and I can get this done in the next day or two :)
  • MBRedline and cmh714 like this

bWyLE9l.jpg

 

Donate? Click on signature :)


#870 subzero2000

subzero2000

    Member

  • Members
  • PipPip
  • 46 posts

Posted 27 March 2013 - 06:33 AM

ZKK007,

I managed to get Google+ to work last night, it was a signature issue. Google+ evidently (now) depends upon Google Play services (GsmCore.apk), and doesn't like the signature that's on GsmCore.apk in the Aviator ROM, so what I had to do was replace every system apk that uses the same shared user id (com.google.uid.shared, which on my phone is user id 10033; being that's it's Unix based, I assume numerical user id could change, but this is what worked for me). I found which packages listed in /data/system/packages.xml were using user id 10033 (NetworkLocation.apk, GoogleServicesFramework.apk GoogleContactsSyncAdapter.apk, GoogleLoginService.apk, and GsmCore.apk), replaced them with the ones from the deodexed stock 98.72.16 release, commented out the shared user com.google.uid.shared in /data/system/packages.xml), rebooted and cleared Cache and Dalvik, then installed Google+. Worked first time. I did have to set back up my Google accounts, but I've had no issues since, and Google+ works just fine now. The shared user com.google.uid.shared was recreated in /data/system/packages.xml during reboot, and may or may not have been necessary, but since I've seen issues come up due to shared user ids already existing, I did it just to be safe.

My gut instinct tells me that the only system APKs that need to be resigned are the ones that use the same shared user id in /data/system/packages.xml, but since I don't know which APK provides the drop-down toggles, I don't know which ones those might be.

I thought my findings might be helpful to you as rebuild the ROM from a system dump as you described earlier. Keep rocking out this great ROM!

#871 ZKK007

ZKK007

    That Kiwi Guy

  • Developer
  • 1,687 posts
  • LocationDallas, TX, USA.
  • Current Device(s):XT912, XT907

Posted 27 March 2013 - 07:10 AM

ZKK007,

I managed to get Google+ to work last night, it was a signature issue. Google+ evidently (now) depends upon Google Play services (GsmCore.apk), and doesn't like the signature that's on GsmCore.apk in the Aviator ROM, so what I had to do was replace every system apk that uses the same shared user id (com.google.uid.shared, which on my phone is user id 10033; being that's it's Unix based, I assume numerical user id could change, but this is what worked for me). I found which packages listed in /data/system/packages.xml were using user id 10033 (NetworkLocation.apk, GoogleServicesFramework.apk GoogleContactsSyncAdapter.apk, GoogleLoginService.apk, and GsmCore.apk), replaced them with the ones from the deodexed stock 98.72.16 release, commented out the shared user com.google.uid.shared in /data/system/packages.xml), rebooted and cleared Cache and Dalvik, then installed Google+. Worked first time. I did have to set back up my Google accounts, but I've had no issues since, and Google+ works just fine now. The shared user com.google.uid.shared was recreated in /data/system/packages.xml during reboot, and may or may not have been necessary, but since I've seen issues come up due to shared user ids already existing, I did it just to be safe.

My gut instinct tells me that the only system APKs that need to be resigned are the ones that use the same shared user id in /data/system/packages.xml, but since I don't know which APK provides the drop-down toggles, I don't know which ones those might be.

I thought my findings might be helpful to you as rebuild the ROM from a system dump as you described earlier. Keep rocking out this great ROM!


Thanks. Yeah, I knew it was the signatures as I had to resign a few and I probably over did it :P I'm working on getting away with resigning it so hopefully we won't have signature issues again :)

bWyLE9l.jpg

 

Donate? Click on signature :)


#872 mrp0783

mrp0783

    n00b

  • Members
  • Pip
  • 13 posts

Posted 27 March 2013 - 11:45 AM

Hey guys, awesome ROM!!! Quick question, my battery life seems to be off a bit. I looked at GSAM battery monitor and I saw the Kernel was sucking a lot of juice. Is there some setting I should change?

#873 ZKK007

ZKK007

    That Kiwi Guy

  • Developer
  • 1,687 posts
  • LocationDallas, TX, USA.
  • Current Device(s):XT912, XT907

Posted 27 March 2013 - 11:50 AM

Hey guys, awesome ROM!!! Quick question, my battery life seems to be off a bit. I looked at GSAM battery monitor and I saw the Kernal was sucking a lot of juice. Is there some setting I should change?


Is your phone going into deep sleep? You can check with CPUSpy (Free). If not, wipe cache and dalvik cache and then check.

I'm not too far off finishing the next build and it looks like this will be a lot more error free. I built the whole thing from a system pull so it will be a fresh start. You might be able to test that and see if that helps if the above doesn't. :)

bWyLE9l.jpg

 

Donate? Click on signature :)


#874 mattkilla

mattkilla

    Member

  • Members
  • PipPip
  • 187 posts
  • Google+:mattkilla420
  • LocationNorth Carolina
  • Current Device(s):Droid Razr Maxx xt912 , Samsung Droid Charge (FP8)

Posted 28 March 2013 - 08:40 PM

well MR. ZK i finally made the switch and joined the .16 crew. I had my last version with the pink floyd theme back on .08. It would constantly boot loop, old news! So glad i made the switch because this ROM kicks donkey butt more than the last. To me, everything has been improved. And finally i am back to my regular battery times on Aviator. I couldnt get 24 hrs out of most the others. Loving this man, definitely my DD for now.

Hey guys, awesome ROM!!! Quick question, my battery life seems to be off a bit. I looked at GSAM battery monitor and I saw the Kernel was sucking a lot of juice. Is there some setting I should change?

yea my kernel usually always uses about 10 - 15% of battery for me. I am still getting outstanding stats though!

Please Login or Register to see this Hidden Content

 

Please Login or Register to see this Hidden Content

  132.96KB   5 downloads

android-smoking-a-joint-on-white-background-320x-42619.jpg


#875 squidward2016

squidward2016

    n00b

  • Members
  • Pip
  • 11 posts

Posted 29 March 2013 - 09:10 AM

Has anyone noticed Google keep doesn't work? I wiped dalvik and cache and it still force closes instantly

#876 ZKK007

ZKK007

    That Kiwi Guy

  • Developer
  • 1,687 posts
  • LocationDallas, TX, USA.
  • Current Device(s):XT912, XT907

Posted 29 March 2013 - 09:12 AM

Has anyone noticed Google keep doesn't work? I wiped dalvik and cache and it still force closes instantly


I think it's a signature issue which I'm working on fixing :)

bWyLE9l.jpg

 

Donate? Click on signature :)


#877 squidward2016

squidward2016

    n00b

  • Members
  • Pip
  • 11 posts

Posted 29 March 2013 - 09:25 AM

Also I saw you guys talking about beats audio but my problem is that it ALWAYS force closes when I click it... With music playing or not

#878 fantasticrat

fantasticrat

    n00b

  • Members
  • Pip
  • 20 posts
  • LocationOver there
  • Current Device(s):Droid Razr M

Posted 29 March 2013 - 02:44 PM

My stock SMS app disappeared on upgrade to 3.0.0, and I can't send text messages now at all from any 3rd party app either. What's up?

#879 ZKK007

ZKK007

    That Kiwi Guy

  • Developer
  • 1,687 posts
  • LocationDallas, TX, USA.
  • Current Device(s):XT912, XT907

Posted 29 March 2013 - 02:50 PM

My stock SMS app disappeared on upgrade to 3.0.0, and I can't send text messages now at all from any 3rd party app either. What's up?


That's odd. Did you do a clean, fresh install?

bWyLE9l.jpg

 

Donate? Click on signature :)


#880 claps1775

claps1775

    Droid Master

  • Dedicated Supporter
  • PipPipPip
  • 596 posts
  • LocationIowa. Close to the University of Iowa.

Posted 30 March 2013 - 08:39 AM

Nice ROM. Is there any way to chance the keyboard back to OEM?
To powerful to fall into my hands. Click......Rooted. ICS rommed!!!!! Muhahahahah!!!!





Also tagged with one or more of these keywords: Aviator, ROM, OTA, ZKK007, Blur

10 user(s) are reading this topic

0 members, 9 guests, 0 anonymous users


    Bing (1)