• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [ROM] Mobster Rom HD/Lite - 031513

Status
Not open for further replies.
Holy shite just ran a Quad and scored 4071! That's pretty darn great if you ask me. I am oc'd to 1.62 GHz using lagfree and noop.
 
On another note: Just realized why my flashable zip didn't work. DIdn't include the odex file. Derp.
 
you gotta set the permissions too

Code:
set_perm(0, 0, 0644, "/system/app/HTC_IME.apk");
set_perm(0, 0, 0644, "/system/app/HTC_IME.odex");
 
Oh yeah! Mines just...lacking all that...it was like this:

Code:
ui_print("Mounting /system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p15", "/system");
ui_print("");
ui_print("Extracting Files");
package_extract_dir("system", "/system");
ui_print("");
show_progress(0.100000, 0);
unmount("/system");

Still slightly new at this updater script xD
 
I do it the easy way so that i can use a Template then make any mod i want Flashable

Code:
ui_print("Installing ...");
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/system");
delete("/system/..........");
package_extract_dir("system", "/system");
set_perm(0, 0, 0644, "/system/..........");
unmount("/system");
ui_print("Done...");

Fill in the Blanks, Add or Remove Lines and your Done

Edit: just realized you put "mmcblk0p15" instead of "mmcblk0p23"
 
Alright, flashing ROM, then gonna flash a different kernel, then flash the keyboard..lets see what happens this time. Last time, it didn't boot. So perhaps its the kernel...lets eliminate that possiblity by doing just the ROM and then keyboard.

Edit: I think 4EXT just was messing up on me. fastboot kernel and we SHOULD be booted up momentarily.

Edit 2: Keyboard works. w00t!
 
Lets all get back on topic here, have a great day all

Again the Dev does this work on his own time and is not paid, you don't like his work, there are way you can express that for him to learn. You always have options to not use the Rom and move on.
 
Is anyone getting the Radio Interface Resource Shortage message with this ROM?

Thinking of returning the phone if this persists for much longer.
 
I updated the phone when I first got it then did the HTC Unlock/S-ON for Mobster.

Here is what I have:

Kernel 3.0.16-g4211684
Broadband 1.06.00.0426
PRI 1.53_144
PRL 61009
 
Mobster, you need to port this for the Sprint version
 
I updated the phone when I first got it then did the HTC Unlock/S-ON for Mobster.

Here is what I have:

Kernel 3.0.16-g4211684
Broadband 1.06.00.0426
PRI 1.53_144
PRL 61009

Thats the old firmware with the known radio interference error.

Get s-off, flash new firmware and the error goes away.
 
Status
Not open for further replies.
Back
Top Bottom