On 21/04/2014 22:49, [email protected] wrote:
> Hi I have a problem with my GP Peak, after installing the Android 4.2.2 (Lite 
> version for Peak) zip file that is on the revolution page on the 
> download.geeksphone.com my cell doesn't charge the system properly, it 
> freezes on the GeeksPhone image.
> I can only reach the recovery menu but my computer doesn´t recognize it.

What OS are you using for flashing the phone? Linux? If that's the case
you should make sure that you've got the right udev rules setup. Since
you've flashed an Android image for x86 I don't think your device will
show up in adb anymore but it should show up when running 'fastboot
devices' so if you're under Linux do the following:

1) Make sure you have the following two lines in
/etc/udev/rules.d/51-android.rules

SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="05c6", MODE="0666"

If you have to add them remember to restart udev

2) Restart your phone in fastboot mode then plug it to your computer

3) Run 'lsusb', among other things you should get a line like this (the
bus / device numbers will be different but the ID should be the same)

Bus 001 Device 004: ID 18d1:d00d Google Inc.

4) Run 'fastboot devices' it should print out only the following line

Android fastboot

5) If 'lsusb' shows the proper device ID but 'fastboot' doesn't pick it
up it means that your udev rules have not been setup properly. Double
check them and try again after rebooting your machine which should
ensure that the correct rules are picked up.

 Gabriele

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to