Guest Madcatzzz Posted December 13, 2010 Report Posted December 13, 2010 (edited) Hi all, I baked a rom with the kitchen for my desire. I would like to install HtcFacebook thru adb. anybody can help me? What I tried : I copied HtcFacebook.apk (retrieved from an another baked rom) to android SDK/tools directory I tried this command : adb push HtcFacebook.apk /system/app result : failed to copy 'HtcFacebook.apk' to '/system/app/HtcFacebook.apk': Read-only file system I also would like to add the battery widget of HTC but I suppose it is the same manipulation. Thanks for your help Edited December 13, 2010 by Madcatzzz
Guest bpivk Posted December 13, 2010 Report Posted December 13, 2010 (edited) adb shell mount /system adb push HtcFacebook.apk /system/app Edited December 13, 2010 by bpivk
Guest Madcatzzz Posted December 13, 2010 Report Posted December 13, 2010 I tried but here is the error D:\android-sdk-windows\tools>adb shell mount /system mount: can't read /etc/fstab: No such file or directory
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now