crdroidandroid | Unsorted

Telegram-канал crdroidandroid - crDroid Community - official supported devices

12837

A community to discuss common topics related to crDroid Android official releases. Rules: Please use english and respect members Subscribe to our channel @crDroidUpdates for update notifications.

Subscribe to a channel

crDroid Community - official supported devices

Did you delete using adb commands or some other way?

Читать полностью…

crDroid Community - official supported devices

If it's a system app, you can try to install it using adb commands like adb shell pm install-existing appname *

Читать полностью…

crDroid Community - official supported devices

@lokey666 https://crdroid.net/downloads#mojito

Читать полностью…

crDroid Community - official supported devices

that's again something else
ex fstab

/dev/block/by-name/system /system ext4 ro,barrier=1,discard

ro part, means read only partition

Читать полностью…

crDroid Community - official supported devices

can you pls guide me for that?

Читать полностью…

crDroid Community - official supported devices

i have tried link2sd but its also not working in this case

Читать полностью…

crDroid Community - official supported devices

ext4 or not, has nothing to do about it

Читать полностью…

crDroid Community - official supported devices

not a thing for me to help out with

Читать полностью…

crDroid Community - official supported devices

Why? He can download any calc and install as system app with lucky patcher

Читать полностью…

crDroid Community - official supported devices

any other fix apart from installing crdroid again?

Читать полностью…

crDroid Community - official supported devices

i have accidently deleted "ExactCalculator.apk" from the system folder and now the calc app is gone. Any fix to bring it back?

Читать полностью…

crDroid Community - official supported devices

New crDroid update for
Galaxy S20 FE (Exynos)

🔖 Codename: r8s
📱 crDroid version: 11.6
📅 Build date: 20250706
✅ MD5: 5075EE82CCA62299F1120EECCE0795CA
🧑‍💻 Maintainer: objecting_

Читать полностью…

crDroid Community - official supported devices

Please note the crDroid community group is NOT for device specific support or questions.

For Officially Maintained crDroid devices:

1) Research in your device specific telegram support group or XDA thread to see if other users are having the same issue. Links to the group/xda thread can be found on the download page for your device on crdroid.net

2) If other users are having the same issue, please help your device maintainer by providing steps to reproduce the issue and suitable bug logs. Do this via your device group or xda thread. Do NOT PM your maintainer unless they request.

3)If no other users can reproduce your issue, then the problem may be specific to your device and it's setup. Clean installing crDroid (clean flashing) using your maintainers recommended steps & files can normally fix.

4)SEARCH and read in this group and your device specific group/XDA thread to see if anyone has the same issue..and any possible fixes/work arounds.

5)If your issue is game or app related, then your first point of support should be with the makers of that game or app through their support channels, groups and forums. Root detection of apps, games, or issues with play-integrity checks by these apps should be researched in more suitable places like XDA forums as they are not crDroid specific.

Unfortunately we only support official crDroid devices in our support groups. Any questions related to GSI or unofficial builds are not suited for this group

As always, Google, XDA, Telegram search, and other resources should be used at all times to help you solve your issue. There is no paid level of support for any custom rom. Support is given by volunteers only in their spare time.

Читать полностью…

crDroid Community - official supported devices

Ginkgo in this model call record function not work

Читать полностью…

crDroid Community - official supported devices

#root-module-recovery

Читать полностью…

crDroid Community - official supported devices

how do i get the app which i deleted?

Читать полностью…

crDroid Community - official supported devices

Bro just install any calculator from playstore

Читать полностью…

crDroid Community - official supported devices

https://crdroid.net/downloads#mojito

Читать полностью…

crDroid Community - official supported devices

Too many steps for a message, look up on google

Читать полностью…

crDroid Community - official supported devices

Also he can probably manually mount /system as rw and chmod 755 on app folder😁

Читать полностью…

crDroid Community - official supported devices

partition type doesn't dictate access

Читать полностью…

crDroid Community - official supported devices

on some its able to be mounted as rw iirc

Читать полностью…

crDroid Community - official supported devices

as said... system read-only - technically

Читать полностью…

crDroid Community - official supported devices

you can't put it back, even if you get the apk as system is read only
(well at least in latest android versions anyway)

Читать полностью…

crDroid Community - official supported devices

flash crdroid.zip again, reboot recovery, flash gapps.zip (if used it) and reboot

Читать полностью…

crDroid Community - official supported devices

can anyone help me ?

Читать полностью…

crDroid Community - official supported devices

The rules for crDroid Community are:

1. This is NOT a device specific community. Do look up your devices respective xda forum thread or device specific telegram group for issue resolution, install help etc (Links from crdroid website>Your devices download page). You can tag your device maintainer with suitable logs and steps to reproduce error/issue in your device group.
2. Do not tag devs or admin or send unwanted private messages without permission to any user. Ask your questions to the group. Other users may be able to assist you here.
3. SPAM and get banned. No court martial, nothing. Be patient. Ask once and wait for someone to reply.
4. No ETA. Asking ETA is equivalent to spamming. This includes asking for any new updates, new android versions, when new devices will be supported or similar. As this is all done in Devs/maintainers spare time, releases occur when the Dev/ maintainer is ready to do so.
5. Only Official crDroid. We love and respect open source but refrain from discussing other ROMs. Little off-topic is still fine though.
6. English language is to be used. Use a translator if this is not your first language.
7. Users are expected to ask questions in the most relevant places and be resourceful. If it's not CrDroid relevant it's  better to ask the question/seek support elsewhere.
8. Anything related to piracy (including mods of apps e.g Revanced), illegal activity, NSFW will result in an instant ban.
9. Respect all users regardless of race, beliefs or political stance. Discussion of these are topics strictly forbidden as all they cause is arguments.

Mutes, warnings and bans will be issued if rules are not followed.

Читать полностью…

crDroid Community - official supported devices

#help-me Read below for yout device specific issue

Читать полностью…

crDroid Community - official supported devices

If you need to delete all magisk/KSU modules from crDroid recovery to recover from a failure to boot:

- (on phone, in crDroid recovery) choose Advanced > Enable ADB

- plug in USB to your computer with platform-tools & your phone's USB drivers installed

- open terminal & run adb shell (will be root, yay)

- run cat /etc/fstab to find path to userdata (or look in /dev/block/by-name/ or /dev/block/bootdevice/by-name/)

- then manually mount userdata to /mnt/user/ with something like

mount -o rw,defaults /dev/block/bootdevice/by-name/userdata /mnt/user/

- almost everything will be FBE encrypted so you don't want to mess around too much, but you can now nuke the contents of /data/adb/ by running rm -rf /mnt/user/adb/* even if you can't read them, which will delete all magisk & KSU modules & should allow you to boot again

- on phone, now navigate back & chose "Reboot system now"

- Reinstall root managers & modules CAREFULLY

Читать полностью…

crDroid Community - official supported devices

No,AOSP gallery but yes and I mean google photos

Читать полностью…
Subscribe to a channel