Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
munjeni
Old
#1  
munjeni's Avatar
Recognized Contributor / Recognized Developer - OP
Thanks Meter 8188
Posts: 3,315
Join Date: Jun 2011

 
DONATE TO ME
Default [tutorial] how to have bigger data.ext2

Procedure is easy, folow next steps:
- change line in startup.txt
Code:
set cmdline "rw console=ram1"
to
Code:
set cmdline "rw console=ram1 data_size=4000"
Algorithm to calculate size of the data.ext2 is:
(size_you_want * 131072) / 1000000
example (4000 * 131072) / 1000000 = 524MB
The Following User Says Thank You to munjeni For This Useful Post: [ Click to Expand ]
 
mooncmn
Old
#2  
Junior Member
Thanks Meter 3
Posts: 22
Join Date: Oct 2010
Location: Shenzhen
nice! without the tools ! thanks
 
munjeni
Old
(Last edited by munjeni; 25th August 2011 at 11:17 AM.)
#3  
munjeni's Avatar
Recognized Contributor / Recognized Developer - OP
Thanks Meter 8188
Posts: 3,315
Join Date: Jun 2011

 
DONATE TO ME
Quote:
Originally Posted by mooncmn View Post
nice! without the tools ! thanks
Yes but it working only on clean install, but I don't guarante if you have problem with android if you delete data.ext2 after clean install and doing this procedure, I guarante only if you do this with first time clean boot (clean release)
 
GeForZero
Old
#4  
Junior Member
Thanks Meter 2
Posts: 29
Join Date: Oct 2008
It need to delete existing before booting or not. because i can't do this with my existing data.ex2.
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...