-
Good job guys. Gotta try this !
-
12-04-2012 05:31 AM
# ADS
Circuit advertisement
-

Originally Posted by
Traveller1701
It's all YOUR fault! Because of you I'm actually thinking of changing my mount points.
I'm glad it's working. Just one thing though; you might want to edit your post and mention downloading notepad++
before editing platform.xml, as regular notepad will screw up the formatting of the file. Also, did you change the permissions on vold.fstab after copying? If so, you might want to mention that as well.
haha! Go ahead and try it! I'm sure you can do it on your tab. This is a big achievement for me. 
btw, I already edited my post. I was away so I didn't have the time earlier.
-
Hello and Thank you! I love this forum all the information has helped me make my tablet even better…
I used Note++ and Root Explorer to change system>etc>void.fstab
Factory:
#External nand storage
Dev mount sdcard /mnt/sdcard auto/devices/virual/block/ndda
#External SD Card
Dev mount sdcard /mnt/sdcard auto/devices/platform/tcc-sdhc
Edited
#External nand storage
Dev mount sdcard /mnt/sdcard auto/devices/platform/tcc-sdhc
#External SD Card
Dev mount sdcard /mnt/sdcard auto/devices/virual/block/ndda
It worked... No lag in apps, all worked, I could move apps to storage card and back to tablet.
However there are some glitches.
1. No camera..Says need to insert sd card.
2. I can install apps from Market but sometimes it gives an out of memory message eventhough I have penty of memory.I reboot and all works again.
I did not change the platform.xml and this could be the problem...
<permission name="android permission.WRITE EXTERNAL STORAGE">
group gid=sdcard rw" />
<permission name="WRITE MEDIA STORAGE">.
group gid=media rw" />
Please let me know if you have any suggestions
Last edited by somone; 12-06-2012 at 12:15 PM.
-
Definitely edit platform.xml. However, be aware that your device uses a Telechips processor while manekineko's device does not. The processor difference may be sufficient to prevent this from working on your device. In that case, revert the edits to restore your tablet's camera.
I do not accept PMs asking for one-on-one tech support. Ask on the forums so everyone can benefit.
Q: Why does an App say it's not compatible on Google's Play Store?
A: The build.prop is faulty and files are missing from \system\etc\permissions. Download the file from
here and install it.
Q: Why does Google Earth refuse to start on stock ROMs?
A: Google Earth expects to be able to pinpoint your location. Read
this thread to fix things.
-
Traveller, Thanks for your help as you said this might be a processor problem...I edited the platform.xml but ended up with the same glitches...
I reverted to my backups but feel a little disappointed because the tablet is able to handle most of memory swamp very well!
This was my edited version
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
<permission name="WRITE MEDIA STORAGE">.
<group gid=media rw" />
</permission>
This is my orginal version
<permission name="android.permission.WRITE_EXTERNAL_STORAGE">
<group gid=sdcard rw" />
</permission>
<permission name="WRITE MEDIA STORAGE">.
<group gid=media rw" />
</permission>
-
I am trying to do this on my Coby Kyros MID7036 but I am a bit confused with the NANdroid Backup, I have already installed the ROM Manager but when I try to do a Flash ClockworkMod Recovery, it would say that my device is not supported. is there anyway to go around this issue?
Thanks!
Last edited by suedemonkey; 12-11-2012 at 12:41 AM.
Reason: add more details
-

Originally Posted by
suedemonkey
I am trying to do this on my Coby Kyros MID7036 but I am a bit confused with the NANdroid Backup, I have already installed the ROM Manager but when I try to do a Flash ClockworkMod Recovery, it would say that my device is not supported. is there anyway to go around this issue?
Thanks!
Clockwork recovery is not an app, its a system funtion and must be installed from another computer via ADB (android debugging bridge). so far, there is no clockwork recovery for your tablet (7036). Therefor you have a stock recovery. It is not capable of making a nandroid backup. here's the thread to check the progress:
Recovery for coby, 7034,7036,7048,8048
be careful making these changes to your tablet. Do you have adb setup on your non laptop computer?
-
Thanks for the link and info man!
I have no idea what an ADB is but I guess this is the one?
What Is ADB And How To Install It With Android SDK
I will download ADB on the link provided on the above site or from this link here:
Android SDK | Android Developers
But seeing that there is no clockwork recovery for the MID7036, I guess I will just wait until there is some development on the matter, but I appreciate the help man!
-

Originally Posted by
suedemonkey
I am trying to do this on my Coby Kyros MID7036 but I am a bit confused with the NANdroid Backup, I have already installed the ROM Manager but when I try to do a Flash ClockworkMod Recovery, it would say that my device is not supported. is there anyway to go around this issue?
Thanks!
Uninstall ROM Manager as it doesn't work on Coby tablets. Also, there are no ClockworkMod recovery images available for your device. At the top of this forum is a sticky thread explaining how to install ADB, in case you're still interested.
I do not accept PMs asking for one-on-one tech support. Ask on the forums so everyone can benefit.
Q: Why does an App say it's not compatible on Google's Play Store?
A: The build.prop is faulty and files are missing from \system\etc\permissions. Download the file from
here and install it.
Q: Why does Google Earth refuse to start on stock ROMs?
A: Google Earth expects to be able to pinpoint your location. Read
this thread to fix things.
-
Junior Member
Achievements:
anyone ever try doing this via directory bind or link2sd ?