Guest giorgitus Posted June 3, 2010 Report Posted June 3, 2010 After flashing paul rom r7 I can't use Droid explorer. It can't see the device. adb from shell see the device but Droid don't. Where i make the mistake? Thanx. You're the best!
Guest Speckles Posted June 3, 2010 Report Posted June 3, 2010 (edited) Probably doesn't understand the properties returned from the device (ro.product.device maybe?) and needs this in order to communicate properly? You could edit this property, reboot your phone and see if it then recognises the device. Edited June 3, 2010 by Speckles
Guest giorgitus Posted June 4, 2010 Report Posted June 4, 2010 Probably doesn't understand the properties returned from the device (ro.product.device maybe?) and needs this in order to communicate properly? You could edit this property, reboot your phone and see if it then recognises the device. thanks for your answer. I'm not so good on changing system properti. what should I do exactly?
Guest ozren Posted June 4, 2010 Report Posted June 4, 2010 It recognise mine only when i recovery mode. When it is working it doesn't!
Guest Speckles Posted June 4, 2010 Report Posted June 4, 2010 try something like: adb pull /system/build.prop c:\ notepad build.prop adb remount adb push c:\build.prop /system/
Guest giorgitus Posted June 4, 2010 Report Posted June 4, 2010 try something like: adb pull /system/build.prop c:\ notepad build.prop adb remount adb push c:\build.prop /system/ And what should I change inside the file?I'm the only one that I have this problem?
Guest Speckles Posted June 4, 2010 Report Posted June 4, 2010 Try changing them to what worked for you previously.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now