[CM7][UNOFFICIAL][NOV10] temasek's UNOFFICIAL BUILD 135.4 - FINAL RELEASE

Search This thread
Space wasted in /system

For those who have (as I) not enough space in /system - everything is in Gapps - from CM7 Gapps of size 9MB to CM10 Gapps of size 88MB.
I remove the face unlocking addon and have additional 25MB free space.
- install Gapps
- remove following from /system
Code:
app/FaceLock.apk
vendor/pittpatt [whole directory]
lib/libfacelock_jni.so
addon.d/71-gapps-faceunlock.sh

Keep in mind if you install Gapps again, this takes the space...
 

tonyp

Inactive Recognized Developer
Feb 3, 2011
5,019
34,902
PA no need to base on any cm10 rom as it is already capable of standalone. PA has its own github sources.

If I'm free, one day possibly I'll self compile a PA rom for the kick.
Now that we received official CM10 I will soon commit the necessary patches to PA. Then building PA for the P990 is as easy as building CM.
Didn't want to do that as long as we were on hackfest as it required tons of workarounds.




Guys

Gentle Reminder (again)

1. Don't PM me on sharing any kang builds. It will be up in due course either my me or someone else. I've already received PMs on that. :(

2. Don't PM me on resolving technical issues. I'm not a your personal answering machine. Post questions to relevant threads and I'm sure someone will answer. Do a search before u post anything.

Why I'm not replying your PMs are because of the above. Sometimes I do reply but don't expect I reply every single PM on the above subjects.

Thank you.

Are you getting totally spammed as well? I get pretty similar PMs.
Usually I answer every PM, at least the first one by every user. if they keep nagging I'll stop of course.
But these days I'm considering to disable PMs totally...


Sent from my LG-P990 using xda app-developers app
 

CVonV

Senior Member
Mar 7, 2010
433
46
Sydney
Have u tried it?

Also the /system space almost used up. Dangerous ...

no i have not that's why i was asking

Of course hwa is supported.



You can delete the videos at /system/media/video - and of course a couple apk's.
But arcee said that he calculated /system on purpose so it fits perfectly.

oh i didn't know it was supported now. also don't know what this whole ParanoidAndroid thing is about either :eek:
 

hadi_rena

Senior Member
Sep 1, 2011
711
253
Bandung
Sorry for OT before you continue reading... :)

@temasek: since you have use CM 10 I want to ask you something. Does titanium backup working properly in your CM 10 ? I mean for changing backup folder location. I see that external SD card mounted as /storage/sdcard1 but its seems that TB unable to access that mount point. Therefore my previous backup from CM 7 is inaccessible.

Does someone else who try CM 10 have similar problem ? Thank you
 

temasek

Senior Member
Feb 2, 2010
23,624
85,271
Singapore
Sorry for OT before you continue reading... :)

@temasek: since you have use CM 10 I want to ask you something. Does titanium backup working properly in your CM 10 ? I mean for changing backup folder location. I see that external SD card mounted as /storage/sdcard1 but its seems that TB unable to access that mount point. Therefore my previous backup from CM 7 is inaccessible.

Does someone else who try CM 10 have similar problem ? Thank you

Edit: update....this is what I did, earlier one was my past which didn't work.

May not be the best way but here's what I did.

Edit 90userinit.sh in /system/etc/init.d/ and add the following into the file. Ensure permission is 755. And reboot.


su
mount -o rw,remount -t ext4 rootfs /
ln -s /storage/sdcard1 /emmc
mount -o ro,remount -t ext4 rootfs /
 
Last edited:

karthik1der

Senior Member
Jun 26, 2011
232
112
Now that we received official CM10 I will soon commit the necessary patches to PA. Then building PA for the P990 is as easy as building CM.
Didn't want to do that as long as we were on hackfest as it required tons of workarounds.

Waiting for the HW acceleration blobs to be patched to PA :). Keep up the good work :good:

@tema
Back to your best stable ROM. Tired of cm10 battery issues.
 
Last edited:

hadi_rena

Senior Member
Sep 1, 2011
711
253
Bandung
Edit: update....this is what I did, earlier one was my past which didn't work.

May not be the best way but here's what I did.

Edit 90userinit.sh in /system/etc/init.d/ and add the following into the file. Ensure permission is 755. And reboot.


su
mount -o rw,remount -t ext4 rootfs /
ln -s /storage/sdcard1 /emmc
mount -o ro,remount -t ext4 rootfs /

Awesome... you're my HERO :good: create soft-link /emmc pointing to /storage/sdcard1 :victory:
 

kingvortex

Senior Member
Mar 25, 2010
5,042
3,967
Cm10 nightly gave me a feeling
"cm7 you're awesome"

LMFAO. Seriously, after all the whining and crying and all the times you bugged arcee on his G+ to release "even a beta or theta CM10" , it sure hasn't taken you long to start saying that CM7 is better after all. What did you expect from a brand new rom that has only had a total of 4 nightlies released?
 
Create file /data/local/userinit.sh with this content (and with 755 attribute)

Code:
#!/bin/sh
/bin/mount -o remount,rw /
/bin/ln -s /storage/sdcard1 /emmc
/bin/mount -o remount,ro /

And you're done well without changing any in system and which stay with any system reflash...
This file is executed upon boot from 90userinit script.
 

jahmon

Member
Jun 1, 2010
28
4
Brussels
ADW Crash

Just noticed an issue with the latest 135.3 build.
If I open the application drawer on "portrait orientation" then once it's open I turn my phone to landscape --> ADW Crashes.
It happens everytime.

Code:
11-02 15:49:57.526 E/AndroidRuntime(17471): FATAL EXCEPTION: main
11-02 15:49:57.526 E/AndroidRuntime(17471): java.lang.NullPointerException
11-02 15:49:57.526 E/AndroidRuntime(17471): at com.android.launcher.AllAppsGridView.draw(AllAppsGridView.java:253)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.view.ViewGroup.drawChild(ViewGroup.java:1646)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1373)
11-02 15:49:57.526 E/AndroidRuntime(17471): at com.android.launcher.DragLayer.dispatchDraw(DragLayer.java:303)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.view.ViewGroup.drawChild(ViewGroup.java:1644)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1373)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.view.View.draw(View.java:6911)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.widget.FrameLayout.draw(FrameLayout.java:357)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.view.ViewGroup.drawChild(ViewGroup.java:1646)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1373)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.view.View.draw(View.java:6911)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.widget.FrameLayout.draw(FrameLayout.java:357)
11-02 15:49:57.526 E/AndroidRuntime(17471): at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:1959)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.view.ViewRoot.draw(ViewRoot.java:1554)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.view.ViewRoot.performTraversals(ViewRoot.java:1263)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.view.ViewRoot.handleMessage(ViewRoot.java:1892)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.os.Handler.dispatchMessage(Handler.java:99)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.os.Looper.loop(Looper.java:130)
11-02 15:49:57.526 E/AndroidRuntime(17471): at android.app.ActivityThread.main(ActivityThread.java:3835)
11-02 15:49:57.526 E/AndroidRuntime(17471): at java.lang.reflect.Method.invokeNative(Native Method)
11-02 15:49:57.526 E/AndroidRuntime(17471): at java.lang.reflect.Method.invoke(Method.java:507)
11-02 15:49:57.526 E/AndroidRuntime(17471): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
11-02 15:49:57.526 E/AndroidRuntime(17471): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
11-02 15:49:57.526 E/AndroidRuntime(17471): at dalvik.system.NativeStart.main(Native Method)
11-02 15:49:57.536 W/ActivityManager(  290):   Force finishing activity com.android.launcher/.Launcher


Nexus one - build 135.3
 

temasek

Senior Member
Feb 2, 2010
23,624
85,271
Singapore
Create file /data/local/userinit.sh with this content (and with 755 attribute)

Code:
#!/bin/sh
/bin/mount -o remount,rw /
/bin/ln -s /storage/sdcard1 /emmc
/bin/mount -o remount,ro /

And you're done well without changing any in system and which stay with any system reflash...
This file is executed upon boot from 90userinit script.

Thanks

Been a long time since I use /data/local. :)
 

Top Liked Posts