I send my backups to my desktop via the "adb" command. So, since I've been running stock ROMs for a bit now, it usually goes like this:
adb pull /sdcard/TWRP /somewhere/on/my/'puter
I'm dabbling in the AOSP realm again.
So, the problem is, when I try:
adb pull /storage/emulated/0 /my/computer I get "/storage/emulated/0 does not exist." Shucks.
I got fed up with Android File Transfer, so I haven't tried that yet.
Any ideas as to what I'm missing?
Thanks and thanks.
ihitcows said:
I send my backups to my desktop via the "adb" command. So, since I've been running stock ROMs for a bit now, it usually goes like this:
adb pull /sdcard/TWRP /somewhere/on/my/'puter
I'm dabbling in the AOSP realm again.
So, the problem is, when I try:
adb pull /storage/emulated/0 /my/computer I get "/storage/emulated/0 does not exist." Shucks.
I got fed up with Android File Transfer, so I haven't tried that yet.
Any ideas as to what I'm missing?
Thanks and thanks.
Click to expand...
Click to collapse
I think in CM its /mnt/shell/emulator. But I might be wrong too.
Edit. I think I forgot the /0. And it might be emulated. It's early.
And I gotta say this.... All hale the "Beef Slayer". Lol
Sent from my LG-LS970 using xda premium
engine95 said:
I think in CM its /mnt/shell/emulator. But I might be wrong too.
Edit. I think I forgot the /0. And it might be emulated. It's early.
And I gotta say this.... All hale the "Beef Slayer". Lol
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
Thanks man, and
all hail the HYPNOTOAD.
Sent from my LG-LS970 using xda app-developers app
Just confirmed. It's:
/mnt/shell/emulated/0
Thanks again.
As an aside: "mnt" autocorrected to "mang."
Sent from my LG-LS970 using xda app-developers app
Related
Just looking to change the "Sprint" word on the top right of the lockscreen to something else. I'm sure there's any easy way for this dumb question.
http://forum.xda-developers.com/showthread.php?t=866553
vanilla as in AOSP? ^
conqu1stador said:
http://forum.xda-developers.com/showthread.php?t=866553
vanilla as in AOSP? ^
Click to expand...
Click to collapse
Yep, thank you. I'll try that shortly.
I just did this! I used terminal. Type what you want in the file then use adb or terminal then reboot then omg
Sent from my PC36100 using XDA App
jacoballen22 said:
I just did this! I used terminal. Type what you want in the file then use adb or terminal then reboot then omg
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Lawlz, glad to know you got it working.
Yeah it was easy. I just prefer terminal over adb. Mainly cause adb reminds me of root and root reminds me of bricks lol. Never bricked anything except a window but I still dread it lol.
Sent from my PC36100 using XDA App
thanks! I've been wanting to do this -
I'm trying to get sound to play on boot up animation. I'm using kings gb3 neon.. I got a custom animation to play but can't get sound to work.. Where exactly do I need to put the mp3? And do I bed to set any thing else?
Sent from my PC36100 using XDA Premium App
cmurray77 said:
I'm trying to get sound to play on boot up animation. I'm using kings gb3 neon.. I got a custom animation to play but can't get sound to work.. Where exactly do I need to put the mp3? And do I bed to set any thing else?
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
It should be named SPC_animation_final.mp3, and it goes in the /system/customize/resource folder. Put it in that folder, set permissions, and reboot. It should work.
Sent from my PC36100 using XDA App
k2buckley said:
It should be named SPC_animation_final.mp3, and it goes in the /system/customize/resource folder. Put it in that folder, set permissions, and reboot. It should work.
Awesome thanks.. Will any mp3 work of it is named that exactly?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Sent from my PC36100 using XDA Premium App
I don't have I customize folder
Sent from my PC36100 using XDA Premium App
Sorry I'm a noob to some of this.. I'm on an asop rom if that makes a difference
Sent from my PC36100 using XDA Premium App
cmurray77 said:
Sorry I'm a noob to some of this.. I'm on an asop rom if that makes a difference
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
Oh I apologize. Yea, for some reason when I saw you were on Kings, I thought sense. You wont have the folder I mentioned. I never use a sound for my boot animation, so I'm not positive where it goes on an AOSP rom.. perhaps the same folder as the boot animation, which is /system/media. Sorry I'm not more helpful with this topic.
Sent from my PC36100 using XDA App
k2buckley said:
Oh I apologize. Yea, for some reason when I saw you were on Kings, I thought sense. You wont have the folder I mentioned. I never use a sound for my boot animation, so I'm not positive where it goes on an AOSP rom.. perhaps the same folder as the boot animation, which is /system/media. Sorry I'm not more helpful with this topic.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Ya I have tried it in there renamed it tried lots of things.. Also tried b4 on another asop rom with no luck.. Oh well..ill keep tryin
Sent from my PC36100 using XDA Premium App
cmurray77 said:
Ya I have tried it in there renamed it tried lots of things.. Also tried b4 on another asop rom with no luck.. Oh well..ill keep tryin
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
If I figure anything out, ill let u know. Ill ask a buddy right now for ya.
Sent from my PC36100 using XDA App
k2buckley said:
If I figure anything out, ill let u know. Ill ask a buddy right now for ya.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Thanks man
cmurray77 said:
Thanks man
Click to expand...
Click to collapse
Howdy. I'm the buddy referenced by senor k2buckley.
What you need to do to get a boot sound on CM7/AOSP is the following.
1. http://dl.dropbox.com/u/19699565/bootsnd.sh Download that file, place on your sdcard.
2. Take whatever sound you want and rename it to: android_audio.mp3 [needs to be mp3 format] and then place in your adb tools folder.
3. On your phone, open terminal emulator, and type in the following:
su [enter]
cd /sdcard [enter]
ls [to list all files, you should see bootsnd.sh]
sh bootsnd.sh [enter]
You won't see a confirmation, or message, it just runs, and returns you to a # sign.
From your computer, adb push the android_audio.mp3 to the /system/media folder, reboot, and you'll have a sound.
http://forum.xda-developers.com/archive/index.php/t-904350.html
From what I'm seeing in that thread, it looks as though you can't enable sound for the boot animation on aosp. Just read a little ways down. I found something on android forums, saying that it works on some roms, and would go on the /system/media folder. It would be named android_audio.mp3. I tried that (I'm on aosp), and it did not work. Sorry dude.
EDIT : disregard, LOL. I didn't dig.deep enough I guess. I only scratched the surface!
Thanks teh roxx
Sent from my PC36100 using XDA App
k2buckley said:
http://forum.xda-developers.com/archive/index.php/t-904350.html
From what I'm seeing in that thread, it looks as though you can't enable sound for the boot animation on aosp. Just read a little ways down. I found something on android forums, saying that it works on some roms, and would go on the /system/media folder. It would be named android_audio.mp3. I tried that (I'm on aosp), and it did not work. Sorry dude.
EDIT : disregard, LOL. I didn't dig.deep enough I guess. I only scratched the surface!
Thanks teh roxx
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Never a problem. Always have a trick or two...lol
I also sent you the file and instructions via pm.
teh roxxorz said:
Howdy. I'm the buddy referenced by senor k2buckley.
What you need to do to get a boot sound on CM7/AOSP is the following.
1. http://dl.dropbox.com/u/19699565/bootsnd.sh Download that file, place on your sdcard.
2. Take whatever sound you want and rename it to: android_audio.mp3 [needs to be mp3 format] and then place in your adb tools folder.
3. On your phone, open terminal emulator, and type in the following:
su [enter]
cd /sdcard [enter]
ls [to list all files, you should see bootsnd.sh]
sh bootsnd.sh [enter]
You won't see a confirmation, or message, it just runs, and returns you to a # sign.
From your computer, adb push the android_audio.mp3 to the /system/media folder, reboot, and you'll have a sound.
Click to expand...
Click to collapse
Awesome thanks.. Will give it a try when I get home.. Not used adb yet. I guess it intimidates me .. Time to get over that I guess.. Thanks man you both have helped me tons in the past.. I may pm you later if I get stuck. Any idea where I can get a transformers animation sound?
Sent from my PC36100 using XDA Premium App
cmurray77 said:
Awesome thanks.. Will give it a try when I get home.. Not used adb yet. I guess it intimidates me .. Time to get over that I guess.. Thanks man you both have helped me tons in the past.. I may pm you later if I get stuck. Any idea where I can get a transformers animation sound?
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
If you're not comfortable with adb, you can use root explorer to place the android_audio.mp3 in the /system/media folder. And feel free too.
teh roxxorz said:
If you're not comfortable with adb, you can use root explorer to place the android_audio.mp3 in the /system/media folder. And feel free too.
Click to expand...
Click to collapse
Oh.. Ok I will try... Thanks. I really should learn adb..
Edit: do I still use terminal emulator and the first file you told met to download? Our just rename in root explorer and put in proper place and set permissions
Sent from my PC36100 using XDA Premium App
cmurray77 said:
Oh.. Ok I will try... Thanks. I really should learn adb..
Edit: do I still use terminal emulator and the first file you told met to download? Our just rename in root explorer and put in proper place and set permissions
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
If you can use command prompt, you can use adb.
teh roxxorz said:
If you can use command prompt, you can use adb.
Click to expand...
Click to collapse
Haven't used it either
Sent from my PC36100 using XDA Premium App
Dude..just not my day.. got home went to start comp cord is fried 3rd one in two months.. So will root explorer do it alone?
Sent from my PC36100 using XDA Premium App
cmurray77 said:
Dude..just not my day.. got home went to start comp cord is fried 3rd one in two months.. So will root explorer do it alone?
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
That does suck, but yea, root explorer will be just fine.
teh roxxorz said:
That does suck, but yea, root explorer will be just fine.
Click to expand...
Click to collapse
Idk what I'm doing wrong but no go.. I rename it.move it to system/media (same place boot animation zip is) set permissions reboot no sound animation plays fine but no sound do I need to zip it?
Sent from my PC36100 using XDA Premium App
Just wondering how I would go about capturing the ota update. My wife's phone isn't rooted and she is getting the update notification. I'd anyone can help I would greatly appreciate it
Sent from my ADR6300 using XDA App
This may work well in the dev section also, for now at least. More traffic over there.
Sent from my ADR6300 using XDA App
As it is a question I thought I should at least ask here first.
Sent from my ADR6300 using XDA App
pwned3 said:
As it is a question I thought I should at least ask here first.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
It's GREAT to see that there are users that know this. One wouldn't believe how many posts we get like this in Dev that are immediately replied to with "RONG SEKTION, Q A PL0X"
Anyway, I believe you need to use abd during the install, not sure though and there are people that can explain it better than I can anyway. +1 for the idea though
PGleo86 said:
It's GREAT to see that there are users that know this. One wouldn't believe how many posts we get like this in Dev that are immediately replied to with "RONG SEKTION, Q A PL0X"
Anyway, I believe you need to use abd during the install, not sure though and there are people that can explain it better than I can anyway. +1 for the idea though
Click to expand...
Click to collapse
ADB I have. But what do i need to do with it?
Sent from my ADR6300 using XDA App
pwned3 said:
ADB I have. But what do i need to do with it?
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
I'm pretty sure you need to do an adb pull while the update runs. But, wait for someone more educated than I to give you further instruction, as I have no idea in hell how to do it
quick google search yielded this.
http://forum.xda-developers.com/showthread.php?t=1041572
idk if it would work but you can try.
It sounds like root is needed. Her phone isn't rooted. Does anyone know of a way without root?
Sent from my ADR6300 using XDA App
Found this in the desire forum. Would this work for the incredible as well?
The OTA .zip files which are downloaded from a Google server are not signed the same way as the RUU "rom.zip" files - they use the app .apk manifest signing method. (manifests and certs a la "jarsigner").
If you are interested in looking at the process that HTC/Verizon uses for the OTA updates, you can get the URL for the OTA zip the following way:
Run logcat on the pc and accept the update on the phone
$ adb logcat > logcat_accept.txt
This will sit like this (it continues to log output into the output file) until the phone reboots. At that point, the adb logcat job will terminate, and the name of the zip file will be indicated in the logfile in a message similar to:
W/SystemUpdateHelper( 64): !!! REBOOTING TO INSTALL /cache/desirec-ota-104882.7b1e5cca.zip !!!
Then, take the name of the file and paste it on the end of android.clients.google.com/updates/partner
Sent from my ADR6300 using XDA App
Here is the modified framework-res.apk for the CRT Off Animation. Just use root explorer or equivalent to move the file to /system/framework. Your phone will reboot, and you will now have crt off. If anyone wants to make a flashable .zip, feel free.
You do need root in order to do this. And if you somehow break your phone doing this, its not my fault.
http://db.tt/NeMKVHa
Sent from my SPH-D710 using xda premium
I'm going to assume you need root for this. Probably should include that in the post. Jus sayin
Sent from my SPH-D710 using Tapatalk
Is this tested? Does it work?
Sent from my SPH-D710 using xda premium
stacio88 said:
Is this tested? Does it work?
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Works fine for me.
Sent from my SPH-D710 using xda premium
Yup working great. Thank you dude.
SAShady said:
Here is the modified framework-res.apk for the CRT Off Animation. Just use root explorer or equivalent to move the file to /system/framework. Your phone will reboot, and you will now have crt off. If anyone wants to make a flashable .zip, feel free.
You do need root in order to do this. And if you somehow break your phone doing this, its not my fault.
http://db.tt/NeMKVHa
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
if you don't mind id like to throw this in with my batt mod???
BLOWNCO said:
if you don't mind id like to throw this in with my batt mod???
Click to expand...
Click to collapse
Go for it bro.
Sent from my SPH-D710 using xda premium
SAShady said:
Go for it bro.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
cool thanks
Hmm.. I tried using ES File Explorer to replace the file, but it keeps saying copy failed. Should I delete the old file first, then paste the new one?
I'm kinda new to this, so I don't wanna do anything crazy without asking first to ruin the phone.
Screen on animation comin soon?
Sent from my rooted, suited, & booted Epic 4G #knowdat!
WillEat4F00d said:
Hmm.. I tried using ES File Explorer to replace the file, but it keeps saying copy failed. Should I delete the old file first, then paste the new one?
I'm kinda new to this, so I don't wanna do anything crazy without asking first to ruin the phone.
Click to expand...
Click to collapse
There are settings in es to get root access
Posted by Mr. Z's Epic 4G Touch+Keyboard
zanderman112 said:
There are settings in es to get root access
Posted by Mr. Z's Epic 4G Touch+Keyboard
Click to expand...
Click to collapse
I've tried that and it keeps saying sorry test failed.
Works like a charm. Thank you
Sent from my Samsung Galaxy S2
So you do, or do not need to root for this?
This works and is awesome. I renamed my framework-res.apk then copied with Root Explorer. I did have one small problem though nothing major. You have to re-enter your google account info and change you wallpaper back. It wipes it out for some reason. Works great after that!
cyclonebee said:
So you do, or do not need to root for this?
Click to expand...
Click to collapse
Yeah you need root
Sent from my SPH-D710 using xda premium
mlr_90 said:
This works and is awesome. I renamed my framework-res.apk then copied with Root Explorer. I did have one small problem though nothing major. You have to re-enter your google account info and change you wallpaper back. It wipes it out for some reason. Works great after that!
Click to expand...
Click to collapse
Yeah its weird, sometimes it would do that, sometimes it wouldn't
Sent from my SPH-D710 using xda premium
WillEat4F00d said:
I've tried that and it keeps saying sorry test failed.
Click to expand...
Click to collapse
Have you rooted with one of the root kernels?
Sent from my SPH-D710 using xda premium
tony45x220 said:
Screen on animation comin soon?
Sent from my rooted, suited, & booted Epic 4G #knowdat!
Click to expand...
Click to collapse
I tried for hours last night, eventually hard bricked my phone. But it was unrelated to the crt. Tho editing the framework-res live likeI was doing, can cause the os to be pretty much useless. everything starts to fc.
Sent from my SPH-D710 using xda premium
Does anyone have the stock framework-res.apk? I would really appreciate it... I wiped after swapping the modded apk and that always results in a bootloop
For some reason no matter what I do I can't delete this file...I choose delete and it comes right back, I've tried force stopping, clearing cache and data and even tried wiping the phone but it still stays in Root Explorer...anyone know why?
Sent from my Nexus Prime
Try this...
adrynalyne said:
adb shell
rm -R /sdcard/directoryname
Click to expand...
Click to collapse
...courtesy of the rather awesome adrynalyne. May well work.
All credit (and thanks I would hope ) to that man
Sent from my Galaxy Nexus using XDA
killyouridols said:
Try this...
...courtesy of the rather awesome adrynalyne. May well work.
All credit (and thanks I would hope ) to that man
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
Keep in mind that will kill his entire Downloads folder. He will need to recreate it when done.
adrynalyne said:
Keep in mind that will kill his entire Downloads folder. He will need to recreate it when done.
Click to expand...
Click to collapse
Yeah, do this OP
Sent from my Galaxy Nexus using XDA
OK ummm...can I run that in terminal emulator? I have a mac ....unfortunately....
Sent from my Nexus Prime
Simer03 said:
OK ummm...can I run that in terminal emulator? I have a mac ....unfortunately....
Sent from my Nexus Prime
Click to expand...
Click to collapse
Macs use adb
It worked! Thanks dudes
Sent from my Nexus Prime