View Single Post
Old 09-01-2013, 14:48   #11 (permalink)
Umesh_Arora
No Life Poster
 
Umesh_Arora's Avatar
 
Join Date: Aug 2012
Location: India
Age: 39
Posts: 4,591
Member: 1792140
Status: Offline
Sonork: 100.1618782,gaba
Thanks Meter: 6,087
How to set up ADB
Important: This is needed for almost everything posted here.
1. Turn USB debugging on, then connect the tablet to your PC.
2. Download ADB and the ADB drivers.
3. The ADB driver program should automatically install the needed drivers for your tablet.
4. Extract ADB.zip to C:/. That's it, you've set up ADB.

Installing ClockWorkMod (CWM) Recovery
1. Download NovoTools and install it to your tablet. Download CWM as well.
2. Place the recovery.img to your tablet's internal memory. It should be under /mnt/sdcard.
3. Open NovoTools and touch "Flash recovery".
4. NovoTools should display a confirmation. To check, click "Enter recovery mode".

How to install or restore a firmware dump
1. Extract your dump files at the root of your microSD card. You should see bootloader.img, boot.img, data.tgz, recovery.img and system.tgz. Insert the card into the tablet.
2. Install CWM using NovoTools and boot into recovery mode.
3. Navigate to mounts and storage.
4. Using a command prompt, type adb shell.
5. Format everything except /sdcard and /sd-ext.
6. Mount everything except /sd-ext.
7. Enter the following commands on the command prompt.
Code:
cat /sdcard/bootloader.img > /dev/block/nanda
cat /sdcard/boot.img > /dev/block/nandc
busybox tar -C /system/ -zxvf /sdcard/system.tgz
busybox tar -C /data/ -zxvf /sdcard/data.tgz
reboot
8. After the tablet restarts, do a factory reset to restore root access.

How to create a firmware dump for backup
1. Install and download Uberizer.
2. Launch Uberizer, then connect your tablet. Make sure USB debugging is enabled.
3. After your tablet is detected, select i. A1x firmware menu.
4. Select 3. Dump A1x firmware to /rom_dumps.
5. Follow the instructions given to you by Uberizer.
6. Your firmware dump is located inside Uberizer's rom_dumps folder. Back it up and place it somewhere safe.

How to use ImageSuite
1. Download and unzip Imagesuite somewhere accessible.
2. Place the *.img file in the same folder.
3. Drag the *.img file into extract img.bat
4. The *.img file will be decompiled into a image.img.dump folder. This will take a while.
5. Do what editing you want, then drag the image.img.dump folder to repack_ics.bat. repack_ics.bat will also work for Jelly Bean firmwares. The image.img.dump folder will be recompiled into image.img, which is flashabe via Livesuit.

How to pull your script.bin using Uberizer.
1. Connect your tablet to your PC with USB debugging enabled.
2. Download and install Uberizer.
3. Select i. A1X Firmware Menu, then select 8.Dump script.bin (to uberizer root dir).
4. Your tablet's script.bin is located at C:/Program Files/TechKnow/Uberizer.

How to create an lsmod output
1. Set up ADB, connect your tablet and turn on USB debugging.
2. Open a command prompt, and type adb shell lsmod.


Br
Umesh Gaba
  Reply With Quote
The Following 7 Users Say Thank You to Umesh_Arora For This Useful Post:
Show/Hide list of the thanked
 
Page generated in 0.08931 seconds with 7 queries