ARCHIVED: [ROM] Reborn ROM v2.2.4 - 7/24/11

Status
Not open for further replies.
Trying to figure out what's causing stuttering... Everything was working great... I added the Honeycomb music player, handcent, and the calendar/weather widget from LG...

between the three I have momentary lockups... thought it might be the rom... and reverted to my nandroid of TR 1.8.2... and with the same combo it caused similar experiences... thinking about reverting to Nameless... and remove those three and then start testing again...

Is anyone here using handcent?
 
holy crap ive got 125mb of free space with this rom (all my apps installed) def sticking with it!! ive got 1 request though...we neeeed to get rid of these ugly green dialers!!!! lol i know we got android phones, doesnt mean everything still has to be neon green. take a look at this dialer http://forum.xda-developers.com/showthread.php?t=1028419 if i can get anything simular to that on my optimus id be jumping for joy lol
 
holy crap ive got 125mb of free space with this rom (all my apps installed) def sticking with it!! ive got 1 request though...we neeeed to get rid of these ugly green dialers!!!! lol i know we got android phones, doesnt mean everything still has to be neon green. take a look at this dialer ***|THEME|*** SteelBlue CM7 Theme Manager from Team Carbon 20/04/2011 - xda-developers if i can get anything simular to that on my optimus id be jumping for joy lol

Maybe this it what you're looking for?

http://forum.androidcentral.com/lg-...8825-themes-download-request-themes-here.html

The closest seems to be dark horse at the bottom. Or you could make a request for the one you like I suppose.
 
Trying to figure out what's causing stuttering... Everything was working great... I added the Honeycomb music player, handcent, and the calendar/weather widget from LG...

between the three I have momentary lockups... thought it might be the rom... and reverted to my nandroid of TR 1.8.2... and with the same combo it caused similar experiences... thinking about reverting to Nameless... and remove those three and then start testing again...

Is anyone here using handcent?

Used to use Handcent but now I use Chomp SMS - seemed smoother to me & less bloat.

Never used the calendar/weather widget from LG - that sucker is huge - lke 12MB Apk!

I use Fancy Widget and Pure Calendar Widgets instead, 2 apps, but much smaller combined.

Picasticks 07 works quite well with Nameless v1 - might try loading that one?
 
My voice mail isn't working. I click my phone icon to bring up the dialer, then the little voice mail icon and I get a message - "The process android.process.acore has stopped unexpectedly."

Any idea what would cause this? It worked with the latest TR. Then I backed up, installed nameless, restored and a few days later I realized I have no working voicemail.
 
Press and hold "1" to go to Sprint Voicemail. The sprint visual voicemail app has been stripped so that icon is not mapped to anything (I believe). I'm not sure you can get that back with this ROM. I get the same error on my phone, but I use google voice (as suggested in the second post).

There is a stock voicemail application on the nROM website, it *may* work, but I don't know: https://sites.google.com/site/optimusnrom/download

Edit: I just tested the stock voicemail app mentionned above, and it does seem to work fine in this rom and map correctly to the voicemail icon on the dialer. Use it if you want.

Edit 2: It would be nice if I knew how to map google voice to the voicemail icon on the dialer, but I don't know how to do that, or even if it is possible.
 
Last edited:
  • Like
Reactions: ashleysreyes
There is a stock voicemail application on the nROM website, it *may* work, but I don't know: https://sites.google.com/site/optimusnrom/download

Edit: I just tested the stock voicemail app mentionned above, and it does seem to work fine in this rom and map correctly to the voicemail icon on the dialer. Use it if you want.

DITTO on this

Been using the stock voicemail from the nRom website since Nameless V1 came out

No issues at all and the voice-mail icon on the dialer pad works as well.
 
The voicemail information should really be in the changelog. It's a pretty big "feature".

Love the ROM. Thanks.
 
I usually don't post a lot in the threads, i'm a full-time lurker but....

HOLY CRAP! i LOOOOOVE this ROM
i've been waiting for an update to thuder, but this is way better than i expected...

thank you thank you thank you thank you!
 
Trying to figure out what's causing stuttering... Everything was working great... I added the Honeycomb music player, handcent, and the calendar/weather widget from LG...

between the three I have momentary lockups... thought it might be the rom... and reverted to my nandroid of TR 1.8.2... and with the same combo it caused similar experiences... thinking about reverting to Nameless... and remove those three and then start testing again...

Is anyone here using handcent?

Well, I'm not sure handcent has anything to do with your problems, but I use to use it, found it a bit laggy and now I use Go SMS!...very similar just smoother.
 
Wait, so you're flashing patches for a different rom? Don't do that; you'll, at best, do nothing, and at worst, break everything.

He just flashed aospROM over Nameless....then flashed the button patch for aospROM, (which switches from Optimus V to S button layout). Not sure why he felt the need to flash Nameless first, or why he didn't do a full wipe when switching between such vastly different ROMs....:confused:
 
holy crap ive got 125mb of free space with this rom (all my apps installed) def sticking with it!! ive got 1 request though...we neeeed to get rid of these ugly green dialers!!!! lol i know we got android phones, doesnt mean everything still has to be neon green. take a look at this dialer ***|THEME|*** SteelBlue CM7 Theme Manager from Team Carbon 20/04/2011 - xda-developers if i can get anything simular to that on my optimus id be jumping for joy lol

EDIT: Added a flashable zip and now signed for recovery.
EDit2: added phone.apk changes to blue. bluecontactsphone1b.zip

Here try this contact dialer. I did a white lettering one too. I'll see I still have it.

Have to push via adb:

Code:
adb remount
adb shell rm -r /system/app/Contacts.*
adb shell rm -r /data/dalvik-cache/system@app@Contacts.apk@classes.dex
adb shell rm -r /data/data/com.android.contacts/shared_prefs
adb shell rm -r /data/data/com.android.providers.contacts/shared_prefs
adb push Contacts.apk /system/app/Contacts.apk



attachment.php


I haven't uploaded the white lettering one. Just ask.;)
 
Last edited:
  • Like
Reactions: pitmasterme
Here try this contact dialer. I did a white lettering one too. I'll see I still have it.

Have to push via adb:

Code:
adb remount
adb shell rm -r /system/app/Contacts.*
adb shell rm -r /data/dalvik-cache/system@app@Contacts.apk@classes.dex
adb shell rm -r /data/data/com.android.contacts/shared_prefs
adb shell rm -r /data/data/com.android.providers.contacts/shared_prefs
adb push Contacts.apk /system/app/Contacts.apk



attachment.php


no freaking wayyyy hahahah (jumps for joy) u actually made it happen?? lol thanks a million, now how do i install this just install the .apk or do i have to do all of thee above?
 
Status
Not open for further replies.

Trending Posts

Forum statistics

Threads
957,001
Messages
6,970,967
Members
3,163,679
Latest member
Amanda40