Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
got my fastboot all set up (to flash Oxygen HBOOT image), but I just get
after runningCode:error: device not foundI've got the driver install and my phone comes up asCode:adb shell
Android Bootloader Interface.
why can't I see my phone?
cheers
fastboot devices lists SH09XPL04582. Guess this is my phone?you have to get fastboot to recognize your device so it should be somthing like this...
cd\
cd\(name of SDK folder)\tools
fastboot devices (at this point your phone is recognized)
fastboot flash hboot bravo_alphaspl-oxygen.img (make sure you get the correct file)
fastboot reboot-bootloader
fastboot erase cache
then continue to next step....
I'm guessing the phone needs to be in fastboot mode at all times when using abd. I can't actually see this in any of the guides...
fastboot devices lists SH09XPL04582. Guess this is my phone?
so am I good to go on the hboot flash?
cheers folks

I'm guessing the phone needs to be in fastboot mode at all times when using abd. I can't actually see this in any of the guides...