owenworley / Xposed-Disable_Galaxy_Gear_Notifications

Xposed module to hide the Galaxy Gear ongoing notification
Other
2 stars 2 forks source link

Does not work with gear neo #3

Closed owenworley closed 10 years ago

owenworley commented 10 years ago

(Copied comment to new issue, original comment:)

Hi All!! I'm running a Galaxy Gear Neo on an ATT Note 3 rooted and rommed with DynamicRom 1.4 KK 4.4.2. screenshot_2014-04-19-11-17-19

The Xposed module version number 1.2 doesn't work for me. I still see the notification icon in the upper left. When I get the app info on the running "Host Manager" the version number is 2.0.14041404. the module is ticked in Xposed and I have rebooted of course. The Gear 2 Neo works fine etc. but the module isn't disabling the icon in the upper left. Any ideas?

owenworley commented 10 years ago

I don't have a neo to test with, but I will look into getting it working if I can. Won't be till Tuesday though, its a bank holiday here in the UK. Seems each gear type uses a slightly different manager app so the patch for the gear 1 won't work for a gear2/neo.

owenworley commented 10 years ago

@Faslane

Can you check if you have a 'gear plugin' app installed (gets installed by gear manager)?

Faslane commented 10 years ago

Yep sure do. :-) need it? How to send to you if so.? On Apr 22, 2014 11:52 AM, "owenworley" notifications@github.com wrote:

@Faslane https://github.com/Faslane

Can you check if you have a 'gear plugin' app installed (gets installed by gear manager)?

— Reply to this email directly or view it on GitHubhttps://github.com/owenworley/Xposed-Disable_Galaxy_Gear_Notifications/issues/3#issuecomment-41079168 .

owenworley commented 10 years ago

Do you know how to use adb? I can post a quick how to tommorow, its late here and I just got the kids to sleep :-)

Faslane commented 10 years ago

Yeah. I do. :-) On Apr 22, 2014 2:34 PM, "owenworley" notifications@github.com wrote:

Do you know how to use adb? I can post a quick how to tommorow, its late here and I just got the kids to sleep :-)

— Reply to this email directly or view it on GitHubhttps://github.com/owenworley/Xposed-Disable_Galaxy_Gear_Notifications/issues/3#issuecomment-41098756 .

owenworley commented 10 years ago

@faslane Cool. Can you do the following?

1) Run this command: adb shell pm list packages

This will list all the installed apps, look for the gear 2 neo plugin, the gear 1 looks like 'com.samsung.android.gear1plugin' so I would assume it is similar.

2) Now run: adb shell pm path PLUGIN

Where plugin is the name you got from step 1.

This will tell you the path on the device of the apk.

3) Run this command: adb pull PATH

Where PATH is the path you got from step 2.

This will copy the apk to the folder you are running these commands from.

4) Upload the apk to some file share type site (e.g. Dropbox, rapidshare, mega, etc) and post the link here.

owenworley commented 10 years ago

@Faslane

You don't need to send me the apk anymore, I have had a poke around and the watch manager app contains both plugin apks in its assets folder (gear1 and gear2). It also contains a bunch of frameworks and libraries used by the watchmanager.

The bad: The gear2 plugin does not generate the ongoing notification in the same way as the gear1 plugin...

The good: I believe I have narrowed down the source of the gear2 ongoing notification, I will push a test branch and upload a beta to the Xposed Repo soon.

I don't have a gear2/neo so I can't test it, so please let me know if the beta version works once I upload it.

Faslane commented 10 years ago

Awesome bro I will keep an eye out for it. I am sorry I didn't send that stuff to you but I work out of town a lot and I've been gone for the last 4 days. I am home today though off and on so I will keep an eye on the repo and download it and let you know what happens. On Apr 24, 2014 12:30 AM, "Owen Worley" notifications@github.com wrote:

@Faslane https://github.com/Faslane

You don't need to send me the apk anymore, I have had a poke around and the watch manager app contains both plugin apks 8n its assets folder (gear1 and gear2). It also contains a bunch of frameworks and libraries used by the watchmanager.

The bad: The gear2 plugin does not generate the ongoing notification in the same way as the gear1 plugin...

The good: I believe I have narrowed down the source of the gear2 ongoing notification, I will push a test branch and upload a beta to the Xposed Repo soon.

I don't have a gear2/neo so I can't test it, so please let me know if the beta version works once I upload it.

— Reply to this email directly or view it on GitHubhttps://github.com/owenworley/Xposed-Disable_Galaxy_Gear_Notifications/issues/3#issuecomment-41251237 .

owenworley commented 10 years ago

@Faslane

Beta version is on the Xposed Repo, marked as version 1.21.

Please have a test and let me know if it works and if you encounter any bugs.

Thanks

Faslane commented 10 years ago

Awesome bro. Sorry I couldn't get those files to you I just have a crazy schedule this last week and upcoming week but I'm happy to download and try it out and report back. :-) thanks again On Apr 25, 2014 10:03 AM, "Owen Worley" notifications@github.com wrote:

@Faslane https://github.com/Faslane

Beta version is on the Xposed Repo, marked as version 1.21.

Please have a test and let me know if it works and if you encounter any bugs.

Thanks

— Reply to this email directly or view it on GitHubhttps://github.com/owenworley/Xposed-Disable_Galaxy_Gear_Notifications/issues/3#issuecomment-41415790 .

Faslane commented 10 years ago

Hey Owen. I don't see the beta in the repo actually. What's the actual full name of it please? I didn't refresh but I'm still not seeing 1 .2 .1 On Apr 25, 2014 10:03 AM, "Owen Worley" notifications@github.com wrote:

@Faslane https://github.com/Faslane

Beta version is on the Xposed Repo, marked as version 1.21.

Please have a test and let me know if it works and if you encounter any bugs.

Thanks

— Reply to this email directly or view it on GitHubhttps://github.com/owenworley/Xposed-Disable_Galaxy_Gear_Notifications/issues/3#issuecomment-41415790 .

owenworley commented 10 years ago

Let me check, I added it tagged with branch 'beta'

If you go to the Download section and tap refresh, then go to the page for the module, does it still not show up?

Faslane commented 10 years ago

Okay nevermind. I thought it was in the repo itself so I clicked the actual repo link which redirected me and hit the download link within that. I'm installing now hold tight and I'll try some things out really quick before I leave. On Apr 25, 2014 10:12 AM, "Owen Worley" notifications@github.com wrote:

Let me check, I added it tagged with branch 'beta'

If you go to the Download section and tap refresh, then go to the page for the module, does it still not show up?

— Reply to this email directly or view it on GitHubhttps://github.com/owenworley/Xposed-Disable_Galaxy_Gear_Notifications/issues/3#issuecomment-41416716 .

Faslane commented 10 years ago

Okay so I installed it and I see that it is 1.2 2.1, activated the module, and rebooted. But I still feel the notification saying that I am connected to galaxy geared 2 and then the model number. So it doesn't appear that this is working quite yet at least not for me. Is it supposed to get rid of the notification in the upper left corner entirely if enabled? On Apr 25, 2014 10:14 AM, "Julie" fastrip66@gmail.com wrote:

Okay nevermind. I thought it was in the repo itself so I clicked the actual repo link which redirected me and hit the download link within that. I'm installing now hold tight and I'll try some things out really quick before I leave. On Apr 25, 2014 10:12 AM, "Owen Worley" notifications@github.com wrote:

Let me check, I added it tagged with branch 'beta'

If you go to the Download section and tap refresh, then go to the page for the module, does it still not show up?

— Reply to this email directly or view it on GitHubhttps://github.com/owenworley/Xposed-Disable_Galaxy_Gear_Notifications/issues/3#issuecomment-41416716 .

owenworley commented 10 years ago

It should get rid of the icon in the top left corner and the large notification in the notification menu (the one that appears when you slide down the status bar).

Can you take a screenshot of the notification for me please? Not just the icon, the full text one.

Also, can you go into Xposed Installer and go to the logs tab, tap settings, send, email them to yourself and then copy paste them here?

Faslane commented 10 years ago

Here's a screen of the notification bar pulled down. Log pasting next email.

Faslane commented 10 years ago

OK, pasted log below and attached screener. :-)

http://pastebin.com/RFr9KGfx

owenworley commented 10 years ago

I moved the log to pastebin cos its very long :p.

There are no errors in the logs about this plugin, I'll have to have another look at how to implement it :)

Also, I don't see the screeny, can you repost please?

Faslane commented 10 years ago

Yeah weird....just keeps showing. Certainly not a big deal but I'm kinda weird about the notification bar and I hate stuff showing up in there so when I saw your module I was stoked so hopefully there's a way :-) thanks bro talk to you soon email if you need anything else I attached the screenshot again.

"Faslane" On Apr 25, 2014 11:07 AM, "Owen Worley" notifications@github.com wrote:

I moved the log to pastebin cos its very long :p.

There are no errors in the logs about this plugin, I'll have to have another look at how to implement it :)

Also, I don't see the screeny, can you repost please?

— Reply to this email directly or view it on GitHubhttps://github.com/owenworley/Xposed-Disable_Galaxy_Gear_Notifications/issues/3#issuecomment-41422436 .

owenworley commented 10 years ago

Hi @Faslane

I have a test version of this module that I would like you to run, it won't disable the notifications for the gear 2 yet, but it will put all the information I need into the Xposed log.

Please could you:

Thanks,

Owen

Faslane commented 10 years ago

Same log I sent from my other gmail account I just sent it again so you see my email address and know that it was me lane. Thanks bro hope this helps for what it's worth I still see the notification icon but you probably know that since you want the log ;-)

owenworley commented 10 years ago

It doesn't seem to be attached to your comment, could you email me it (owen @ owenworley.co.uk)? Or post it via the github website (not replying to the github mail),

owenworley commented 10 years ago

I got your email, but it has no attachment :(

owenworley commented 10 years ago

Done (see c3094964daa1ec5534db1c2b8afc9cb1d43af1e8). Version 1.3 is live in the Xposed Repo.

Thanks again for your help Faslane

Faslane commented 10 years ago

:-) in the future if you ever need help on anything just let me know I'm always happy to test stuff for you. I'm not a developer or anything but I am a total geek but not a nerd there's a huge difference lol ;-) On Apr 30, 2014 9:37 AM, "Owen Worley" notifications@github.com wrote:

Closed #3https://github.com/owenworley/Xposed-Disable_Galaxy_Gear_Notifications/issues/3 .

— Reply to this email directly or view it on GitHubhttps://github.com/owenworley/Xposed-Disable_Galaxy_Gear_Notifications/issues/3 .