Thanks a lot for your hardwork
Quote:
Originally Posted by akhilkapila
This method is for those who do not want to use a computer to flash cwm recovery or do not have access to a computer to do the same.
Give me credits only for the method. Not for the app and the recovery image.
Things Required:-
1. Data Connection on your Tablet. (via WIFI)
2. An archieve supported file manager. Eg ES File Explorer.
3. A Usable and working mind.
Steps:-
1. Download the file from the link below.
2. Extract the file to the root of your "internal sd card" and you will get 2 file First "Novotools_v1.0" and the Second "recovery.img".
3. Install the app Novotools_v1.0.
4. Run Novotools and you will see and option Flash Recovery
5. Click it and the recovey will be flashed onto your phone.
6. Reboot in recovery with the help of the application or the old method by Holding the Home/Options and the Power button.
7. Now you have fully functional CWM recovery. 
Download
Credits:-
Geno for Novotools v1.0
Developer of the Recovery.img
XDA community for all the information and resources.
All the thanks hitter for all the Motivation.
Disclaimer:-
The file is not a flashable zip. Do not try and flash it.
The same old thing again i am not responsible in any way of this makes you tablet unusable.
This method should work on all the variants of the Momo9 but is only tested on Micromax Funbook.
|
Keep the good job man

( you are the best dev,that i know so far.Two Thumbs up ! )
---------- Post added at 08:21 PM ---------- Previous post was at 08:10 PM ----------
Quote:
Originally Posted by toocoolgemini
I am having an issue. after flashing cmw, and restarting.
my tablet is not able to read the internal sd.
i go to settings->storage->internal storage-> mount sd card.
and it isnt working at all
|
just some suggestion check your Mount partition settings in folder /system/etc
you will find vold.stab file. Open it in the text editor (from the root explorer)
and see if it's like this or simmiliar (because i had your tablet clone )
## Vold 2.0 fstab for HTC Passion
#
## - San Mehat (san@android.com)
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
#
# Mounts the first usable partition of the specified device
#/devices/platform/awsmc.3/mmc_host for sdio
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nandi
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mmc_host /devices/platform/sunxi-mmc.0/mmc_host
dev_mount usbhost1 /mnt/usbhost1 auto /devices/platform/sw-ehci.1 /devices/platform/sw_hcd_host0 /devices/platform/sw-ehci.2
See the dev_mount section.
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nandi
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mmc_host /devices/platform/sunxi-mmc.0/mmc_host
or like this if you have swap your extsd to sdcard
dev_mount extsd /mnt/extsd auto /devices/virtual/block/nandi
dev_mount sdcard /mnt/sdcard auto /devices/platform/sunxi-mmc.1/mmc_host /devices/platform/sunxi-mmc.0/mmc_host
make sure it's nandi not nandj.