Отображение вопросов с тегом: Показать все вопросы
  • Архивировано

Is the latest firefox android update authentic

On android playstore, I am getting a message that a firefox update is available. But there is no description about the update. How to find out authenticity of an android … (читать ещё)

On android playstore, I am getting a message that a firefox update is available. But there is no description about the update. How to find out authenticity of an android app firefox update and its version and reason for the release.

Задан G Singh 1 год назад

Последний ответ от Paul 1 год назад

  • Архивировано

117 is released but all links take you to the old versiin

117.0 Firefox for Android Release August 29, 2023 Your website says this is out but all links and the Play store still have 116, how do I get 117 since it fixes my passw… (читать ещё)

117.0 Firefox for Android Release August 29, 2023

Your website says this is out but all links and the Play store still have 116, how do I get 117 since it fixes my password auto fill issue

Задан Trevor Z 1 год назад

Последний ответ от Trevor Z 1 год назад

  • Архивировано

Magnet link

Hi, Suddenly Firefox Android can no longer open the magnet links. I can download and open the torrent with the torrent agent and I can also use the magnet links on Chrome… (читать ещё)

Hi, Suddenly Firefox Android can no longer open the magnet links. I can download and open the torrent with the torrent agent and I can also use the magnet links on Chrome Android, but on Firefox Android it doesn't work. I don't get any error message, it just doesn't work. I also tried Firefox Nightly, but that didn't work either. Anyone has an idea how can I solve this problem? Thanks in advance!

Задан ironspeed100 1 год назад

Последний ответ от JohnyB 1 год назад

  • Решено
  • Архивировано

Bookmarks not migrated to new phone after using "copy apps & data"

Hey, I had to replace my Android phone and send the old one in. I had the google cloud backup activated + used the transfer data and apps function when migrating (Androi… (читать ещё)

Hey,

I had to replace my Android phone and send the old one in. I had the google cloud backup activated + used the transfer data and apps function when migrating (Android to Android). However, it seems like my bookmarks are gone, I guess there is no way to get them back. Is this correct behavior?

I understand that there is Firefox sync and save feature (which I use on my personal device). However my understanding was that migrating phones with the "copy apps & data" function should migrate things seamless without having to worry about custom logins in each app. Did I do something wrong? Or is this understanding wrong? If so, would this be different in ios (this was a very painful experience that I don't want to repeat)?

Thanks for your help & sorry if this is only partially Firefox specific and partially about my general understanding.

Задан ckdwuwdzhofigzlamo 1 год назад

Дан ответ Paul 1 год назад

  • Архивировано

Stop Firefox from randomly replacing my pictures

I download pictures frequently and have noticed an issue with Firefox. It appears that Firefox is accessing my files and replacing random pictures I had previously organi… (читать ещё)

I download pictures frequently and have noticed an issue with Firefox. It appears that Firefox is accessing my files and replacing random pictures I had previously organized in my Pictures folder. Even though I declined the permission for Firefox to access my pictures, it somehow still reads my files and replacing them it likes to. How can I stop this behavior? It doesn’t happen with other browsers.

There is an easy way to replicate this issue on the Firefox release, beta, and nightly versions:

1. Download a picture.

2. Move the picture to any folder within the Pictures folder.

3. Redownload the same picture again.

4. Click "Open" directly and open in Google Photos.

5. Click the three dots in the top-right corner to confirm the file's location.

You will see that Firefox knows the new file location and opens it from there. This indicates that Firefox is accessing file information directly because the "Open" function wouldn’t work if a third-party app was responsible for managing it.

Задан Firefox User 6 месяцев назад

Последний ответ от Firefox User 6 месяцев назад

  • Решено
  • Архивировано

How to download the .apk file in China?

Due to the Firewall of our government, we Chinese couldn't download Firefox Android on Google Play Store without violating the law. And, neither Github nor F-droid provid… (читать ещё)

Due to the Firewall of our government, we Chinese couldn't download Firefox Android on Google Play Store without violating the law. And, neither Github nor F-droid provides the service for users in China to download the app directly.

How could we download it?

Задан Mikachu 1 год назад

Дан ответ James (On Leave) 1 год назад

  • Решено
  • Архивировано

migrating Firefox bookmarks from one Android phone to another.

Hello, I recently got a new Android phone. On my previous Android phone I used Firefox without creating an account and saved hundreds of bookmarks. I would like to move t… (читать ещё)

Hello, I recently got a new Android phone. On my previous Android phone I used Firefox without creating an account and saved hundreds of bookmarks. I would like to move those bookmarks to Firefox on my new phone. Please tell me how to do this. Thank you!

Задан honeywood5 2 года назад

Дан ответ Paul 2 года назад

  • Архивировано

What happens to the app settings and the sign ins on websites if the Beta version of Firefox for Android is installed alongside the stable release version on an Android smartphone?

Hello, I already have the stable release of Firefox for Android installed on my Samsung Galaxy A50 smartphone. What exactly will happen if Firefox Beta for Android is ins… (читать ещё)

Hello, I already have the stable release of Firefox for Android installed on my Samsung Galaxy A50 smartphone. What exactly will happen if Firefox Beta for Android is installed alongside the stable release of Firefox for Android? Will there be new app settings for the Beta version on the phone or are the stable release and the Beta app settings combined? I am signed into YouTube in the stable release Firefox for Android version. Once the Beta version is installed, do I have to sign out of the stable release version and sign into YouTube on the Beta version? The stable release version of Firefox for Android has unresolved issues, especially regarding YouTube, that the Beta version configurations may be able fix. Please let me know the answers to these questions and any other concerns I should know about before I install the Beta version of Firefox for Android alongside the stable release version. Thank you.

Задан auth.b.mail 1 год назад

Последний ответ от Paul 1 год назад

  • Архивировано

Android Smart TV Shortcut missing - Github Issue

I'm i was not sure how to open an issue on Github since its not possible, also i can't create a pull request as non collaborator for this issue. It would be very kind fr… (читать ещё)

I'm i was not sure how to open an issue on Github since its not possible, also i can't create a pull request as non collaborator for this issue.

It would be very kind from the dev's to add an shortcut for android smart tv's like newpipe and libretube are currently doing it. It should be (hopefully) a small code snippet.

This is (hopefully) done by the AndroidManifest.xml with:

<intent-filter>
               <action android:name="android.intent.action.MAIN" />
               <category android:name="android.intent.category.LAUNCHER" />
               <category android:name="android.intent.category.LEANBACK_LAUNCHER" />
           </intent-filter>
           

https://github.com/TeamNewPipe/NewPipe/blob/601b1ef742aa9bb0b8bb765b86247a132adf34e3/app/src/main/AndroidManifest.xml#L220

https://github.com/libre-tube/LibreTube/blob/2ef1600886cc61a95982a73c83cdc79319e57e51/app/src/main/AndroidManifest.xml#L104

That might be it since:

https://github.com/search?q=repo%3Amozilla-mobile%2Ffirefox-android+androidmanifest.xml&type=code

looks rather slim compared to the launcher options.

Or other options regarding potential fixes for the issue (Looks like LibreTube is using https://github.com/libre-tube/LibreTube/blob/2ef1600886cc61a95982a73c83cdc79319e57e51/app/src/main/java/com/github/libretube/helpers/ShortcutHelper.kt but maybe used for something different

https://github.com/TeamNewPipe/NewPipe

maybe this: https://github.com/TeamNewPipe/NewPipe/blob/601b1ef742aa9bb0b8bb765b86247a132adf34e3/app/src/main/java/org/schabi/newpipe/settings/ContentSettingsFragment.java#L60  ?)

Thank you for considering to add this small but handy feature in order to be able to launch the browser from the smart tv's shortcut menu.

I hope i did not offend any one by opening this. Thanks for the good work.

Задан johnson.hor42 1 год назад

Последний ответ от johnson.hor42 1 год назад

  • Архивировано

Questions about Firefox Android install size

I have a few questions about the storage space used by Firefox v60.00 on Android 6.0. Here is a picture of the storage space used up by Firefox on my phone Cache has be… (читать ещё)

I have a few questions about the storage space used by Firefox v60.00 on Android 6.0.

Here is a picture of the storage space used up by Firefox on my phone

Cache has been cleared.

Data however is using up a large amount of space (1.3GB).

uBlock origin version 1.16.6 is the only plugin/addon I have installed.

I don't have any downloads.

By comparison Chrome browser on my phone takes up less than 100MB of storage space.

Questions

What is a normal clean install size for firefox on Android ?

What is deleted if I clear the 1.3GB of Data? Will my bookmarks be deleted. Will uBlock origin be deleted (my only installed plugin).

How can I backup my bookmarks to a file?

How do I determine what is using up all this storage space in Firefox, and prevent it from happening again?

Thanks for your responses.

Задан ekrartona30 1 год назад

Последний ответ от Paul 1 год назад

  • Решено
  • Архивировано

How to change where downloaded items go?

I am on Android Firefox and I accidentally chose "Always" on the pop-up asking where I want my downloaded items to go. I want to change it because where the files are now… (читать ещё)

I am on Android Firefox and I accidentally chose "Always" on the pop-up asking where I want my downloaded items to go. I want to change it because where the files are now sent is inconvenient at best but i cannot find such an option to change my preference in either the Firefox settings bar nor my phone's device settings.

Задан e.yvette058 1 год назад

Дан ответ e.yvette058 1 год назад

  • Архивировано

Download dont work

Hello, with Firefox Android ver 83.1.0, it's impossible to download files.Message: (in french) "écheque au téléchargement." My Phone is Xaomi POCO X3 NFC.S. Sorry, m'y en… (читать ещё)

Hello, with Firefox Android ver 83.1.0, it's impossible to download files.Message: (in french) "écheque au téléchargement." My Phone is Xaomi POCO X3 NFC.S. Sorry, m'y english is verry poor. Please can you help me? Thank you.

Задан jean-michel.domine 4 года назад

Последний ответ от jean-michel.domine 4 года назад

  • Архивировано

firefox crashing phone app

while performing a download, "com.android.phone has stopped" apears, the signal strenght indicator in the upper right restarts(disappears, reappears with the 4G mark, the… (читать ещё)

while performing a download, "com.android.phone has stopped" apears, the signal strenght indicator in the upper right restarts(disappears, reappears with the 4G mark, the mark disappears and the indicator works after), after that the phone service and the phone app work normally. the download finishes normally.

using motorola e7 plus, android 10

tried restarting the phone, deleting cash and data of phone app, deleting cash of firefox

tried downloading using google chrome, all work normally.

it is possible that the issue started happening after I updated firefox but It's possible that it was happening before too.

Задан ALostUSB 1 год назад

Последний ответ от ALostUSB 1 год назад