hi all
i have known green tint pictures problem. my phone has root and also s-off. i tried the method that changes awb.cal file but es file explorer cannot overwrite the file and it gives not enough space failure message. i guess i need to flash a custom kernel but i dont want to do it. so my question is if there is any other way to fix this annoying problem.
ayasun said:
hi all
i have known green tint pictures problem. my phone has root and also s-off. i tried the method that changes awb.cal file but es file explorer cannot overwrite the file and it gives not enough space failure message. i guess i need to flash a custom kernel but i dont want to do it. so my question is if there is any other way to fix this annoying problem.
Click to expand...
Click to collapse
You need an unsecured kernel to write files to this partition or you can try to push the file to the right location using adb from custom recovery or using twrp's file manager.
alray said:
You need an unsecured kernel to write files to this partition or you can try to push the file to the right location using adb from custom recovery or using twrp's file manager.
Click to expand...
Click to collapse
thx for answer . now when i try to change file with twrp file manager it says "file operation complete and under this its written failed" with red. and below its written full selinux support is present and mtp enabled. the second question is if i success this method will the file turn stock when i restart my phone.
Related
hi Guys,
I have di11i's ROM installed, 5.6 stripped, on a Samsung Captivate.
I installed ROM manager, flashed clockwork from there. Chose Galaxy S Captivate as my phone. (should I have chosen I9000??!!)
then I clicked boot into recovery, and in recovery menu, it said "signature verification failed" did not install multi-CSC thing, and got stuck there!!
I unsinstalled ROM manager....
would my recovery menu be ok now if I try again? (scared to try)
what went wrong??!
thank u for the support!
Hey Dude,
I'm guessing its coming up as 3e recovery? If so, you need to take the file I'm attaching, unzip it and place it in the /system/bin folder. Reboot and you should be set.
Just to be clear:
Unzip the file and place it on your phone.
Use root explorer.
Make file system RW
Copy the file to /system/bin
Reboot!
You should be all set from here.
What Phoenix said is right. Also, this doesn't belong in development
Sent from my Captivate using XDA App
Another simple way to get into recovery mode, since you are already on di11i's ROM:
use the power menu, then select recovery ...
mengbo said:
Another simple way to get into recovery mode, since you are already on di11i's ROM:
use the power menu, then select recovery ...
Click to expand...
Click to collapse
indeed, my concern is, did I screw up anything related to that by getting this error, or was that error only because of trying through ROM manager?
phoenix2217 said:
Hey Dude,
I'm guessing its coming up as 3e recovery? If so, you need to take the file I'm attaching, unzip it and place it in the /system/bin folder. Reboot and you should be set.
Just to be clear:
Unzip the file and place it on your phone.
Use root explorer.
Make file system RW
Copy the file to /system/bin
Reboot!
You should be all set from here.
Click to expand...
Click to collapse
thanks. what does this zip do, bypass sig check, or does it fix any issues, if any, caused by the original error?
hi;
i was trin to change my boot animation and sound.then i was realize i cant rename delete or overwrite files under system\customize\resource\
but strange thing is if i install boot animations from zip files over TWRP it can be installed.
i was tried also on twrp recovery mode with file manager but more strange thing is i cant see any file under system folder. there is only bin folder nothing more. also tried on est file manager file preferences but there no any permission option. ah also i was tried fix permissions option on twrp options. nothings changed..,
any suggests?
thnx
You need to mount system as r/w. Use ES File explorer
thnx .
when i was tried first it wasnt ask to me what to do..i was uncheck and recheck so i got the mount option.
regards
Hi,
I hope this is the write location for my post.
I have a HTC ONE rooted, android 4.3
I have a problem with my GPS: it doesn't lock any satellite. Reading on forum, I found that the problem may be the setting of gps.conf file in /system/etc.
In fact, checking it, I found that the NTP_SERVER set was for north.america, while I'm in Europe.
I would like to modify or replace it, but I'm experiencing some problem. Using Root Browser it seems to be able to modify it, but after rebooting the device it is exactly the same before the editing. I tried using other editors as ES File Explorer, but when I try to modify the file, it says "read only file system".
It makes me thing that also the other editor is not able to modify the file, since after reboot it is actually un-edited.
What do you think? how can I actually write in file system and actually modify gps.conf?
Thank you in advance
Let me add another detail: I tried to create a new empty file in the same folder with Root Browser. It seems to be able to create it, but after rebooting the device it desappears..so I guess I actually can't modify/write in the file system..
aerosmike said:
Hi,
I hope this is the write location for my post.
I have a HTC ONE rooted, android 4.3
I have a problem with my GPS: it doesn't lock any satellite. Reading on forum, I found that the problem may be the setting of gps.conf file in /system/etc.
In fact, checking it, I found that the NTP_SERVER set was for north.america, while I'm in Europe.
I would like to modify or replace it, but I'm experiencing some problem. Using Root Browser it seems to be able to modify it, but after rebooting the device it is exactly the same before the editing. I tried using other editors as ES File Explorer, but when I try to modify the file, it says "read only file system".
It makes me thing that also the other editor is not able to modify the file, since after reboot it is actually un-edited.
What do you think? how can I actually write in file system and actually modify gps.conf?
Thank you in advance
Let me add another detail: I tried to create a new empty file in the same folder with Root Browser. It seems to be able to create it, but after rebooting the device it desappears..so I guess I actually can't modify/write in the file system..
Click to expand...
Click to collapse
You need an unsecured kernel (/system writable) to write to /system partition of the htc one, not only root.. Otherwise, all changes will be reverted at reboot like you are experiencing.
Kernels for htc one here
And note that modifying/deleting files in /system will probably prevent you to install future ota unless you revert the change you have made. There is a md5 checksum of many files in /system before the ota installs. If the md5 cheksum doesn't match then the ota will not install. This might not apply to the .conf file you want to edit but just in case, make a backup of that file before. So if the next ota fail, you'll know why.
alray said:
You need an unsecured kernel (/system writable) to write to /system partition of the htc one, not only root.. Otherwise, all changes will be reverted at reboot like you are experiencing.
Kernels for htc one here
And note that modifying/deleting files in /system will probably prevent you to install future ota unless you revert the change you have made. There is a md5 checksum of many files in /system before the ota installs. If the md5 cheksum doesn't match then the ota will not install. This might not apply to the .conf file you want to edit but just in case, make a backup of that file before. So if the next ota fail, you'll know why.
Click to expand...
Click to collapse
Thank you very much
Hi,
Tried creating an 'image.zip' with CWM 6. There is a successful confirmation message that the file was written to /sdcard/clockworkmod/image.zip. But I can't find the file and there is no change in the available space after supposedly having written the file. I think the file was not saved.
I'm using trickdroid 7.5.0 / android 4.2.2.
Any ideas what's wrong?
Thanks
joeycyq said:
Hi,
Tried creating an 'image.zip' with CWM 6. There is a successful confirmation message that the file was written to /sdcard/clockworkmod/image.zip. But I can't find the file and there is no change in the available space after supposedly having written the file. I think the file was not saved.
I'm using trickdroid 7.5.0 / android 4.2.2.
Any ideas what's wrong?
Thanks
Click to expand...
Click to collapse
Did you try TWRP.. anything above and including v2.6.3.3.. unfortunately me being a noob cannot post the link to it.. you will have plenty links here on the forum
Use TWRP CWM has been buggy for a few years now.
joeycyq said:
Hi,
Tried creating an 'image.zip' with CWM 6. There is a successful confirmation message that the file was written to /sdcard/clockworkmod/image.zip. But I can't find the file and there is no change in the available space after supposedly having written the file. I think the file was not saved.
I'm using trickdroid 7.5.0 / android 4.2.2.
Any ideas what's wrong?
Thanks
Click to expand...
Click to collapse
I have the same issue. I am on 4.4.4 and I installed CWM only to create this zip file. I only see it within CWM but can't find it in Explorer in the same folder. I generally use TWRP.
DanRo80 said:
I have the same issue. I am on 4.4.4 and I installed CWM only to create this zip file. I only see it within CWM but can't find it in Explorer in the same folder. I generally use TWRP.
Click to expand...
Click to collapse
CWM stores backups in /data/media/clockworkmod (old 4.1.2 filesystem), now sdcard goes to /data/media/0/....
you'll need to use a root-enabled file explorer to get to /data/media/
nkk71 said:
CWM stores backups in /data/media/clockworkmod (old 4.1.2 filesystem), now sdcard goes to /data/media/0/....
you'll need to use a root-enabled file explorer to get to /data/media/
Click to expand...
Click to collapse
AWESOME! I found it. Thank You
Hi,
there is a problem with my rooted 6.0 soak. Wanted to change system ui sounds and I can't.
I tried to copy some files do media/audio/ui in R/O and R/W mode using Root explorer and it says that copy failed. I also tried to rename those files (like old_sound) that fails too. Then I tried to flash zip file via recovery - nothing changes.
Any solutions?
grzesiek_pl said:
Hi,
there is a problem with my rooted 6.0 soak. Wanted to change system ui sounds and I can't.
I tried to copy some files do media/audio/ui in R/O and R/W mode using Root explorer and it says that copy failed. I also tried to rename those files (like old_sound) that fails too. Then I tried to flash zip file via recovery - nothing changes.
Any solutions?
Click to expand...
Click to collapse
Sure. Switch to cm13.
damn, thanks captain obvious. How about gps problem in latest version of cm13, does it still exist?