f_m_test app in lavender - Xiaomi Redmi Note 7 Themes, Apps, and Mods

Hi,
in lavender global rom, there exists a hidden app for testing FM-Receiver.
This app has actually more features than the official FM-Radio app. So I would like to use it.
The Xiaomi.eu ROM lacks this app.
I tried to make a copy with Titanium backup from Global ROM, and install it on Xiaomi.eu ROM. But it crashes, with this Error:
"java.lang.UnsatisfiedLinkError: dlopen failed: library "/system/lib64/libqcomfm_jni.so" needed or dlopened by "/system/lib64/libnativeloader.so" is not accessible for the namespace "classloader-namespace" "
Is there a way, to integrate it in Xiaomi.eu ROM?
You can download package here:
https://www.apkmirror.com/apk/xiaom...st-9-release/f_m_test-9-android-apk-download/
You can only start the app with https://play.google.com/store/apps/details?id=de.szalkowski.activitylauncher&hl=de
because its hidden.
Thanks!!

did you copy the whole folder or just the apk?

I currently use the MiuiMix and the FM radio works perfectly

I didn't know about that. Thanks for sharing this
The error message seems to point to missing libs libqcomfm_jni.so or libnativeloader.so in /system/lib64. Have you tried copying them there?

it works for me. I put the whole folder in "system / app" and put the right permissions. I also tried in the eu version

I didn't know about this hidden radio app, thanks.
:good:

Related

[GUIDE] ROM Tweaking

What you will need:
Basic tools
- Notepad++
- ZIP manager tool like 7zip
Advanced tools
- Cygwin
- smali (assembler/disassembler)
- APKTool/APK Multi-tool
Lets Begin:
Download a ROM (we use CM in this guide) of your choice (don’t forget to get the permissions for it modding from the developer) and extract it. When you extract it, you will see at least two folders and one file
Folders
- system
- META-INF
Files
- boot.img [this is not present in defy/defy+ ROMs so don't worry about it ]
NOTE THAT I AM ONLY GIVING DETAILS ABOUT THOSE FOLDER WHICH YOU CAN REMOVE/EDIT
THE \system\bootmenu\2nd-boot\ FOLDER
In this folder you'll find the kernel [zImage] file of the ROM here you can change it with the one you compiled or by others.
The Tts folder
The ‘TTS folder’ is all about Text-To-Speech. It contains all the files needed by the Android system to get Text-To-Speech working. If you are removing the TTS feature from your ROM, make sure you remove this entire folder and the TTS related apps from the ‘system folder’, as this will save a lot of space.
The WiFi and Usr folders
The WiFi folder contains the drivers required by the WiFi module to function. So i strongly recommend NOT to touch this folder. If you delete any file from this folder, you will mess up the WiFi functionality.
The usr folder contains some miscellaneous but very important stuff. It may contain anything and everything needed by the Android operating system. For instance, this folder contains all the key-mapping. If such files are messed with, your device will be non-functional although it will boot.
The Build.prop
The build.prop file is pretty self-explanatory. Here, you can change the most basic things, like the android version that setting shows. Wondered how people are making 2.3.4 look like 4.0.3 in settings? Its build.prop. Also,you can change what ‘About phone’ shows here.
Other things,you can change things like,how long your wifi scans,how much battery your phone saves while in sleep, Dalvik VM heapsize and default ringtones. If you are wondering what # stands for, it signifies that, the particular line is commented out, and the system does not read it. You can use it add comments to the build.prop. This helps others understand, what is the function of a particular tweak.
A guide for some basic build.prop tweaks can be found here.
Please be aware that, these build.prop modifications are not universal. So, you will have to experiment with the tweaks and their values.
The META-INF folder
This folder contains instructions for the Android Recovery about how to work with the files present in the zip. This folder contains many folders, but the only one we need to edit is the update-script file.
Making Flashable ZIP
In order to create a flashable zip, first zip the ‘system, META-INF’ folder and the ‘boot.img’. Let’s name this zip as ‘update.zip’. Next we need to sign the zip. Get a signer here. Put your update zip in the same folder as the signer. Then run the ‘signer.bat’ file. This will sign your zip file. After the signing process is complete, you can change the name of the zip to your liking.
confused
hi,,,i'm new here,,,,
after reading ur post, actually i can't do this,,,
and i installed miui v5 rom and always find crashing about "android process stopped."
and i can't edit the rom or make update of it because of no jnderstanding it, but i like miui so far.
so, can u give me the link of miui v5 rom that not crash, in order to me just to instal it without editting.
thx so much.
gwesal said:
hi,,,i'm new here,,,,
after reading ur post, actually i can't do this,,,
and i installed miui v5 rom and always find crashing about "android process stopped."
and i can't edit the rom or make update of it because of no jnderstanding it, but i like miui so far.
so, can u give me the link of miui v5 rom that not crash, in order to me just to instal it without editting.
thx so much.
Click to expand...
Click to collapse
Checkout my miui thread I have already posted the original link there
D5+/cm11/1.2GHz.
Sent from Tapatalk app
coolshahabaz said:
Checkout my miui thread I have already posted the original link there
D5+/cm11/1.2GHz.
Sent from Tapatalk app
Click to expand...
Click to collapse
which one???
is it the official rom from miui site or edited rom you created??
actually its take too long doenloading from official site. but rom i doawnloaded is always crashing android.process.stopped.
gwesal said:
which one???
is it the official rom from miui site or edited rom you created??
actually its take too long doenloading from official site. but rom i doawnloaded is always crashing android.process.stopped.
Click to expand...
Click to collapse
The one I edited had that prob of crashing, n the one on official site is about 240mb ty its taking time
D5+/cm11/1.2GHz.
Sent from Tapatalk app

[REQUEST] AOSP apps package Android L

I've been using the Android L port and I'm loving it. The only problem is that I hate all the official google apps. Plus the ROM only comes with Google photos. I really want to put something together once the ROM is more stable (although it really is good right now) that includes aosp style apps.
Does anyone know where I can get the apps? Can I just pull them from a custom ROM? Or can someone put together a zip that has a few aosp apps? I'm mainly thinking browser, gallery and a file manager, but suggestions are welcome.
EDIT: I was able to pull the apks out of another ROM, I chose the latest (7-20 at time of writing this) CM11 and put the files where they should be /system/app and I changed the permissions to match other files in the same location. Then I rebooted to recovery and wiped both caches. File manager (CM File Manager) and gallery worked fine, I can't figure out browser though. I found an app on the play store that was an AOSP Browser installer and tried that too, but browser keeps crashing on launch. So if anybody knows how to make AOSP browser install please enlighten me.
Thank you.

PixelMaster Camera App for CM 12.1

Download Link :
https://drive.google.com/file/d/0B3HCAbgJy5HKZktuNUdYYkpVNnc/view?usp=sharing
Camera Working Properly.
All features working properly except few features
Bugs:
No Option for Flashlight
No Manual Mode.
If someone can port and solve the above bugs.
No option for flashlight means that there is no flash? or that we can't active the flash manually?
No option for Flash
cant download. it says owner permission required
@karmacoma7 Link updated please try it again
I just put it into system/apk folder and set permissions ?
Directly install it
Use light app and then take a photo hehehehe
when u use flash from any app,camera wont open
link not working
Sorry, the file you have requested does not exist.
Make sure that you have the correct URL and that the owner of the file hasn't deleted it.
Get stuff done with Google Drive
Apps in Google Drive make it easy to create, store and share online documents, spreadsheets, presentations and more.
Learn more at drive.google.com/start/apps.
working fine here.
download and installed. perfectly loved it bcs it work on cm12.1. this is mymain camera ? hope someone can update the base ?
i have downloaded the version on google play with this website
http://apps.evozi.com/apk-downloader/
Did that one work the same?
Yes it works but no button to flash on / off. Some crash with some mode.
the app works well but can you update the base?
here's the latest version
http://www.apkmirror.com/apk/zenui-...s-camera-2-0-0-150805_5-android-apk-download/
thanks mate
btw video recording doesn't work
...I think I was able to get at least manual mode working by looking at the files the app checks for. The app wants a file to exist that defines specific "ASUS" compatibility, otherwise it goes to a base level of compatibility (without manual mode). Here's how to get it:
0) Download and install the latest ASUS Camera app
1) Download a stock ROM/something based off stock
2) Extract it, and copy out "/system/framework/bspcapability.jar" (this is the file the camera app tries to open on the Zenfone)
3) Copy that file, with the same name, to the same location on your phone running CM12.1
4) For good measure, clear the ASUS Camera app's data
5) Once it re-opens, it should show manual mode. Manual shutter and focus at least work for me on the latest CM12.1, although long-term stability isn't tested.
It's a janky approach, liable to break, but since the camera blobs have the special software support and the AOSP camera_capability.xml files in the project declare support for asus_pro_mode (or something), it's easy to see why it works. Good luck!
https://drive.google.com/file/d/0B-8H1-3K_MSmanFTWTQ3VTg0Ylk/view?usp=sharing the bspcapability.jar from WW .97.
Thanks mate, stock camera is now fully functional.
Great! Manual Mode is working perfectly! But... GIF doesnt. Maybe some libs are needed.

Question OnePlus 9 Pro Stock camera apk

Hi XDA Community and OnePlus 9 pro owners,
I read that OnePlus 9 series is still using Sony Sensors but bought computational photography from Hasselblad.
Since this is "only" software based photography enhancement (similar to GCam) in theory it should be possible to port this to other OnePlus devices aswell.
That's why I am kindly asking if an owner of OnePlus 9 series device can share his/her stock camera app with the community.
So it would be greatly appreciated if you export the apk using Titanium Backup or similar.
Thanks!
Best regards,
m.p.a.
I was able to extract the OneplusCamera.apk.
It's v6.2.22, and it's got all the nice orange features, and the Hasselblad logo on Pro mode button, but apart from a new Pro mode layout, I haven't noticed any new features compared to the version what I had before (v6.4.44 from APKMirror) on my OP8Pro.
The apk is from 11.2.1.1.LE15DA ROM, Indian version, the one you can find in this article.
I was not able to install it via the package installer by the way, and I had to use the Systemizer Magisk module to install the apk to /system/priv-app/ manually, and after a reboot, the app was usable.
You can download the APK from my Google Drive.
Edit: I have also uploaded the APK to APK mirror.
daviddosa said:
I was able to extract the OneplusCamera.apk.
It's v6.2.22, and it's got all the nice orange features, and the Hasselblad logo on Pro mode button, but apart from a new Pro mode layout, I haven't noticed any new features compared to the version what I had before (v6.4.44 from APKMirror) on my OP8Pro.
The apk is from 11.2.1.1.LE15DA ROM, Indian version, the one you can find in this article.
I was not able to install it via the package installer by the way, and I had to use the Systemizer Magisk module to install the apk to /system/priv-app/ manually, and after a reboot, the app was usable.
You can download the APK from my Google Drive.
Click to expand...
Click to collapse
Thanks alot for putting in the effort to extract the APK from the image! Very kind of you!
I will go ahead, install it and test for improvement in photo quality due to hassleblad computational photography.
Best regards
daviddosa said:
I was able to extract the OneplusCamera.apk.
It's v6.2.22, and it's got all the nice orange features, and the Hasselblad logo on Pro mode button, but apart from a new Pro mode layout, I haven't noticed any new features compared to the version what I had before (v6.4.44 from APKMirror) on my OP8Pro.
The apk is from 11.2.1.1.LE15DA ROM, Indian version, the one you can find in this article.
I was not able to install it via the package installer by the way, and I had to use the Systemizer Magisk module to install the apk to /system/priv-app/ manually, and after a reboot, the app was usable.
You can download the APK from my Google Drive.
Edit: I have also uploaded the APK to APK mirror.
Click to expand...
Click to collapse
I tried downloading from both sources and installing on op7t android 10 but i get error parsing package
xxqxpxx said:
I tried downloading from both sources and installing on op7t android 10 but i get error parsing package
Click to expand...
Click to collapse
I haven't checked myself the minimum Android version, but on the APKMirror site, it says it's only from Android 11 and up. That's why you have problem installing it.
I had the same issue on my unrooted 8 Pro & I am on 11 with the March update.
bigsnack said:
I had the same issue on my unrooted 8 Pro & I am on 11 with the March update.
Click to expand...
Click to collapse
Do you have the same parsing error, or it just simply doesn't install?
If it just doesn't let you install and you don't get the parsing error, you need to follow the instructions in my post.
You need to be rooted with Magisk and use the Systemizer module to install it as a system app.
daviddosa said:
Do you have the same parsing error, or it just simply doesn't install?
If it just doesn't let you install and you don't get the parsing error, you need to follow the instructions in my post.
You need to be rooted with Magisk and use the Systemizer module to install it as a system app.
Click to expand...
Click to collapse
I had the parsing error.
deleted
I have the parsing error too, on op7pro rooted.
No Parsing error here tho it just doesn't install
Do we need to be on Oos ?
Can anyone upload the com.oneplus.camera.pictureprocessing apk from OnePlus 9 series? Maybe using that we will be able to use the Hasselbad's image processing on previous devices!
I have tried with multiple versions of the camera app from APK mirror and every single one does the same thing, it acts like it's going to start and then closes out.
I'm trying to get it on my OnePlus 5T. I recently switched from stock to LineagOS 18.1, I already have magisk root and the systemizer module. So technically it should work.
I tried systemizing the camera app using the other dir option and the same thing happened. I try to open the camera after rebooting and it looks like it's about to work, it prompts for permissions and then closes, after the initial prompting of permissions it doesn't do it for future attempts, instead it just instantly closes.
I also noticed that the gallery app has weird problems such as not displaying photos or information after you click on them.
daviddosa said:
I was able to extract the OneplusCamera.apk.
It's v6.2.22, and it's got all the nice orange features, and the Hasselblad logo on Pro mode button, but apart from a new Pro mode layout, I haven't noticed any new features compared to the version what I had before (v6.4.44 from APKMirror) on my OP8Pro.
The apk is from 11.2.1.1.LE15DA ROM, Indian version, the one you can find in this article.
I was not able to install it via the package installer by the way, and I had to use the Systemizer Magisk module to install the apk to /system/priv-app/ manually, and after a reboot, the app was usable.
You can download the APK from my Google Drive.
Edit:
Click to expand...
Click to collapse
daviddosa said:
I was able to extract the OneplusCamera.apk.
It's v6.2.22, and it's got all the nice orange features, and the Hasselblad logo on Pro mode button, but apart from a new Pro mode layout, I haven't noticed any new features compared to the version what I had before (v6.4.44 from APKMirror) on my OP8Pro.
The apk is from 11.2.1.1.LE15DA ROM, Indian version, the one you can find in this article.
I was not able to install it via the package installer by the way, and I had to use the Systemizer Magisk module to install the apk to /system/priv-app/ manually, and after a reboot, the app was usable.
You can download the APK from my Google Drive.
Edit: I have also uploaded the APK to APK mirror.
Click to expand...
Click to collapse
Can you share the com.oneplus.camera.pictureprocessing apk?
avid_droid said:
com.oneplus.camera.pictureprocessing 5.8.4 APK Download by OnePlus Ltd. - APKMirror
com.oneplus.camera.pictureprocessing 5.8.4 APK Download by OnePlus Ltd. - APKMirror Free and safe Android APK downloads
www.apkmirror.com
Click to expand...
Click to collapse
How to install this one?
avid_droid said:
com.oneplus.camera.pictureprocessing 5.8.4 APK Download by OnePlus Ltd. - APKMirror
com.oneplus.camera.pictureprocessing 5.8.4 APK Download by OnePlus Ltd. - APKMirror Free and safe Android APK downloads
www.apkmirror.com
Click to expand...
Click to collapse
This version is from OnePlus 9R! Do OnePlus 9 and 9 Pro have the same camera picture processing version?
avid_droid said:
Haha oh. Go to apk mirror and look around for it.
Click to expand...
Click to collapse
That's why I asked from @daviddosa to share it!
lambrosbarca77 said:
This version is from OnePlus 9R! Do OnePlus 9 and 9 Pro have the same camera picture processing version?
Click to expand...
Click to collapse
Oh damn. I installed it and forgot to backup the 8 pro's picture processing. Do you guys have a copy?

Question Changing default file manager app

Is there a way to change the default file manager app without rooting or using custom rom? Xiaomi file manager has so many ads and i want to change it to google files.
i think you can remove - some of the - the ads by going to settings and disabling the "show recommandations" - chinese for show ads
there's a lot of those toggles in miui, also in the security, browser, search in the miui forum there was a guide on where to find them all.
or easier, just go for a custom rom
im not to sure you need to set it default, just install the google version from google play and open that insted of the xiaomi version.
youcant really remove it since it's ibstalled as a system app.
laviniu_c said:
im not to sure you need to set it default, just install the google version from google play and open that insted of the xiaomi version.
youcant really remove it since it's ibstalled as a system app.
Click to expand...
Click to collapse
Hi there!
You can remove it by using ADB. If u are new to it, feel free to dm to me for a tutorial.

Categories

Resources