after I manually deleted /data/dalvik-cache (don't know why I did this) my apps are very slow to open and dalvik-cache did not rebuild after reboot, I have magisk installed, is there anyway to manually rebuild dalvik-cache?
do you have the dalvik-cache folder in data folder? If not create it and try again. Does this also happen with newly installed apps?
Related
From beta3 I can't delete symlink. It's important for me because I actually using phone instead of flashing.
I tried->
1.root explorer
-> delete /data/data
-> copy /datadata ->/data
-> change name to /data/data
No effect, after reboot symlink restore
2. Same thing but with terminal
3. serch fstab, init, for script that making ln -s
4. delte from xbin ln program
nothing made any effect. Symlink always back after reboot.
I found at /sbin script setupdata....
But I can't delete/change it, every reboot it's restoring itself.
Sorry, I don't have an answer for you, but I really need this too. I didn't even install that many apps and everything is FC'ing because datadata is full. It seems it's not just app data as well, because I was browsing the folder with root explorer, and every time I clicked on a folder (within datadata), the available space went down some more. On CM7 my phone was fast enough without the symlink, so an option to remove it would be nice.
What do you mean by preload??? and what happens if the systemui.apk is in preload..???
preload is a partition like system and data... nothing happens if the sysui is in preload.. just that the mods/themes you want to flash should be one for preload. you could manually extract then and paste in preload though,
I want to save some space on the internal storage, and since tha system partition is enormous, on 4.3 I integrate the updates into system/app. For example If Facebook gets an update I delete "facebook-xhdpi.apk" and I just move the new facebook from data/app to system/app and voila! Even after a factory reset I have no problems...
But on Kit Kat this is almost impossible. Even after signing the apks, renaming them like the old ones and giving the correct permissions via root explorer they force close. Even Google+ gives a "reinstall-loop" as I call it :crying:
What can I do? Fixing permissions by TWRP doesn't work either.
Open the APK using 7zip, extract the libraries there(the files inside the lib folder), place the extracted libraries inside /system/lib/, delete the libs folder inside the apk, move the apk to /system/app/ or /system/priv-app/ depending what type it is.
Just a warning though... Be careful with replacing already existing libraries in /system/lib/ sometimes they break stuff so if that happens just don't replace them.
Doesn't titanium offer this kind of switch? Have never done it but if it's automated then it's worth a look.
It does... But once you wipe data of the app you moved to system it force closes again. Thing is... System apps doesn't extract libraries in /data/data/ folder hence they force close.
Riyal said:
It does... But once you wipe data of the app you moved to system it force closes again. Thing is... System apps doesn't extract libraries in /data/data/ folder hence they force close.
Click to expand...
Click to collapse
Would it be possible to change the path via titanium or even shift the files via a file explorer? Again haven't done it myself before either.
Also could the apps be added to the ROM you're installing prior to the initial flash?
Sent from my C6903 using XDA Premium 4 mobile app
I had ktoonsez installed on my previous rom, I switched over to a different rom and now I can't delete the folder in my internal memory called, "device." When I look in the folder it has ktweaker and other stuff, I've tried to mount the system as r/w but it still doesn't work. Does anyone else have this folder? Photos attached.
Try looking in /data/media/0 or /data/media/legacy
See if the folder is there and try deleting it. Sometimes the files on /sdcard are just images of the data folder. GL!
Delete any folder easily
If you fell any problem to do copy,paste,error Deleting File or Folder.Then you should use Long Path Tool to solve your problem.
If Long Path Tool fails on start up, please ensure you have .net framework installed on your PC.
I try to zipalign my stock rom (.207 deodexed). Therefor I use a init.d script (attached) to zipalign the system and user apps on every boot. The user apps just works fine. But there is a problem with the system apps. systemui starts to malfunction and I run into automatic startups. So I cleared the path for the system apps in the init.d script so only the user apps are zipaligned on boot.
Does anyone know what the problem is to zipalign systemapps? Did anyone succeed on zipalign the system apps?
(I had to add .doc to the files to be able to upload them, just delete .doc. The file 'zipalign' is placed in system/xbin. The file 'S70zipalign' is placed in etc/init.d)