Tap on Menu, and tap on the settings icon at the top right of the screen. You will see all the various settings.
Really, you should not ask this question at all. But if you insist on asking, the answer is that there are many possible reasons;
- We don't have the device (in which case, you are welcome to donate a device, or donate the money to buy it, or build the recovery yourself);
- Nobody is interested in maintaining OrangeFox for the device (in which case, you are welcome to build for yourself, and, if successful, you can request to become an official maintainer, and we will consider the request in due course);
- A working build has proved impossible, for any number of reasons (in which case, nothing more can be done - but you are welcome to try to build it for yourself);
- The device was supported before, but the maintainer no longer wishes to maintain it (in which case, you are welcome to build it for yourself, and request to become a maintainer for it);
- Other reasons;
The "long and short of it" is that if it doesn't exist, there is a good reason why it doesn't exist. If you think that you really "need" or "want" it, then please feel free to build it yourself.
- You have simply asked the previous question in a different way. The answer is exactly the same as the answers just given above.
¶ Will there be OrangeFox for Android version [ whatever ]?
- Perhaps - if you write the necessary code yourself.
- This (asking about ETAs or possible future releases) is a
forbidden
question. If you ask this in our groups, you will certainly get a warning.
- There will be another release when/if there is one. And, if there isn't ever another release for your device, then that's life. Feel free to build one for yourself.
¶ Why is my device marked as "Not maintained"?
- The device was supported before, but the maintainer no longer wishes to maintain it, whether because he no longer owns the device, or for any other reason (in which case, you are welcome to build it for yourself, and request to become a maintainer for it).
¶ Why is [such and such] feature not supported?
- Because we have not implemented it. But if that feature is really important to you, then please feel free to implement it yourself in your own unofficial build.
¶ Will [such and such] feature be supported?
- Maybe, and maybe not. Probably not. But you are welcome to implement it yourself in your own unofficial build.
- Go to Menu -> Manage Partitions -> Data -> Format Data and then type "yes".
- When you have finished formatting your data, reboot OrangeFox before doing anything else.
- NOTE: formatting the data partition
will also delete the contents of your internal storage
- so you had better backup your personal files (eg, photos, music, etc) before formatting. If you do not take a backup of your files, there will be no way of restoring them after formatting.
Try any of these work-arounds:
- Wipe the data partition, then reboot OrangeFox, then try formatting the data partition again; or
- Boot to Android, remove all lockscreen protection, then reboot OrangeFox, then try formatting the data partition again; or
- Bypass the password prompt when booting to recovery, so that data is not decrypted, then try formatting the data partition again; or
- If all attempts to format the data partition in recovery mode do not succeed, then your best option (at least, for devices with Snapdragon chipsets) is to connect your device to your PC via a USB cable, reboot to bootloader mode, and then run the command:
fastboot -w
(this command will wipe the data partition; after it has finished, boot OrangeFox with the power + volume up key combination, and then format the data partition again from OrangeFox).
- Wipe the cache, davlik, and data partitions. Then flash your ROM.
- If you are moving from one ROM to another ROM, or from one Android release to another, then you will most likely need to also format the data partition (note - format, not wipe). Otherwise, you will get problems. The device might just get stuck (or bootloop, or dump you back to recovery) when you try to boot the ROM.
- Look at the log screen in OrangeFox, and see what messages are there. Follow any recommendations that you see there.
- Get the logs via "adb" (see below) and look for things like "
Android Rescue Party trigger
" or any other message that may explain why you have just been dumped back to OrangeFox, and follow the instructions given.
- Assuming that other people can boot OrangeFox properly (which will definitely be the case, if you are using an official release) and that you are trying to boot into OrangeFox the correct way, then the problem is
on your device
- either your ROM, or your firmware version, or the specific version of your device. So you will need to supply full details
about your situation.
- Supply all the information prescribed in the Reporting problems page.
Tap on "Wipe", tick Dalvik/Art Cache, Cache, Data, and swipe to wipe.
- Long-press the image file
- Tap on "Open as ...",
- Select "Flashable image"
- Select the partition to flash the image to
- Swipe to flash
- If you have an old Xiaomi device, running an old MIUI firmware (based on Android 6.x, 7.x or 8.x) then this might be possible.
- On some Xiaomi devices, if your MIUI firmware is based on Android 9 or later, then it will not be possible. Why? Because on those devices (eg, lavender) newer Xiaomi firmware updates in newer MIUI ROMs (based on Pie or later) will replace your bootloader with one that cannot "hotboot" a recovery image. Your only option in such a case is to flash the recovery image, with "fastboot flash ..."
- If your device is an A/B device, or is a very recent (ie, 2021 or 2022) device then you may be able to do so
- If your device or its bootloader does not support this command, then you are stuck.
- In any case, this is not an OrangeFox issue.
No.
No.
- Because the maintainer has decided that you should not try to wipe them manually.
- Hint: just leave this issue, and move on with life. There is no reason why you should have to manually wipe system or vendor.
- That's tough.
- The moral of story is - do not EVER forget your password/pin. We will certainly not assist you in trying to recover the situation - unless you can
prove beyond a shadow of doubt
that the device is actually yours. Note - you have to prove your ownership. Just asserting that it is yours does not constitute any proof at all.
- Why? Because if we were simply to assist everyone who comes to our forums saying that they forgot their password/pin, then the OrangeFox security feature is essentially useless.
- If your device is not maintained, then you are entirely on your own. Do not come to our groups for assistance - that will simply attract a warning or a ban.
There are a variety of ways:
- Tap on "Menu -> More -> Copy Log to SD", and swipe. This will copy the logs to your internal storage
/sdcard/Fox/
(look for recovery.log there).
- Connect a PC to your device via adb, and run the command:
adb pull /tmp/recovery.log
(the recovery.log file will be downloaded to the location from which you ran this command, and you can then attach the file to your post)
- If the boot process gets stuck on the OrangeFox logo, then you should try the
adb pull /tmp/recovery.log
command referred to above, and also try to get a logcat, with adb shell logcat
or adb logcat
.
- For logcats, you can run something like:
adb shell logcat -d >logcat.log
to save the logcat to a file ("logcat.log") on your PC.
- Send the contents of the device's
/sdcard/Fox/logs/
folder (put them all in a single zip archive) - as long as at least one of them contains a log showing the problem that you have encountered.
That is unfortunate - but there is nothing that can be done about it - unless and until somebody decides to update the Aroma project. This also applies to Aroma GAPPs.
- Provide the logs (see above for how to do this)
- Provide a full explanation of precisely what has happened, and precisely how you got to that point.
- If you do not provide both of these, then we will simply ignore any report of any problem. So, it is advisable to (a) learn how to take logs before trying anything, and (b) always take the logs before rebooting after using the recovery.
- Note: just posting a screenshot is totally unhelpful - and just saying that it "doesn't work" is totally unhelpful. You must post the recovery logs
¶ How can I know the maintainer for my device?
Tap on Menu -> (Settings icon) -> About
See this