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

Root JagerRom 1.7.3 Released

looks good i may try, i was gonna try 1.7 but hes putting out roms faster than i can keep up. :-0
 
lol, I guess you might as well try 1.7.3 now :)

Seems like the main things he added/changed were what apps were installed.
 
Can you Facebook sync your contacts?

You can do this with an app from the market if it doesn't work. Can't remember the name.


Are there any major bugs with the newest version of this ROM? Anything that doesn't work like? BlueTooth?

Edit: Apparently MMS...
 
Yeah, it looks like MMS is not working. Seems CaptJager forgot that he broke MMS in 1.6.2 by removing the Messaging app.

The blog in the first post updated to say that facebook sync is missing, mms doesn't work. Bluetooth and GPS are working.
 
I've tried 2 versions of Jager rom now and whenever I attach my usb cable, I get the "USB Debugging Connected" message, but I don't get the other message that allows me to select "drive mode".

I can connect using adb shell, but I cannot see the internal memory and sd card as drives like I can with my stock rom. When I restore my stock rom, I can see the drives.

Am I missing something obvious here?
 
I've tried 2 versions of Jager rom now and whenever I attach my usb cable, I get the "USB Debugging Connected" message, but I don't get the other message that allows me to select "drive mode".

I can connect using adb shell, but I cannot see the internal memory and sd card as drives like I can with my stock rom. When I restore my stock rom, I can see the drives.

Am I missing something obvious here?

From the home screen you will need to click menu>settings>connect to PC> and uncheck the ask me box to get the option to change from charge only to disk drive.

Screenshots are here:
http://droidsp0t.com/2010/06/30/captjagers-senseless-1-7-rom/
 
so can anyone confirm that adding the mms.apk will fix the no mms issue without adding additional issues?
 
From the home screen you will need to click menu>settings>connect to PC> and uncheck the ask me box to get the option to change from charge only to disk drive.

Screenshots are here:
droidsp0t – The Incredible Resource CaptJager’s Senseless 1.7 ROM

This did the trick for me, thank you very much.

Seems counter-intuitive.. I wanted it to ask me "charge", "disk", etc so I had that setting checked. I unchecked it as you suggested and wah-lah, I am presented with the option to choose and on my way.

Thanks again. :)
 
so can anyone confirm that adding the mms.apk will fix the no mms issue without adding additional issues?

I loaded Jager rom and then, with no modifications, tried to attach a picture to a text message and then send it to my wife. I got the timer for the message and it never went away and did not appear to send.

I downloaded the tar of the stock apps posted to this thread, took Mms.apk and Mms.odex from the tar and dropped them on my sdcard, booted to recovery, did adb shell, and then copied them to /system/app/ (there were no Mms.apk or Mms.odex already there). Once the files were copied, I did:

chmod 644 Mms.apk
chmod 644 Mms.odex

I just did this because the files copied with perms set to "777" and the other files in the directory were 644.

Rebooted phone and just attached a picture to a text and verified that it was received. I use Handcent.
 
Anyone who's having this issue, download the attached Mms.apk. Put it onto your sdcard, reboot into recovery, mount your system and sdcard, then go into adb shell and type "mv /sdcard/Mms.apk /system/app". That should fix the problem.
 

Attachments

I loaded Jager rom and then, with no modifications, tried to attach a picture to a text message and then send it to my wife. I got the timer for the message and it never went away and did not appear to send.

I downloaded the tar of the stock apps posted to this thread, took Mms.apk and Mms.odex from the tar and dropped them on my sdcard, booted to recovery, did adb shell, and then copied them to /system/app/ (there were no Mms.apk or Mms.odex already there). Once the files were copied, I did:

chmod 644 Mms.apk
chmod 644 Mms.odex

I just did this because the files copied with perms set to "777" and the other files in the directory were 644.

Rebooted phone and just attached a picture to a text and verified that it was received. I use Handcent.

do you really need to do all that, can't you just mount system and push them into system/app?

like this adb push mms.apk /system/app then adb reboot
 
Anyone who's having this issue, download the attached Mms.apk. Put it onto your sdcard, reboot into recovery, mount your system and sdcard, then go into adb shell and type "mv /sdcard/Mms.apk /system/app". That should fix the problem.

ok i think this is what i had in mind just a little different
 
do you really need to do all that, can't you just mount system and push them into system/app?

like this adb push mms.apk /system/app then adb reboot

Dropping the apk on the sdcard, adb shell, and then copy to /system/app accomplishes the same thing as adb pushing it to /system/app.

Get the file there using whatever method you prefer, it solves the problem. :)
 
Just to let everyone know, the new rom does NOT have wireless N enabled. Now.... I have installed the newest version of the Hydra kernel to remedy this.

I report back as to the stability.

Now to get facebook sync and mms going again on here.:rolleyes:


BTW: I moved to 1.7 because I was having camera problems with 1.6.2..... Full system lock-up with automatic reboot or sometimes battery pop to fix.
 
Just to let everyone know, the new rom does NOT have wireless N enabled. Now.... I have installed the newest version of the Hydra kernel to remedy this.

I report back as to the stability.

Now to get facebook sync and mms going again on here.:rolleyes:


BTW: I moved to 1.7 because I was having camera problems with 1.6.2..... Full system lock-up with automatic reboot or sometimes battery pop to fix.


So far had 1 freeze adding a widget. Although, I hadn't rebooted after the Titanium restore.
 
Dropping the apk on the sdcard, adb shell, and then copy to /system/app accomplishes the same thing as adb pushing it to /system/app.

Get the file there using whatever method you prefer, it solves the problem. :)

yea i'm just fairly new to the command line so i stick to what i know i guess.
 
Back
Top Bottom