Question RW issues? - Samsung Galaxy S22 Ultra

wanting to make system/product RW but it isnt. anyone know how to do it? would like to delete apps
and no, lucky patcher cant do it incase someone tries to recommend it. want to physically delete these apps like google and android auto etc.

The only way is to root the device and then you have access to delete anything. Just be carefull what you delete as you could get the phone into a non-functionaning state.

rooted but i need system to be read writeable not read only.

Related

Things not to do!

1.) DO NOT try and make a symlink for /data/app onto your sdcard.
Why?
1. Your phone will go crazy!
2. It just doesn't work, even if you do make the symlink. Phone won't boot up.
3. Even if you get your apps back on your phone, many of them are corrupted and you must re download them...
Reasons
1. must be a communication area somewhere...another folder would need to be symlinked....maybe the data folder....
I will probably keep updating this as I go on....
Could it be that the sdcard is mounted later in the boot process than when the command is called to access the apps/data? In other words your symlink is telling the OS to load data from a partition that isn't mounted at that point.
It is possible...don't know how to work it out....I did it again trying something else and it screwed up my phone to the point that I had to do a factory reset...home key wouldn't work, apps failed, background changed....lol bad scene...lol
Fun though....lol
uh
Also you think that maybe some apps were open at the time you moved the directories ?
I thought of that but I also did it while the phone wasn't turned on.
something else you shouldn't do
did this by accident
you should not clear settings under: manage apps>settings it clears call logs messes up your background and some other things

Build Your Own alt+w Wipe...(edit: if you don't use apps2sd...)

First Note: These apps will become uninstallable! (much like any other stock rom apk) and must be deleted using the console, somehow.. anybody care to shed some light on how?
Hopefully someone can add more to this or use this info to build a much more thorough how-to, but for now here's what I've got...
Instead of building your own update.zip you can modify your alt+w wipe data to reinstall the downloaded/backed-up apks of your choice. This can also be used to install 3rd party apks without having access to any other installer, for instance if you wipe then find yourself without any access to the internet/market or a computer.
To do this you must first have the apps on the sd. I used astro to backup apps which puts the apks in /sdcard/backups/apps
I'm doing this on IonR2, your system apps may be elsewhere, mine are located in /system/app, you'll need to know where they are for this to work.
Power off your phone and do this (enter the bold stuff only, replace my directories with yours):
home+power (enter recovery)
alt+x (to go to console)
hit enter (cause the prompt says so..)
/ # mount sdcard
/ # mount system
/ # cd sdcard/backups/apps (or cd to where ever your backed up apks are)
/sdcard/backups/apps # ls *appname* (this may be useful for finding the exact *.apk name)
/sdcard/backups/apps # install -cp org.appName.com.apk /system/app (remember to capitalize where necessary)
at this point it should hang for a second then return to the "/sdcard/backups/apps #" prompt, if so the apk has successfully been added.
/sdcard/backups/apps # reboot (or install more apks if you like)
home+power then alt+w to test if you so desire. now your backed up apk should reinstall itself if you ever have to do an alt+w wipe again..(weather the apk is on the sd card or not)
I know, not very thorough but wth, I figured someone might find this as useful as I did(or be able to expand on it a bit, data, app settings etc). Also cool if you happen to have no net connection, no pc access and a wiped phone with no real useful/fun apps...
u only have to do this once, and it'll flash the new roms WITH these apps installed? how do we 'clear' these apps if we don't want to have them installed when we wipe?
Is it possible to install all the apps in your backup directory at once, with some sort of batch command?
These apps will become uninstallable! (much like any other stock rom apk) and must be deleted using the console, somehow.. anybody care to shed some light on how?
@ Lieu10ant, yeah, you only have to do once/updated rom, this modifies the base install. the newely added apks will be installed every time you alt+w (wipe). If you apply an update.zip this process will need to be redone(I'm pretty sure, haven't tried).
@ lukekirstein, I'm sure there's a way but I'm not sure how. Really hoping someone more knowledgable jumps in here with a bit more info :/
I've added a file manager(with backed up apps installer) and wifi tether because I always need/use em and never really planned on uninstalling em..
Im pretty sure you would have to use "rm" and individually remove all apps you dont want.
instead of backing up your apps, just run apps to sd and never reinstall any apps again
Breakthecycle2 said:
Im pretty sure you would have to use "rm" and individually remove all apps you dont want.
Click to expand...
Click to collapse
you would mount the system again from the recovery console and 'rm' each app you don't want. You would want to be careful not to batch delete stuff.
sonikamd said:
These apps will become uninstallable! (much like any other stock rom apk) and must be deleted using the console, somehow.. anybody care to shed some light on how?
@ lukekirstein, I'm sure there's a way but I'm not sure how. Really hoping someone more knowledgable jumps in here with a bit more info :/
Click to expand...
Click to collapse
Wouldn't it be a nice thing to make them uninstallable? That would, in theory, make them a lot more stable like the stock apps and can only be updated, not modified. You can probably delete them through console in recovery or even through ADB if you wanted to. It'd definitely be impossible to do it through some basic installer or the package uninstaller while the phone is running normally. The same process as a stock app.
I know you can't do it while the phone is running (bummer :/) but I was hoping it's possible when the phone is off.
@ Breakthecycle2, cool, I figured rm through console after mounting but haven't tried so wasn't 100% on that one.
@ Sirus20x6, I prefer this method to apps2sd, mainly because everything's stored in the phone's internal memory. Although I know most folks now seem to be using an apps2sd of some sort.
@ lukekirstein, yeah. That's why I do it this way, but some may want them uninstallable so I figured I better make a point to inform those folks
Wouldn't this decrease your internal memory since these apps are being saved to the phone so you can later wipe?
jusplainmike, I would assume so. Something to keep in mind.
Would a nand be better?
sonikamd said:
I'm doing this on IonR2, your system apps may be elsewhere, mine are located in /system/app, you'll need to know where they are for this to work.
Click to expand...
Click to collapse
(10c)
perhaps, depends on what you want I suppose. I wipe clean every so often just to get a fresh start, speed things back up etc. Sometimes while installing themes I wipe multiple times and also just want a clean slate.
This is definitely not the way to go for a complete backup-restore. Just seems a good way to reinstall a few missing by stock apps after a wipe.
lol soulife i know, i know
I believe apps2sd is the best bet for keeping apps after a wipe or fresh install.
retort
sonikamd said:
lol soulife i know, i know
Click to expand...
Click to collapse
The only reason is because you push a market app to internal memory it read only. If there's an update you have to open terminal or adb and rm and push the update back. Plus if you flash a new update it will wipe them out. With a2sd however you can update them no hastle, and even if you flash a new build, with a2sd the reinstall themself. Much more convient as long as you smart with your partitioning.
I think you guys may be doing this the hard way. If you are wiping and moving to a compatible ROM, just leave the sd card as it is and the new ROM should be able to find and install the apps as long as it has apps2sd built in.
If you are moving to an incompatible ROM you will have to remove old sd app directory first.
rm -r /system/sd/app
then you should be able to just copy over your entire apk backup directory to your sdcard as follows.
cp- a /sdcard/yourdirectoryname /system/sd/app
and if you are installing a ROM that has app2sd built in, it should find all the apps and install them.
If the ROM you use does not have apps to sd, then you will be able to use Lucid script to move apps from phone to sd card app directory (with already copied apps) and link directory
Tru, I just don't use apps2sd. My sd is constantly getting mangled for one reason or another..
uh, by doing this you're filling up your /system folder which actually needs memory to improve. and you can uninstall them by
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
rm/system/app/nameof.apk
on another note wouldnt wiping while having info in the system ; wipe?
anyways

delete the stock apps

Sorry fellas.. had to tend to the baby So.... I searched everywhere on this this site, and i cant find a thread on how to delete stock apps. Can it be done? I run a My touch 4g slide, rooted\s-off. Im sure i'ts somewhere on this forum. Can anyone please help me? Thanks so very much!!
Mount /system with r/w permission:
mount -o remount,rw -t ext3 /dev/block/mmcblk0p25 /system
Then you'll be able to delete your system app
eg.: rm /system/app/Browser.apk
delete stock apps android
Install "Root App Remover" from the Market.
Sent from my Desire HD using xda premium
Hey thanks so much for the replies and help!! Unfortunately Hanisa i have no idea what that means so i'll have to do a lil' research on that
Thanx BazookaAce,XperienceD and Hanisa I thumbs u up
Root app remover removes only x programs for free, then you need to buy it.
The easiest method I found, was to download a root file manager program e.g. File expert.
Then mount system as R/W to be able to write to the directory ie. deleting files.
System apps is located in /system/apps.. start deleting.
Theres more pages online to check which apps to delete or more important, not to delete!
The apps on this tested safe and worked for me:
http://www.darkyrom.com/community/index.php?threads/10-2-final-lite-edition-made-by-you.4255/
Thanx csensitive! I have to do research since I dont know how to mount and use R\W Or maybe u just explained it...root file manager..
I figured how to mount, now i have to figure how to use '
[email protected] said:
I figured how to mount, now i have to figure how to use '
Click to expand...
Click to collapse
Did you go for File expert, which is free in market and has interface to mount R/W?
If you did:
1. Check the root option under settings to give it superuser rights
2. Mount R/W using Mount in the program interface
3. Press back until it says "if you press back again it closes sumthin) Here you are at the root of the phone.
4. Go to System and then app. Start deletin all the unuseful stuff.. delete the wrong stuff and you will break your system
No I went with Root Explorer, I really like the way it's laid out. I learned it well enough to change my boot animation a few times! Browsing through all the files a folders for a few days now. Also, leaned how to use Terminal Emulator. This stuff sure is fun! I found the folder that contains the info on the backlit keyboard and hardware buttons. I'm doing some research on how to get a code in there so I can control the brightness of those features. Could be out of my league though as I'm still too fresh to all this.
Its's not recommended to remove stock apps
I agree. If you delete the wrong ones you will end up,well, we all know the answer to that I've been using Titanium Backup to freeze the application first, but not before I find out what it is used for. I don't really want to say how much more responsive my phone is now,so I won't I would rather not jinx it!
Blue6lx made a rather exellent tutorial on what the apps are, and their applicable functions. Thanks so much to him!! That must have taken a long while to complete!
It is very thorough. I just saw it last night and am heading that way right now! Have a great day!
There's tons of stock apps thats not neccesary if you dont use them, ie. stock browser, sns client, samsung sync and so on. If you dont use the facebook app to sync, want another browser, dont use talk and so on, many of the apps just takes up space.
Many of them even run in startup as services/programs and uses RAM.
I removed about 30% of the stock apps, and could remove more if I wasnt afraid to break things
That's so true.
I deleted with success the following,
com.android.htcprofile
com.eamobile.bejeweled2_small
com.htc.android.netlogger
com.htc.socialnetwork.flickr
com.htc.Twitter3DWidget
com.netflix.mediaclient
com.tmobile.theme.Brooklyn 2.3.4
com.tmobile.theme.Retro 2.3.4
com.tmobile.theme.Spring 2.3.4
cw
Picasa Web Albums 3.0.3
Ringtone Trimmer 115132628.58088
Scribble 1.0.2115202467.62132
Slacker 2.1.196
T Mobile TV 4.3.1.43.144294
TrimIt 1.6.8.110525
Zinio Reader 2.03.3312
That's it so far, any of the above mentioned have been frozen first using Titanium Backup and after not seeing any ill effects,deleted thereafter.
I believe titanium backup also can delete em, and easy to backup first.
You are correct sir
thanks for this
Sure thing.
Yea I somehow bricked my captivate when I accidently deleted something lol
Sent from my SGH-T989 using xda premium
ktaey0823 said:
Yea I somehow bricked my captivate when I accidently deleted something lol
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
Its didnt know it was possible to brick your phone deleting system files.. you really should be able to reflash anyway since its "just" system files..

Remove unwanted apps.....

Ok guys this is my first post in xda and hope to help rookies out there who are wondering how to remove apps that they don't use at all but eats up their internal memory.
1.Download any file manager with root explorer capability (eg. es file explorer,file manager etc)
2.Enable root explorer and mount the system folders as r/w
3.Goto this folder :\system\app
4.Try to recognise the app you want to delete
5.Now delete the apk of the file
6.Reboot into recovery and fix permissions
voila there you have it.....Your phone free of unnecessary bloatware
BE CAREFUL NOT TO DELETE SYSTEM APPS LIKE BLUETOOTH,WIFI ETC
Don't get me wrong but this is stupid idea, especially for new users, this is maybe easyest way to get htc white screen, yes I admit it's fastest way but, not correct way of new users to remove apps.
Here is something easyer and way more safer https://play.google.com/store/apps/...1bGwsMSwxLDEsInpzai5hbmRyb2lkLnVuaW5zdGFsbCJd
Hmmm...
shortyoko said:
Don't get me wrong but this is stupid idea, especially for new users, this is maybe easyest way to get htc white screen, yes I admit it's fastest way but, not correct way of new users to remove apps.
Here is something easyer and way more safer
Click to expand...
Click to collapse
Hmm.....Just shared the way i do it..
never had a problem till now...
if you know what you are doing
i always do it this way but.... i dont think its advisable for newbies maybe you can include apps that CANT be remove during the process therefore making it safer
abhinavthms said:
.................if you know what you are doing
Click to expand...
Click to collapse
This is the important part! But new users often don't know what exactly they are doing. First time when I did it this way........let's just say it wasn't pretty after a reboot. As I sayed it's working, even now I do it like this but it's not good for guys who just rooted their phones and started with experiments.
shortyoko said:
This is the important part! But new users often don't know what exactly they are doing. First time when I did it this way........let's just say it wasn't pretty after a reboot. As I sayed it's working, even now I do it like this but it's not good for guys who just rooted their phones and started with experiments.
Click to expand...
Click to collapse
ok guess you are right
wanted to know if I do though this method and remove the unwantedand unroot my phone after that will I have any probs
It depends what do you delete, if you delete something important, yes you will have problems, if you check out this list and think a little bit you will be fine http://forum.xda-developers.com/showpost.php?p=27123725&postcount=1931
If you use the app that I post at second post, and don't delete something that the app says it's important, you also should be fine.
BUT and that's huge one, if you unlock your bootloader(and that's a must if you want root) there is no way (yet, soon but not yet) to make it say "LOCKED" again, it will say RE-LOCKED and you won't have warranty.
abhinavthms said:
Ok guys this is my first post in xda and hope to help rookies out there who are wondering how to remove apps that they don't use at all but eats up their internal memory.
1.Download any file manager with root explorer capability (eg. es file explorer,file manager etc)
2.Enable root explorer and mount the system folders as r/w
3.Goto this folder :\system\app
4.Try to recognise the app you want to delete
5.Now delete the apk of the file
6.Reboot into recovery and fix permissions
voila there you have it.....Your phone free of unnecessary bloatware
BE CAREFUL NOT TO DELETE SYSTEM APPS LIKE BLUETOOTH,WIFI ETC
Click to expand...
Click to collapse
Won't you also delete app data like dalvik cache? For noobs I suggest an app like root uninstaller
Sent from my HTC Explorer A310e using xda app-developers app

[Q] Is rooting for me?

Huawei Prism U 8651T running Android 2.3.6
1. Yes I have read similar threads -they are about adding stuff or running new ROMS - I want to remove stuff and run stock ROM
2. Somewhat familiar with Linux . not so much android even tho linux based. Took the test and yes I think it's do able.
3. Yes found rootuing howto on my device on these forums
some questions before I root. all files on my Linux box are readable whether roor or not. Just can't modify unless root. I was reading files on android and they are locked down with encrypted looking stuff like when reading Windows files.
1. Will I be able to remove/disable factory installed google and t-mobile stuff or do they have it lockd down to where even if I'm root I can't do it.
2. howto says phone must be unlocked first - other s say no
3.Some howtos claim rooting should be done with non-active sim card - true?
** I understand that many services rely on google and tmobile apps but they are killing my battery and I can't force stop them ( they just relaunch in a few minutes - and I don't want or need all that cloud syncing junk***
Thanks for any help
Well, you do know what you want, so rooting is probably your thing, and yes you can delete T-Mobile apps and services and other things you might want to remove, including Google apps. Just be careful and don't delete google services like GmsCore.apk, Contacts etc. Maps, Google+ and all that stuff are safe to remove.
Most apps are located in /system/apps, but there are also some apps in /data/apps. Be careful when you delete system apps, so you might want to install Recovery while you're at it so you can make a NAND backup (backup of your ROM) in case something goes wrong, or you want to return to stock once you're on a custom ROM.
I can't give you an answer on the rest of the questions, since some of them might be device specific things, so i don't want to tell you something wrong.
RE: Is rooting for me
LordManhattan said:
Well, you do know what you want, so rooting is probably your thing, and yes you can delete T-Mobile apps and services and other things you might want to remove, including Google apps. Just be careful and don't delete google services like GmsCore.apk, Contacts etc. Maps, Google+ and all that stuff are safe to remove.
Most apps are located in /system/apps, but there are also some apps in /data/apps. Be careful when you delete system apps, so you might want to install Recovery while you're at it so you can make a NAND backup (backup of your ROM) in case something goes wrong, or you want to return to stock once you're on a custom ROM.
I can't give you an answer on the rest of the questions, since some of them might be device specific things, so i don't want to tell you something wrong.
Click to expand...
Click to collapse
Well not sure EXACTLY what I want but basically I want a phone that acts lke a phone and not all the social media cruft and "ALWAYS ON" junk running in the background. And if I do need it I will turn it on and off myself.
Thanks for the tips. I will begin posting oin the appropriate forum.

Categories

Resources