[ROM] Archos 97 Titanium HD / Visture V5 HD ROM / Android 4.1.1 - Gen10 Android Development

I've successfully installed Visture V5HD on Archos 97 Titanium HD! Tablet runs a lot smoother + there is 2GB of free internal storage for installing apps.
How to install Visture on Archos 97 Ttianium HD guide
First, you should root your tablet. Archos 97 HD root guide.
1. backup Archos boot.img with rkflashtool
sudo ./rkflashtool r 0x00008000 0x00008000 > boot.bak
2. Download Rockchip Batch Tool v1.5 and Visture V5HD ROM visture_v5hd_97r_20130412-411-rooted3.zip
4. Unzip V5HD ROM .img and simply restore it with Batch Tool.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
5. Flash your Archos boot.img backup back to the tablet
sudo ./rkflashtool w 0x00008000 0x00008000 < boot.bak
6. Enjoy!
Known problems / Fixes
Screen is upside down fix
change /system/build.prop parameter
ro.sf.hwrotation=270 to ro.sf.hwrotation=90
BuildProp Editor from Google Play store is an easy way to do it.
No internal storage SD fix submitted by LaGra, h3l1
Download Root Browser
Copy etc/vold.fstab to external SD card
Edit with notepad, change path to sdcard0
dev_mount flash /storage/sdcard0 auto /devices/virtual/mtd/mtd9/mtdblock9
Open Root Browser, rename etc/vold.fstab to etc/vold.bak
Copy modified vold.fstab from external SD to etc/vold.fstab
Restart
No CWM recovery fix
Flash recovery with rkflash (Archos 97 HD root guide)
sudo ./rkflashtool w 0x00010000 0x00008000 < recovery.img

Is it possible to get an boot.img backup from somebody? Because me tablet didn't boot anymore.
I believe i crashed it, as i try to get root access.
Thx LaGra.
Sent from my HTC One X using xda app-developers app

backup bootArchos.bak

I think i crashed my tablet complete!
On every startup it stuck and a few seconds later it go back to recover menu........:crying:
This sucks........
is there a way to repair this?

Thx for your backup-file.
Now it works. I've full root.
Only problem is to install rockusb driver on win7.
But I'll get it sometimes. Maybe?
Sent from my HTC One X using xda app-developers app

no sd card
Great work!
It worked out all ok as you described. A problem I have is in the browser When downloading something it says no sd-card found, altough there are internal and external sd-card present. Maybe somebody can help with a solution.

h3l1 said:
Great work!
It worked out all ok as you described. A problem I have is in the browser When downloading something it says no sd-card found, altough there are internal and external sd-card present. Maybe somebody can help with a solution.
Click to expand...
Click to collapse
Yes, something is wrong with internal SD..
I've swaped internal with external SD with this https://play.google.com/store/apps/details?id=eu.codlab.int2ext and now it's even better.

Memory leak fix
Hi,
maybe we can also apply the memory leak fix and then only the system.img so it is easier to install.
Google for: "Retina" RK3066 Tablet Memory Leak Fix
Can't post link since I haven't enough posts... :crying:

Edit vold.fstab to fix SDCard problem using ES Data Explorer.
Found at (root) /etc/
Edit dev_mount sdcard /mnt/sdcard auto...
to
dev_mount sdcard /storage/sdcard0 ....
This has fixed sd problem at my device.
Greetz LaGra
PS: effects after reboot.
Sent from my HTC One X using xda app-developers app

Hi,
I copied the system.img to the laptop but I couldn't mount it for modifications...
Just looked on the tablet with mount it has ext4 as filesystem. Have to try again.

Hi there,
thanks for the tip, I just did that and my tablet didn't boot anymore
I think it's dev_mount flash /mnt/sdcard auto... to dev_mount flash /storage/sdcard0...
I just looked at sdcard and replaced it and
LaGra said:
Edit vold.fstab to fix SDCard problem using ES Data Explorer.
Found at (root) /etc/
Edit dev_mount sdcard /mnt/sdcard auto...
to
dev_mount sdcard /storage/sdcard0 ....
This has fixed sd problem at my device.
Greetz LaGra
PS: effects after reboot.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
---------- Post added at 07:26 PM ---------- Previous post was at 07:22 PM ----------
So now I checked the partitions are completly new...
Code:
[email protected](misc),
[email protected](kernel),
[email protected](boot),
[email protected](recovery),
[email protected](backup),
[email protected](cache),
[email protected](userdata),
[email protected](kpanic),
[email protected](system),
[email protected](user)
Now I read the system partition with rkflashtool and can mount it into a directory and edit things like the above mentioned memory leak fix.
Code:
./rkflashtool r 0x0051a000 0x00100000 > customrom.img

Sorry. My mistake. You are right.
Flash Not sdcard.
Sent from my HTC One X using xda app-developers app

First post updated with fixes.

uh oh
I don't knnow if this works for you but my vold.fstab looks like this:
Code:
[email protected]:/ $ cat /etc/vold.fstab
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## 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
######################
dev_mount flash /storage/sdcard0 auto /devices/virtual/mtd/mtd9/mtdblock9
dev_mount sdcard /mnt/external_sd auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
dev_mount udisk /mnt/usb_storage auto /devices/platform/usb20_otg/usb1
And works! Its not just adding a zero, you have to change the path.

Thanks for the tip. It should work either way by adding 0 or by changing path completely.

Thanks !
Thank you !!:good:
Sorry but i cant use the rockchip batch tool : does not detect my device.
Is it possible to flash the image using rkflashtool, not rockchip batch tool?

I finally succeeded
yazsers said:
Thank you !!:good:
Sorry but i cant use the rockchip batch tool : does not detect my device.
Is it possible to flash the image using rkflashtool, not rockchip batch tool?
Click to expand...
Click to collapse
I removed the usb drivers used by windows for "unknown device" (my tablet), and installed the driver .sys file in the usb folder of rockchip flash tool.
---------- Post added at 03:22 PM ---------- Previous post was at 03:05 PM ----------
I succeeded installing this rom, but now i cannot activate usb storage. When connecting the tablet to the PC, the tablet says "activate usb storage", and when I click this button, it stays trying to activate usb ...
In windows : I have three disks that appear in the explorer but when i click on it it says "insert a drive..."
Do you know what i have to do to see the files in the tablet with the explorer?

Use SD card fix in first post, then external SD will be available through USB.

This didn't fix USB storage issue
Originalas said:
Use SD card fix in first post, then external SD will be available through USB.
Click to expand...
Click to collapse
Hi
Thanks for answer
I did it, but that didn't fix the issue
See image below of my vold.fstab file in /etc
PS :
1. It seems that everything works well in the tablet except this issue
2. I don't have an externel sd card in the external sdcard slot, but I don't think that changes anything

revert modifications
Hi Originalas
Is it possble to revert the modifications done in this post ? My tablet works but I have two problems :
I have the external SD card not recognized properly
Now the tablet reboots by itself after random time

Related

[Q] How to mount EMMC as SDCARD?

I am using aosp roms, so there is no way to save my pictures and videos i take to emmc.
I searched some methods on google.
Now i realized i have to fix vold.fstab file in system/etc
but i have no idea on the codes like this.
Is it possible to mount emmc as sdcard, and mount sdcard as emmc or something else such as sdcard2 or something.
one of them i found was talking about how to bypass apps that require an sd card with no sdcard.
but i wanna use both of them, internal and sdcard together.
lentm said:
I am using aosp roms, so there is no way to save my pictures and videos i take to emmc.
I searched some methods on google.
Now i realized i have to fix vold.fstab file in system/etc
but i have no idea on the codes like this.
Is it possible to mount emmc as sdcard, and mount sdcard as emmc or something else such as sdcard2 or something.
one of them i found was talking about how to bypass apps that require an sd card with no sdcard.
but i wanna use both of them, internal and sdcard together.
Click to expand...
Click to collapse
IF emmc is supported, you can (maybe?) make it work by running the following in a terminal (on the phone). Worked for me in CM 6.0, never tried in Gingerbread. (# is prompt)
*Unmount SD card via menu 1st*
#cd /sdcard
#ls
*Nothing should show up*
If nothing shows up the SD has been unmounted properly
Remove it now if possible
#cd /mnt/emmc
#ls
IF emmc files show up, continue.
If not, your rom doesn’t support emmc, and there is really not much you can do
#mnt /mnt/emmc /mnt/sdcard
I think they want to use both the SD card and EMMC together, like in a Sense rom, not replace the SD with EMMC.
AFAIK, you can't *save* pictures and things to EMMC on AOSP roms, but I'm pretty sure they can still read any media from it. So you'd just have to put anything you wanted on the internal storage from your computer. I'm pretty sure that's how CM6 was set up, anyway.
I never really use my internal storage, though, so I could be way off.
godsmacked4653 said:
I think they want to use both the SD card and EMMC together, like in a Sense rom, not replace the SD with EMMC.
AFAIK, you can't *save* pictures and things to EMMC on AOSP roms, but I'm pretty sure they can still read any media from it. So you'd just have to put anything you wanted on the internal storage from your computer. I'm pretty sure that's how CM6 was set up, anyway.
I never really use my internal storage, though, so I could be way off.
Click to expand...
Click to collapse
Depends on the rom. Most AOSP ones now support eMMC scanning, but some still do not. Also, you might not be able to save pictures without using my solution, but you can use any other file manager / save window to navigate to /mnt/emmc and change/save things.
lentm said:
Now i realized i have to fix vold.fstab file in system/etc
Is it possible to mount emmc as sdcard, and mount sdcard as emmc or something else such as sdcard2 or something.
Click to expand...
Click to collapse
Absolutely. The "easy" way to do it is to modify /system/etc/vold.fstab. Below is the default vold.fstab file from CM7...
Code:
## Vold 2.0 fstab for HTC Incredible
#
## - Koushik Dutta
##
#######################
## 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
dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
dev_mount emmc /mnt/emmc 3 /devices/platform/msm_sdcc.3/mmc_host/mmc2
What you want to do is modify the last two lines and swap the sysfs paths, so it looks like the following:
Code:
dev_mount sdcard /mnt/sdcard [b]3 /devices/platform/msm_sdcc.3/mmc_host/mmc2[/b]
dev_mount emmc /mnt/emmc [b]auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1[/b]
(Edit: I forgot to include the partition # in the bits of data that need moved. Doh!)
After putting the modified file in place and rebooting, the internal flash (normally known as emmc) will be mounted and labeled as /mnt/sdcard. Everything that uses the sdcard for storage will now be reading and writing to emmc. Likewise, the sdcard will be mounted to /mnt/emmc, so it's still available and readily visible.
The important thing here is to make sure that you have good backups of the content of both storage spaces, and that you remember which is which. It's crucial when you update your ROM, since it will overwrite the vold.fstab file back to default.
Also, before you do this, make sure that you migrate any apps you have stored on SD back to internal storage, or else you'll have to reinstall them afterwards.
ardax said:
Absolutely. The "easy" way to do it is to modify /system/etc/vold.fstab. Below is the default vold.fstab file from CM7...
Code:
## Vold 2.0 fstab for HTC Incredible
#
## - Koushik Dutta
##
#######################
## 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
dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
dev_mount emmc /mnt/emmc 3 /devices/platform/msm_sdcc.3/mmc_host/mmc2
What you want to do is modify the last two lines and swap the sysfs paths, so it looks like the following:
Code:
dev_mount sdcard /mnt/sdcard [b]3 /devices/platform/msm_sdcc.3/mmc_host/mmc2[/b]
dev_mount emmc /mnt/emmc [b]auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1[/b]
(Edit: I forgot to include the partition # in the bits of data that need moved. Doh!)
After putting the modified file in place and rebooting, the internal flash (normally known as emmc) will be mounted and labeled as /mnt/sdcard. Everything that uses the sdcard for storage will now be reading and writing to emmc. Likewise, the sdcard will be mounted to /mnt/emmc, so it's still available and readily visible.
The important thing here is to make sure that you have good backups of the content of both storage spaces, and that you remember which is which. It's crucial when you update your ROM, since it will overwrite the vold.fstab file back to default.
Also, before you do this, make sure that you migrate any apps you have stored on SD back to internal storage, or else you'll have to reinstall them afterwards.
Click to expand...
Click to collapse
I was looking for this. will try now. Thank you!
edit: just tried this, it didn't work. had to replace to original one.
run the following in a terminal or via ADB: mount | grep emmc to figure out what block its named as then run switch to the root account using su then type umount /emmc to unmount the emmc partition. Figure out what sdcards device name is by doing mount | grep sdcard. Unmount it and mount sdcard's device name to /emmc and vice versa.
This wont persist after a reboot but its a good way to try and get it to work without screwing stuff up. Once you get it to work put the values in fstab.
Any suggestions?
Hello all,
Hopefully someone more apt than myself can provide some insight. I am running Synergy 3D version on my DINC. I am trying to either make the eMMc an addition SD card mount point, in order to store apps, etc or partition it to use as vram in some way.
I successfully changed the eMMc into SD card by modding the vold.fstab (per post here), the problem is, DINC will not recognize SD as eMMc.
Any suggestions will be greatly appreciated.
Also, would it even be conceivably possible to partition eMMc as vram?
Darn shame not to be able to use both the emmc and sdcard at the same time. You could do it by converting the sdcard to ext2/3/4 but then when you plug into a non linux box you'll need a ext2/3/4 driver.
Is there a filesystem that is widely readable for both linux and windows?
I guess it might not be a problem if the internal sdcard is ext3 because you could still have the emmc as fat.
Thoughts?
Oh crap... I just tried changing the emmc mount point in fstab to /mnt/sdcard/external_sd and no I've got no boot, presumable because android won't accept a mount point over something that is already mounted (linux can).... I need to find a way to recover...
Would somebody be so kind as to cat /system/etc/vold.fstab here for me? I backed it up... but to the internal sdcard!
Hang on... I can't paste that into vi... vi is bonkers for some reason, not recognising the a key...
I also have nowhere for a non su adb to push the file... or any other files... (permission denied)
and I can't get the CWM recovery mode for some reason....
"Also, would it even be conceivably possible to partition eMMc as vram?"
^ yes it's possible. I'm not that familiar with android yet but I'm sure it's possible
try Remount sd app =) it worked for me well =) dont forget thanks button =D
http://forum.xda-developers.com/show...1#post30146401
Do a nandroid just in case, and then flash this thru recovery. http://dinc.does-it.net/Mods/AOSP_Swap_EMMC_and_SD.zip
And here is a flashable to revert the swap. http://dinc.does-it.net/Mods/AOSP_Original_vold.fstab.zip
please help me (
it didnot work

[HOWTO] mount EMMC and External SD on CM7 as it is on Stock ROMs

Hello Everyone.
In this post, I would like to show how to mount Internal SD card and External SD card when using Cyanogenmod 7 ROM.
I had some issues because CM7 mounts the internal SD card under /mnt/emmc and mounts external SD card under /mnt/sdcard.
As you know, there are many applications that download data using /mnt/sdcard as path and if you have CM7 way of mounting these apps won't work.
So to mount Internal SD card to /mnt/sdcard and External SD card to /mnt/sdcard/external_sd as it is done on Stock ROMs proceed with the following:
1 - Open the file /etc/vold.fstab with your preferred text editor (I use root Explorer) and find and modify the last lines as below an then save:
# internal sdcard
dev_mount emmc /mnt/sdcard 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
# external sdcard
dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
# otg sdcard
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line
2 - Open the file /system/build.prop with your preferred text editor and find and modify the following lines as it is show an then save:
# notify vold we have internal and external sd
ro.additionalmounts=/mnt/sdcard/external_sd
ro.vold.switchablepair=/mnt/sdcard/external_sd,/mnt/sdcard
3 - Reboot the phone and voilá
This procedure worked for me and I have no issues to mount both my Internal and External SD cards when plugging the phone on my laptop.
a good guide indeed for the CM7 ROM users
I did something similar for all my Gameloft games, EA games, Glu games, and DATA partition, and Download, and all the other stuff, basically i mounted everything off to my 64 GB SD card instead of internal SD
lets give this topic some flight time, stuck for a month, it'll come off by itself
also added to main INDEX
Thanks AllGamer...
thanks, i was looking for something like this for a while.
Thanks so much for this. Thanks a bunch!!!
ICS
Can someone who had flashed ICS Alpha builds tell us if this procedure works on them?
Thanks and I am glad I'd helped someone by doing this post
Testing this out right now on Isotope, let's all keep our fingers crossed.
talmeida said:
Hello Everyone.
In this post, I would like to show how to mount Internal SD card and External SD card when using Cyanogenmod 7 ROM.
I had some issues because CM7 mounts the internal SD card under /mnt/emmc and mounts external SD card under /mnt/sdcard.
As you know, there are many applications that download data using /mnt/sdcard as path and if you have CM7 way of mounting these apps won't work.
So to mount Internal SD card to /mnt/sdcard and External SD card to /mnt/sdcard/external_sd as it is done on Stock ROMs proceed with the following:
1 - Open the file /etc/vold.fstab with your preferred text editor (I use root Explorer) and find and modify the last lines as below an then save:
# internal sdcard
dev_mount emmc /mnt/sdcard 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
# external sdcard
dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
# otg sdcard
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line
2 - Open the file /system/build.prop with your preferred text editor and find and modify the following lines as it is show an then save:
# notify vold we have internal and external sd
ro.additionalmounts=/mnt/sdcard/external_sd
ro.vold.switchablepair=/mnt/sdcard/external_sd,/mnt/sdcard
3 - Reboot the phone and voilá
This procedure worked for me and I have no issues to mount both my Internal and External SD cards when plugging the phone on my laptop.
Click to expand...
Click to collapse
does it work for other devices cm7 roms??
tried it and didn't work for me. Might have typed it wrong. Will try again.
I only used the file browser to see if i can access both the emmc and the sd card but could only get to the emmc
I will try...
talmeida said:
Hello Everyone.
In this post, I would like to show how to mount Internal SD card and External SD card when using Cyanogenmod 7 ROM.
I had some issues because CM7 mounts the internal SD card under /mnt/emmc and mounts external SD card under /mnt/sdcard.
As you know, there are many applications that download data using /mnt/sdcard as path and if you have CM7 way of mounting these apps won't work.
So to mount Internal SD card to /mnt/sdcard and External SD card to /mnt/sdcard/external_sd as it is done on Stock ROMs proceed with the following:
1 - Open the file /etc/vold.fstab with your preferred text editor (I use root Explorer) and find and modify the last lines as below an then save:
# internal sdcard
dev_mount emmc /mnt/sdcard 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
# external sdcard
dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
# otg sdcard
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line
2 - Open the file /system/build.prop with your preferred text editor and find and modify the following lines as it is show an then save:
# notify vold we have internal and external sd
ro.additionalmounts=/mnt/sdcard/external_sd
ro.vold.switchablepair=/mnt/sdcard/external_sd,/mnt/sdcard
3 - Reboot the phone and voilá
This procedure worked for me and I have no issues to mount both my Internal and External SD cards when plugging the phone on my laptop.
Click to expand...
Click to collapse
Oh man, thank you!
This worked like a charm on my Epic Touch 4G.
tried this in a aokp rom(hydrogen), and it doesn't work.
Why not mount the emmc to /mnt/sdcard/external_sd in addition to /mnt/eemc for backward compatibility?
Does it work on CM9 too?
I had ICS Passion v13 installed on my Samsung Vibrant before, and my vold.fstab file is a bit different from cm7's. I now have cm7 installed but the vold.fstab file doesn't seem to have changed with the change of roms.
It would be great if you could post the fstab and build.prop files somewhere online from where I can download it and replace in my phone because I don't want to mess up again(I encountered the "encryption failed" bug in ICS today and I tore my hair out fixing that..so yeah.)
Thank you.
Anyone else that's on AOKP have any luck getting this to work??? The flip-flooped SD cards on CM9/AOKP is seriously annoying..
Sent from my AOKP'd T989
This is the vold.fstab file in my Samsung Vibrant:
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## 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
######################
# internal sdcard
dev_mount emmc /mnt/emmc 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
# external sdcard
dev_mount sdcard /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
As you can see, it is differs from the one you posted in the guide. What steps should I take now?
Can anyone show me how to do this with captivate cm7?
Please and thanks!
fresherthanU said:
Anyone else that's on AOKP have any luck getting this to work??? The flip-flooped SD cards on CM9/AOKP is seriously annoying..
Sent from my AOKP'd T989
Click to expand...
Click to collapse
has anyone found a solution for AOKP yet? I find that many of my apps such as google music and my camera don't save files properly. This has caused me to switch back to juggernaut.
major thanks to anyone who can help!

SD card with 2 partitions

As i am new on this site i cant add thread in devel site. Please need help i have 64 gig microsd and have 2 partitioned fat32 formatted
1 partition 20 gb (want this as for installing apps)
2 partition 40 gb (want to store photos videos atc...)
so until now i have original swapped memories fstab like this
----------------------------------------------------------------------------------------------------------------------------------------
# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
asec = enable
discard = enable
format_option = -r 1980
}
dev_mount sdcard /mnt/sdcard/external_sd 4 /devices/platform/sdhci-tegra.3/mmc_host/mmc0/mmc0
# external sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
}
dev_mount sdcard1 /mnt/sdcard auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1/mmc1
# otg sdcard
{
ums_path = /dev/zero
asec = disable
}
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/tegra-ehci.0/usb
#end line ## keep this line
--------------------------------------------------------------------------------------------------------------------------------------
in text dev_mount sdcard1 - that's 20 gb of my partition
if i want add another partition do i need to do this way???
}
dev_mount sdcard2 /mnt/Data auto /devices/platform/sdhci-tegra.2/mmc_host/mmc2/mmc2
# otg sdcard
{
ums_path = /dev/zero
asec = disable
}
Any help with this??? Or is possible that android gonna see 2 sdcard partitions???
edworkscomputing said:
As i am new on this site i cant add thread in devel site. Please need help i have 64 gig microsd and have 2 partitioned fat32 formatted
1 partition 20 gb (want this as for installing apps)
2 partition 40 gb (want to store photos videos atc...)
so until now i have original swapped memories fstab like this
----------------------------------------------------------------------------------------------------------------------------------------
# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
asec = enable
discard = enable
format_option = -r 1980
}
dev_mount sdcard /mnt/sdcard/external_sd 4 /devices/platform/sdhci-tegra.3/mmc_host/mmc0/mmc0
# external sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
}
dev_mount sdcard1 /mnt/sdcard auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1/mmc1
# otg sdcard
{
ums_path = /dev/zero
asec = disable
}
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/tegra-ehci.0/usb
#end line ## keep this line
--------------------------------------------------------------------------------------------------------------------------------------
in text dev_mount sdcard1 - that's 20 gb of my partition
if i want add another partition do i need to do this way???
}
dev_mount sdcard2 /mnt/Data auto /devices/platform/sdhci-tegra.2/mmc_host/mmc2/mmc2
# otg sdcard
{
ums_path = /dev/zero
asec = disable
}
Any help with this??? Or is possible that android gonna see 2 sdcard partitions???
Click to expand...
Click to collapse
If i remember right, this device only accepts 32gb microsd.. think that might be the problem, ace? And on another note, since we are using the phone to try and figure this out, why not insert the card into your computer and fix the format issue like a normal person instead of using all sorts of complicated methods that are way more difficult? it only makes since to use methods already in place to make life easier on us, or unless your a robot, which i can see for developers sometimes they dream in binary :laugh: they tend to use the difficult methods to show off lol.
Pretty sure you have to format any card larger than 32gb from within Android to get the Glide to register it, from what I've read anyway. I've seen several posts referencing this. If formatted on PC, it won't register with our phones.
Since (afaik) there's no way to partition the card from within android, perhaps with an app but no guarantee it will detect a valid card afterwards, you may have to keep it unpartitioned.
I believe there is a post maybe a page back on this particular forum that confirms cards over 32gb will work. Shouldn't have to dig too deep.
So i made 1 partition 64gb uder linux i made fat32 formatted phone have no problem to recognize it. Problem is that when i downloading files larger than 700 mb phone freeze. not sure if that do root or the card ... must do test first with original firmware i think 1.3 ghz kernel is not stable just testing now will give more infos after...
edworkscomputing said:
So i made 1 partition 64gb uder linux i made fat32 formatted phone have no problem to recognize it. Problem is that when i downloading files larger than 700 mb phone freeze. not sure if that do root or the card ... must do test first with original firmware i think 1.3 ghz kernel is not stable just testing now will give more infos after...
Click to expand...
Click to collapse
So i was right do not install 1.3 kernel i downgraded to 1.2 ghz and everithing working ok!!! 64gb card confirmed for use in glide
edworkscomputing said:
So i was right do not install 1.3 kernel i downgraded to 1.2 ghz and everithing working ok!!! 64gb card confirmed for use in glide
Click to expand...
Click to collapse
do 2 partitions work?
Sent from my SAMSUNG-SGH-I927R using xda app-developers app
I stand corrected glad to be proven wrong!
Sent from my SAMSUNG-SGH-I927 using xda app-developers app

[TUT]change internal to external micromax a68

GIVE A SMALL THANKS INSTATED OF REPLYING ME
JOIN OUR FACEBOOK GROUP
OUR BLOG
SO LETS START
I AM NOT RESPONSIBLE FOR ANYTHING
REQUIREMENT : ROOT EXPLORER & DOWNLOAD THIS & ROOT EXPLORER & ROOT
NOW OPEN ROOT EXPLORER AND GO TO SYSTEM/ETC/[PASTE HERE THE DOWNLOADED FILE]
GIVE PERMISSION rw-r-r
RESTART INSTANTLY....
NOW YOUR INTERNAL SD CARD CHANGED TO EXTERNAL SD CARD...
NJOY.
GIVE A BIG SMALL THANKS INSTATED OF REPLYING ME
​
rajit said:
GIVE A BIG SMALL THANKS INSTATED OF REPLYING ME
SO LETS START
I AM NOT RESPONSIBLE FOR ANYTHING
REQUIREMENT : ROOT EXPLORER & DOWNLOAD THIS & ROOT EXPLORER & ROOT
NOW OPEN ROOT EXPLORER AND GO TO SYSTEM/ETC/[PASTE HERE THE DOWNLOADED FILE]
RESTART INSTANTLY....
NOW YOUR INTERNAL SD CARD CHANGED TO EXTERNAL SD CARD...
NJOY.
GIVE A BIG SMALL THANKS INSTATED OF REPLYING ME
​
Click to expand...
Click to collapse
Join here:
Click "Micromax A68" in my signature
hmm
Borken Link....
download link broken..
rajit said:
hmm
Click to expand...
Click to collapse
fixed ...
Sent from my Micromax A68 using xda premium
thnx for inform... :thumbup:
Sent from my Micromax A68 using xda premium
i have an unrooted micromax a68.....will this work on my device????
reply asap....please
prashantboriwal said:
i have an unrooted micromax a68.....will this work on my device????
reply asap....please
Click to expand...
Click to collapse
No
please help!!!!!!!
i have bought an android phone for the 1st time.....please help me rooting my micromax a68.....as i said i am a newbie i don't know anything about rooting.....please help me.....
prashantboriwal said:
i have bought an android phone for the 1st time.....please help me rooting my micromax a68.....as i said i am a newbie i don't know anything about rooting.....please help me.....
Click to expand...
Click to collapse
Follow the MMX A68 link in my signature
??????
rajit said:
GIVE A SMALL THANKS INSTATED OF REPLYING ME
JOIN OUR FACEBOOK GROUP
OUR BLOG
SO LETS START
I AM NOT RESPONSIBLE FOR ANYTHING
REQUIREMENT : ROOT EXPLORER & DOWNLOAD THIS & ROOT EXPLORER & ROOT
NOW OPEN ROOT EXPLORER AND GO TO SYSTEM/ETC/[PASTE HERE THE DOWNLOADED FILE]
RESTART INSTANTLY....
NOW YOUR INTERNAL SD CARD CHANGED TO EXTERNAL SD CARD...
NJOY.
GIVE A BIG SMALL THANKS INSTATED OF REPLYING ME
​
Click to expand...
Click to collapse
what is the use of it
aarish7 said:
what is the use of it
Click to expand...
Click to collapse
what
change internal to external card memory
i am using this trick i am download root explorer also download vold-1.fstab file but pasting on path “SYSTEM/ETC/” file not pasting file getting errer Warning! You cannot paste here because the file is read -only…. so please help me my mobile model name micromax A68
makvardhan said:
i am using this trick i am download root explorer also download vold-1.fstab file but pasting on path “SYSTEM/ETC/” file not pasting file getting errer Warning! You cannot paste here because the file is read -only…. so please help me my mobile model name micromax A68
Click to expand...
Click to collapse
change system to read write then you able to do !
After Swapping memory and then Factory Data Reset memory not Recognised
I changed external memory of 4 GB to internal memory and it worked perfectly . But after factory data reset, [Setting > Backup & Reset > Factory Data Reset] my Qmobile NOIR A6 phone is neither mounting internal memory 2GB, nor external memory (SD card) of 4GB. I have reverted changes made in vold.fstab file but the problem persists. my vold.fstab file exactly as it was befor change. My phone is only showing total space 503 MB when checked through SETTINGS>STORAGE.
I can not use camera or other application that use phone memory or SD card. what is solution please.
Here are contents of vold.fstab file.
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## 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
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /mnt/sdcard [email protected] /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host
dev_mount sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
## Example of a dual card setup
# dev_mount left_sdcard /mnt/sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
# dev_mount right_sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2
## Example of specifying a specific partition for mounts
# dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
I finally found the root of problem. I erroneously renamed the file "vold.fstab" as "vold .fstab" which made it useless for mounting the memory. by correcting the file name problem is solved.
izkhan said:
I changed external memory of 4 GB to internal memory and it worked perfectly . But after factory data reset, [Setting > Backup & Reset > Factory Data Reset] my Qmobile NOIR A6 phone is neither mounting internal memory 2GB, nor external memory (SD card) of 4GB. I have reverted changes made in vold.fstab file but the problem persists. my vold.fstab file exactly as it was befor change. My phone is only showing total space 503 MB when checked through SETTINGS>STORAGE.
I can not use camera or other application that use phone memory or SD card. what is solution please.
Click to expand...
Click to collapse
Problem!!
Can you get me the orginal file of vold.fstab ?? i deleted the fiel by mistake.plz get me a file
I clicked the thanked button for ur great work. Please, keep it up with such nice tricks/tips.
Kindly, upload more custom roms for Noir A6 except lewa. Plz
Thanks
Sent from my A6 using xda premium
HI,
Is there any way to merge internal SD card to phone memory ?

apps to sd card(galaxy S3 mini)

Hi,
How can i put in my Samsung Galaxy S3 mini(android 4.1.2) my apps, to sd card. Step by step pls, if you Know.
Thanks.
kdidie said:
Hi,
How can i put in my Samsung Galaxy S3 mini(android 4.1.2) my apps, to sd card. Step by step pls, if you Know.
Thanks.
Click to expand...
Click to collapse
Also, I need to know how to put my apps to SD Card.
If you found a method please tell me
Link2sd
Sent from the dark side on my GT-I8190
I installed link2sd but when I try to move the app to sd card show me this error.
Sent from my GT-I8190 using xda premium
Follow this guide here http://forum.xda-developers.com/showthread.php?t=2087497
Don't move the apps to sd, just create a 'link'.
You need init.d support and a properly partitioned sd card. This guide will show you how.
Sent from the dark side on my GT-I8190
iKlutz said:
Follow this guide here http://forum.xda-developers.com/showthread.php?t=2087497
Don't move the apps to sd, just create a 'link'.
You need init.d support and a properly partitioned sd card. This guide will show you how.
Sent from the dark side on my GT-I8190
Click to expand...
Click to collapse
Thanks very much for the guide.
Here is an easy method to enable init.d support with an app [http://forum.xda-developers.com/showthread.php?t=1933849]
eduardd- said:
I installed link2sd but when I try to move the app to sd card show me this error.
Sent from my GT-I8190 using xda premium
Click to expand...
Click to collapse
I had the same problem with my S3 Mini, what i did is 1.Install Link2SD. wich created a mount script for the second partition to be mounted to /data/sdext2 at boottime
and then i also got the INSUFFICIENT SPACE error when i tried to move. so i looked for the init.d script at /etc/init.d/ its called link2sd or someting like that and then 2. i manually changed that script to include "mount -o bind" commands so i could link manually my copied data maps on the second partition to the 'local' /sdcard/Android/data or ../obb
it worked but you have to remount the /etc directory to get write acces to be able to change the init scripts and also you are depending on a kernel wich supports init.d scripts.
took me a few days to figure it out but i just got my first android since 2 weeks and only have some linux/unix experience so i get the commands.
dhscholtus said:
I had the same problem with my S3 Mini, what i did is 1.Install Link2SD. wich created a mount script for the second partition to be mounted to /data/sdext2 at boottime
and then i also got the INSUFFICIENT SPACE error when i tried to move. so i looked for the init.d script at /etc/init.d/ its called link2sd or someting like that and then 2. i manually changed that script to include "mount -o bind" commands so i could link manually my copied data maps on the second partition to the 'local' /sdcard/Android/data or ../obb
it worked but you have to remount the /etc directory to get write acces to be able to change the init scripts and also you are depending on a kernel wich supports init.d scripts.
took me a few days to figure it out but i just got my first android since 2 weeks and only have some linux/unix experience so i get the commands.
Click to expand...
Click to collapse
Can you explain better wnat you changed in that file, please?
I menage to find it after all... now i don't know what to change...
THX
#!/system/bin/sh
#added by link2sd
LOG=/data/link2sd-11link2sd.log
echo "$(date) mounting..." > $LOG
mount -t vfat -o rw /dev/block/vold/179:98 /data/sdext2 1>>$LOG 2>>$LOG
mount -t vfat -o rw /dev/block/mmcblk1p2 /data/sdext2 1>>$LOG 2>>$LOG
mount >> $LOG
echo "$(date) mount finished" >> $LOG
i found one thing...
after root the phone, use "GL to SD"
it will move the games data to sd card, but apps not able...
use directory bind to move data games
maulana98 said:
use directory bind to move data games
Click to expand...
Click to collapse
How , can you explain please
I got a Samsung S3 Mini from AT&T the other day and I can install apps to sd card with the stock rom! here are my phone specs:
Model number: Sumsung-SM-G730A
Android version:
4.2.2
Baseband version:
G730AUCUAMH4
Kernel Version:
3.4.0-1299773
[email protected] #1
Wed Aug 21 13:15:42 KST 2013
Build version:
JDQ39.G730AUCUAMH4
Hi
I use this program and it works very good https://play.google.com/store/apps/details?id=com.slf.ListglApp
1. Install
2. options/move data
3. Select apps to move
4. start, it will work,
5. each time you wanna play or run any app only select mount (the chain in the right side), if you wanna move more apps select unmount and move data again, and that's all.
gafer said:
How , can you explain please
Click to expand...
Click to collapse
Go to: [TOOL] DirectoryBind - move data to external_sd (GameLoft, Shadowgun etc.) ROOT req.
Hey guys,
I think I've tried everything but it doesn't look like this is possible to do.
I tried to do it on an un-rooted I9300 4.1.2 with TouchWiz and had no success.
Now I'm using CM 10.2 and I still I'm trying to find something useful. And again with no success.
iKlutz said:
Follow this guide here http://forum.xda-developers.com/showthread.php?t=2087497
Don't move the apps to sd, just create a 'link'.
You need init.d support and a properly partitioned sd card. This guide will show you how.
Sent from the dark side on my GT-I8190
Click to expand...
Click to collapse
Thanks, it helped me a lot

Categories

Resources