Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uBlock Origin latest not working on Android Firefox #282

Closed
freegigi opened this issue Jun 2, 2015 · 7 comments
Closed

uBlock Origin latest not working on Android Firefox #282

freegigi opened this issue Jun 2, 2015 · 7 comments

Comments

@freegigi
Copy link

freegigi commented Jun 2, 2015

0.9.8.3 and the latest dev builds are not working on my Android tablet using Firefox. They install fine, but don't work. Filtering is disabled and the big on/off button is disabled.

0.9.8.2 works fine. Probably something happened between 0.9.8.2 and 0.9.8.3.
If it matters I'm running Android 4.2.2 on an Asus Memopad HD7, Firefox 38.0.5 (latest).

Thank you for this awesome extension.

@gorhill
Copy link
Owner

gorhill commented Jun 2, 2015

Is there a browser console in Firefox for Android? If so, any error message of interest for uBlock?

@gorhill
Copy link
Owner

gorhill commented Jun 2, 2015

Never mind, I will see how far I can go trying to install the Android emulator.

@freegigi
Copy link
Author

freegigi commented Jun 2, 2015

there's something called 'remote debugging', but I have no idea how to use it. sorry, I'm just a regular user, not a developer.

@AlexVallat
Copy link
Contributor

@gorhill Take a look at vapi-background.js#L746

tabbrowser.tabs on Fennec returns tabs, not browsers. Could do: tabbrowser.tabs.findIndex(tab => tab.browser === browser) or similar instead.

@Matth7878
Copy link

+1
Multiple message like this one in console :
Could not read chrome manifest 'file:///data/data/org.mozilla

Edit : sorry miss pasted message, correct one is security error content at moz-null principal may not load or link to chrome
Followed with files from ublock0/content

@gorhill
Copy link
Owner

gorhill commented Jun 2, 2015

@AlexVallat Thanks for finding the problem.

Looks like I got the big picture right at line 462, but did not followed it properly in the code, due to lack of feedback from being unable to run the browser. That Android emulator install is taking forever to install/config properly.

@AlexVallat
Copy link
Contributor

Yes, the Android SDK emulator is a total pain, and if you don't have the exact right black magic setup tends to run dog slowly too. Better than nothing, but only just.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants