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.
Lfom, wait... There is no more problem on my usb port... Was just the cable. I tried another data cable and it works (it´s a shame, I know, sorry....).<br>I´m doing the procedure to root right now. I will post my u-boot as soon as possible...
I did the script process, got superuser installed and a 0 byte logrooting.txt, but in terminal emulator and ADB I still get the $ intead #.
When I try to extract the u-boot from de external SD I still get:
"dd: can't open '/dev/block/mmcblk1': Permission denied"
I´ve tried yesterday with superoneclick and got the same. My tablet is not rooted or I´m doing something wrong?
Otherwise, I think the u-boot was successfully extracted to external SD card. Maybe there´s another way to send it to you...
adb shell
su
dd if=/dev/block/mmcblk1 of=/sdcard/u-boot1025_v4.bin bs=512 count=2048
strings /sdcard/u-boot1025_v4.bin | grep -i u-boot
Lfom, wait... There is no more problem on my usb port... Was just the cable. I tried another data cable and it works (it´s a shame, I know, sorry....).<br>I´m doing the procedure to root right now. I will post my u-boot as soon as possible...
I checked all the /dev/mtd/* files, couldn't find a u-boot in them.
Here is the utscript I made
Directions:
Note: this will erase all data on your external sdcard (including the partition table)
-Unzip and copy utscript to your sdcard
-Boot your tablet while holding the HOME button
-If it hangs at "Writing u-boot to extsd...", wait about 30 seconds then power off your tablet
-Turn on your tablet and connect it to your computer via USB
-Use adb to extract u-boot from your sdcard;
Code:adb shell dd if=/dev/block/mmcblk1 of=u-boot.bin bs=512 count=2048
-To verify the file is a u-boot:
You should see output like:Code:adb shell strings u-boot.bin | grep -i u-boot
Code:ÁâÃ!ÁâÃ)ÁâÃ1ÁâÃ9ÁâÃU-Boot 1.3.4 (Sep 8 2011 - 09:17:35) for SMDKV210 u-boot U-Boot u-boot parted movi read {u-boot | kernel} {addr} - Read data from sd/mmc movi write {fwbl1 | u-boot | kernel} {addr} - Write data to sd/mmc ready for self-burning U-Boot image
-Finally, pull the file:
Code:adb pull u-boot.bin
Still no joy with WiFi: when one tries to enable it, tablet freezes or restart... When you can, please share two more folders:
1. system -> wifi
2. system -> etc
Thanks again!
su <--- authorize Superuser
cd /
mkdir /sdcard/bkp_system
cp * /sdcard/bkp_system
tar -czf /sdcard/bkp_system/system.tgz /system/
I tride ISMOD and nothing happens, them I tried INSMOD, and got this:
"lsmod", starts with L, all lower case.
Thanks for the system files!
Hmm... I´m really distracted these days....
Follow the log: