Jump to content


Storage Issue

- - - - -

  • Please log in to reply
6 replies to this topic

#1
Frankish

Frankish

    Hardcore

  • Members
  • PipPipPipPipPipPip
  • 3,149 posts
Is it at all possible to just not mount the internal 2gb? And then surely the system would have to default/stay on sdcard. Not sure how to go about testing this though?

Vold edit? I'm using Stock+ rom with Paul's kernel and the rom is unbelievably fast and responsive. Only the stupid storage issue plagues me. Tried to format sdcard too.

Unified Theme Thread for Blade Currently supporting Japanese Jellyfish, FLB and MCR Froyo roms.

ZTE Blade Theme Porting/Editing Guide. Including other related bits.

Posted Image

#2
tcpaulh

tcpaulh

    Addict

  • Members
  • PipPipPipPipPip
  • 893 posts
  • Gender:Male
  • Devices:Huawei G300, ZTE Blade
  • Twitter:@tcpaulh
Modaco Paul said he'd be happy to discuss his findings re storage with anyone interested. Twitter works for contact :)

“Isn’t it enough to see that a garden is beautiful without having to believe that there are fairies at the bottom of it too?”

G300 CM10 Bug List / Issues Tracker   How To Provide Error Logs

#3
tillaz

tillaz

    Hardcore

  • Developer Team
  • PipPipPipPipPipPip
  • 4,763 posts
  • Gender:Male
  • Location:Googleplex
  • Interests:Space
  • Devices:Nexus 4

View PostFrankish, on 11 November 2012 - 08:43 PM, said:

Is it at all possible to just not mount the internal 2gb? And then surely the system would have to default/stay on sdcard. Not sure how to go about testing this though?

Vold edit? I'm using Stock+ rom with Paul's kernel and the rom is unbelievably fast and responsive. Only the stupid storage issue plagues me. Tried to format sdcard too.

yes, i know how to, and did a while ago, only problem is that it brakes usb mass storage and you have to use MTP connection

will will upload it for to have a look


EDIT: actually it easier just to use this http://ubuntuone.com...jv83kcre88BAMEQ

Posted ImagePosted ImagePosted Image


#4
Cyda

Cyda

    Hardcore

  • Members
  • PipPipPipPipPipPip
  • 1,406 posts
  • Gender:Male
  • Location:Wales
  • Devices:Nexus 4 & 7 running PAC
I think I've found a rather interesting way around this problem. Check your PM, Frankish.

Edited by Cyda, 12 November 2012 - 08:03 PM.

If you appreciate my work and would like to buy me a beer

Posted Image


#5
tillaz

tillaz

    Hardcore

  • Developer Team
  • PipPipPipPipPipPip
  • 4,763 posts
  • Gender:Male
  • Location:Googleplex
  • Interests:Space
  • Devices:Nexus 4

View PostCyda, on 12 November 2012 - 08:03 PM, said:

I think I've found a rather interesting way around this problem. Check your PM, Frankish.

???

Posted ImagePosted ImagePosted Image


#6
Cyda

Cyda

    Hardcore

  • Members
  • PipPipPipPipPipPip
  • 1,406 posts
  • Gender:Male
  • Location:Wales
  • Devices:Nexus 4 & 7 running PAC

View Posttillaz, on 12 November 2012 - 08:05 PM, said:

???
I'll share more info later... Just doing a bit more testing whilst trying to cook spag bol. lol

If you appreciate my work and would like to buy me a beer

Posted Image


#7
tillaz

tillaz

    Hardcore

  • Developer Team
  • PipPipPipPipPipPip
  • 4,763 posts
  • Gender:Male
  • Location:Googleplex
  • Interests:Space
  • Devices:Nexus 4

View PostCyda, on 12 November 2012 - 08:10 PM, said:

I'll share more info later... Just doing a bit more testing whilst trying to cook spag bol. lol

i was making changes in the framework to try resolve the problem but it always caused another problem lol

framework-res.apk / res / xml

external_primary_list.xml
internal_primary_list.xml
storage_list.xml

looking at these specifically

you can see in "storage_list.xml" that internal is set to primary, i changed this to be the external but don't think it made a difference

<?xml version="1.0" encoding="utf-8"?>
<StorageList
xmlns:android="http://schemas.android.com/apk/res/android">
<storage android:mountPoint="/mnt/sdcard" android:storageDescription="@string/storage_internal" android:primary="true" android:emulated="true" />
<storage android:mountPoint="/mnt/sdcard2" android:storageDescription="@string/storage_sd_card" android:removable="true" />
</StorageList>

Posted ImagePosted ImagePosted Image





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users