Team Black Out Presents...The Dark Side of the Source...Black and Clear Apps

Search This thread

asdfasdfvful

Senior Member
Apr 21, 2013
2,976
3,851
Montreal
allanwang.ca
Sorry but question time again.... I tried compiling and recompiling copy and got the following error:

HTML:
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: Exception in thread "main" C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:78: error: Error retrieving parent for item: No resource found that matches the given name 'TextAppearance.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:196: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:443: error: Error retrieving parent for item: No resource found that matches the given name 'Theme'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:503: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:544: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:558: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:565: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values-v14\styles.xml:84: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:577: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base.DropDownItem'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:583: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:605: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:678: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Light.Base'.'

In short, there are stuff like

HTML:
    <style name="Theme.AppCompat.Base.CompactMenu">
        <item name="android:listViewStyle">@style/Widget.AppCompat.ListView.Menu</item>
        <item name="android:itemTextAppearance">@style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item</item>
    </style>

and

    <style name="Widget.AppCompat.Base.ActivityChooserView">
        <item name="android:gravity">center</item>
        <item name="android:background">@drawable/abc_ab_share_pack_holo_dark</item>
        <item name="android:divider">?dividerVertical</item>
        <item name="android:showDividers">middle</item>
        <item name="android:dividerPadding">6.0dip</item>
    </style>

With no parents. Do I need to add something? I decompiled the themed copy from 2013 but it didn't have these styles
 
Sorry but question time again.... I tried compiling and recompiling copy and got the following error:

HTML:
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: Exception in thread "main" C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:78: error: Error retrieving parent for item: No resource found that matches the given name 'TextAppearance.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:196: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:443: error: Error retrieving parent for item: No resource found that matches the given name 'Theme'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:503: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:544: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:558: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:565: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values-v14\styles.xml:84: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:577: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base.DropDownItem'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:583: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:605: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.'
18:17:24.741: [Error] - ApkTool.CompileApk: 'ApkTool: C:\Users\a\AppData\Local\Temp\0E339C\res\values\styles.xml:678: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Light.Base'.'

In short, there are stuff like

HTML:
    <style name="Theme.AppCompat.Base.CompactMenu">
        <item name="android:listViewStyle">@style/Widget.AppCompat.ListView.Menu</item>
        <item name="android:itemTextAppearance">@style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item</item>
    </style>

and

    <style name="Widget.AppCompat.Base.ActivityChooserView">
        <item name="android:gravity">center</item>
        <item name="android:background">@drawable/abc_ab_share_pack_holo_dark</item>
        <item name="android:divider">?dividerVertical</item>
        <item name="android:showDividers">middle</item>
        <item name="android:dividerPadding">6.0dip</item>
    </style>

With no parents. Do I need to add something? I decompiled the themed copy from 2013 but it didn't have these styles
Yeah apk tool removes them for some silly reason

Use this to add the missing parents

https://www.dropbox.com/s/eovyy8xxy3e9x4a/Styles template missing parents fixed.zip?dl=0

Just copy the parents..Nothing else.
 

Archangel

Inactive Recognized Themer
Jul 14, 2010
6,639
14,175
Reno, NV

Attachments

  • calc.png
    calc.png
    107.2 KB · Views: 438

Train88

Recognized Themer
Oct 8, 2013
1,938
14,182
Greenville, SC
OnePlus 8
You made me do it the hard way huh? Lol jk... glad y'all taught me how you did [emoji39]

Team BlackOut... or Back Out
Lmfao, that's in the dev only folder...been there since April...lol

You had to learn before you cheat like I do...lol
 

albyXR

Senior Member
Mar 28, 2011
212
14
Basel
I read the first page and it's very confused.

It's would be easier: which are the point to install these theme?????
download and flash??

no update with the google play store??
 

dafoxs

Senior Member
Jun 5, 2008
4,648
8,515
I read the first page and it's very confused.

It's would be easier: which are the point to install these theme?????
download and flash??

no update with the google play store??
No clue what that means. You need to be comfortable with flashing ROMs and apps first. Its not for the faint of heart. Everyone needs to know, if you have a better way, start your own post. The OP here is a back burner. Getting updates out is the priority. When we were doing the OP, no one read it and still doesn't.
 

albyXR

Senior Member
Mar 28, 2011
212
14
Basel
No clue what that means. You need to be comfortable with flashing ROMs and apps first. Its not for the faint of heart. Everyone needs to know, if you have a better way, start your own post. The OP here is a back burner. Getting updates out is the priority. When we were doing the OP, no one read it and still doesn't.

Sorry but i undestand nothing of what you have written.

What I have to do for install this theme?
 

Mistertac

Senior Member
Oct 22, 2013
4,759
2,749
Springfield, Ma
Sorry but i undestand nothing of what you have written.

What I have to do for install this theme?
Grab the Updater App and download and install whatever apps you want. Some require you to flash them in recovery, some are just normal apk you install.

If you can't find the Updater App just search this thread and you'll find it..
It's usually right in DJ's Signature..
Sorry but i undestand nothing of what you have written.

What I have to do for install this theme?


- Tapatalked from the G3
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 652
    ForumTBOmain.jpg





    Click the quote above to access the site


    BEFORE YOU START READ THIS:

    Also located in the updater Help and Guide section!
    Make a full system backup - Use these at your own risk!!!!!

    Signed Install:
    Before you do anything uninstall all stock versions that you normally get from the playstore!
    You cannot install our apps with the stock app installed anywhere!

    -Click on the DOWN arrow in the top right hand corner
    -You will see the download in progress
    -Then a prompt to install the apk after the download completes
    -Enjoy the Themed apps

    Make a full system backup - Use these at your own risk!!!!!
    Flash in Recovery:
    You must uninstall updates from the playstore before flashing the zip...

    -click on the down arrow in the top right hand corner
    -you will see the download in progress
    -then a prompt to reboot in to recovery to flash zip once download completes
    You will still need to go to the "downloads" folder to flash manually!



    Click the TBO icon to get the updater app


    OR

    CLICK HERE


    Team Black Out is a team of both veteran app "Inverters" and new-comers that want to learn. With over A lot of popular Blacked Out and Transparent Android apps in our list, we are sure to not only amaze you but to guarantee once you use our Themed Apps you'll Black Out for a while.. The Team isn't doing ROMS though. We are simply combining the great minds of some of the Best in the Business when it comes to making apps Blacked Out or Transparent. We have only a few team members now because some are planning on being lightly active, so if you're already into doing Blacked Out apps, hit us up if you wanna join. We don't want to train people from the ground up but you don't have to be the best either. We will are hosting guides on this site to help walk people through the process of Inverted Apps...



    T-BOTS.png





    T-BOTs are the Team Black Out Testers. When we update an app or start a new one from scratch, we can put anywhere from 20 minutes to 10 hours into 1 app for all of you and then testing that app can take 10-60 minutes and we don't use every app we Black Out so we're bound to miss some hidden things. Well, this is where our Loyal T-BOTs come into play. Once we update an app they get busy looking for issues for us. This gives us more time to be able to update more apps, start new apps or just have some non-android fun. So make sure you thank the T-BOTs when you get blown away from how amazing these apps are!












    Obviously this style is the most popular. We don't theme our apps with images but rather Invert the Colors so you'll have Dark backgrounds and Light texts. This is very popular and has become something that many avid Android users have come to thoroughly enjoy so we will do our best to give you more of what you love!



    Transparent.png




    Transparent apps have become more popular the last year or so and some members of the Team have been offering them for a while now. Our transparent series of apps are called Clear Apps. Being able to see your wallpaper while you're using your favorite apps is just cool! We'll be offering our own wallpapers soon for you to use!









    Ok kids... click on "Welcome to the Dark Side" at the top and it will take you to our official Team Black Out website! All downloads are hosted there only to keep track of everything. If you've used any of our apps in the past in your Aroma installers or in your ROM, you can still use them. Link back to our SITE wherever you post our content tho. Do not post something in a different forum using our work and then PM us to let us know and hope it's ok with us.... It isn't. Ask first and we'll work with you but ask for forgiveness and we have a problem.



    Thanks
    TBO
    78
    GO AND GET 'EM!
    6a2f1a3a65eb6371ac3e70f317d45b39.jpg
    1c1b29b4c54f21e8691ce03ae15372b7.jpg
    7267dd4fa1dd241c9f3b84a94a7b9345.jpg
    abc17946783205a8d5041b97f79beae8.jpg


    Saving eyes from bleeding, one app at a time.
    73
    72
    Attention:

    TBO will do one more nice size batch of updates then be back next year after holiday break. The thread will be closed meanwhile. Thank you and happy holidays!

    Sent from my Nexus 5 using Tapatalk
    66
    So much love in the updater and a little surprise appearance....pictures>words..have a look:



    3a943b4bc2956d4ec11d22a418f326fe.jpg
    4a2368cd6f3a08b038ef937854d3c1b4.jpg
    fe1c19e545354fbdacbbfb56574b2478.jpg
    c325c3db6ee71b9f9a148bb40ef891e6.jpg
    eb25e178acbdd3bbb32640096e21900c.jpg
    b8cab62f31cc80c044ba488a8afc2cb9.jpg
    505779a5cbab6dc1196909e4200d9df4.jpg
    f1cda090db6c4ca509d81a20e0aeca0e.jpg




    OP and site updated to v6.2 New updater!

    Many updates for the holidays we will close the thread tomorrow night to get update issues fixed if any reported. This is the LAST update until the New year but I will add some wallpapers in the next few days...keep an eye out!


    HAPPY HOLIDAYS FROM TEAMBLACKOUT

    DJ

    Sent from my Nexus 5 using Tapatalk