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.
I've installed it, checked it out, but not had a chance to try it on a new b11 phone yet. I definitely like it tho. Damn good job SuperR!
hi. i used the live linux cd. quick download and burned easily and quick to cd. rebooted my computer right into the live cd and it loaded nicely. it flashed cwm recovery nicely with no problems at all. But when i tried to root it, it said it couldn't find superroot.zip (bad path maybe??) cant remember the exact error and im scared to try it again lol i don't want to screw it up. but i searched the cd and found it and manually copied it over to the phones sd card. it took a few tries to flash in cwm recovery but it finally acquired full root. all in all, good cd and very helpful. thanx alot!!
If you are up for some command line fun i have some things you can try.How can I do a nandroid backup if the phone isnt letting me? Or am i just screwed
su
adb reboot bootloader
fastboot boot cwm.img
nope didnt work. same error backing up /data
adb backup -apk -all -f /home/tux/warp2_bak.ab
adb restore /home/tux/warp2_bak.ab
that seemed to have worked. is that the same as a nand though? i mean if i flash a rom and theres probles, would that fix it like a nandroid backup would?
i have noticed THAT I CANT ACCESS MY SDCARD FROM WINXP UNLESS I GO TO CWM RECOVERY AND ENABLE USB. also why would i have to format my data partition? do i have to partition stuff like darktremors?? what all do i have to do to flash superb11 rom?
lol damn OS's Sorry windows is all i know. i tried linux before and its like a foreign language to me lol. ill just try flashing the rom and hope like hell. lol i just wanted a safe fall back incase i screwed up. also i copied the backup file to the phone and rebooted windows and now cant get it to copy to the computer lol
how do i try the backups as image files?? the backup i created shows 0 bytes and wont copy
adb reboot recovery
adb shell
dd if=/dev/block/mmcblk0p12 of=/sdcard/boot.img
dd if=/dev/block/mmcblk0p13 of=/sdcard/recovery.img
dd if=/dev/block/mmcblk0p15 of=/sdcard/system.img
dd if=/dev/block/mmcblk0p18 of=/sdcard/cache.img
dd if=/dev/block/mmcblk0p19 of=/sdcard/data.img
adb reboot recovery
adb shell
dd if=/sdcard/boot.img of=/dev/block/mmcblk0p12
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p13
dd if=/sdcard/system.img of=/dev/block/mmcblk0p15
dd if=/sdcard/cache.img of=/dev/block/mmcblk0p18
dd if=/sdcard/data.img of=/dev/block/mmcblk0p19
should there be a boot and recovery image also?? just checkin, not sure