Stock Theme
Hi Socim,
How can I apply the stock theme? Sorry but I didn't like the "hell" theme...
Thx!
Marcos
Hi Socim,
How can I apply the stock theme? Sorry but I didn't like the "hell" theme...
Thx!
Marcos
https://play.google.com/store/apps/details?id=com.thomassafca.theme.touchwiz&hl=enHi Socim,
How can I apply the stock theme? Sorry but I didn't like the "hell" theme...
Thx!
Marcos
I have almost no idea. Probably you can put 2G/3G switch to quick settings panel, then turn the device to 2G mode once you don't need to surf the internet.Hi again Socin,
One day using your rom and battery consumption on mobile standby really got my attention.
Where I live we dont have a good cell signal, and inside the house almost zero.
Even though, I was not used to have so much of battery drain because of it using SVNRom 1.7.
((( Attached sceen shot )))
Thx for your work!
Marcos
About the network you are saying. You mean the 3g disconnect issue is solved?Good news guys.
Following an adwise of another user, I reinstalled the ROM again but performed deep system clean, namely: wipe/factory reset "to install new ROM" (recovery formats /data, /cache and /system partitions) and (important!) format sdcard0 (I've chose ext4, don't know if it's correct or not).
After that, network/modem issue for my E120L is gone. Network is working for now.
FAT32 is the factory default FS, but I prefer exfat if you still need to transfer files in mass storage mode with Windows.What is the default filesystem for E120 internal memory (sdcard0)?
Try:Hmm. I formatted sdcard0 to ext4 but it looks like any programs are unable to write data on it. Even camera app asks to insert sdcard first. There's no any data on it excepting /clockworkmod and /lost+found folders.
Should I reformat it to fat32 (or ext2 probably), or is there a way to go with ext4 correctly?
su
chmod -R 666 /storage/sdcard0
Things getting even more weird. Using CWM recovery, I formatted sdcard0 to ext2 with no effect. Tried to reformat it back to ext4 - failed (unable to format sdcard0). So, I'v chose to format to "default" option which was successfully completed. After reboot, I got that "no network" effect back. Great, lol.FAT32 is the factory default FS, but I prefer exfat if you still need to transfer files in mass storage mode with Windows.
Ext4 is a good choice since it is a journaling file system, it reduce the risk of data loss/corruption. Please don't try to format it as NTFS, though it is also a supported journaling file system.
Please note stock ROMs will format it to fat32 again without notice, so, back up your data before flash back to any stock ROM.
Tried it before (with ext4) and it gave me "unable to chmod ... read-only file system" error.Try:
Code:su chmod -R 666 /storage/sdcard0
Try mount it as mass storage then format it as exfat under Windows or ext4 under Linux.Things getting even more weird. Using CWM recovery, I formatted sdcard0 to ext2 with no effect. Tried to reformat it back to ext4 - failed (unable to format sdcard0). So, I'v chose to format to "default" option which was successfully completed. After reboot, I got that "no network" effect back. Great, lol.
There's something to do with sdcard0 filesystem obviously (or its permissions at least). I have no idea where to step now.
Is there something to fix in ROM in this regard?
And there's something about "unable to chmod ... read-only file system" error (appended my previous post).Try mount it as mass storage then format it as exfat under Windows or ext4 under Linux.
Try:And there's something about "unable to chmod ... read-only file system" error (appended my previous post).
mount -o rw, remount /dev/block/mmcblk0p28 /storage/sdcard0
Heh. Tried it but never succeeded. The phone is getting self reboots everytime but before the operation is completed. Now it seems that I lost sdcard0 because the partition is gone and it's even impossible to format it via recovery.Try mount it as mass storage then format it as exfat under Windows or ext4 under Linux.
Is it possible to mount the phone as mass storage under recovery? Go to the mount menu and find the last item.Heh. Tried it but never succeeded. The phone is getting self reboots everytime but before the operation is completed. Now it seems that I lost sdcard0 because the partition is gone and it's even impossible to format it via recovery.
Probably adb could help, but I have no experience on this.