General :: How To Make Ext-3 Partition Visible In Settings

Mar 19, 2014

i searched for long time to use sd card as internal storage i tryed lot of a2sd app but it not worked like i wanted, until i try mount2sd, i have a 64gb memory card, i made a fat 32 partition of 5gb and a 50 gb partition in ext-3 for install app, i moved all android system in, but now in setting i have the 16gb of internal storage (who is nearly empty because all was moved to the ext-3 partition) and the 5gb fat 32 partition for the sd card. I send you pictures in attachment you can see what i talking about.

and the 50 gb partition is not here it is invisible it is just visible in titanium backup or root explorer i made a shortcut in the home screen. but now the question is: is there a thing to do like in xposed module or modify a text in system or anything to do for make the 50 gb ext-3 partition visible in parameter/setting? Can make an app or an exposed module to make it visible?

because i see you can make custom rom, i see in volt.stab but don't know what to write for add the partition... is possible or make it possible? or its to hard to make?

General :: how to make Ext-3 partition visible in settings


Android :: Progress Bar Not Visible With White Background In 1.6 Sdk / Make It Visible Under All Colors?

Sep 21, 2009

When i ran my old application in 1.6 i noticed that the progress bar was not showing up on the screen.When i analyzed it further i found the issue.The progress bar is getting activated but its not visible since my background color is also white.When i changed the background color i was able to see the progress bar.Is there no other way to make the progress bar visible other than changing the background color..Shouldn't the progress bar be visible under all background colors??

View 2 Replies View Related

General :: Is It Possible To Make Bootable SD Card Partition

Mar 3, 2012

I plan on buying a new 32gb sdcard for my Xperia ray. What i plan to do is letting the phone use most of the space on the sd card but creating a second partition for a different purpose.

The purpose is to use that partition just like a normal windows(ntfs or fat) usb disk and eventually making it bootable for PC's. I carry my usb stick with me that i made bootable via easyboot and installed the tools i need which i wanna get rid of if my phone has the same capabilities.

Questions are
-Will a pc recognize that partition as a bootable device and eventually boot?
-If yes, will i need to set anything on my android such as usb debugging etc. after connecting?
-will that partition be independent from the android partition? (i guess this is a low possibility since the partition is on the sdcard and that is mounted to the android os, but may be android calls the partition sdcard thus not hugging the second partition)

View 3 Replies View Related

General :: Mount Arbitrary Phone Partition On PC / Change Partition Names?

Oct 8, 2013

I am running rooted stock Android 2.3 on LG E405 (no working 4.x ROMs exist for the device)

I have two questions:

1) What is the shell command to manually make android allow the PC to mount androids' (internal) partition as USB-drive? (I cannot think of right keywords to google this one up - )

2) How does android determine which partition is which (i.e. which one to remount for the PC when connecting in "USB storage" mode), beside vold.fstab and init.rc? On android 2.3 that info is not in "framework-res.apk", so where is it? In the partition table itself?

I had switched data partition with internal sdcard partition.

Here's how: Phone had a very small "/data" partition on /dev/block/mmcblk0p21 and large internal "/sdcard" partition on mmcblk0p20

So I reformatted mmcblk0p20 (ex-sdcard partition) into EXT4 and mmcblk0p21 (ex-data partition) into FAT32

Then I changed init.rc to mount mmcblk0p20 as /data type EXT4 and mmcblk0p21 as /sdcard type VFAT (mounting /sdcard was commented out in stock init.rc for some reason). This required modifying my boot image.

I have also set correct partition number in vold.fstab:

[#]dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host[/#]

So basicly I now have a large /data partition and small internal /sdcard. I'm able install up to a gigabyte of APKs and it works fine.

However, when I connect to my PC via USB into "USB Storage" mode, the phone seems to still try to unmount what was previously sdcard partition (/dev/block/mmcblk0p20), instead of what is NOW an sdcard partition (/dev/block/mmcblk0p21) I can still send files to the phone via wi-fi and ADB, but the ability to mount it directly would be nice.

If I accidentally select "erase internal sdcard" from storage menu, that will also most likely erase what is now my /data partition, softbricking the phone. The "factory reset" option will probably only corrupt the sdcard.

View 1 Replies View Related

General :: SD 2nd Partition Doesn't Work - MiniTool Partition Wizard?

Oct 19, 2012

I'm have been trying to create a second partition on my sd card using miniTool Partition Wizard.But in the end I never get a 2nd partition but just a smaller first one.My approach is as follows:

insert empty SD card (FAT32, 4GB)
open miniTool Partition Wizard
right click on SD card - "Move/Resize"
choose 1gb for unallocated space after - click ok
right click on 2nd partition and choose "create"
create 2nd partition with FAT32/Ext2/Ext3 (tried all options already) and "primary" and Cluster 4KB - click ok
Apply

Afterwards my SD card is still shown as one partition, but this has just 1gb less capacity then before.Neither the Wizard nor the phone detects the 2nd partition then.

View 1 Replies View Related

General :: Partition Layout - Exact Meaning Of Value In CWM - Partition SDCARD

Aug 26, 2012

I can't figure what is exactly meaning the Partition Sdcard values in CWM.

I have an i9000, with 8Gb of flash. Some are system reserved. Available is around 6Gb.

When i run CWM, i can partition my sdcard, but i don't see what means the possible values (for 256 to 4096).

This is obviously not ruling the space left on /sdcard mountpoint (i partition to 2048, i still have nearly 6Gb available)... So what exactly means partition sdcard from CWM ??

i can't find an answer, and i dislike, when flashing rom, following commands i don't really master (generally a partition SD 2048 / SWAP 256 or SWAP 0).

View 1 Replies View Related

General :: How To Delete Partition 4 And Extend Partition 3

Jan 14, 2013

I have bought a cheap chinese phone that had a 4g rom. 512mb is mapped to data as p3 and p4 is mapped to internal storage which is 2g.

I have managed to work out how to delete partition4 and extend partition3 as they follow on from each other.
However how do I remove all links to it in the system as it still tries to mount it on boot even though it isn't there.

I have removed the line from vold.fstab and that just crashed the external and internal sdcards and the storage section inside the system settings.

View 1 Replies View Related

Android :: How To Make Keypad Always Visible In Application

Oct 2, 2009

In android, how do we make the device keypad always visible in the application? The top portion displays the content the application wants to render and bottom portion displays the keypad always.

View 1 Replies View Related

Android :: Make Animation Visible Above Other Views On Layout?

Aug 13, 2009

How can i make my animation visible above other views on the layout. i tried with the zorder adjustment but it didn't work out.

View 2 Replies View Related

Samsung Captivate :: Starred Contact Hidden - Can't Make It Visible / Get It To Work?

Oct 6, 2010

Never mind. Contact reappeared for some reason, by itself, after about 10 minutes. Sorry. Useless thread.

View 1 Replies View Related

General :: Make Display Settings For New Android OS Look Like Gingerbread's

Aug 1, 2013

When I look at the display on Android devices where the OS is newer than Gingerbread, my eyes start hurting from the strain. For example, I tried updating my Tmobile G2's ROM from Gingerbread to ICS , then to Jellybean and after hours of tinkering with the display settings my eyes were still hurting. When I gave up and went back to Gingerbread, then my eyes were fine looking at the screen.

My question is: what exactly changed in the display settings in the newer version of the Android oS? Also How can I use an OS like Jellybean or ICS, but make the screen display with the brightness that was available via Gingerbread?I did try the ADW Gignerbread theme, but that mainly changes the look and feel of the icons, not the display

View 1 Replies View Related

Android :: HowTo Make List View Larger / More Than One Item Visible At Time ?

Jan 14, 2010

Does anyone know how to make a ListView object larger such that more than one Entry item is visible at the same moment ? Both parents are already set with "fill_parent" but the view continues to show one-and- a-half Entries.

View 5 Replies View Related

Android :: Dialog WindowBackground Makes Parent Window Go Black / Make It Visible?

Aug 5, 2009

I wanted to change the frame around my Dialog. So I set up a style...

And yay! I get my new frame. However, the parent window disappears (goes black).

Having a normal dialog: <activity android:name=".MyActivity" android:theme="@android:style/ Theme.Dialog"> keeps the parent window visible.

Can I have a custom frame on a dialog and keep the parent window visible?

View 11 Replies View Related

HTC EVO 4G :: How To Make Settings Page?

Jun 6, 2010

Is anyone aware of an example or sample code that shows how to make a settings page (like what you get from hitting settings)? Many apps seem to have them but I'm not sure what type of list they are using.

View 20 Replies View Related

HTC EVO 4G :: Make Caller ID Private On Phone Through Settings / Turn It Off - On On Fly?

Jun 9, 2010

Is there a way to make you phone number private on the HTC Evo through settings?

If not, how can one turn it off and on on the fly?

View 3 Replies View Related

Samsung Moment : Need Settings For Set CPU - Make Phone Faster

Mar 22, 2010

OK so i got this application because it says it can make phone faster or make it save battery, i dont know what settings to have it at or what presets for sleep/wake, etc. if someone can help me as to what settings it would help alot. currently its running at 800max and 66 min.

View 1 Replies View Related

Nexus :: No Option To Check Apps2sd In Settings / Make This Available?

Mar 25, 2010

I just rooted last night with Cyanogenmod, but I do not have the option to check the apps2sd option in settings. Is there an app or something I need to do to make this option available?

View 19 Replies View Related

Android :: Droid X / How To Tweak Settings To Make Better Battery Life?

Aug 8, 2010

I just got my droid x a few days ago and i love it but i cant stand the battery. it just doesnt last me a whole day. and the display, 57%!? Can someone give me tips on how to tweak settings and apps to download to make this better. also i heard that advanced task killer can actually be good if you use it as a widget? should i get an 1800mAh battery? someone help me im really pissed

View 3 Replies View Related

General :: Touristic App Become Visible?

Apr 16, 2012

It contains 2 must haves:

navigate a custom route and present some specific content along.

1. navigate a custom route

I would like to present complete tours, eg routes that i gather from a gps tracker.

Once these complete routes are created, they should be used for navigation (the loaded route should be the preferred route, instead of the fastest, shortest, ...)I cannot use plain navigation because the routes themselves are important.

2. content

while navigating, i want touristic attractions to become visible and when clicked, they should show pictures and story.Does there exist already an application i can use?

View 1 Replies View Related

Sony Ericsson Xperia X10 :: What Are Settings To Make Battery Life Longer?

Aug 26, 2010

which app u guys think saves alot of battery let us know. And what are the settings u guys are using? To make battery life longer.

View 1 Replies View Related

General :: Keep Notification / Status Bar ALWAYS Visible?

Aug 1, 2013

Is there any possibility to keep the status / notification bar ALWAYS visible (for fullscreen apps for example)

I'm not searching for an app which can make the bar visible if i do a gesture or anything else in a full screen app

Just keeping the notification bar always visible is my request

I'm using I9000 (SGS) with 4.2.2 AOKP

View 2 Replies View Related

General :: SD Card Contents Not Visible?

May 13, 2012

All is fine with the new rom except that my SD card contents aren't visible in the file manager. But if I connect it to the PC it shows up just fine.

GT-I9100

View 2 Replies View Related

General :: WiFi Hotspot - Sharing Without Being Visible?

Oct 22, 2013

it is possible to send 3g from your android phone to your PC, without others can see it? I dont want it to be broadcast in the public, and i cant do a direct connection with a datacord. So is there a way to share your 3g connection with your computer, without public broadcast and datacord/wires?

View 5 Replies View Related

General :: HTML Website Not Visible On Android

Mar 1, 2012

I recently recoded the HTML on my two websites. The sites show up perfectly on PC, Macs and iPhones but when I go to the sites on an Android device, all I see is the background colour of the website. The .jpg in the center of both pages is not visible at all.

I'm not sure if it has to do with the pixel size of the images (1024x768 which is pretty standard) as per what WebKit can deal with for smaller screens of mobile devices (although the sites show up on iPhone so maybe this isn't the issue), the positioning of the image (centered), or have I missed the boat on extra code I need to add regularly to sites nowadays since surfing the net on phones has become more of a regular thing?

View 9 Replies View Related

General :: SD Card Partition

Aug 28, 2012

If I wipe data/factory reset or format sdcard in Clockworkmod Recovery, will it delete the partition that I created on my SD card?

View 1 Replies View Related

General :: Swap On EXT Partition

Dec 13, 2012

is it possible to use swap on a sd-ext partition? I started to use simple 2ext and I don't know if it's that possible.

View 1 Replies View Related

General :: How To Partition Rooted O+8.31z

May 21, 2014

As the title says how do I partition O+8.31z

O+8.31z had a very small internal mem. as we know 165mb

I do got 4gb mem. and I would like to partition it to use as my internal memory. So I could download and install game or an app as I want.

View 2 Replies View Related

General :: How To Create SD-Ext Partition

Jan 11, 2012

I am trying to create an sd-ext partiton so I can move applications and backup to that partition on my 4GB external SD card.

I've got ROM Manager 4.8.0.8 but when I select Partiton SD card it reboots and tries to reformat but I don't see anything on the Card just a LOST.DIR folder. I can't read the system messages when in Recovery mode cos it all happens so fast.

I tried via ADB and booted into recovery and selected the option to partition manually but still nothing. I reformatted the card with FAT32. Nothing.

View 7 Replies View Related

General :: Files Not Visible On External MicroSDXC Card

Feb 28, 2013

I have a Samsung Galaxy Note 2 (US - Sprint) and received the following external memory card yesterday: Amazon.com: Kingston Digital 64GB MicroSDXC Class 10 Flash Card (SDCX10/64GB): Computers & Accessories

I was previously using an old 8GB class 6 miscroSDHC card with no problems. I removed that card form the phone, inserted the new card and formatted it (exFAT). The phone had no trouble seeing 59ishGB of the new card.

I removed the new card from my phone and inserted it into my laptop. The phone had created a folder called "LOST.DIR" but other than that the card was empty. I created a folder called "Music" and proceeded to move just under 8GB of music folders/files to it overnight.

This morning I removed the card from my laptop and inserted it into my phone. I opened the "My Files" app and when I opened the "extSdCard" folder there was nothing there. I removed the card and reinserted it in my laptop and the "lost" and "music" files were both available. I removed the card once again and reinserted into my phone and after about 15 seconds or so the phone rebooted. Once the phone powered on it rebooted again. Once it powered on again it rebooted once more and this time it powered into safe mode. Once in safe mode, I checked for the card and low and behold I could see both folders and I was able to play mp3 files from the music folder.

The phone shows 51.06GB of 59.01GB free on the external card, whether in safe or regular mode. Every time I removed the card from the phone or laptop, I unmounted it first. I've read that Android sometimes doesn't play well with Windows folders, but I've never had a trouble with this on any other Android handset.

View 1 Replies View Related

General :: Syncing (No Contacts Visible) ASUS PadFone 2

Dec 25, 2012

The issue here is that when I turn on the device, go to contacts and they are all there. After some time, may be 5-10 mins, someone calls me or texts or I go to contacts myself, there are no names stored, except for the device owner (me).

What I have tried to do:
- restart the device to see contacts (yes, that works, but I don't want to restart my device everytime I want to make a call or receive a text message)
- from settings>applications>all tab>contacts => close application and clear cache buttons (not sure how they are in English), go to contacts app choose account which do I want to sync from, in my case its Google only, press sync contacts and voila, they are there. However, for only a few minutes again. If you repeat syncing without closing program and clearing cache, then it will not work.
- filter - doesn't work. Either Google option has many suboptions but no contacts or Google option is there but no sublists (i.e. all contacts, family, friends etc.)
- all my contacts ARE in Google account, which I can see via google.com/contacts - so this isn't the problem.
- device sometimes doesn't want to sync. it does not say it has not been synced, but I can see that the "Last time" it was synced was when it really synced contacts that I could see them, but not just now.

I do not want to use any "aftermarket" apps to view contacts, as I want my device to be as stock as possible.

The first day I bought PadFone 2 it advised me to upgrade to 4.1.1 Android, which I did, so I don't know whether it did work before.

Uninstall your whatsapp messenger and the problem should be resolved on your padfone 2. The problem is the conflict of address books of your native contacts app and of whatsapp contacts. They seem to be stored in the same directory. Now need to wait for whatsapp update.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved