Showing posts with label party. Show all posts
Showing posts with label party. Show all posts

Monday, 12 October 2015

3rd party adaptive car changers will not work with udpate "OG7"



I updated my s6 to "OG7" and now my anker IQ charger doesn't charge at a fast rate. Work perfect right before the update. Verizon said they know about this and it's the update. They said no idea what Samsung did in the update to break this. Not you have to use Samsung or verizon fast car changer.

Thanks Samsung!!!



Sunday, 11 October 2015

Third Party Remotes



I'm personally not a fan of the stock remote. It's a lot of money for not a lot of buttons. What else have people tried? I've heard of success connecting the Amazon Fire TV Stick remote to the Shield. Has anybody tried the Nexus Player remote or the Roku 3 remote?
I'm currently using the stock game controller and a DualShock 4 controller.



Saturday, 10 October 2015

Getting notifications from 3rd party apps on Gear S2



Hi,

I am using Note 4 DE and I have 4 Exchange accounts set on 3 different applications: Nine Exchange, Touchdown Exchange for Smartphones and built-in email app in addition to two GMAIL accounts, all of them with different colored light and notification sound thanks to Light Flow. I am wondering if the Gear S2 will display all notifications coming from all the apps previously mentioned? Is there a setting that allow us to select which notifications to be sent to smartwatch or it is capturing only standard apps like Gmail, Hangouts and Messaging?
Thanks.



Friday, 9 October 2015

How to hook a method from third party jar?



Hello:
It seems to be an obvious question, but I can't find the answer through google.
I am developing a app using unity3d, the package name is "com.unityproject.coolapp", but I need to use some third party plugin to fullfill some function, say, the package name of the third party plugin(a jar) is com.thirdparty, and the method I want to use is in com.thirdparty.internet.view package, and class name is MagicView, the method name is openAView(String url), something like that.
I successfully inspected the com.unityproject.coolapp, when it's lunching. but I never catch "com.thirdparty" fire. and I try to hook openAView method, I see the log shows no such function err.
here is my code:
if(lpparam.packageName.equals("com.unityproject.co olapp")){
XposedBridge.log("!!!!!!!cool app loaded!!!!!!!");
findAndHookMethod("com.thirdparty.internet.view", lpparam.classLoader, "openAView", String.class, new XC_MethodHook() {
@override
protected void afterHookedMethod(MethodHookParam param) throws Throwable {
XposedBridge.log("!!!!!!!open a view hooked!!!!!!!");
}
});
}
I am new to xposed, some help please? Thank you very much.



[GUIDE][THEME] Theming 3rd party apps



Introduction:
Hey guys,
In this thread I'd like to teach you how to theme third party apps. I show you the basic stuff as Statusbar, Icons and so on.
I will add more app with the time. I don't show you how to decompile apps, how they are build or other stuff. For these things, we have other threads.
Moreover, I won't add pictures because everbody should understand which colors/icons I mean. If you're confused, just ask in this thread.
These apps are just examples, so you should get a overview of theming 3rd pary apps. :)

General:
Theming 3rd party apps works actually the same way as theming system apps.
  1. Download your apk

  2. Decompile it

  3. Create a folder with the app's package name in assets/overlays

  4. Add your xml, png etc. files into this folder


Apps to theme:
  • WhatsApp

  • Google+

  • Tapatalk

  • Soundcloud

  • Twitter

  • Google Inbox


Theming:

WhatsApp




Actionbar color:

Code:


<color name="primary">Your_Color</color>

Statusbar color:

Code:


<color name="primary_dark">Your_Color</color>

Group admin color:

Code:


<color name="group_admin">Your_Color</color>

"Send" icon bg color:

Code:


<color name="accent">Your_Color</color>

"Read" icons in drawable-xxhdpi:

Code:


message_got_read_receipt_from_target.png
message_got_read_receipt_from_target_onmedia.png
message_got_receipt_from_server.png
message_got_receipt_from_server_onmedia.png
message_got_receipt_from_target.png
message_got_receipt_from_target_onmedia.png
msg_status_client_read.png
msg_status_client_received.png
msg_status_server_receive.png


Icons in the header section in drawable-xxhdpi:

Code:


abc_ic_menu_moreoverflow_mtrl_alpha.png
ic_action_more.png
ic_drawer_24dp.png
ic_menu_moreoverflow.png
ic_menu_moreoverflow_mtrl_alpha.png
ic_more_shadow.png
ic_action_add_person.png
ic_action_call.png
ic_action_new_call.png
ic_action_attach.png
ic_action_compose.png
ic_action_search.png


Unread message icon in the chat overview in drawable-xxhdpi:

Code:


input_circle_normal.png
input_circle_pressed.png


"Send" icon inside a chat in drawable-xxhdpi:

Code:


input_send.png





Google+




Actionbar color:

Code:


<color name="action_bar_background">Your_Color</color>

Statusbar color:

Code:


<color name="status_bar_background">Your_Color</color>

Compose button bg:

Code:


<color name="quantum_googred500">Your_Color</color>

Icons in the header section in drawable-xxhdpi:

Code:


ic_people_outline_white_20.png
quantum_ic_notifications_none_white_24.png


"Compose" icon in drawable-xxhdpi:

Code:


quantum_ic_create_white_24.png

"Comment/Share" icons on posts in drawable-xxhdpi:

Code:


quantum_ic_share_black_24.png
quantum_ic_insert_comment_black_24.png








Tapatalk




Actionbar color:

Code:


<color name="primary_dark_material_light">Your_Color</color>
<color name="primary_material_light">Your_Color</color>
<color name="primary_color">Your_Color</color>

actionbar_bg.9.png
actionbar_dark.png
actionbar_dark_bg.9.png
actionbar_orange.9.png


Statusbarcolor:

Code:


<color name="primary_dark_material_dark">Your_Color</color>
<color name="primary_material_dark">Your_Color</color>
<color name="primary_color_dark">Your_Color</color>


"Compose" button in drawable-xxhdpi:

Code:


bubble_edit_dark.png
bubble_rename_dark.png
new_topic.png






Soundcloud




Actionbar color:

Code:


<color name="primary">Your_Color</color>

Statusbar color:

Code:


<color name="primary_dark">Your_Color</color>

Progress wave color (played time):

Code:


<color name="wave_above">Your_Color</color>
<color name="wave_below">Your_Color</color>


Progress wave color (remainig time):

Code:


<color name="wave_progress_below">Your_Color</color>
<color name="wave_progress_end">Your_Color</color>
<color name="wave_progress_start">Your_Color</color>


Icons in sidebar in drawable-xhdpi:

Code:


drawer_explore.png
drawer_explore_active.png
drawer_likes.png
drawer_likes_active.png
drawer_playlists.png
drawer_playlists_active.png
drawer_stream.png
drawer_stream_active.png


Like buttons in drawable-xxhdpi:

Code:


ic_btn_like.png
ic_btn_liked.png
stats_likes_grey.png
stats_likes_orange.png






Twitter




Actionbar color:

Code:


<color name="twitter_blue">Your_Color</color>
<color name="light_blue">Your_Color</color>


Statusbar color:

Code:


<color name="dark_blue">Your_Color</color>

Text links color:

Code:


<color name="text_link">Your_Color</color>

Icons in header section in drawable-xxhdpi:

Code:


ic_title_highlights_default.png
ic_title_logo_default.png
ic_title_messages_default.png
ic_title_notifications_default.png
ic_title_overflow_default.png
ic_title_recent_logo.png
ic_title_search.png
ic_title_search_default.png






Google Inbox




Actionbar color:

Code:


<color name="primary_material_dark">Your_Color</color>
<color name="primary_material_light">Your_Color</color>
<color name="primary_dark_material_dark">Your_Color</color>
<color name="primary_dark_material_light">Your_Color</color>
<color name="bt_done_green">Your_Color</color>
<color name="bt_container_blue">Your_Color</color>
<color name="bt_snooze_yellow">Your_Colorr</color>


Statusbar color:

Code:


<color name="bt_status_bar_brick">Your_Color</color>
<color name="bt_status_bar_default">Your_Color</color>
<color name="bt_status_bar_done">Your_Color</color>
<color name="bt_status_bar_inbox">Your_Color</color>
<color name="bt_status_bar_snoozed">Your_Color</color>
<color name="bt_status_bar_white">Your_Color</color>


"Action done" bg color:

Code:


<color name="toastbar-background">Your_Color</color>

"Compose" icon bg color in drawable-xxhdpi:

Code:


bt_fab_red.png
bt_fab_speeddial.png
bt_fab_speeddial_pressed.png


"Compose" icon in drawable-xxhdpi:

Code:


bt_ic_add_white_24dp.png





Do you want to have any app inside this tutorial? Just ask for it. :)
Greetz Lars



Thursday, 8 October 2015

3rd party texting apps



Just a quick question for Gear S2 users. Do you have to use the built-in text application on your phone in order to send/receive txt messages on the watch or can you use a third party txt messaging app on your phone and still interact? I use textsecure and I am wondering if I will be able to use the texting features of the watch or not.



Tuesday, 6 October 2015

Third party watch bands?



Does anyone know if we can purchase third party bands for the Moto 360 2015 yet? My Pebble Steele band that I used on my original 360 doesn't seem to fit this new one. The pins seems too long. Thanks