erased Canvas program on m860 .. how to fix????

Jahman

New member
helllo iso i got my new huawei m860 cricket and downladed the super user and froyo 2.2 deal and it was workin GREAT... then i accidently erased my CANVAS program .the one thats a little pic of a house, and my phone turns on but theres no front screen ...IS THERE ANY WAY TO RELASH THE STOCK HARDWARE AND START OVER OR AM I FUNKED..PLZ HELP THANKS
 
install any launcher as replacement i have deleted mine and use a light weight faster ui ..

here ya go stock m860 ui
http://db.tt/NauUT2R

download adb and connect phone to computer

You can use the adb commanRAB pull and push to copy files to and from an emulator/device instance's data file. Unlike the install
command, which only copies an .apk file to a specific location, the pull and push commanRAB let you copy arbitrary directories and files to any location in an emulator/device instance.

To copy a file or directory (recursively) from the emulator or device, use

adb pull

To copy a file or directory (recursively) to the emulator or device, use

adb push

In the commanRAB, and refer to the paths to the target files/directory on your development machine (local) and on the emulator/device instance (remote).

reboot

Here's an example:
adb push foo.txt /sdcard/foo.txt


++no luck then just follow this to flash recovery++(back to stock)
http://www.howardforums.com/showthr...ftware-Upgrade-Guideline-V100R001C153B251SP03

M860.running*locust.2.1*1
(85rab de.odex.system)
++sent via Tapatalk++
 
Back
Top