THIS WON'T WORK ON SE SOFTWARE!
download THIS
push all files to your device
in wich map do you need to place the files?
don't worry they are in the right map in the donwload
when you pused them all set all permission to 777 (chmod 0777 /system/*file) or check all checkboxes in rootexplorer
when you've done that open up /system/build.prop
and add this line at the end
ro.config.play.bootsound=1
now reboot
if you are thinking "wtf is he talking about?" then DO NOT TRY THIS! this is for advance user only
Enjoy
Thanks Owain, this is one of the little things that makes u smile XD
I've got just a problem (don't kick me please ):
I've downloaded a terminal emulator but when I type "adb shell" it says "permission denied" with "su" I get the superuser permissions, and again, with the "adb shell" command it says "adb: not found".
I know, there's something I should know, what exactly? Or where can I find infos about this?
Thanks XD
LordSnow said:
Thanks Owain, this is one of the little things that makes u smile XD
I've got just a problem (don't kick me please ):
I've downloaded a terminal emulator but when I type "adb shell" it says "permission denied" with "su" I get the superuser permissions, and again, with the "adb shell" command it says "adb: not found".
I know, there's something I should know, what exactly? Or where can I find infos about this?
Thanks XD
Click to expand...
Click to collapse
you dont have to type adb shell on mobile
that is only when u use terminal from pc
when you open terminal do you see "#" before you typ somthing on the line?
if yes don't typ in su
if not try su
but on terminal emulator don't use adb shell
hi owain,
i tried this one but unfortunately it doesn't seem to work..
after flashing the .zip file with xrec i type this one into terminal emulator:
su
enablebootsound
bootsoundon
but at enablebootsound it says: not found.
when i type bootsoundon it says: boot sound enabled..
but i don't get any sound at boot at all
can someone try
sh ./system/bin/enablebootsound
and not just enablebootsound ??
Owain94, have tried your sh command. Have attached result.
pbezza said:
Owain94, have tried your sh command. Have attached result.
Click to expand...
Click to collapse
can you try to mount /system and /data in rootexplorer
then do this
su
sh ./system/bin/enablebootsound
bootsoundon
reboot
and report back if it works?
thanks in advance
Do you mean mount as r/w? /system and /data are mounted as r/w. There was no option to mount /data as r/w or r/o but it was r/w by default.
Drocap image attached.
Rebooted but still no sound.
owain94 said:
can you try to mount /system and /data in rootexplorer
then do this
su
sh ./system/bin/enablebootsound
bootsoundon
reboot
and report back if it works?
thanks in advance
Click to expand...
Click to collapse
Hey owain,
this is great thanks for this. But it is also not working for me even when mounting system and data as r/w, and i followed you steps that ive quoted. Anyway if you need anything else just let me know.
Oh and heres my screenshot.
Cheers,
Jeremy.
owain94 said:
THIS WON'T WORK ON SE SOFTWARE!
you know the nice boot sound some devices got?
i really liked it and i did want it so badly so i made an script for it wich can be flashed thru xRecovery
download it here!
when you reboot you hear nothing
this is because you can turn it on and off
enablebootsound
bootsoundoff
bootsoundon
newbootsound
to enable do this in terminal ONE LINE EACH TIME
Code:
adb shell
su
enablebootsound
bootsoundon
and if you want another boot sound place the mp3 on you sdcard and rename it to "android_audio.mp3" without quotes ofc and then typ this NOTE: don't do it with a song it will probz not work
Code:
adb shell
su
newbootsound
Enjoy
Click to expand...
Click to collapse
Ok, do you mean :
''enablebootsound
bootsoundoff
bootsoundon
newbootsound
to enable do this in terminal ONE LINE EACH TIME '', OR :
''to enable do this in terminal ONE LINE EACH TIME
Code:
adb shell
su
enablebootsound
bootsoundon
''
I've tried both, but they dont work (terminal emulator) ..
Look at attached pics
excellent,
will try this on droid explorer when I get home.
hi owain,
tried with the newer instructions you gave us but i get the same result as pbezza an jeremyward420
also tried but doesn't work...
Not sure but think I found part of the problem...
If you remove the ! from the first line of the enablebootsound file, when you type enablebootsound it comes up with
Code:
preparing system...
in/proc/mounted /system
mkdir failed for -p, file exists
checking previous boot sound installation...
enablebootsound: 65: syntax error: end of file unexpected (expecting "then")
projectsome said:
Not sure but think I found part of the problem...
If you remove the ! from the first line of the enablebootsound file, when you type enablebootsound it comes up with
Code:
preparing system...
in/proc/mounted /system
mkdir failed for -p, file exists
checking previous boot sound installation...
enablebootsound: 65: syntax error: end of file unexpected (expecting "then")
Click to expand...
Click to collapse
no no no
the ! is supposed to be there
it got an syntax error i will post manually way within a couple hours
owain94 said:
no no no
the ! is supposed to be there
it got an syntax error i will post manually way within a couple hours
Click to expand...
Click to collapse
It's nothing we've done then ? xP
updated first post with working version
owain94 said:
THIS WON'T WORK ON SE SOFTWARE!
download THIS
push all files to your device
in wich map do you need to place the files?
don't worry they are in the right map in the donwload
when you pused them all set all permission to 777 (chmod 0777 /system/*file) or check all checkboxes in rootexplorer
when you've done that open up /system/build.prop
and add this line at the end
ro.config.play.bootsound=1
now reboot
if you are thinking "wtf is he talking about?" then DO NOT TRY THIS! this is for advance user only
Enjoy
Click to expand...
Click to collapse
Don't put the .rar file on sdcard ? extract it and put those in ?
Edit : Sorry, I guess I am that noob that shouldn't try this xD
But I rlly rlly want it! Could you explain a little easier ?
Dumb question ; what does ''push the files'' mean ? is it to move/copy the files from sdcard to system? xP
(the only thing I need help with is :
push all files to your device
in wich map do you need to place the files?
don't worry they are in the right map in the donwload
when you pused them all set all permission to 777 (chmod 0777 /system/*file) or check all checkboxes in rootexplorer)
owain94 said:
THIS WON'T WORK ON SE SOFTWARE!
download THIS
push all files to your device
in wich map do you need to place the files?
don't worry they are in the right map in the donwload
when you pused them all set all permission to 777 (chmod 0777 /system/*file) or check all checkboxes in rootexplorer
when you've done that open up /system/build.prop
and add this line at the end
ro.config.play.bootsound=1
now reboot
if you are thinking "wtf is he talking about?" then DO NOT TRY THIS! this is for advance user only
Enjoy
Click to expand...
Click to collapse
Works fine on CM7 =)
ok and exactly what this do?
Related
Hi,
I am trying to alter the boot xml file to get my boot sound back. I am on Modaco 2.5.1 now.
Pulled the boot sound xml file, edited. But when I try push back to phone I get the 'android adb push read-only file system' message.
How do I get round this?
Thanks
Phil
Phil_UK said:
Hi,
I am trying to alter the boot xml file to get my boot sound back. I am on Modaco 2.5.1 now.
Pulled the boot sound xml file, edited. But when I try push back to phone I get the 'android adb push read-only file system' message.
How do I get round this?
Thanks
Phil
Click to expand...
Click to collapse
Do a adb remount before doing the push should solve it.
Thanks
That solved it!
Phil
i'm having the same error when i want to delete stock apps. i'm rooted already, but not sure how to get myself to read write rights. any idea?
Get around read-only
I am having the same problem. Have you had any luck??
woowoowooty said:
I am having the same problem. Have you had any luck??
Click to expand...
Click to collapse
adb remount
"remount failed: Operation not permitted"
you cant do it while in recovery,you have to be booted up.
EXAMPLE to remove Sim Toolkit
adb remount
remount successful
adb shell rm /system/app/Stk.apk
Done...
If you still have problems type adb shell, type su,press allow on your phone screen then try again.
If it shows a $ sign when u type adb shell then u got no root son
................ delete post. ....
sorry but i am quite new to android and rootin... can u please tell me what is recovery and what is boot up.. cause i am facing teh same issue and when i try adb remount from my command prompt, i get permission denied error . Can this also be done from terminal emulator in android.. my device is rooted and i have superuser permission..
thanks in advance,
Rejo
rejo_nazi said:
sorry but i am quite new to android and rootin... can u please tell me what is recovery and what is boot up.. cause i am facing teh same issue and when i try adb remount from my command prompt, i get permission denied error . Can this also be done from terminal emulator in android.. my device is rooted and i have superuser permission..
thanks in advance,
Rejo
Click to expand...
Click to collapse
You can try it in terminal emulator after su.
Code:
$ su
# mount -o rw,remount /system
<do what you want>
# mount -o ro,remount /system
thanks for the information!
Hi.
Samsung Galaxy Ace - FroYo 2.2.1 - Rooted with superuser.
Pulled framework.jar from /system/framework/framework.jar
edited it and now pushing back.
I get
failed to copy 'framework.jar' to '/system/framework/framework.jar': Read-only file system.
I know it's a read-only file system, but I need to push that (and other files) back there.
How to allow that process?
My other option is to "FLASH" a .zip file which contains these files, and I think that puts them in their desired location, but:
What is Flashing and how is it done on my device? I've been googling for a couple hours now with no luck. Adobe Flash is taking all the search results, and some found forum entries aren't helping.
Many thanks, I hope for a quick reply.
Hi, same problem trying to push some libs and framework.jar back to where they originally pulled from. I need to do that for Arabization on Samsung Galaxy Ace running Froyo 2.2.1 with Root.
Error returs "failed: read-only file system"
I've beek googling and searching forums for a couple days now with no luck. Tried many things, commands and chmod which all failed.
The other option, which is to use update.zip on stock recovery to send the files home has failed. Got the following:
Finding update package...
Opening update package...
Installing upate...
E:Error in /sdcard/update.zip (Status 0)
Installation aborted.
I couldn't install ClockworkMod to try it there because Rom Manager does not list my phone (Samsung Galaxy Ace) in the options it gives me when I ask it to Flash ClockworkMod Recovery into my phone. I don't know which phone to choose form the list:
- Huawei Pulse Mini
- Dell Streak
- Huawei Pulse
- Commtiva Z71 (Boston, blaze, and more)
- Geeksphone ONE
- Spice MI700, Commtiva Link N700 and more)
- Huawei Ascend
Halp.
Oh just noticed I have both last posts. How progress works.
By the way,
#mount -o rw,remount /system
does not help. Trying to copy files using 'cp' commant in shell now simply brings 'file exists'. Is there an 'overwrite' attribute to add that'll fix it?
adb remount worked for me thanks..
pigfoot said:
You can try it in terminal emulator after su.
Code:
$ su
# mount -o rw,remount /system
<do what you want>
# mount -o ro,remount /system
Click to expand...
Click to collapse
champagne post. tnx!!!
pigfoot said:
You can try it in terminal emulator after su.
Code:
$ su
# mount -o rw,remount /system
<do what you want>
# mount -o ro,remount /system
Click to expand...
Click to collapse
Worked for me, thank you!
going through the entire 1.5 to 2.1 root tutorial to a tee, but once i get to the recovery image, this happens (following is an entire copy/paste of what I went through, incase i did something wrong before i hit the point)
Code:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Lemcott>cd C:\android-sdk-windows\tools
C:\android-sdk-windows\tools>adb shell mount -o rw,remount /dev/block/mtdblock3
/system
adb server is out of date. killing...
* daemon started successfully *
C:\android-sdk-windows\tools>adb shell mount -o rw,remount /dev/block/mtdblock3
/system
C:\android-sdk-windows\tools>adb push recovery.img /sdcard
1192 KB/s (3926016 bytes in 3.215s)
C:\android-sdk-windows\tools>adb push flash_image /system/bin/flash_image
448 KB/s (9640 bytes in 0.021s)
C:\android-sdk-windows\tools>adb shell flash_image recovery /sdcard/recovery.img
flash_image: permission denied
C:\android-sdk-windows\tools>
EDIT: I am a complete ass hat. nothing to see here, move a long. mods delete this if you please.
P.S. Everyone else: ALWAYS DOUBLE CHECK BEFORE POSTING FOR HELP. *ahem* now be on your way.
try programming thru fastboot. press call + vol down and select the fastboot option and use this command from the pc
fastboot flash recovery recovery.ing
Sent from my Evil Eris v1.1 using the XDA mobile application powered by Tapatalk
It looks like you forgot the step where you modify the flash_image's permissions
Code:
adb shell chmod 755 /system/bin/flash_image
I had the same thing but I just kept reentering
adb shell mount -o rw,remount /dev/block/mtdblock3 /system
adb push recovery.img /sdcard
adb push flash_image /system/bin
and after maybe 4 iterations it worked.
I have a very simular problem:
(moto droid with android 2.1)
$su
su
Permission denied
Click to expand...
Click to collapse
I have try to use chmod the file but it said permission denied on chmod... please help T_T
note this is rooted, of course, when i'm in the phone type su, it'll pop up ask for me to allow or not, allowed, everything seems fine, but when i try to modify files in /system/etc/wifi (trying to make it work for ad hoc) it said permission denied....(even in su???) I tried in adb and it's the same, very very frustrating, any help is appreciated, Thanks.
edit: here's what it looks like using chmod...
>adb shell chmod 755 /system
unable to chmod /system: Read-only file system
>
Click to expand...
Click to collapse
penthoy said:
I have a very simular problem:
(moto droid with android 2.1)
I have try to use chmod the file but it said permission denied on chmod... please help T_T
note this is rooted, of course, when i'm in the phone type su, it'll pop up ask for me to allow or not, allowed, everything seems fine, but when i try to modify files in /system/etc/wifi (trying to make it work for ad hoc) it said permission denied....(even in su???) I tried in adb and it's the same, very very frustrating, any help is appreciated, Thanks.
edit: here's what it looks like using chmod...
Click to expand...
Click to collapse
make it read/write
penthoy said:
I have a very simular problem:
(moto droid with android 2.1)
I have try to use chmod the file but it said permission denied on chmod... please help T_T
note this is rooted, of course, when i'm in the phone type su, it'll pop up ask for me to allow or not, allowed, everything seems fine, but when i try to modify files in /system/etc/wifi (trying to make it work for ad hoc) it said permission denied....(even in su???) I tried in adb and it's the same, very very frustrating, any help is appreciated, Thanks.
edit: here's what it looks like using chmod...
Click to expand...
Click to collapse
I wouldn't try to flash anything you find here to a Moto Droid.
This is for the HTC Droid Eris.
Otherwise, and if I'm misunderstanding you, good luck with your problem.
archmagus said:
It looks like you forgot the step where you modify the flash_image's permissions
Code:
adb shell chmod 755 /system/bin/flash_image
Click to expand...
Click to collapse
I've been bashing my head in ALL day trying to get past this and finally found this thread! This worked perfectly!
theboo7 said:
make it read/write
Click to expand...
Click to collapse
How should i make is read/write?????
i cant get it to work at all.. need help plz.
Hello Guys
why cant i mount that **** together, i have the root permission, but also i dont..somehow
Code:
Microsoft Windows [version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. Alle rettigheder forbeholdes.
C:\Users\Rasmus H. G. Johnsen>d:
D:\>cd android\tools
D:\android\tools>adb devices
List of devices attached
HT9B7LG00092 device
D:\android\tools>adb shell mount -o rw,remount /dev/block/mtdbloc3 /system
mount: Operation not permitted
D:\android\tools>adb shell
$ ls
ls
sqlite_stmt_journals
cache
sdcard
etc
system
sys
sbin
proc
logo.rle
init.rc
init.goldfish.rc
init.bahamas.rc
init
default.prop
data
root
dev
$ exit
exit
Also if I go on and try to do this:
Code:
D:\android\tools>adb push flash_image /system/bin
failed to copy 'flash_image' to '/system/bin/flash_image': Read-only file system
I know that the flash_image fil and my recovery.img file is in this library and also on my sdcard, but I cant push the gotdamn flas_image file in the /system/bin catalog.
Can some one please help me ?
PS. I have the USB-debugging turned ON.
How do you know that you have root? Or, how did you gain root?
doogald said:
How do you know that you have root? Or, how did you gain root?
Click to expand...
Click to collapse
I have the app called androot from google market, ang i have run it to get root.
wfdi said:
I have the app called androot from google market, ang i have run it to get root.
Click to expand...
Click to collapse
I'm not aware of that app, and cannot find it in the market myself (do you have a link?)
However, one way to check for sure if you truly have root is run the adb command adb shell and, when you get a prompt, type the command "su". If it returns with a "#" prompt (rather than the "$" prompt that you are seeing), then you have root on the phone.
Most people these days root with either jcase's 1click root for eris: https://market.android.com/details?id=net.andirc.erisrooter or they use the procedure here: http://androidforums.com/eris-all-things-root/127861-universal-eris-root-dummies.html
You may be able to use the steps here as well, since you seem pretty comfortable with adb and have that working already: http://androidforums.com/eris-all-things-root/125436-detailed-leak-root-tutorial.html
Guys new I found another solution (tested on u8150)
First make sure that you are rooted first.
Open adb shell
Type in su.
Remount the system partition as read write.
Change the owner of system from root to system via chown root system
the exit the shell and push flash_image to system/
also push clockworkmodrecover.img into the system partion dont forget the last /.
then exit.
use a file manager, I used rootbrowser.apk without a memory card and installed recovery.
with rootbrowser copy flash_image to the bin directory.
don't forget to change the owner back to root to the system partition after you finish with rootexplorer or whatever u use even adb can work.
then the rest follows.
The above works only if your'e rooted and have adb.
Goodluck
haha am a genius Installing ROM +Recover without sdcard on u8150
all you have to do is:-
1. Make sure u have installed clockwork mode recovery on your device and have su binary.
2. Open adb with the device normally on.
3. Remount the data partition as read write using mount remount in adb .
4. use adb and push the cynogenmode.zip or any rom that fits into the data partition using
adb push romname.zip /data/
5. Reboot into clockworkmod recovery using the various options available.
6. This is what to do if you don't have a sdcard.
open adb with phone connected and run
adb shell
mount /data /sdcard
then go back to the main recovery menu and wipe dalvik cache only
then choose update from sdcard
flash your rom and tadaaa.
your'e done.
NB:CAUTION MAKE SURE TO FLASH A ROM THAT DOES NOT WRITE INTO THE DATA PARTION
THIS CAN BE DONE BY LOOKING FOR A FILE CALL UPDATE SCRIPT IN THE zip OF THE ROM U WANT TO INSTALL
Am going to make a post about this later.
Goodluck
Lol, 3 and a half year break between responses.
The problem with flash_image & dump_image is that it doesn't work on devices devices which use emmc (recent phones)and have
mmcblk0
and cat /proc/mtd won't work here either.
This means that you have to use dd to write to this devices.
I wonder how guys determine the partitions to use on such devices, and someone should hint as to what is going on since it seems manufacturers seriously don't want people to exploit their devices.
Hey guys
sorry to bother you with this but since I'm not allowed to post in the developer-forum with less than 10 posts I need to ask here:
I'm running Uruk 1.5RC1 on my 101 and want to upgrade to 1.5 stable.
There's a fix I need to apply first and it says:
lease copy this file to /.upgrade/ directory (if it's not there - create it) - and restart your device (during boot you should see for few seconds update message with progress bar)
Click to expand...
Click to collapse
I don't have that directory and if I want to create it it says that it is already there but I don't see it. So I can't access it to paste the file.
Any help?
Thank you very much!
Do you navigate in your folders as Su?(Super User)
Yep, I'm using ES with su-right and I can see the directories.
Except for the one I need I gues...
Do you have a terminal app?
Try something like this:
su
pwd
ls
Then tell me if you see it
I tried terminal and it's not there.
Try to copy the file with terminal
Code:
Su
cd [where you have the file]
Sudo cp [filename] /../.upgrade
This should work
Greets,
Lenn
Thanks. I guess you meant ".update" instead of ".upgrade"?
Anyways, I tried both (without any errors) but there's no update sequence for the fix when I reboot and the update itself still fails.
Try
Code:
su
Cd /../
sudo mkdir .upgrade
With that you create a folder
"Cannpt create directory '.upgrade': File exists"
Why isn't it visible with ES?!
I dont know...
Try it with
Code:
su
cd /../.upgrade
sudo rmdir -r
This should remove the directory, after that try to create a new one like i wrote above
Ok, this is weird now:
"can't cd to /../.upgrade"
When I try .update it says
"rmdir: invalid option --r"
boert said:
Ok, this is weird now:
"can't cd to /../.upgrade"
Click to expand...
Click to collapse
Try it to do first cd /../ and then cd /.upgrade
When I try .update it says
"rmdir: invalid option --r"
Click to expand...
Click to collapse
hm... try it without -r (-r is a value to delete also the folders in the directory)
Thanks for your help so far, I appreciate it!
It says:
"can't cd to /.upgrade"
Trying the same command in ".update", which obviously exists (I can acess it) is "invalid option" (with -r) or missing operand (without -r).
I dont have so much linux-experience like other guys around here, sorry..
I think the mrdir command is old.. try it with rm -r
I made it.
Did it again from the scratch with some help from a Linux beginners guide (worked with rm -rf /../xyz/) and updated to 1.5 stable.
Thanks for the help guys!
HI, I need help, my little brother installed ChainFire's 3D app on it I don´t know what it did but now it wont boot, to make things worst he tried to fix it doing a reset, fortunatelly (or not) I've checked root permissions with the Vroot and showed it still has root permissions, is there any way to to recover it?
?
SiulGM said:
HI, I need help, my little brother installed ChainFire's 3D app on it I don´t know what it did but now it wont boot, to make things worst he tried to fix it doing a reset, fortunatelly (or not) I've checked root permissions with the Vroot and showed it still has root permissions, is there any way to to recover it?
Click to expand...
Click to collapse
I have heard of that happening... Have you tried Google search chainfire 3d apk. Brick repair? Or forum search I have heard of it quite frequently so I know there has to be a fix here somewhere at xda ....
jimyv said:
I have heard of that happening... Have you tried Google search chainfire 3d apk. Brick repair? Or forum search I have heard of it quite frequently so I know there has to be a fix here somewhere at xda ....
Click to expand...
Click to collapse
thank you! I've found a thread here but every time I try to execute "cf3d_uninstall.sh" it shows "not found" I've already pulled "system/lib" and the file exist, am I doing something wrong?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[/url]
imagen jpg[/IMG]
SiulGM said:
thank you! I've found a thread here but every time I try to execute "cf3d_uninstall.sh" it shows "not found" I've already pulled "system/lib" and the file exist, am I doing something wrong?
[/url]
imagen jpg[/IMG]
Click to expand...
Click to collapse
Adb reboot?
jimyv said:
Adb reboot?
Click to expand...
Click to collapse
abd reboot??? already did the reboot, but still leads me to the "kindle fire" screen, tried to push the renamed files but is not allowed, is there any way to push files to system/lib ? or rename them using adb?
SiulGM said:
thank you! I've found a thread here but every time I try to execute "cf3d_uninstall.sh" it shows "not found" I've already pulled "system/lib" and the file exist, am I doing something wrong?
[/url]
imagen jpg[/IMG]
Click to expand...
Click to collapse
Use adb shell to manually remove (rm) the files installed. Open that bat script in a text editor & then manually do it from your platform tools or wherever you adb is setup to run from. You'll probably need to manually mount the system/lib folder to rw first.
---------- Post added at 10:39 AM ---------- Previous post was at 10:31 AM ----------
SiulGM said:
abd reboot??? already did the reboot, but still leads me to the "kindle fire" screen, tried to push the renamed files but is not allowed, is there any way to push files to system/lib ? or rename them using adb?
Click to expand...
Click to collapse
the rm command.
adb shell rm -r /system/lib/WhateverFileNameHere.so
Don't forget to mount RW first using:
adb shell
su
mount -o remount,rw /system
Though you may need to push busybox binary & applets to xbin first.
Also, if su access is giving you issues, you can try pushing the SuperSu binary first too.
GSLEON3 said:
Use adb shell to manually remove (rm) the files installed. Open that bat script in a text editor & then manually do it from your platform tools or wherever you adb is setup to run from. You'll probably need to manually mount the system/lib folder to rw first.
---------- Post added at 10:39 AM ---------- Previous post was at 10:31 AM ----------
the rm command.
adb shell rm -r /system/lib/WhateverFileNameHere.so
Don't forget to mount RW first using:
adb shell
su
mount -o remount,rw /system
Though you may need to push busybox binary & applets to xbin first.
Also, if su access is giving you issues, you can try pushing the SuperSu binary first too.
Click to expand...
Click to collapse
Thanks for your help, I'm sorry may be I'm not getting this, I'm new to adb,.. I tried and get this error
[/url]
subefotos[/IMG]
this is the text in the unistaller file, but how do I shoul execute this manually?
"#!/system/bin/sh
mount -o rw -o remount /dev/block/platform/msm_sdcc.1/by-name/system /system
stop
cat /system/lib/libGLESv1_CM_ORG_CF3D.so > /system/lib/libGLESv1_CM.so
chown 1000.1000 /system/lib/libGLESv1_CM.so
chown 1000:1000 /system/lib/libGLESv1_CM.so
chown system.system /system/lib/libGLESv1_CM.so
chown system:system /system/lib/libGLESv1_CM.so
chmod 644 /system/lib/libGLESv1_CM.so
cat /system/lib/libGLESv2_ORG_CF3D.so > /system/lib/libGLESv2.so
chown 1000.1000 /system/lib/libGLESv2.so
chown 1000:1000 /system/lib/libGLESv2.so
chown system.system /system/lib/libGLESv2.so
chown system:system /system/lib/libGLESv2.so
chmod 644 /system/lib/libGLESv2.so
#rm /system/lib/libGLESv1_CM_ORG_CF3D.so
#rm /system/lib/libGLESv2_ORG_CF3D.so
rm /system/lib/cf3d_uninstall.sh
rm /system/lib/cf3d_sh
reboot -f
reboot
reboot normal
toolbox reboot
busybox reboot -f
busybox reboot
busybox reboot normal"
SiulGM said:
Thanks for your help, I'm sorry may be I'm not getting this, I'm new to adb,.. I tried and get this error
[/url]
subefotos[/IMG]
Click to expand...
Click to collapse
Each line is a new entry, do not run them together. Try this:
adb shell
su
mount -o remount,rw /system
now open a second command prompt window & leave the first open. In the second window enter the following:
adb shell
su
rm -r /system/lib/*cf3d.so
rm -r /system/lib/libGLESv*.so
Now open the ota or rom version you are on & extract the original LibGLESv* files & go back to first window & type this
exit
exit
adb push libGLESv1_CM.so /system/lib/
adb push libGLESv2.so /system/lib/
adb shell
su
chmod 644 /system/lib/*.so
chown root.root /system/lib/*.so
reboot
Make sure to extract the original lib files to the working folder for adb, i.e., wherever it says you are in the cmd window, the PC folder you see at the start of the cmd window.
GSLEON3 said:
Each line is a new entry, do not run them together. Try this:
adb shell
su
mount -o remount,rw /system
now open a second command prompt window & leave the first open. In the second window enter the following:
adb shell
su
rm -r /system/lib/*cf3d.so
rm -r /system/lib/LibGLESv*.so
Now open the ota or rom version you are on & extract the original LibGLESv* files & go back to first window & type this
exit
exit
adb push libGLESv1_CM.so /system/lib/
adb push libGLESv2.so /system/lib/
adb shell
su
chmod 644 /system/lib/*.so
chown root.root /system/lib/*.so
reboot
Make sure to extract the original lib files to the working folder for adb, i.e., wherever it says you are in the cmd window, the PC folder you see at the start of the cmd window.
Click to expand...
Click to collapse
Well... I think I did something relly worng... it just shows "kindle fire" on gray... then the system recovery
[/url]
subir fotos online[/IMG]
SiulGM said:
Well... I think I did something relly worng... it just shows "kindle fire" on gray... then the system recovery
[/url]
subir fotos online[/IMG]
Click to expand...
Click to collapse
I can't really tell much from a cropped screen image...
At what point did you have issues? You downloaded & pushed the original libs before rebooting, right?
Just out of curiosity, who thought it would be a good idea to used drivers that have been out of development for nearly 3 years?
GSLEON3 said:
I can't really tell much from a cropped screen image...
At what point did you have issues? You downloaded & pushed the original libs before rebooting, right?
Click to expand...
Click to collapse
I think I've deleted system/lib... btw, is not cropped, that is the way is showed on screen
SiulGM said:
I think I've deleted system/lib... btw, is not cropped, that is the way is showed on screen
Click to expand...
Click to collapse
How did you do that? You need to set the viewable width & the cache scroll to be bigger. That way you can see everything you type.
GSLEON3 said:
How did you do that? You need to set the viewable width & the cache scroll to be bigger. That way you can see everything you type.
Click to expand...
Click to collapse
I relly don´t know... I think thats I did because of this screen
[/url]
subir imagenes gratis[/IMG]
so.. is there a chance for this to work again?
SiulGM said:
I relly don´t know... I think thats I did because of this screen
[/url]
subir imagenes gratis[/IMG]
so.. is there a chance for this to work again?
Click to expand...
Click to collapse
Try to adb push the original libGLESv files into the system/lib folder. You don't need to shell for that. Just adb push as indicated in the previous posts.
You also may need to try to adb mount
GSLEON3 said:
Try to adb push the original libGLESv files into the system/lib folder. You don't need to shell for that. Just adb push as indicated in the previous posts.
Click to expand...
Click to collapse
OH, I cant now adb is not working I know the kindle is detected because a PDA.net pop up, then I try to get adb shell and shows what´s on the image after a while it reboots to the system recovery
I got this when trying to copy what I pulled fron system/lib
[/url]
subir fotos[/IMG]
GSLEON3 said:
Try to adb push the original libGLESv files into the system/lib folder. You don't need to shell for that. Just adb push as indicated in the previous posts.
You also may need to try to adb mount
Click to expand...
Click to collapse
/lib does not exist, now I've lost su, is there a way to create /lib and then push all the files in? or did I killed it?
SiulGM said:
/lib does not exist, now I've lost su, is there a way to create /lib and then push all the files in? or did I killed it?
Click to expand...
Click to collapse
Yes, but you are going to have to mount first. You may need to use Linux. Unless you entered something not in the above posts, or accidentally hit enter before finishing the command line, lib can't go anywhere, at least not from any of those commands.
GSLEON3 said:
Yes, but you are going to have to mount first. You may need to use Linux. Unless you entered something not in the above posts, or accidentally hit enter before finishing the command line, lib can't go anywhere, at least not from any of those commands.
Click to expand...
Click to collapse
Hi! first I want to thank you for all your help on this! just installed Ubuntu, what should I do now?
I would say there is no hope. If you deleted the 'lib' folder, your Kindle cannot execute programs like the adb client. With Safestrap you could reflash the folder. But if you dont have Safestrap... You have a really big problem! . Maybe fastboot could help, but i dont know how
Sent from my GT-I9505
Hi, does anyone know how to delete a file on root with terminal, as rm -r returns screenshotted error.
kriki200 said:
Hi, does anyone know how to delete a file on root with terminal, as rm -r returns screenshotted error.
Click to expand...
Click to collapse
Did you execute this command as root ? If not enter "su" then enter your command. (Make sure you hit "Allow" when the prompt for you to allow root accès to the shell appears)
And maybe it sounds stupid but try chmod commands if your command doesn't work.
I'm not an expert with android terminal so if the problem is persistent you can try this with a root explorer.
Hope all of this helped
Have a good day
kriki200 said:
Hi, does anyone know how to delete a file on root with terminal, as rm -r returns screenshotted error.
Click to expand...
Click to collapse
The partitition you want to deal with must be mounted as READ-WRITE before.
Raiz said:
Did you execute this command as root ? If not enter "su" then enter your command. (Make sure you hit "Allow" when the prompt for you to allow root accès to the shell appears)
And maybe it sounds stupid but try chmod commands if your command doesn't work.
I'm not an expert with android terminal so if the problem is persistent you can try this with a root explorer.
Hope all of this helped
Have a good day
Click to expand...
Click to collapse
I did, kinda don't want to change permissions... same.
jwoegerbauer said:
The partitition you want to deal with must be mounted as READ-WRITE before.
Click to expand...
Click to collapse
How do I do and undo that, will it change any file permissions?
Example:
Code:
su
cd /
mount -o rw,remount -t auto /system
jwoegerbauer said:
Example:
Click to expand...
Click to collapse
Thank you, it worked, do you know how to undo it, the below command deosn't seem to work and do you know what the "auto" is for in the command?
Code:
mount -o ro,remount -t auto /system