Droid-ify - A quick material F-Droid client. [Open Source] - Android Apps and Games

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Droid-ify - A quick material F-Droid client.​Features​
Material F-Droid style
No cards or inappropriate animations
Fast repository syncing
Standard Android components and minimal dependencies
Screenshots ​
​
Downloads​Github
Izzyondroid
F-droid
License​Licensed GPLv3+.
Direct Adaptation/Modification of Foxy-Droid
Copyright © 2022 Iamlooker and contributors
Source Code

Downright the best F-droid client when it comes to UI/UX. I'm glad it wasn't deprecated in favor of Neo Store, as iirc it was planned initially.

I use it since 2 months on my Pixels with CalyxOS. It is far better than the native FDroid client.
Just one question: Where do it store the downloaded apk files? Had a quick look but was not able to locate their location.

zimral.xda said:
I use it since 2 months on my Pixels with CalyxOS. It is far better than the native FDroid client.
Just one question: Where do it store the downloaded apk files? Had a quick look but was not able to locate their location.
Click to expand...
Click to collapse
it is in /data/user/0/com.looker.droidify/cache/releases

Walden0 said:
it is in /data/user/0/com.looker.droidify/cache/releases
Click to expand...
Click to collapse
Hi, thanks for coming back. Unfortunately there is no such directory within the mentioned path in neither in my Pixel5 and my Pixel4a running CalyxOS nor my Pixel5 running stock Android13.

zimral.xda said:
Hi, thanks for coming back. Unfortunately there is no such directory within the mentioned path in neither in my Pixel5 and my Pixel4a running CalyxOS nor my Pixel5 running stock Android13.
Click to expand...
Click to collapse
are you sure you are using a file manager with root access?

Walden0 said:
are you sure you are using a file manager with root access?
Click to expand...
Click to collapse
As far as i know i use a filemanager without root access. Until your reply i do not saw a reason for using one with root. Can you recommend one or do i have to "root" my phone. What was the reason for hiding the downloaded apk's? The APKPure app is putting them into the users download folder. This seems to be a good place for them.

zimral.xda said:
As far as i know i use a filemanager without root access. Until your reply i do not saw a reason for using one with root. Can you recommend one or do i have to "root" my phone. What was the reason for hiding the downloaded apk's? The APKPure app is putting them into the users download folder. This seems to be a good place for them.
Click to expand...
Click to collapse
i wud recommend mixplorer but if your phone isnt rooted already, it wud be of no use.

zimral.xda said:
I use it since 2 months on my Pixels with CalyxOS. It is far better than the native FDroid client.
Just one question: Where do it store the downloaded apk files? Had a quick look but was not able to locate their location.
Click to expand...
Click to collapse
Downloaded apks can be found at /data/data/com.looker.droidify/cache/releases
ROOT REQUIRED TO ACCESS

Delete

Related

[APP] RubyGems Browser v1.0

RubyGems Browser
Enjoy RubyGems on your Android device​
This awesome app is perfect for everyone that is a RubyGems.org enthusiast. It lets you browse the awesome RubyGems.org repository that has almost 50.000 Ruby libraries (gems) available.
The main features include the Dashboard view where you can keep track of all the gems you've subscribe, so you know if you're always on the latest version. It also lets you keep track of the gems you own, so you can always check your download count. And of course it includes search, so you can find new awesome gems for your projects.
Some of the things that are planned:
Edit your gems details
(Un)Subscribe to gems
More? Just send me a email.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Don't forget to check out this app source code: https://github.com/nathanpc/rubygems-explorer-android
​
This is very useful, thanks!
You're welcome! I really appreciate your feedback.
Sent from my GT-I9000B using xda premium
Hey there.
It's been a while since this thread was created, but I will still appriciate any response.
Why would I have to log-in? And where can I register?
I would also like to know how I can install Ruby on my device. Or how to make sure I have a rucy installed.
thanks for helpers
FurySh0ck said:
Hey there.
It's been a while since this thread was created, but I will still appriciate any response.
Why would I have to log-in? And where can I register?
I would also like to know how I can install Ruby on my device. Or how to make sure I have a rucy installed.
thanks for helpers
Click to expand...
Click to collapse
Hi, this is just an app that let's you browse and edit the RubyGems repository website, that's why you have to login. If you're interested in running Ruby in your device, I suggest you to take a look at this StackOverflow question, which contains the answer to your questions.
nathanpc said:
Hi, this is just an app that let's you browse and edit the RubyGems repository website, that's why you have to login. If you're interested in running Ruby in your device, I suggest you to take a look at this StackOverflow question, which contains the answer to your questions.
Click to expand...
Click to collapse
First of all, thanks a lot for directing me there, I couldn't find it myself.
Someone suggested there to root device and use apt-get. I already have my device rooted, but I don't know where I can use Linux commands such as apt-get on my android device (Galaxy S4 GT-I9515).
Another person suggested using Ruboto IRB, but I have no idea what that is nor how can I get it. I would like an explanation here as well (if you could of course )
Another question, when I use cSploit it tells me that there's a ruby updrade avaible and asks me if I want to install it. I infer that I already have Ruby if it asks me to UPDATE it (the app works fine btw), but I'm not sure.
To execute the Linux commands you need to install a terminal emulator via the Play Store, where you can also download Ruboto.
nathanpc said:
To execute the Linux commands you need to install a terminal emulator via the Play Store, where you can also download Ruboto.
Click to expand...
Click to collapse
Ok cool. So you're telling me that installing a terminal emulator will actually prompt linux commands to my device? Like, it's not just a simulation?
Also, I would be happy if you could explain me what Ruboto does or how it works.
BTW Thanks again for replying, I really appriciate your will to help

[ROOT][4.0+] AppDowngrader | downgrade your apps easily

Since I realized you *can* downgrade your apps (install lower version over actual (higher) version of app) using android feature "pm install -r -d file.apk" yesterday, I got time and wrote small and simple app which does everything for you. Just pick APK and click on Install APK. That's it!
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
App is now in Google Play Store!
Download it here: https://play.google.com/store/apps/details?id=com.pyler.appdowngrader
Why must use it
Tested with google playstore.
Working for me....
Great job....[emoji106]
Sent from my GT-N7100
Phenomenal, thanks much!
windows7 said:
Why must use it
Click to expand...
Click to collapse
Have you ever felt that after an update your app or games start to have errors/ malfunctioning?
-DELETED-
I kind of misunderstanding sorry
pyler said:
Since I realized you *can* downgrade your apps (install lower version over actual (higher) version of app) using android feature "pm install -r -d file.apk" yesterday, I got time and wrote small and simple app which does everything for you. Just pick APK and click on Install APK. That's it!
Screenshot:
Click to expand...
Click to collapse
Amazing job!!
I am gonna try to run Themer on ICS now. I hope that it should work now.
EDIT: I tried it on my Magicon Mpad 7, It said Install successful but I can't find it on my App Drawer?
did you read OP? Looks like you didn't. Yes, app shown "successfully installated" because if you use this app how you should, it works. And I don't except that users will do crazy experiments
With or without this app you can't install app which requires 4.1 on device with 4.0.
Thanks I'll test it....Good idea
Envoyé de mon SM-N9005 en utilisant Tapatalk
GREAT IDEA!!
Didn't work with the Google keyboard for me though
So here is a thought, is there a repository for older versions of the free android apps anywhere? That would be a good coupling for an app like this!
Is Google play suggesting to upgrade your downgraded app or it doesn't realize that app was downgraded?
client-x said:
Is Google play suggesting to upgrade your downgraded app or it doesn't realize that app was downgraded?
Click to expand...
Click to collapse
Google Play will suggest upgrading. You essentially just installed an older version of the app in all terms.
You could achieve similar function by backing up your data, deleting the app, re-installing an older version, restoring your data. Obviously it would be longer, though.
Thanks! Very useful to see a easy way to downgrade apps like Minecraft PE and whatever,like Twitter. Very very very grateful.
TapaTalk'd from a KFSOWI
Best app since "app installer" was created.
Seams somebody made a paid app out of your free app.
https://play.google.com/store/apps/details?id=com.pyler.appdowner&hl=en
Thomas_BA said:
Seams somebody made a paid app out of your free app.
https://play.google.com/store/apps/details?id=com.pyler.appdowner&hl=en
Click to expand...
Click to collapse
This guy is go on xda pirate wall lol, wall of shame.
Some body need to report him.
Guys, Please report it to Google. This is shame!
pyler said:
Guys, Please report it to Google. This is shame!
Click to expand...
Click to collapse
When I click "flag as inappropriate" then what do I select?
they also used the same screenshot you posted...

samsung music app help

hello i have a Samsung tab s 1 running android 6.0.1 and am trying to install the latest music player i updated to the latest app update using my Samsung s6 edge i have made a copy of the music app using es file explorer & it will not let me install the new music app update on my tab s how can i install it on my tab s with out girting this error thanks
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
https://play.google.com/store/apps/details?id=com.sec.android.app.music&hl=en_GB
As you can see the app supports android 5.0/6.0/7.0
ACFH said:
If you scroll down a bit, you can see current version different between device. And it not support tab s.
If you still want to try, install this https://play.google.com/store/apps/details?id=kellinwood.zipsigner2&hl=en_GB
And resign your apk file. Sometime it help you can bypass that eror but not make app work properly if it really not support your device.
Click to expand...
Click to collapse
Yer I like try sign it see if that work but not sure how I do that
ACFH said:
If you scroll down a bit, you can see current version different between device. And it not support tab s.
If you still want to try, install this https://play.google.com/store/apps/details?id=kellinwood.zipsigner2&hl=en_GB
And resign your apk file. Sometime it help you can bypass that eror but not make app work properly if it really not support your device.
Click to expand...
Click to collapse
So how come I found the s8 music player on here's and that install works but other ones will not ??
i would try and install a different one first. might not be compatible with the device you are trying to install it in.
I now remember where I got it origins the gallery apps app can no longer find it tho on there any one else see it?
jonnym12345 said:
I now remember where I got it origins the gallery apps app can no longer find it tho on there any one else see it?
Click to expand...
Click to collapse
tab have lower android version so
you cant install the app on it
or app package got corrupt
rony raj said:
tab have lower android version so
you cant install the app on it
or app package got corrupt
Click to expand...
Click to collapse
Ok thanks found a back up I made a while ago
When tab 1st got mm 6.0.1 I was able to download the music app off the play store I can no longer do that tho as it's a newer version on play that dose not support my tab s lucky I made a back up of it after all ??
jonnym12345 said:
Ok thanks found a back up I made a while ago
When tab 1st got mm 6.0.1 I was able to download the music app off the play store I can no longer do that tho as it's a newer version on play that dose not support my tab s lucky I made a back up of it after all ??
Click to expand...
Click to collapse
great thumbs up is better way to say thanks
Yer thanks for the help all I appreciate all the help

Android 11: How to access and modify all files in root/data/data?

Hello,
My phone is Samsung Galaxy A72, Android 11, already rooted with Magisk
I currently use Solid Explorer as my file manager, and I got this notice when I accessed root/data/data:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
And as you can see, I can only read and edit the files only in these two folders, with Solid Explorer
The same case happens for Amaze File Manager (with no notice though):
However, it seems that ZArchiver can navigate everything in root/data/data (well, this app is not for editing anyway):
My search about this only leads to me to other people's issues about "Android/data in Android 11", but I can access that normally.
Can someone explain to me what's going on? And is there any file manager, or any way to access and edit all files in root/data/data on Android 11?
Thanks in advance.
bebongchoi said:
Hello,
My phone is Samsung Galaxy A72, Android 11, already rooted with Magisk
I currently use Solid Explorer as my file manager, and I got this notice when I accessed root/data/data:
And as you can see, I can only read and edit the files only in these two folders, with Solid Explorer
The same case happens for Amaze File Manager (with no notice though):
View attachment 5479831
However, it seems that ZArchiver can navigate everything in root/data/data (well, this app is not for editing anyway):
View attachment 5479835
My search about this only leads to me to other people's issues about "Android/data in Android 11", but I can access that normally.
Can someone explain to me what's going on? And is there any file manager, or any way to access and edit all files in root/data/data on Android 11?
Thanks in advance.
Click to expand...
Click to collapse
Try Mixplorer
Droidriven said:
Try Mixplorer
Click to expand...
Click to collapse
Thanks, look like it works
And there is a built-in code editor as well, which is pretty neat.
I still don't understand why Mixplorer can access and edit while some other apps I know cannot...
bebongchoi said:
Thanks, look like it works
And there is a built-in code editor as well, which is pretty neat.
I still don't understand why Mixplorer can access and edit while some other apps I know cannot...
Click to expand...
Click to collapse
It is the favorite used by the majority of root users and device modders. It should serve you well.
Mixplorer isn't working for me on my Xperia 5 III with A 11
all apps i tried don't get writte acces
Hello,
A mirror of root/data/data is root/data_mirror/data_ce/null/0/, with full read and write access.
Tried successfully with Solid Explorer on Pixel 7 Pro (Android 13, Magisk 25.2).
I discovered this mirror thanks to Total Commander.
can u explain a bit more how to do it.?!

Is it possible to install an APK + OBB without Gapps installed on Lineage Os ?

I got issue with Carmagedon and every other APK that need OBB. I've copied the OBB in the android/obb native folder and also tried the endroid/obb SDcard folder.
APKs are starting then shut down because found no database.
If Gapps is needed ( I do not want a **** from google ), is there another working alternative ?
Thanks and best regards !
Xperia Suzu
Lineage Os 16.0 ( android 9 2020/07/22 ), degoogleised.
Superkenel said:
I got issue with Carmagedon and every other APK that need OBB. I've copied the OBB in the android/obb native folder and also tried the endroid/obb SDcard folder.
APKs are starting then shut down because found no database.
If Gapps is needed ( I do not want a **** from google ), is there another working alternative ?
Thanks and best regards !
Xperia Suzu
Lineage Os 16.0 ( android 9 2020/07/22 ), degoogleised.
Click to expand...
Click to collapse
If it is a game that associates itself to Google Play or Google Play Games, it won't work without those Google elements.
Have you tried using MicroG?
Or, maybe something in this thread will help.
Play Games Without Google Play Services
Hi All, Hope you are fine. I am using LOS for N910C and didn't install Google apps and not thinking to install. I am not using Google Play Services and all of Google products. For this reason i found LineageOS and i appreciate to the...
forum.xda-developers.com
My guess is you installed the app's OBB in a wrong location.
Carmageddon 1.8.507 comes as XAPK-file, hence use a XAPK-installer to ensure APK's files get copied to their correct location.
BTW: This racing game relies neither on presence of Google Services nor on GMS apps.
xXx yYy said:
My guess is you installed the app's OBB in a wrong location.
Carmageddon 1.8.507 comes as XAPK-file, hence use a XAPK-installer to ensure APK's files get copied to their correct location.
BTW: This racing game relies neither on presence of Google Services nor on GMS apps.
Click to expand...
Click to collapse
Thanks you for the BTW... I was going to let it down ( i do not want any google ****s on my phone ).
Do you know a good and open source alternative XAPK installer ? Is it safe for my personnal data to use APKpure or stuff like that ?
Thant's you.
Try the attached one
Apkpure is SAFE. It's driven from the same company as XDA too.
xXx yYy said:
Apkpure is SAFE. It's driven from the same company as XDA too.
Click to expand...
Click to collapse
Thanks for the link and all your infos !
xXx yYy said:
Apkpure is SAFE. It's driven from the same company as XDA too.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi ! Install of the apkpure XAPK started with xapk installer, but it failed at the end.
The XAPK-file is corrupted. Search for a healthy version of it.

Categories

Resources