Wait until I release alpha2 tomorrow.
Will alpha a2 have vibrate working? For me this is a dd but at work I have to turn off my ringer so I'm missing loads of text and calls.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Wait until I release alpha2 tomorrow.
Will alpha a2 have vibrate working? For me this is a dd but at work I have to turn off my ringer so I'm missing loads of text and calls.
The Play store was force closing on me, mkdir /cache/download to fix.
This guy actually found the typo that fixed my problems with Play Store. Question for TDM: Did you fix the text color on the Superuser notifications popup that comes up at the bottom of the screen? Its a black background with black fuzzy text.
What launchers are everyone using?
If you don't need to return the old one, perhaps there is a dev that could use one.....
Sorry tdm, they confiscated it. But I have my new marquee. Now I just have to bust it down to ZV3 so I can root...
I'm designing a unified installer, and I'm just wondering what the baseband version and ro.product.model on the stock ROM looks like for lg855 and as855.
ro.build.description=lge_bproj-user 2.3.4 GRJ22 ZV2.422aa87e release-keys
ro.build.fingerprint=lge/lge_bproj/AS855:2.3.4/GRJ22/ZV2.422aa87e:user/release-keys
ro.build.product=AS855
something bad happened... tried to wipe sd card from this. after installing monsters gapps and rebooting a couple of times... I tried to wipe the sd card from within ics. seemed unresponsive, so i tried to reboot to recovery. now phone is dead. pulled battery, tried different buttons. plugged in/out... no response.
Back to Best Buy for my replacement! Bought the Insurance. Will be back tomorrow... just wanted to let you know.
AT$LGMR
$LGMR: LS855ZVC-M6600A-SCAUTSZ-3.0.40T
OK
thats funky. sounds like its looking at the wrong mount and wiped recovery instead.
# The program read-model will look for a model override in a special
# file (say, /sdcard/.model). If not found, it will read the model from
# the baseband by communicating with the modem. In any case, the
# model will be placed in the system property "install.model".
package_extract_file("read-baseband", "/tmp/read-model");
set_perm("/tmp/read-model", 0755);
run_program("/tmp/read-model");
# Do the install
# ...
# Install model specific files
if getprop("install.model") == "LS855" then
# Install Sprint files
endif
if getprop("install.model") == "LG855" then
# Install Boost files
endif
if getprop("install.model") == "AS855" then
# Install Ignite files
endif
if getprop("install.model") == "VM855" then
# Install VM files
fi
for those who want to remove "Roaming Indicator Off" from lock screen and drop down, flash this: LINK
this actually sent me into a loop at the lg screen too. flashed everything over and tried again and it still happened.
just reflashed alpha 1b and gapps, no issues in the play store now.
so I've been trying to figure out wtf is going on with the CPU and so far all I've come up with is the kernel is either missing something from the Linux kernel 3.0.1 that it needs for ICS, or it has nothing to do with the kernel at all and something in the ROM is causing it.
I know nothing in Hyper is causing it since I took the stock kernel source, threw in the updated GPU drivers so it would boot, built it with the toolchain LG says to use and flashed it. the CPU does the same shit as it does with Hyper and gets stuck on 1000 mhz no matter what its set to and it never scales down, I've also had it get stuck on 300 a couple times after a reboot and not scale up too.
heres a screenshot, the screen was off for 20 mins while I went to fold some laundry and when I came back the CPU never left 1000 mhz
![]()
btw tdm, those 20 mismatches you asked me about before also happen with the stock kernel/toolchain.