Jump to content

[ROM] Liquid Community ROM E 1.8.2.2 (rebirth)


Guest malez

Recommended Posts

Guest sinclaire
I had a similar issue in the past. It was due to a wrong Titanium Backup restore.

After ROM installation have you restored system configuration and data from an old ROM?

I solved restoring only the applications.

i did not backup my phone before flashing with LCR ( before LCR, I used original ROM from liquid E). so what should I do know?

Link to comment
Share on other sites

Guest redrag
Are you sure it is exactly the same version application version you used in 1.7.

It must me a lack of code in bookreader. On resume must not be well written. Browser remember on what page it was before exiting and restoring it. This is the same behaviour.

Waht version de you use 1.2.13

(Tested on LCR-F with 1.2.13, OK)

I use the 1.2.13 version (same version I used on LCR 1.6).

I found that with an old version of Cyanogen ROM (can't remember the device), made the same issue I have with Aldiko.

The solving problem was a patch on Cyanogen ROM.

Link to comment
Share on other sites

I use the 1.2.13 version (same version I used on LCR 1.6).

I found that with an old version of Cyanogen ROM (can't remember the device), made the same issue I have with Aldiko.

The solving problem was a patch on Cyanogen ROM.

So maybe the solution will be LCR-F. I can't have a look at it for LCR-E for the moment

Link to comment
Share on other sites

Guest L0cu7us

@piter1225 thanks :D

ok, now, since i see that there are many superuser updates this days, i have decided to remove superuser from boot.img ramdisk completely,

so i have add the lines:

#autostart by malez

/system/bin/sh /system/bin/autostart

to init.salsa.sh and removed 'superboot' directory from ramdisk.

Now, simply download, when needed, the new superuser version from HERE

and flash it as usual (flash signed).

To make all this, you need THIS boot.img (flash signed).

@malez, is this working as expected ?

Edited by L0cu7us
Link to comment
Share on other sites

Today i decided to set up MMS. But when i want to add a new APN i get this error:

Sorry! the application Settings (process com.android.settings) has stopped unexpectedly. Please try again.

How can i fix this?

Link to comment
Share on other sites

i use my phone on this rom... and every day, im like... WOOOO it is soooo good!!! really really love it, been using it since the day it was released...

Link to comment
Share on other sites

@piter1225 thanks :D

ok, now, since i see that there are many superuser updates this days, i have decided to remove superuser from boot.img ramdisk completely,

so i have add the lines:

#autostart by malez

/system/bin/sh /system/bin/autostart

to init.salsa.sh and removed 'superboot' directory from ramdisk.

Now, simply download, when needed, the new superuser version from HERE

and flash it as usual (flash signed).

To make all this, you need THIS boot.img (flash signed).

@malez, is this working as expected ?

Thank you very much. You know what : superboot was also updated and removed from our froyo boot img. Same idea. :D

I can"t tell you if it works because I am under LCR-F for the moment + coding.

Android coding is difficult because many api I would need are not accessible by standard apps (like system properties), so the way i am trying to code is don't make me satified. Moreover eclipse does not allow me to use them.

If any of you already coded an application that access system properties (like getprop) or run commands as root and process output (i have nearly managed, but i am sure there is an easier way to process output) any advice would be welcome. Hey hey i am a newbie. As it is my really first android app (not my first app of course) and the first time i use eclipse (always coded in text editors) I don't know all available apis and i a am sure there is easy and clean way to do this. Any advice would be welcome

Link to comment
Share on other sites

@malez doesn't this work?

package net.sf.parmigio.android;


import java.util.Map.Entry;

import java.util.Properties;


import android.app.Activity;

import android.os.Bundle;

import android.widget.TableLayout;

import android.widget.TextView;


public class HelloWorld extends Activity {

  /** Called when the activity is first created. */

  @Override

  public void onCreate(Bundle savedInstanceState) {

	super.onCreate(savedInstanceState);

	TableLayout layout= new TableLayout(this);

	TextView text1= new TextView(this);


	Properties props= System.getProperties();


	StringBuffer buf= new StringBuffer();

	for (Entry<Object, Object> e : props.entrySet()) {

	  buf.append(e.getKey()).append('=').append(e.getValue()).append('\n');

	}


	text1.setText(buf.toString());

	layout.addView(text1);

	setContentView(layout);

  }

}

i tried it and i get vm sys props on my screen..

Link to comment
Share on other sites

Guest Praj Kundi

hey i've tried the 1.8..

I am having trouble with the Virtual Keyboard... whenever i press "Spacebar" it keeps exiting the keyboard... is this fixed on the 1.8.0.1 patch??

i have not done the patch yet... how do i install the patch??

Link to comment
Share on other sites

where can i find more them for LCR 1.8 ?

On different posts but we plan to set a dedicated place for themes on a server. Them the tools i am writing would allow to install them. First version won't allow this i this but i am on it.

Link to comment
Share on other sites

hey i've tried the 1.8..

I am having trouble with the Virtual Keyboard... whenever i press "Spacebar" it keeps exiting the keyboard... is this fixed on the 1.8.0.1 patch??

i have not done the patch yet... how do i install the patch??

Have you modified the touchscreen sensitivity ?

Link to comment
Share on other sites

Guest Small_Hacker
On different posts but we plan to set a dedicated place for themes on a server. Them the tools i am writing would allow to install them. First version won't allow this i this but i am on it.

Can the themes be installed same as LS2.1 ?

it is quiet convenient.

An idea i just think about it, but dont know whether it is possible

Since android is based on linux, i want to know whether it can assess external device via USB?

For example, accessing USB memory stick via USB converter (A smaller one convert to bigger slot)

Link to comment
Share on other sites

Guest L0cu7us

i have a problem :huh:

after a reboot, my language (italian) is gone, only english + 2 (asian?) languages available, i think

they are the bin base language (1.100.63), any idea on how to fix this ?

thanks !

Link to comment
Share on other sites

What is the use for using cytown's phone mod?

The does not work with the current spare part. I am writting a full application that will replace it with a lot a nive things. Working night and day :huh:

Link to comment
Share on other sites

Guest Small_Hacker
The does not work with the current spare part. I am writting a full application that will replace it with a lot a nive things. Working night and day :huh:

thanks

Appreciate your hard work

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.