Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
NFHimself
Old
(Last edited by NFHimself; 29th August 2011 at 08:56 PM.)
#1  
NFHimself's Avatar
Senior Member - OP
Thanks Meter 441
Posts: 796
Join Date: Mar 2008
Location: Mount Pearl

 
DONATE TO ME
Default [INT/Bell][CWM]Auto Ram Fixer for unlocked bootloader

Hi,

This is a small CWM zip to add the mem=512M@512M line to your existing boot and recovery partitions to fix the ram issue with the international unlocked bootloader. If the second mem is already there it does nothing.

The point of this is you can have a regular recovery flashed and fix the ram issue without wondering what tegra part you have, it preserves your serial number as well. More useful with stock boot images than custom ones that already have this done.

To use:

Flash with a CWM recovery supporting edify scripting. That means you have an unlocked recovery basically.
The program inside the zip can be used on it's own to list the cmdlines already in your phone, or to set them to something else.

As cmdline, it lists, as setcmdline it sets the entire thing, as addcmdline it adds on to the end of the existing cmdline.
Cheers!
Attached Files
File Type: zip Ramfix.zip - [Click for QR Code] (177.8 KB, 12354 views)
The Following 26 Users Say Thank You to NFHimself For This Useful Post: [ Click to Expand ]
 
ceo.mtcl
Old
#2  
ceo.mtcl's Avatar
Senior Member
Thanks Meter 362
Posts: 1,972
Join Date: Aug 2008
Location: St. Paul, MN
Great! Looks like our bell friends are having good development as well.

Sent from my MB860 using XDA Premium App
Current Phones:
๑۩۞۩๑ Galaxy Note 2 I717 and Galaxy S3 I9300 ๑۩۞۩๑
Retired Phones: HTC One X (International) on AT&T <- Galaxy Nexus GSM <- HTC Vivid <- iPhone 4s <- AT&T SGS 2 <- Moto Atrix! <- iPhone 4 <- NEXUS S<- HTC HD2<- NEXUS ONE<- IPhone 3GS 16Gigs <- HTC Topaz (AT&T Pure) <- HTC Kaiser (AT&T Tilt)

Benefits of International Samsung Galaxy S3 for US (AT&T) users
 
TheSmokingAndroid
Old
#3  
TheSmokingAndroid's Avatar
Senior Member
Thanks Meter 212
Posts: 570
Join Date: Apr 2010
Location: Victoria
NF, cheers bro I really appreciate the work from you.

Sent from my MB860 using XDA Premium App
 
IUH1991
Old
#4  
IUH1991's Avatar
Senior Member
Thanks Meter 197
Posts: 613
Join Date: Aug 2011
Location: Ottawa
So would i need to flash this once and then any ROM I install will have fixed RAM, or do I need to flash this after every installation?
Current Devices:
Bell SGSIII --- running Aokp by Task and Ktoonsez

Asus Tf300t -- running latest CleanROM Inheritance by sdbags

RIP:

Atrix: seemingly good phone -- until the digitizer fails
 
NFHimself
Old
#5  
NFHimself's Avatar
Senior Member - OP
Thanks Meter 441
Posts: 796
Join Date: Mar 2008
Location: Mount Pearl

 
DONATE TO ME
Quote:
Originally Posted by IUH1991 View Post
So would i need to flash this once and then any ROM I install will have fixed RAM, or do I need to flash this after every installation?
You can just keep it handy on your sdcard and use when needed, it depends on the "rom" you flash, it may or may not have a ram fix solution built in.

Cheers!
 
NFHimself
Old
#6  
NFHimself's Avatar
Senior Member - OP
Thanks Meter 441
Posts: 796
Join Date: Mar 2008
Location: Mount Pearl

 
DONATE TO ME
Quote:
Originally Posted by J-Roc View Post
NF, cheers bro I really appreciate the work from you.

Sent from my MB860 using XDA Premium App
You're welcome.

Cheers!
 
nexxusty
Old
#7  
nexxusty's Avatar
Senior Member
Thanks Meter 20
Posts: 143
Join Date: May 2011
Location: Toronto, Ontario
Quote:
Originally Posted by NFHimself View Post
You can just keep it handy on your sdcard and use when needed, it depends on the "rom" you flash, it may or may not have a ram fix solution built in.

Cheers!
It depends on the Kernel the Rom has within it, nothing else.

Furthermore, no offense. But this is kinda useless now. Did you not know we have unified Kernel's? If someone made a Rom without a unified kernel, they can basically shove that Rom.

I do not see a point in this at all. I guess maybe for testing old Roms.....
Samsung Galaxy Nexus - 4.2 Deodexed/Rooted
 
IUH1991
Old
#8  
IUH1991's Avatar
Senior Member
Thanks Meter 197
Posts: 613
Join Date: Aug 2011
Location: Ottawa
Quote:
Originally Posted by NFHimself View Post
You can just keep it handy on your sdcard and use when needed, it depends on the "rom" you flash, it may or may not have a ram fix solution built in.

Cheers!
So solid man, keep up the good work!
Current Devices:
Bell SGSIII --- running Aokp by Task and Ktoonsez

Asus Tf300t -- running latest CleanROM Inheritance by sdbags

RIP:

Atrix: seemingly good phone -- until the digitizer fails
 
NFHimself
Old
#9  
NFHimself's Avatar
Senior Member - OP
Thanks Meter 441
Posts: 796
Join Date: Mar 2008
Location: Mount Pearl

 
DONATE TO ME
Quote:
Originally Posted by nexxusty View Post
It depends on the Kernel the Rom has within it, nothing else.

Furthermore, no offense. But this is kinda useless now. Did you not know we have unified Kernel's? If someone made a Rom without a unified kernel, they can basically shove that Rom.

I do not see a point in this at all. I guess maybe for testing old Roms.....
Hi,

I addressed this already in the OP. It's more for use with stock kernels.

Can you compile the motorola kernel source (pick one) and get a binary exact match for the stock Bell kernel?

No offense to the guys working on kernel's here, but I am not really compelled by the added features/bug fixes, and am concerned more about stability, especially when the source seems to be ATT based. Which is fine if you are running an ATT framework "rom/theme" I guess, even better if you have an ATT phone.

Cheers!
The Following User Says Thank You to NFHimself For This Useful Post: [ Click to Expand ]
 
xateeq
Old
#10  
xateeq's Avatar
Senior Member
Thanks Meter 133
Posts: 526
Join Date: Oct 2010
Location: Rawalpindi
Quote:
Originally Posted by NFHimself View Post
Hi,

This is a small CWM zip to add the mem=512M@512M line to your existing boot and recovery partitions to fix the ram issue with the international unlocked bootloader. If the second mem is already there it does nothing.

The point of this is you can have a regular recovery flashed and fix the ram issue without wondering what tegra part you have, it preserves your serial number as well. More useful with stock boot images than custom ones that already have this done.

To use:

Flash with a CWM recovery supporting edify scripting. That means you have an unlocked recovery basically.
The program inside the zip can be used on it's own to list the cmdlines already in your phone, or to set them to something else.

As cmdline, it lists, as setcmdline it sets the entire thing, as addcmdline it adds on to the end of the existing cmdline.
Cheers!
Hi is this fix for when i flash IHOP and get ram problem it fix that or its universal for every kernel (Gb froyo ROMs etc) ?

 
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...