Where is the adb shell?i dont get it
ADB shell is part of the android SDK and come in the ADT bundle you can get it Android SDK | Android Developers
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.
Where is the adb shell?i dont get it
It's also included in the root utility in Generation 3 Development. In fact, the root utility relies on ADB to do its work.
I belive the one from google is full version and the one that come with root utility is a sort of adb light
you know what ADB stands for Android Does Bash
As long as you made a dump for your device, or able to get a dump for your device, and have cw recovery installed you can use this method.
Many people have taken the time to make a dump of their tablets, this is really great, but none seem to know how to restore them. I am going to give you a quick walk through.
You need to have CW recovery installed, if you don't you need to install it before you begin.
place below files on sdcard. the bottom three files are to come from your dump.
install-boot.sh
install-bootloader.sh
install-system.sh
boot.img
bootloader.img
system.tgz
boot into recovery.
use cwm navigate to mount options format /data /system /cache
mount /sdcard /cache /system
adb shell
cp /sdcard/install-boot.sh /tmp/install-boot.sh
cp /sdcard/install-bootloader.sh /tmp/install-bootloader.sh
cp /sdcard/install-system.sh /tmp/install-system.sh
chmod 755 /tmp/install-system.sh
chmod 755 /tmp/install-bootloader.sh
chmod 755 /tmp/install-boot.sh
busybox sh /tmp/install-boot.sh
busybox sh /tmp/install-bootloader.sh
busybox sh /tmp/install-system.sh
reboot
download below
7042_stock.zip
The zip say 7042_stock don't worry about that it's just three scripts they install the files you provide.
boot.img
bootloader.img
system.tgz
This video shows the response you should receive as you type or copy and paste commands.
It has came to my attention some of you users might have been piping your system, this is ok for update.zip but not good for direct install.
for the ones that have piped their system, eg caught into a bootloop, do a factory reset then install permissions.zip, place zip on your sdcard and install through cwm after doing factory reset.
permissions.zip
This isn't for 7048, that is a telechips, these are allwinner be like trying to force a dodge engine into a ford wont work.
Sent from my IdeaTabA2109A ICS Android Tablet