Jump to content

Droid explorer


Recommended Posts

Guest giorgitus
Posted

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 (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 by Speckles
Guest giorgitus
Posted
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

It recognise mine only when i recovery mode. When it is working it doesn't!

Guest Speckles
Posted

try something like:

adb pull /system/build.prop c:\

notepad build.prop

adb remount

adb push c:\build.prop /system/

Guest giorgitus
Posted
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

Try changing them to what worked for you previously.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.