Guest feckineejit Posted February 20, 2012 Report Posted February 20, 2012 Hello all, i been driving myself mad all day trying to copy something to my phone with adb, i never had any problems doing it before, i recently reformatted my laptop so had to re-download all the zte, adb drivers etc, i've got adb up and running, i can view all the stuff in my system files on the phone but cant seem to add anything, i've tried using the command prompt adb push iphone.mp3 /system/media/audio/ringtones but it keep saying cannot stat 'iphone.mp3': no such file or directory, does anyone know what im doing wrong?
Guest matt4321 Posted February 20, 2012 Report Posted February 20, 2012 Hello all, i been driving myself mad all day trying to copy something to my phone with adb, i never had any problems doing it before, i recently reformatted my laptop so had to re-download all the zte, adb drivers etc, i've got adb up and running, i can view all the stuff in my system files on the phone but cant seem to add anything, i've tried using the command prompt adb push iphone.mp3 /system/media/audio/ringtones but it keep saying cannot stat 'iphone.mp3': no such file or directory, does anyone know what im doing wrong? you need to type the location of iphone.mp3, so if it's on the root of your C drive it'd be C:\iphone.mp3. so you'd want to type 'adb push C:\iphone.mp3 /system/media/audio/ringtones
Guest feckineejit Posted February 20, 2012 Report Posted February 20, 2012 thats didnt work just keeps telling me there is no such file or directory
Guest feckineejit Posted February 24, 2012 Report Posted February 24, 2012 3 days uninstalling and reinstalling files etc trying to get adb to work, only to find out i was doing it right all along, for some reason the file iphone.mp3 didn't want to go to the phone, i changed the format of the file to ogg and it worked. strange because i have no problems putting any other mp3 files on the phone. :unsure: P.S. I think i have a little less hair now :rolleyes:
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now