Ram issue fix - Verizon Samsung Galaxy S6

http://forum.xda-developers.com/showpost.php?p=61260005&postcount=80
Above is the ram fix for the s6, I am pretty new to this kind of stuff and I read some verizon users were getting bootloops from editing the build.prop . If it is possible can anyone make a guide through it or post their build.prop if successful?

NumberTwoinQQ said:
http://forum.xda-developers.com/showpost.php?p=61260005&postcount=80
Above is the ram fix for the s6, I am pretty new to this kind of stuff and I read some verizon users were getting bootloops from editing the build.prop . If it is possible can anyone make a guide through it or post their build.prop if successful?
Click to expand...
Click to collapse
I gave it a whirl. No bootloop here. I'm on OC3 firmware running Ricks rom.

Tulsadiver said:
I gave it a whirl. No bootloop here. I'm on OC3 firmware running Ricks rom.
Click to expand...
Click to collapse
so did you have to do anything after editing the build.prop? Like "after editing make sure permissions are 0644 on it or you will boot loop."
I do not know where to find permissions
EDIT: I just changed these and it worked:
ro.config.dha_cached_max=12
ro.config.dha_empty_max=36
ro.config.dha_th_rate=2.3
ro.config.dha_lmk_scale=0.545
ro.config.sdha_apps_bg_max=70
ro.config.sdha_apps_bg_min=8
ro.config.oomminfree_high=7628,9768,11909,14515,16655,20469

NumberTwoinQQ said:
so did you have to do anything after editing the build.prop? Like "after editing make sure permissions are 0644 on it or you will boot loop."
I do not know where to find permissions
Click to expand...
Click to collapse
Most root explorers will show and allow permissions to be changed.
I actually edited mine via an app but I've done it through my root explorer text editor as well. Probably need to copy it off root drive. Edit it, then copy back. Some people say to copy it to the root folder first. Set permissions, them copy/move it to the system folder to overwrite it. Then, reboot.

I left this line out. Should I have?
ro.config.oomminfree_high=7628,9768,11909,14515,16 655,20469
It was on on CleanROM to begin with.

musicfreak190 said:
I left this line out. Should I have?
ro.config.oomminfree_high=7628,9768,11909,14515,16 655,20469
It was on on CleanROM to begin with.
Click to expand...
Click to collapse
According to the post, that line should have been inserted.

so i had quite an issue - my first go at it was done by copying build.prop via adb to my computer, editing and pushing back - after that, i nearly bricked the device. had to roll back to stock rom using odin .. not fun. now i decided to try again (cause i'm a masochist apparently) but i just edited the file using ES - no problems, no boot loops.. all is well for now - hopefully will see fewer apps closing for no reason. hooray.

i can say downloading the build prop that was posted here and replacing mine with it will brick a phone

Related

[Q] Build.prop tweaks don't stick, reset when I reboot

Hi,
I'm pretty sure this problem could be common to all rooted devices, so I'm posting it in the general Q&A.
Basically, I would like to experiment with some build.prop tweaks I found around other XDA topics. I'm sure all of you know about the general tweaking of the said file, so I won't get into too much detail about it.
However, the changes just don't stick. They reset to default every time I reboot, as if the build.prop file never changed. So, how do I make them stick?
Phone details:
Phone: Xperia X8
ROM: FroyoPro v2.5
Kernel: Stock (can't unlock the bootloader, unfortunately)
Are you saving before exiting?
XperienceD said:
Are you saving before exiting?
Click to expand...
Click to collapse
Of course! I even double-check if the changes were still there by opening the modified build.prop after the work is done. For the changes I used Root Browser Lite with the Text Editor pre-installed inside. This method does work well, as I used it to modify hw_config parameters related to governors a couple of weeks back.
I've read somewhere that sometimes changes aren't possible if the kernel is stock. Could that be the case here?
If not, are there any other methods I could use to modify build.prop?
xWhiskey said:
Of course! I even double-check if the changes were still there by opening the modified build.prop after the work is done. For the changes I used Root Browser Lite with the Text Editor pre-installed inside. This method does work well, as I used it to modify hw_config parameters related to governors a couple of weeks back.
I've read somewhere that sometimes changes aren't possible if the kernel is stock. Could that be the case here?
If not, are there any other methods I could use to modify build.prop?
Click to expand...
Click to collapse
A quick google caused me to find this thread and I too am having the same problem. I'm currently trying to edit my build.prop to unlock games which say they are incompatible. I'm using ES File Explorer and the built in text editor to edit and save the .prop file, I check if the changes have saved before rebooting my phone but when I turn it back on it has reverted back to stock.
sircrisp said:
A quick google caused me to find this thread and I too am having the same problem. I'm currently trying to edit my build.prop to unlock games which say they are incompatible. I'm using ES File Explorer and the built in text editor to edit and save the .prop file, I check if the changes have saved before rebooting my phone but when I turn it back on it has reverted back to stock.
Click to expand...
Click to collapse
Check if your ROM has a dual build.prop file. If one exists in system/bin, you ought to edit that one for the change to stick. This solved the issue for me, and might solve it for you.
If it isn't there, try using search, and if you find another one somewhere else then try editing that one. A simple matter, but apparently easily missed
xWhiskey said:
Check if your ROM has a dual build.prop file. If one exists in system/bin, you ought to edit that one for the change to stick. This solved the issue for me, and might solve it for you.
If it isn't there, try using search, and if you find another one somewhere else then try editing that one. A simple matter, but apparently easily missed
Click to expand...
Click to collapse
I'm here to wake this thread up, because I'm having this same issue and I can't seem to find any duplicate build.prop file...
Anyone having a good suggestion for me please give it, all assistance is welcome.
Android version 4.4.4
Galaxy Note Edge
Sent from my SM-N915P using Tapatalk 2
me too have the same problem , please some dev or expert help with these problem
You install root explorer and mount as r/w and copy the build.prop into your sd card (the unmoded one) and connect your phone to your pc and turn on usb copy file transfer or something like that. In your pc go into your sd and open your copied build.prop with notepad and mod it as you like. After that go into your root explorer and replace it with your original build.prop. Try on not bricking your phone bcz i bricked mine like that when i put a lot mods on it haha, make a cwm backup or if you know how to unbrick it in every case Hope i helped
Be sure its mounted as r/w otherwise you will not be able to do anything to system files.
Use the original root explorer or Andro Zip is recommeded by me
Sent from my GT-S5830i using XDA Free mobile app
Are you setting the file permissions correctly as rw-r--r-- ??
[/COLOR]
flexton said:
You install root explorer and mount as r/w and copy the build.prop into your sd card (the unmoded one) and connect your phone to your pc and turn on usb copy file transfer or something like that. In your pc go into your sd and open your copied build.prop with notepad and mod it as you like. After that go into your root explorer and replace it with your original build.prop. Try on not bricking your phone bcz i bricked mine like that when i put a lot mods on it haha, make a cwm backup or if you know how to unbrick it in every case Hope i helped
Be sure its mounted as r/w otherwise you will not be able to do anything to system files.
Use the original root explorer or Andro Zip is recommeded by me
Sent from my GT-S5830i using XDA Free mobile app
Click to expand...
Click to collapse
samsungrockz said:
Are you setting the file permissions correctly as rw-r--r-- ??
Click to expand...
Click to collapse
thank u for answering but sorry guys to say this , it's not the way of editing it , or the permission , when i make changes they are saved correctly and the device apply the changes in the start of the first boot after these changes are made , but during the boot (after applying the changes) the device restore the stock build.prop , so when the device finishes boot up the changes are applyed but the build.prop (i cheked it) is back to stock , this mean another boot & the changes are gone , :crying: :crying: no matter how many times or changes u do they are applyed only for the first boot after they are made
Maybe it has some stock security feed, try to go to custom roms i dont now what else can you do
Sent from my GT-S5830i using XDA Free mobile app
flexton said:
Maybe it has some stock security feed, try to go to custom roms i dont now what else can you do
Sent from my GT-S5830i using XDA Free mobile app
Click to expand...
Click to collapse
it my first ported rom -porting by replacing files ,not expert work- and i'm having this problem
Kico.MMK said:
it my first ported rom -porting by replacing files ,not expert work- and i'm having this problem
Click to expand...
Click to collapse
Try finding your device on xda and look for a custom rom that someone more expirienced than you if it doesnt work i dont know what will
Sent from my GT-S5830i using XDA Free mobile app
flexton said:
Try finding your device on xda and look for a custom rom that someone more expirienced than you if it doesnt work i dont know what will
Sent from my GT-S5830i using XDA Free mobile app
Click to expand...
Click to collapse
thanks for the advice , actually i did that but you know there is always something to be fixed :silly:
I have the same issue with my Vodafone Smart Ultra 6. I have root and system has read write access according to ES File Explorer. But any app that has root privileges, writes just fine without errors. However, if I close the app and load it again, or reboot, any changes are lost. So if I remove a system app using a root uninstaller it will say the app has been uninstalled. But it's still there. Drives me insane.
Exactly the same on the Smart Ultra 6.
Was hard enough to get it rooted but seems any changes to the system partition/file system just don't stick. Short of putting a custom rom on it I'm stuck for ideas.
I'd love to know what causes this behaviour.
Any updates here? I just started running into this after updating to the 7.1.1 January factory image on my 5x. The weird thing is when i reboot in TWRP it all looks fine but when I look at my system directory from Android the boot-from-recovery.p is still there and my build.prop changes aren't...push TWRP again, boot to recovery read build.prop and it's my edited version. wtf?
I have found a solution which works in my case.
Edit build prop using any root explorer and save it.
Now once again edit the file with different root explorer app like amaze or es explorer with some comment line like
#comment
and save it.
Now it should prevent the build prop from resetting after a reboot.
I have the same problem: after reboot all the changes are gone....
ashd63 said:
I have found a solution which works in my case.
Edit build prop using any root explorer and save it.
Now once again edit the file with different root explorer app like amaze or es explorer with some comment line like
#comment
and save it.
Now it should prevent the build prop from resetting after a reboot.
Click to expand...
Click to collapse
It's not working for me ☹
---------- Post added at 09:43 AM ---------- Previous post was at 09:30 AM ----------
Is it normal that my build.prop has the permissions -rw------ ?
This could be the problem.
ullie4404 said:
I have the same problem: after reboot all the changes are gone....
It's not working for me ☹
---------- Post added at 09:43 AM ---------- Previous post was at 09:30 AM ----------
Is it normal that my build.prop has the permissions -rw------ ?
This could be the problem.
Click to expand...
Click to collapse
Did you ever find the solution to this? I'm having the same problem..all changes reset with every reboot and the file's permission is like -rw-----

[Q] Help? Accidently deleted People APK?

Hey guys,
I think I accidentally deleted the people system APK?! I can no longer save contacts. Wondering what the best way to fix this issue would be without flashing back to stock rom. I am currently rooted and running stock 4.4.2 KK, but I have made a lot of MODS and am running the Galaxy Gear Manager for my watch which is a huge process to get running that I don't want to have to repeat.
Any help is mucho appreciated!!!
If you can find the apk somewhere install that. Otherwise flash the system.img from the factory image.
jd1639 said:
If you can find the apk somewhere install that. Otherwise flash the system.img from the factory image.
Click to expand...
Click to collapse
Will flashing the system.img reset everything?
jason.T said:
Will flashing the system.img reset everything?
Click to expand...
Click to collapse
No, it'll reinstall all the system files. If you modified any of them you'll lose that but I doubt you modified any. This will only work if your bootloader is unlocked. If it isn't then you'll lose everything unlocking it.
jd1639 said:
No, it'll reinstall all the system files. If you modified any of them you'll lose that but I doubt you modified any. This will only work if your bootloader is unlocked. If it isn't then you'll lose everything unlocking it.
Click to expand...
Click to collapse
Awesome, my bootloader is unlocked, thanks!
jason.T said:
Awesome, my bootloader is unlocked, thanks!
Click to expand...
Click to collapse
Have super su on your internal sd card so you can flash it in your recovery. You'll lose root.
jason.T said:
Hey guys,
I think I accidentally deleted the people system APK?! I can no longer save contacts. Wondering what the best way to fix this issue would be without flashing back to stock rom. I am currently rooted and running stock 4.4.2 KK, but I have made a lot of MODS and am running the Galaxy Gear Manager for my watch which is a huge process to get running that I don't want to have to repeat.
Any help is mucho appreciated!!!
Click to expand...
Click to collapse
Do you still need help with this? It's not that difficult to just pull the app and move it into the right system folder. Once you do that, change permissions to match the other apps, and reboot, you should be back to normal. I'll post the apk if you need it.
es0tericcha0s said:
Do you still need help with this? It's not that difficult to just pull the app and move it into the right system folder. Once you do that, change permissions to match the other apps, and reboot, you should be back to normal. I'll post the apk if you need it.
Click to expand...
Click to collapse
The APK would be amazing! I haven't been able to find it, I got the System.img that I was going to flash after work, but the APK would be a lot easier! Thanks!!
Hi,
It's Contact.apk you would need?
jason.T said:
The APK would be amazing! I haven't been able to find it, I got the System.img that I was going to flash after work, but the APK would be a lot easier! Thanks!!
Click to expand...
Click to collapse
No problem. I'll have it uploaded in a bit. It's just the People / Contacts apk, right? And you're odexed or deodexed?
jason.T said:
The APK would be amazing! I haven't been able to find it, I got the System.img that I was going to flash after work, but the APK would be a lot easier! Thanks!!
Click to expand...
Click to collapse
You can pretty much just download any ROM available, extract the Contacts.apk file (I think its in system/priv-app/) and put it on your device.
es0tericcha0s said:
No problem. I'll have it uploaded in a bit. It's just the People / Contacts apk, right? And you're odexed or deodexed?
Click to expand...
Click to collapse
Yes, the People/contacts apk, and I am still stock, just rooted and have an unlocked bootloader, so odexed, I believe.
jsgraphicart said:
You can pretty much just download any ROM available, extract the Contacts.apk file (I think its in system/priv-app/) and put it on your device.
Click to expand...
Click to collapse
I tried that with one of the apk's I found, but I couldn't get it to work. I may have gotten a corrupt file though.
Here's a flashable zip in attachment (wipe Dalvik cache just in case) for Contacts.apk (with the .odex file)...
You still have ContactsProvider.apk?
jsgraphicart said:
You can pretty much just download any ROM available, extract the Contacts.apk file (I think its in system/priv-app/) and put it on your device.
Click to expand...
Click to collapse
He might not be in a situation where he can download a large file like a complete rom. He did mention being at work. Anyway, these should work:
https://dl.dropboxusercontent.com/u/9903887/Apps/Contacts.apk
https://dl.dropboxusercontent.com/u/9903887/Apps/Contacts.odex
If you are deodexed, let me know, and don't use just the apk ^ there or it will force close constantly.
Just use a file manager that has root access (ES File Manager is a good, free choice, if you don't have another) and move the app and odex file to:
/system/priv-app
Make sure to change the permissions. The 3 Read options should be checked and the first Write option. If you aren't sure, just read the permissions of another app in that folder and match it. Then just reboot and should be back to normal.
viking37 said:
Here's a flashable zip in attachment (wipe Dalvik cache just in case) for Contacts.apk...
You still have ContactsProvider.apk?
Click to expand...
Click to collapse
Awesome!, thanks. The only thing I see in my app/system directory that pertains to contacts is the "GoogleContactsSyncAdapter.apk" I will be attempting to get this fixed when I get home in a couple hours.
jason.T said:
I tried that with one of the apk's I found, but I couldn't get it to work. I may have gotten a corrupt file though.
Click to expand...
Click to collapse
You need to change the permissions. If you didnt do that, then it wont work. es0tericcha0s explained it in his last post
jason.T said:
Awesome!, thanks. The only thing I see in my app/system directory that pertains to contacts is the "GoogleContactsSyncAdapter.apk" I will be attempting to get this fixed when I get home in a couple hours.
Click to expand...
Click to collapse
Re,
Contacts.apk and ContactsProvider.apk are in /system/priv-app...
You are odexed, right?
es0tericcha0s said:
He might not be in a situation where he can download a large file like a complete rom. He did mention being at work. Anyway, these should work:
https://dl.dropboxusercontent.com/u/9903887/Apps/Contacts.apk
https://dl.dropboxusercontent.com/u/9903887/Apps/Contacts.odex
If you are deodexed, let me know, and don't use just the apk ^ there or it will force close constantly.
Just use a file manager that has root access (ES File Manager is a good, free choice, if you don't have another) and move the app and odex file to:
/system/priv-app
Make sure to change the permissions. The 3 Read options should be checked and the first Write option. If you aren't sure, just read the permissions of another app in that folder and match it. Then just reboot and should be back to normal.
Click to expand...
Click to collapse
Dropped those 2 files into the correct /system/priv-app, changed permissions, still nothing? What am I missing?
jason.T said:
Dropped those 2 files into the correct /system/priv-app, changed permissions, still nothing? What am I missing?
Click to expand...
Click to collapse
Dumb question, but did you reboot?

Tethering on At&t Stock 4.4.2 Software Version D85010f

Is there a way to get tethering to work without using something like FoxFi?
I tried the method posted here: http://forum.xda-developers.com/lg-g3/general/enable-tethering-lg-g3-d850-t2814367 but I have a different settings.db file with no tether_entitlement_check_state.
The same was true when I tried on version D85010d.
jiexi said:
Is there a way to get tethering to work without using something like FoxFi?
I tried the method posted here: http://forum.xda-developers.com/lg-g3/general/enable-tethering-lg-g3-d850-t2814367 but I have a different settings.db file with no tether_entitlement_check_state.
The same was true when I tried on version D85010d.
Click to expand...
Click to collapse
root and mod the flags
In your SQLite Editor, click on the FILES tab and look for the path: /data/data/com.android.providers.settings/databases/SETTINGS.DB/SYSTEM
DO SEARCH OF SYSTEM FOR ‘TETHER’
I HAVE ‘TETHERING TIME 600000, CHANGE TO 0
I HAVE TETHER ENTITLEMENT 5, CHANGE TO 0
this came from xda. i keep it handy in a note
did you make sure to first run the tether setup first, before doing the mod? that puts the entries into the correct file.
Yes I did run the tether first for it to initialize the file, as per the instructions.
I was able to find the two values and changed them both. However after I restarted my phone it went into a boot loop.
I flashed a recovery and then tried just changing tether_entitlement to 0, but the same thing happens.
Is there anything else I should try?
Also, there were some things I noticed and I'm not sure if they make a difference.
1)
instead of having the directory path
data>data>com.android.provider.settings>system>databases>settings.db
I have just
data>data>com.android.provider.settings>databases>settings.db
2)
SQLite Editor does not have root access. It never prompts me to give root access, nor do I see a way to manually grant it through SuperSU.
However, other apps like Root Browser were prompted and do have root access.
I did a work around by copying settings.db to sdcard to change the values, then copying it back.
Any more help will be greatly appreciated.
jiexi said:
Also, there were some things I noticed and I'm not sure if they make a difference.
1)
instead of having the directory path
data>data>com.android.provider.settings>system>databases>settings.db
I have just
data>data>com.android.provider.settings>databases>settings.db
2)
SQLite Editor does not have root access. It never prompts me to give root access, nor do I see a way to manually grant it through SuperSU.
However, other apps like Root Browser were prompted and do have root access.
I did a work around by copying settings.db to sdcard to change the values, then copying it back.
Any more help will be greatly appreciated.
Click to expand...
Click to collapse
after you make the changes to the file, make sure you set the permissions or you will boot loop
JeffDC said:
after you make the changes to the file, make sure you set the permissions or you will boot loop
Click to expand...
Click to collapse
I ended up using another database editor, but that was most likely the problem.
Thanks.
jiexi said:
I ended up using another database editor, but that was most likely the problem.
Thanks.
Click to expand...
Click to collapse
Yes., exactly. You must use and editor which can handle the entire file, and not truncate the file when you save it. I use 920 text editor

(LG V20, T-Mobile) Change Emoji from stock when rooted

Thought i'd put this on it's own thread so it doesn't get lost in the sea of comments where i put it originally. Mods, if this belongs somewhere else please move.
For anyone wanting to change their emoji and not sure if you want to use that switcher app, its very simple. Install ES file explorer (i can't imagine most of you don't already have it) and go to system/fonts and locate "NoToColorEmojii.ttf" and rename it to your liking (i just renamed it with NoToColorEmojii_OLD.ttf). Then download a replacement TTF emoji file, i used this one :
http://www.mediafire.com/file/oe85f3h5mj0731k/NotoColorEmoji.ttf
NEW WORKING LINK POSTED
download it and put it in the same folder the old one is in, reboot your phone, and viola, you're good to go.
Hope this helps!
YES! Thank You for doing this.
---------- Post added at 16:16 ---------- Previous post was at 16:16 ----------
thatisandwas said:
Thought i'd put this on it's own thread so it doesn't get lost in the sea of comments where i put it originally. Mods, if this belongs somewhere else please move.
For anyone wanting to change their emoji and not sure if you want to use that switcher app, its very simple. Install ES file explorer (i can't imagine most of you don't already have it) and go to system/fonts and locate "NoToColorEmojii.ttf" and rename it to your liking (i just renamed it with NoToColorEmojii_OLD.ttf). Then download a replacement TTF emoji file, i used this one :
https://drive.google.com/file/d/0B3n...ew?usp=sharing
download it and put it in the same folder the old one is in, reboot your phone, and viola, you're good to go.
Hope this helps!
Click to expand...
Click to collapse
File no longer exists...
Give me a sec I'll get a new link up
Kief_haring said:
YES! Thank You for doing this.
---------- Post added at 16:16 ---------- Previous post was at 16:16 ----------
File no longer exists...
Click to expand...
Click to collapse
Can you try that again? I think its just that it looks that way cause you can't preview this file. there should still be a DL button.
thatisandwas said:
Can you try that again? I think its just that it looks that way cause you can't preview this file. there should still be a DL button.
Click to expand...
Click to collapse
Same thing. Google is saying the file isn't there...
Kief_haring said:
Same thing. Google is saying the file isn't there...
Click to expand...
Click to collapse
Not sure why my google drive links keep dying! Posted up with a new host, should be good to go. Sorry about that!
Much better! Thank you!
Sent from my LG-H918 using Tapatalk
thatisandwas said:
Not sure why my google drive links keep dying! Posted up with a new host, should be good to go. Sorry about that!
Click to expand...
Click to collapse
No worries, Thanks for even posting/hosting!
Can we have a screenshot for these emojis? Which ones are they even? These are the ones I'm using currently, which are the new Samsung emojis.
Anyone have the Samsung emojis?
Sent from my LG-H918 using Tapatalk
Do we need to be rooted??
Deeemm79 said:
Do we need to be rooted??
Click to expand...
Click to collapse
Can't edit system files otherwise.
Sent from my LG-H918 using XDA-Developers mobile app
bigmase23 said:
Anyone have the Samsung emojis?
Sent from my LG-H918 using Tapatalk
Click to expand...
Click to collapse
Here ya go [emoji6] ..
https://www.dropbox.com/s/pk62q5f7nqxjvdg/NotoColorEmoji.ttf?dl=0
Also here's the iPhone emojis if anyone wants them..
https://www.dropbox.com/s/ctkugoahd75m31u/NotoColorEmoji.ttf?dl=0
Sent from a ridiculously modified ColecoVision
Im rooted and still cant edit system files. I re-ran the recowvery script, and when i got to TWRP, I swiped to allow changes to the system partition. Then flashed no-verity-opt-encrypt.zip then flashed SuperSu.
I am certain about root priviliges. SuperSU prompts me when root is required, and I am using a custom rom.
I used a script in the app RomManager to mount system RW to no avail.
I am using ES File Manager. I dont understand this, so any help is appreciated. Thanks
sduffy89 said:
Im rooted and still cant edit system files. I re-ran the recowvery script, and when i got to TWRP, I swiped to allow changes to the system partition. Then flashed no-verity-opt-encrypt.zip then flashed SuperSu.
I am certain about root priviliges. SuperSU prompts me when root is required, and I am using a custom rom.
I used a script in the app RomManager to mount system RW to no avail.
I am using ES File Manager. I dont understand this, so any help is appreciated. Thanks
Click to expand...
Click to collapse
I'm not a noob by any stretch but I'm feeling like one again with this LG stuff so just to clarify this is basically just a guess, but if you're positive you have root access then it sounds like the problem could be with the file explorer you're using. I don't use es file explorer myself so if it is the problem I couldn't tell you why, but I use solid explorer and I haven't had any issues with modifying system files. Anyway just thought I'd throw it out there in case you haven't already tried with a different file explorer. Hope it helps
Sent from a ridiculously modified ColecoVision
jeep447 said:
I'm not a noob by any stretch but I'm feeling like one again with this LG stuff so just to clarify this is basically just a guess, but if you're positive you have root access then it sounds like the problem could be with the file explorer you're using. I don't use es file explorer myself so if it is the problem I couldn't tell you why, but I use solid explorer and I haven't had any issues with modifying system files. Anyway just thought I'd throw it out there in case you haven't already tried with a different file explorer. Hope it helps
Sent from a ridiculously modified ColecoVision
Click to expand...
Click to collapse
That's good advice. My first thought exactly. I think the real problem was i had assumed the rom came with Busybox already installed. I installed Busybox when scripts for read/write access wouldnt run in apps that required it. Now things work perfectly.
sduffy89 said:
That's good advice. My first thought exactly. I think the real problem was i had assumed the rom came with Busybox already installed. I installed Busybox when scripts for read/write access wouldnt run in apps that required it. Now things work perfectly.
Click to expand...
Click to collapse
It's funny because I had a similar problem when I first installed Adaway because it would download the updated host but it kept failing to install, and then it finally dawned on me when I was doing something else that required busybox that it wasn't already installed because for some reason I also had just assumed it was. Anyway I'm glad to hear you got it figured out ?
Sent from a ridiculously modified ColecoVision
jeep447 said:
It's funny because I had a similar problem when I first installed Adaway because it would download the updated host but it kept failing to install, and then it finally dawned on me when I was doing something else that required busybox that it wasn't already installed because for some reason I also had just assumed it was. Anyway I'm glad to hear you got it figured out ?
Sent from a ridiculously modified ColecoVision
Click to expand...
Click to collapse
Okay. I can change the file of the original .tff to *_OLD.tff but cant copy and paste the new one to the /system/fonts directory because its a "read only directory". Yet ES File Explorer says Readable and Writable.
Any ideas i can try?
sduffy89 said:
Okay. I can change the file of the original .tff to *_OLD.tff but cant copy and paste the new one to the /system/fonts directory because its a "read only directory". Yet ES File Explorer says Readable and Writable.
Any ideas i can try?
Click to expand...
Click to collapse
Try solid explorer.. that's what I use..
So i tried this deal and even after renaming and replacing i get no emogi anymore. Check picture attached. And renaming back old to normal did not help either. I did a factory reset and emoji still missing. Can some help. Thanks

Changed build.prop in 3XL and can't boot. Can't copy original to system

So I was playing around and I decided to change the build.prop. All I did was change the model from Pixel 3 XL to Apple lol I have a backup of the original build.prop but I can't figure out how to copy it to the root system folder in TWRP. Can I use ADB sideload to do that? It's really just come to copying the original file. Thanks
Mythodix said:
So I was playing around and I decided to change the build.prop. All I did was change the model from Pixel 3 XL to Apple lol I have a backup of the original build.prop but I can't figure out how to copy it to the root system folder in TWRP. Can I use ADB sideload to do that? It's really just come to copying the original file. Thanks
Click to expand...
Click to collapse
In TWRP there is a file explorer. Can you do it from there?
Tulsadiver said:
In TWRP there is a file explorer. Can you do it from there?
Click to expand...
Click to collapse
Yeah silly me I wasn't mounting the storage correctly so it wasn't displaying anything inside the system folder. I just figured it out lol Got it to boot. Thanks though

Categories

Resources