ARCHIVED: [ROM][ALPHA] quattrimus ICS

Status
Not open for further replies.
So I've had an oddity. I'm running beta1p3 since it came out. Apps have been installing fine. When AOKP came out, flashed it briefly. Nandroid back to cm9 an things were fine till just a few hours ago. Its not letting me dl from the market now. It worked fine earlier?
Error processing purchase?


Sent from my LG-VM670 using Android Central Forums
 
Got this error in log at while trying hotspots in cm9 beta1p3

06-22 20:34:33.369 E/WifiStateMachine( 2124): Exception in softap start java.lang.IllegalStateException: Error communicating to native daemon

06-22 20:34:33.369 E/SoftapController( 2010): Softap already stopped

Crashes afterwards with black screen have to take battery out to reset phone

Sent from my LG-VM670 using Android Central Forums
 
Last edited:
Unfortunately, didn't get the drmserver issue on AOKP solved today. I'll continue looking at that.

But I did get the audio patch and local manifest checked in.

github.com/thunderc/cm_manifest has the local_manifest.xml file.

device/lge/thunderc-common/libaudio/README in the build tree has the patch.

So ... I'm hoping everything is setup correctly. Please let me know if anyone gets a good CM9 build.

CM9 b1p3 worked flawlessly for me, and so has aokp b1p1(with exception of media playback). Only "problem" with cm9 was, I couldn't flash beats audio, or cm9 ICS reloaded, or amphetamines. But that's all understandable. As far as stability, and performance go, cm9b1p3 was outstanding, (everything worked, media, market, games, apps, no FC's other than the clock bug on boot). Aokpbp1 just has a few minor quirks(media playback, market not downloading apps.). Only thing that persists in both mods, are tethering, and clock FC on boot. Cant wait to see how AOSP stacks up. As well as future builds of all 3.
 
Every reboot I get the optimizing applications process. Not really a nuisance, just makes boot time a little longer.

So far, so good. I have the HTC Elegance theme installed, looks fantastic.

Thanks, tdm.
 
try interactiveX or savage governor, 480 min, 600 max (you might want to play with max), check "allow purging of assets" and "kernel same page merging".

im currently with interactiveX, and everything else as stated before and not a single reboot, rock solid and before my phone wouldn't last 2 minutes without rebooting, it was driving me crazy!

*the only reboot I get is when I turn BT off, but i think that's a rom bug. so if I dont use BT, no reboots!

Beta1pre3 btw

Hope it helps:D

Its mostly from the bluetooth, I use it a lot and I hate it when I need to turn it off and my system crashes ;-;
 
Every reboot I get the optimizing applications process. Not really a nuisance, just makes boot time a little longer.

So far, so good. I have the HTC Elegance theme installed, looks fantastic.

Thanks, tdm.

Yea, I've noticed that as well.
Also, in AOKPb1p1, the power menu comes up twice. AOKPb1p1 also has a lot less free space than CM9b1p3, either that, or CM9 has some sort of compression method for apps.
CM9b1p3 is the most stable out of the 2 so far.
AOKPb1p1 does not have a functioning camera.
 
Been running the beta1pre3 as my main Android OS. No complaints (once I dealt with the random reboots due to a too low CPU speed) and everything I've tested works great so far. HOWEVER...Google Play will only allow me to install an x-amount of apps before giving the "package file is invalid" error. I have tried using Eris market fix as well as several others to no avail. Any suggestions on getting the market to work properly? Also...I'm running the CM9 version...not the AOKP.
 
Try clearing the data in the market from manage apps, if that doesn't work, try reflashing ICS gapps. (Had the same issue in a GB rom)
 
Try clearing the data in the market from manage apps, if that doesn't work, try reflashing ICS gapps. (Had the same issue in a GB rom)

Would reflashing ICS gapps harm any apps currently installed or their settings?

Sent from my LG-VM670 using Android Central Forums
 
So I've had an oddity. I'm running beta1p3 since it came out. Apps have been installing fine. When AOKP came out, flashed it briefly. Nandroid back to cm9 an things were fine till just a few hours ago. Its not letting me dl from the market now. It worked fine earlier?
Error processing purchase?


Sent from my LG-VM670 using Android Central Forums

It is the Android ID changing between ROMS. TiBu now will detect that and allow you to keep the new ID or restore the original. Screen capture is my Kindle, but it happens on the LS670 too, or did, until TiBu implemented this. Good stuff!
 
Got this error in log at while trying hotspots in cm9 beta1p3

06-22 20:34:33.369 E/WifiStateMachine( 2124): Exception in softap start java.lang.IllegalStateException: Error communicating to native daemon

06-22 20:34:33.369 E/SoftapController( 2010): Softap already stopped

Crashes afterwards with black screen have to take battery out to reset phone

Sent from my LG-VM670 using Android Central Forums

Also got this error:
E/WifiStateMachine( 1913): Failed to disable IPv6: java.lang.IllegalStateException: Unable to communicate to native daemon for disabling

i read that there should be a file at \proc\sys\net\ipv6\conf\wlan0\disable_ipv6 I also get that the file is not in the given directory probly bc it doesnt exist :P
the thing is theres no wlan0 folder in conf but there is rmnet0 - 7 which is what barbacle tether uses. Im really good at research but not to good with in depth android. could someone help me out im out of solutions to search for -.-

Ok im great at researching
 
Last edited:
Also got this error:
E/WifiStateMachine( 1913): Failed to disable IPv6: java.lang.IllegalStateException: Unable to communicate to native daemon for disabling

i read that there should be a file at \proc\sys\net\ipv6\conf\wlan0\disable_ipv6
the thing is theres no wlan0 folder in conf but there is rmnet0 - 7 which is what barbacle tether uses. Im really good at research but not to good with in depth android. could someone help me out im out of solutions to search for -.-

Ok im great at researching

You can make the folder wlan0; usually there is a script that disables the ipv6... Attached is one that I think might fix it, but I'm not promising anything.

install to the root of the SD card; use either adb shell or the shell on android

DO A NANDROID FIRST SO NOTHING WILL GO WRONG; YOU HAVE BEEN WARNED

Extract the file, and move disable_ipv6 to the root of the SD card then do as follows.

Code:
su
mkdir /proc/sys/net/ipva/conf/wlan0
mv /sdcard/disable_ipv6 /proc/sys/net/ipv6/conf/wlan0
chmod +x /proc/sys/net/ipv6/conf/wlan0/disable_ipv6

Also on a side note UNIX/Linux use forward slash"/"; Please use this.

I JUST WROTE THIS, I DID NOT TEST THIS, TEST AT YOUR WILL!!!!
Reboot the device and give it a shot :)
 
Last edited:
  • Like
Reactions: inyourface09
You can make the folder wlan0; usually there is a script that disables the ipv6... Attached is one that I think might fix it, but I'm not promising anything.

install to the root of the SD card; use either adb shell or the shell on android

DO A NANDROID FIRST SO NOTHING WILL GO WRONG; YOU HAVE BEEN WARNED

Code:
su
mkdir /proc/sys/net/ipva/conf/wlan0
mv /sdcard/disable_ipv6 /proc/sys/net/ipv6/conf/wlan0
chmod +x /proc/sys/net/ipv6/conf/wlan0/disable_ipv6

Also on a side note UNIX/Linux use forward slash"/"; Please use this.

Reboot the device and give it a shot :)

So possible fix for hotspot I am understanding? For cm9 b1p3 or aokp b1p1?
 
So possible fix for hotspot I am understanding? For cm9 b1p3 or aokp b1p1?

If its IPv6 doing it, It just might.


This is a similar script I use on my Linux Box to stop the WiFi power save, this should also work for our Little IPv6 problem. If not We can write a fix from the IP tables, but I have no idea how to :s
 
Oh ok. I'm a little scared to flash right now, but maybe tdm or someone can implement this for a later build.
 
Status
Not open for further replies.