Member - OP
Thanks Meter 1
Posts: 36
Join Date: Jan 2009
Location: Leipzig, Germany
|
okay... so this hasn't gone quite like planned... I did the following to put the old files back in their place but it doesn't seem to have worked just yet.
I mounted the sdcard to the PC using this method:
http://forum.xda-developers.com/showthread.php?t=531310
after that I copied the folder with the original files for my phone onto my laptop. I then proceeded to do the following:
Quote:
./adb push /home/doug/Downloads/GermanTimescape/Timescape/TimeScapeProvider.odex /timescape/
./adb push /home/doug/Downloads/GermanTimescape/Timescape/TimeScapeProvider.apk /timescape/
./adb push /home/doug/Downloads/GermanTimescape/Timescape/TimescapePluginManager.odex /timescape/
./adb push /home/doug/Downloads/GermanTimescape/Timescape/TimescapePluginManager.apk /timescape/
./adb push /home/doug/Downloads/GermanTimescape/Timescape/Timescape.odex /timescape/
./adb push /home/doug/Downloads/GermanTimescape/Timescape/Timescape.apk /timescape/
|
in this case the Backed-up files were copied to /home/doug/Downloads/GermanTimescape/Timescape/ and as you can see each was placed on the folder /timescape I created with 777 permissions to get the files on the phone at least.
I then did the following:
Quote:
./adb shell dd if=/timescape/Timescape.apk of=/system/app/Timescape.apk
./adb shell dd if=/timescape/Timescape.odex of=/system/app/Timescape.odex
./adb shell dd if=/timescape/TimeScapeProvider.odex of=/system/app/TimeScapeProvider.odex
./adb shell dd if=/timescape/TimeScapeProvider.odex of=/system/app/TimeScapeProvider.odex
./adb shell dd if=/timescape/TimeScapeProvider.odex of=/system/app/TimeScapeProvider.odex
./adb shell dd if=/timescape/TimeScapeProvider.odex of=/system/app/TimeScapeProvider.odex
|
and despite that I'm still not getting the phone to boot. I'm gonna double check permissions, etc, but until then any ideas?
thanks,
Doug
*EDIT*
ok so somehow that didn't work. some of the timestamps are from an hour or so ago so I doubt that's right. I'm doing something wrong... arghhhhh
btw I can't seem to get the sdcard mounted here still... whenever I try to mount it, it complains about my syntax. my linux knowledge is failing me (= me failing^^)
|