Jump to content


[Rom][Retail] M Rage v1.1 DISCONTINUED!


  • This topic is locked This topic is locked
327 replies to this topic

#41 lowvolt

lowvolt

    Droid Master

  • Members
  • PipPipPip
  • 478 posts

Posted 16 April 2013 - 04:28 PM

Are they having success going that?

via RAZR M-arvelous!

#42 brandon71

brandon71

    Droid Master

  • Members
  • PipPipPip
  • 553 posts
  • Google+:tbd7171@gmail.com
  • LocationKodak, TN
  • Current Device(s):Droid Razr M

Posted 16 April 2013 - 05:08 PM

I tried flashing kernel first then vise versa then I tried flashing with a stock boot.img but still getting the error

Sent from my XT907 using Tapatalk 2

#43 JWACK72

JWACK72

    Member

  • Members
  • PipPip
  • 103 posts
  • LocationSC
  • Current Device(s):RAZR M

Posted 16 April 2013 - 05:08 PM

just tried it to still a No Go!



#44 bgregs514

bgregs514

    n00b

  • Members
  • Pip
  • 9 posts

Posted 16 April 2013 - 08:19 PM

Well it was worth a shot.  I guess we just gotta wait for the next update to roll around.



#45 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 16 April 2013 - 08:35 PM

It's coming soon. 

 

I think the issue may have been the base ROM. Going to switch to a different base, build the ROM, then upload it. It's going to take a few hours probably but I'm getting ready to start working on it right now.


  • neckchop, usmcamgrimm, zooyork0721 and 3 others like this

#46 bgregs514

bgregs514

    n00b

  • Members
  • Pip
  • 9 posts

Posted 16 April 2013 - 08:45 PM

Thanks for all the hard work!  We really appreciate it!



#47 mhous33

mhous33

    Droid Master

  • Developer
  • 480 posts

Posted 16 April 2013 - 09:48 PM

I flashed over CDMA and yesterday got an error that read "error got 3 args need 4" but I have not tried the new build. Yesterday's didn't have a build.prop file though.

this error is caused by the update-binary being used.



#48 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 16 April 2013 - 10:00 PM

this error is caused by the update-binary being used.

 

The update binary shouldn't be in there? That's a necessity in every ROM isn't it?



#49 mhous33

mhous33

    Droid Master

  • Developer
  • 480 posts

Posted 16 April 2013 - 10:04 PM

The update binary shouldn't be in there? That's a necessity in every ROM isn't it?

almost always, yes. but that error means the binary requires 4 arguments, probably for the mount command being used.

 

example:

mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");

 

ext4=1

EMMC=2

/dev/block/platform/msm_sdcc.1/by-name/system=3

/system=4

 

i'm downoading now to check out the updater-script, but i'm guessing your mount command is missing one of those arguments.



#50 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 16 April 2013 - 10:08 PM

almost always, yes. but that error means the binary requires 4 arguments, probably for the mount command being used.

 

example:

mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");

 

ext4=1

EMMC=2

/dev/block/platform/msm_sdcc.1/by-name/system=3

/system=4

 

i'm downoading now to check out the updater script, but i'm guessing your mount command is missing one of those arguments.

 

 

Ohhhhh, I bet it's because I added a command!

 

I added:

 

mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/data", "/data");



#51 mhous33

mhous33

    Droid Master

  • Developer
  • 480 posts

Posted 16 April 2013 - 10:11 PM

Ohhhhh, I bet it's because I added a command!

 

I added:

Please Login or Register to see this Hidden Content

 

here's a reference update.zip i made with the correct commands, hope this helps ;)



#52 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 16 April 2013 - 10:13 PM

Please Login or Register to see this Hidden Content

 

here's a reference update.zip i made with the correct commands, hope this helps ;)

 

Thanks man! I figured something went wrong when I added /data/app support



#53 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 16 April 2013 - 10:34 PM

Please Login or Register to see this Hidden Content

 

here's a reference update.zip i made with the correct commands, hope this helps ;)

 

Can I send you my updated, updater-script and have you take a look at it? The commands to mount stuff on this phone are a lot more different than the Galaxy Nexus lol.



#54 mhous33

mhous33

    Droid Master

  • Developer
  • 480 posts

Posted 16 April 2013 - 10:36 PM

Can I send you my updated, updater-script and have you take a look at it? The commands to mount stuff on this phone are a lot more different than the Galaxy Nexus lol.

sure



#55 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 16 April 2013 - 10:41 PM

sure

 

Thanks man!

Please Login or Register to see this Hidden Content



#56 mhous33

mhous33

    Droid Master

  • Developer
  • 480 posts

Posted 16 April 2013 - 10:48 PM

Thanks man!

Please Login or Register to see this Hidden Content

your mount command for cache needs 4 arguments, that's all i noticed. tbh i just use hashcode's and tweak it to my liking :)



#57 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 16 April 2013 - 10:49 PM

your mount command for cache needs 4 arguments, that's all i noticed. tbh i just use hashcode's and tweak it to my liking :)

 

Good idea, it's just an updater-script lol, I'm sure he won't care.



#58 mhous33

mhous33

    Droid Master

  • Developer
  • 480 posts

Posted 16 April 2013 - 10:55 PM

Good idea, it's just an updater-script lol, I'm sure he won't care.

might as well add him to the list of credits for good measure ;)

without hashcode and djrbliss, there would be no motorola dev community right?

 

*edit*

nevermind, he's already there :)



#59 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 17 April 2013 - 12:50 AM



Good idea, it's just an updater-script lol, I'm sure he won't care.


might as well add him to the list of credits for good measure ;)
without hashcode and djrbliss, there would be no motorola dev community right?
 
*edit*
nevermind, he's already there :)


Oh yeah I always add the usual crowd to the credits. :)

Sent from my SCH-I535 using Tapatalk 2

#60 Guest_BDH_*

Guest_BDH_*
  • Guests

Posted 17 April 2013 - 12:51 AM

OK round 3. Got a new build uploading and hopefully this one works lol. Sorry for all the crazyness people!

It's uploading while I sleep and I'll post it in about 9 hours when I get done working out in the morning.

Sent from my SCH-I535 using Tapatalk 2
  • jamminjon82, usmcamgrimm, zooyork0721 and 1 other like this




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users