[Mod] Porting Ungaze Data2sd For X8 - XPERIA X8 Android Development

Real Ungaze beta Release
Because of stability ext3 support remove
I just porting Ungaze Data2SD from LG Optimus One
Current Version:V.01
From Real Ungaze V.01 Is Stable For Daily Use
Please Delete XtremePeople
Important Things:
2 Partition Fat32 and Ext2
From Alpha 2 Manually set permissions
Reboot is required after installing App
Download:
Real ungaze beta Here
Anybody wanna make update.zip with cwm script?
Installation:
Beta Version V.01 installation:
1.Reboot to xrecovery
2.mount /system
3.install custom zip
4.wipe dalvik-cache
5.reboot,enjoy
For Alpha only
copy e2fsck and mke2fs to system/bin
copy 05mountsd to system/etc/init.d
Set All Permission To 755 (rwxr-xr-x)
SS: test on froyobread v.21
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Known Bugs : None
Compatible Rom:
GingerCrust (Tested)
Froyobread (Tested)
Kuyadroid (Tested)
Floyo (Tested)
GingerDX (Tested)
HackDroid (Tested)
FDXperience (Not Tested)
FXP (Not Tested)
Not Compatible Rom:
Stock Rom
Android 2.1 Custom Rom
Special Thank's:
Fabs Xperiart
ChangeLog:
Real Ungaze beta V.01
Much Less Lag And More Smooth
No require Reboot After Installing App
Fixed Stability And Bugs
Stable For Daily Use
Alpha 02: More Stable And fixed Problem
Ext3 support
Hackdroid Support
Improve Stability
Fixed problem on Gingerbread
Bug Fixes
Alpha 01: Small Improvement
Increase compatibility for GingerDX
Sd card first partition mounted
Alpha 00: Initial Release
Initial Release
Note: Will Lag On Sdcard Below Class 3

Interesting feature, but do you have any clue why it makes the device lags???

the lag happen when android system try accessing Ext2 on Data2sd

I have 8GB class 4 sd card. Will it lag if I play some 3D games like Heavy Gunner 3D, Deer Hunter, Gangstar?

Maybe it lags because the SDCard is slower than flash memory, don´t know :/.
If there is an app that make some kind of read-ahead which we have on HardDisks, should help improve this feature

I don't remember exact post, but someone proved that sd card is faster than flash memory.

velnens123 said:
I don't remember exact post, but someone proved that sd card is faster than flash memory.
Click to expand...
Click to collapse
Even the SDCard class2 which comes with usually comes with the device? I will check this out

now I just test on my phone sd card
i have both class 2 and class 6 sd card
And NAnd/flash memory test
i test class 6 sd card and it write @ 5,72mb/s read @ 8,12mb/s
i test class 2 sd card and it write on 1,54 mb/s read @ 4,39mb/s
our Nand/flash it write @ 2mb/s read @ 6mb/s
and my friend class 3 it write @ 2,35mb/s read @ 5,12mb/s

Is 4.7 write and 9.7 mb read of class 4 sdcard with ext app2sd.
Is this enought for this data2sd.

All class 4 sd card is no problem but in class 3 has a little lag
and yes is enough

Superuser.Angga said:
All class 4 sd card is no problem but in class 3 has a little lag
and yes is enough
Click to expand...
Click to collapse
Will this work on gingerbread,and phone reboots its self after installing an app or i need to reboot it by myself?

all dev today is getting crazy than yesterday.thank you so much for all development that makes me still proud using x8. vgen 8gb class 6 works perfect

So I have to reboot everytime an apps installed?
will future release this reboot will not be required again?

Nice thing, but is it possible to improve stability on class 10 sd's?
i have 32gb cl10 and with that app i can use it perfectly...

yes, you need to reboot because of not stable system after install app

XperianPro said:
Will this work on gingerbread,and phone reboots its self after installing an app or i need to reboot it by myself?
Click to expand...
Click to collapse
Gingerbread are support except Hackdroid,You need to reboot yourself
Acc3ss said:
Nice thing, but is it possible to improve stability on class 10 sd's?
i have 32gb cl10 and with that app i can use it perfectly...
Click to expand...
Click to collapse
ok, i will try to improve it

Be a little more specific..
This module increase internal memory or create a virtual internal in sd
Thanks

this ungaze data2sd is move whole /data partition and virtually unlimited space to install apps

GingerDX and froyobread users don't install this as the roms already include data2sd script. And this also works well on class 2 with a couple of speed tweaks.

i need ext3 support

Related

Data to sd with dalvik-cache to ram for sga

There are a lot of ways of moving /data to SD ext(2nd) partition. Here I'll show you an easy way to do it which is fully compatible with Samsung Galaxy ACE(and possibly other devices as well). If you don't like the method used here, try other Data2SD/ext mod which may suit your needs.
Why move dalvik-cache to RAM? Basically, the idea of moving the whole /data partition to SD ext partition is to primarily get more space for installing apps. And in this case, it does perform very well and combined with fast SD cards, it could even provide real-life performance boost. Now the downside to this, is that while most /data contents just get copied and read not that much often, dalvik-cache stores some info that needs to be read and updated very frequently. This results in a high I/O read/write frequency and thus results in shortening of the SD card life(in theory, the same could also be said when left internally but this time dealing damage to the nand disk instead). To counter this, the method I used is to move dalvik-cache to a virtual-disk like partition known as a tmpfs. tmpfs resides in RAM and has dynamic resizing structure which can allocate space depending on your needs. This way, dalvik-cache won't be using any physical disk and therefore causing damage to none. Almost too good to be true right? Well the drawback is, because tmpfs resides in RAM anything written onto it get's lost when rebooted or in-case of power loss thus resulting in loooong boot times(depending on the apps installed), as dalvik-cache contents are being rebuilt on every boot. Well I think that's enough of dalvik-cache and lets start with the mod.
WARNING
USING A NON-APP2SD / NON A2SD / NON-LINK2SD ROM OR SIMPLY UNINSTALLING NON-APP2SD / NON A2SD / NON-LINK2SD IS STRICTLY RECOMMENDED
DO NOT EVEN TRY THIS MOD IF YOU HAVE ANY FORM OF NON-APP2SD / NON A2SD / NON-LINK2SD INSTALLED
ALWAYS PERFORM A BACKUP BEFORE TRYING OUT STUFF LIKE THESE
Disclaimer: I am not responsible for anything bad happening in the world blah blah, you know the drill!
Put the files of Data2SD_for_SGA.zip inside the corresponding places on your phone manually.
system/bin/e2fsck
system/xbin/busybox_d2sd
system/etc/install-recovery.sh
--------------------------------------
Basic Requirements
1. Fresh ROM
2. Rooted
3. No A2SD, No App2SD, No Link2SD
4. SD Card Partioned to Ext2 and Fat32
5. SD Card must be original (NOT Class A) as much as possible Class 4 and up.
6. Make sure that your SD Card is partitioned accordingly. Just like how you did when using link2sd.
7. Previous link2sd users need not partition your SD Card. Just format the EXT2 partition.
Steps
1. Flash DXKC1 ROM in your phone
2. Partition your SD Card with EXT2 (first) then the remaining FAT32
3. Root your phone with SuperOneClick then reboot
4. Before inserting the SD Card remove .android_secure, Android and LOST.DIR folders. And make sure that EXT2 is clean
5. Copy the extracted Data2SD_for_SGA.zip on your SD Card
6. Install Root Explorer on your phone
7. Copy the files from the extracted Data2SD_for_SGA.zip to your phone using root explorer
system/bin/e2fsck
system/xbin/busybox_d2sd
system/etc/install-recovery.sh
8. After successfully copying the files, reboot phone.
9. Turn on phone and wait. The initialization might take some time depending on the speed of read/write of your sdcard.
10. If errors has been encountered, REPEAT THE STEPS FROM STEP 1.
Thanks Ungaze
All credits goes to Ungaze of TCP / XDA
Hi, it tried 3 times and it's not working for sga.
Would that work also on GingerBread? AFAIK automount scripts make SGA reboot as per Link2SD issue.
@mastrone -> Link2SD and Data2SD is a different thing.. But both won't work on Gingerbread because install-recovery.sh is quoted inside init.rc
@roninxt -> worked for me... i am using DXKC1 ROM...
tazzz811 said:
@mastrone -> Link2SD and Data2SD is a different thing.. But both won't work on Gingerbread because install-recovery.sh is quoted inside init.rc
@roninxt -> worked for me... i am using DXKC1 ROM...
Click to expand...
Click to collapse
I'm also using that rom. But i didn't flash to a fresh rom. I had a Link2sd installation before and i followed the steps. I also uninstalled Link2sd.
Can someone explain why do we need a fresh rom?
Can someone explain why do we need a fresh rom?
Click to expand...
Click to collapse
When you have an applications installed before putting data2sd in its place... Some or most of the application will result to FORCE CLOSE... That's the reason why it should be applied on a FRESH ROM.
I experienced it before when i got excited on applying Data2SD having 200 apps installed... The result, i got FORCE CLOSES on most of my applications.
But you can still try it out on a currently running ROM in your phone, make sure that you have no a2sd, app2sd or link2sd installed..
Change the title
please specify this for GINGERBREAD or FROYO
roninxt said:
Can someone explain why do we need a fresh rom?
Click to expand...
Click to collapse
Basically to avoid/minimize errors with conflicting mods prior to this mod. If you're an advanced user(or something like that) you probably know what you're doing already so fresh ROM install is not necessary but still recommended.
@tazz811
Nice work man, I'm assuming that the current custom ROM available for SGA does not have init.d support as of now and that's why you placed the script inside the install-recovery.sh script. Well, this might sound useless but, why not make install-recovery.sh call any scripts from init.d? Maybe something like:
Code:
list=`ls /system/etc/init.d/*`
for k in $list
do
sh $k
done
this way, you can run the data2sd script from init.d which will then make it easier to make modifications as well as allow other scripts to run on init.d.
@Ungaze... Thanks for the idea... You owe all the credits... It's me LTGB
list=`ls /system/etc/init.d/*`
for k in $list
do
sh $k
done
Click to expand...
Click to collapse
my understanding of this simple script is, it will run any script found inside system/etc/init.d/ folder.
Internal Storage Capacity Increased
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Got huge Quadrant Score
This is the result of Data2SD on my SGA - DXKC1 ROM
tazzz811 said:
This is the result of Data2SD on my SGA - DXKC1 ROM
Click to expand...
Click to collapse
what is read/write speed of yours SD card..?
what is read/write speed of yours SD card..?
Click to expand...
Click to collapse
i'm using transcend 8gb class4
tazzz811 said:
my understanding of this simple script is, it will run any script found inside system/etc/init.d/ folder.
Click to expand...
Click to collapse
Exactly
Dude, TCP is already a giveaway lol.
is it working with VillainROM or KPE too..? or it is just for FROYO..?
is it working with VillainROM or KPE too..?
Click to expand...
Click to collapse
No.. It's not working on a rooted Gingerbread ROM (Stock or Villain ROM). The init.rc is kinda secured even if you unquote install-recovery.sh it will revert back to the original state. Therefore install-recovery.sh will not be executed during boot time.
http://62.0.5.133/oi51.tinypic.com/qzk8z9.jpg
working on it! thanks man. TCP rules
Ok i got it to work. I have about a couple of apps installed about 10 and i was successful running the script. I uninstalled all my other apps. I didn't encounter force closes. So yes i can confirm that d2sd will work even on an existing sga rom. But you need to uninstall most apps including big ones as this might lead to a force close.
not work on my SGA,install from fresh rom dxkc1
my sd card 8 GB class 10 - make ext-2 first then fat32
following your instruction, tried almost 10 times and still not work for me....

[ROM]FlintFire_v1.0

FlintFire_v1.0
Based on latest official stock firmware Android 2.2.2
FEATURES:
1)TJ Styles OC'd Kernel
2).Darktremor Apps2SD 2.7.5.3 beta 4(requires that you have ext2 or ext3 partition on your SD card; exact procedure to create one is described in installation procedure.)
3) Fully deodexed and zipalligned apps and framework.
4) Rooted.
5) Installed BusyBox with support for init.d scripts
6) Replaced stock boot animation with custom animation
8)Support for OpenVPN(not tested) and CIFS.
9)Removed some stock apps and updated Gapps.
8)Updated Documents to go and Maps to 5.9 with worldwide navigation.
9)Added a init.d script and tweaks to build.prop(Increased screen density and possible increase in net speed)
10)Repalced stock Launcher and File Manager.
11)Added the V6 SuperCharger Script(Just go to terminal and type: superc)
Firmware should also work with compatible devices such as: Cherry Mobile Superion, Commtiva Linx N700, Olivepad VT-100, Spice MI700, and Camangi FM600 but I don't have these devices, so I cannot verify. As always make a backup before installing any custom firmwares.
Requrements:
Clockworkmod Recovery from here
Installation:
1)Create a backup using Clockworkmod Recovery.
2)If you dont have a A2SD EXT2 partition follow the first part of the instructions from here
3)Download the ROM and store it in the root of your SD Card.
4)Reboot into recovery mode,wipe data and cache and install the ROM.
Migrate from stock or another build:
1)Make backup of your phone using Titanium Backup (select all user applications).
2)Copy all files and folders from SD card to local folder on your computer.
3)Install Clockwork Recovery Partition, create partition on SD card and install ROM as described in installation guide.
4)Copy all files and folders from local folder on your computer back to SD card.
5)Restore applications using Titanium Backup and reboot your phone.
Download:
Code:
http://dl.dropbox.com/u/21654931/FlintFire_v1.0.zip
Credits:
TJStyle for his OC'd kernel and kernel source.
hucqim80 for his recovery
dsixda for his kitchen
Darktremor for his excellent Apps2d
zeppelinrox for his V6_Supercharger
Brut.all for his hacked version of Google Maps
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changelog:
v1.0
Initial Release
one question
hi
is ext4 ok as i have ext4 on my SD and is see u have mentioned that we need ext3
haree said:
hi
is ext4 ok as i have ext4 on my SD and is see u have mentioned that we need ext3
Click to expand...
Click to collapse
ext4 should work but you wont be able to backup your SD-EXT using clockworkmod recovery.
First backup your apps using titatinum backup,boot into recovery mode=>mounts and storage=>format sd-ext.This will format your partition to ext2.
then restart and restore your apps.
googlehome said:
ext4 should work but you wont be able to backup your SD-EXT using clockworkmod recovery.
First backup your apps using titatinum backup,boot into recovery mode=>mounts and storage=>format sd-ext.This will format your partition to ext2.
then restart and restore your apps.
Click to expand...
Click to collapse
hi
do i need to bakup my SD card to my PC before i do this as give below
First backup your apps using titatinum backup,boot into recovery mode=>mounts and storage=>format sd-ext.This will format your partition to ext2.
i just have a Ext4 done via CWM and as of now app2sd works im using amalgamations rom right now
what u have mentioned is a little new to me
haree said:
hi
i just have a Ext4 done via CWM and as of now app2sd works im using amalgamations rom right now
what u have mentioned is a little new to me
Click to expand...
Click to collapse
If you made your partition using CWM then it is ext2 and not ext4 .
Please check your partition type by connecting your device to your PC and opening a partition manager which recognizes ext partitions.you will see that your SD Card is split into 2 partitions
FAT32 and EXT2.(You dont need to check if you trust my word )
You can safely use my ROM because your are using EXT2 and not EXT4.
whaaat... 1512 in quadrant... impressive
googlehome said:
If you made your partition using CWM then it is ext2 and not ext4 .
Please check your partition type by connecting your device to your PC and opening a partition manager which recognizes ext partitions.you will see that your SD Card is split into 2 partitions
FAT32 and EXT2.(You dont need to check if you trust my word )
You can safely use my ROM because your are using EXT2 and not EXT4.
Click to expand...
Click to collapse
hi
1.i trust ur words 100% man
2.im lazy to do all that checking i do have ur rom downloaded ill use it and keep u posted
thanks buddy for ur kind reply
Edit : i tried ur rom and it was good.but as i need the original keyboard and could not get it to work on ur ROM i went back to
amalgamation 1.3 ROM thanks
Which languages are included?
Sent from my ViewPad7 using XDA App
GHome, tell me how to get 1500 in quadrant score
wazzzuuuup2 said:
GHome, tell me how to get 1500 in quadrant score
Click to expand...
Click to collapse
Convert your partion to EXT3.:
open terminal emulator and type:
>su
>a2sd convert-ext3
Use the data2sd feature:
>su
>a2sd datasd
No German language, only English, Vietnamese, ...?
Vcrone said:
No German language, only English, Vietnamese, ...?
Click to expand...
Click to collapse
dont ill include more languages in my next update
googlehome said:
Convert your partion to EXT3.:
open terminal emulator and type:
>su
>a2sd convert-ext3
Click to expand...
Click to collapse
After I did that my tablet rebooted and was unable to boot. Guess it's stupid to try to convert the ext2 partition when it is in use? Well how do I do it then?
googlehome said:
Convert your partion to EXT3.:
open terminal emulator and type:
>su
>a2sd convert-ext3
Use the data2sd feature:
>su
>a2sd datasd
Click to expand...
Click to collapse
it doesnt work... my quadrant score still stuck <1000 and even worst....
High quadrant score in the screen-shots is based on high CPU and high IO score so I would guess these tweaks would be highly dependent on sd card speed to get higher scores unless there is some swapping to ram going on to "fake" these IO speeds. I've read something about that while checking out data2sd > http://forum.xda-developers.com/showthread.php?t=852219
@googlehome: What brand and type of sd card are you using ? I'm very curious because I'm looking for the best one possible for our device.
Amalgation said:
High quadrant score in the screen-shots is based on high CPU and high IO score so I would guess these tweaks would be highly dependent on sd card speed to get higher scores unless there is some swapping to ram going on to "fake" these IO speeds. I've read something about that while checking out data2sd > http://forum.xda-developers.com/showthread.php?t=852219
@googlehome: What brand and type of sd card are you using ? I'm very curious because I'm looking for the best one possible for our device.
Click to expand...
Click to collapse
Im using a class 2 (not the best)16gb SD Card.You can create an ext3 partition with gparted from your PC.Im using ext3 currently
Thank you every much googlehome. Thank you. Thank you.
But i'm still can't play youtube HQ.
sorry for my weak english...
By the way, Wi-Fi is not working on my device with this ROM, just like it's not working with Amalgation's EUViewPad. It is, however, working with CleanViewPad ROM. I have HWVer 103.
Some of my impressions.
Wifi works on my Viewpad 7 HWV 1.03. Tle launcher is notably slower than the stock one. There is no email application and I don't know how to send and receive emails. It is not good as emails are very basic tablet function for me.
I am really courious how to "revive" icons from Dock "thrown" in the recycle bin?
Everything else is OK. One of my Quadrant scores was 1045.

Install and Configure a2sdgui on ROM's CyanogenMod

Install and Configure a2sdgui ROM's CyanogenMod
Hello fellow good here I leave this tutorial hos to use a2sdgui based on CyanogenMod ROMs, as these ROMs do not include this system and its installation is different from a stock rom; a2sdgui is an app that allows us to extend the internal memory the mobile to have more space to install apps, this is accomplished by configuring two aspects: SD memory partition and installing a script called darktremor a2sdgui, well initiate:
THE WHOLE PROCESS IS DONE AT YOUR OWN RISK, I AM NOT RESPONSIBLE FOR BRICKS IN MOBILE IF YOU DO EVERYTHING AS SHOWN TO WORK ALL YOU ASSURE THAT CORRECTLY
RECOMMENDED TO DO BEFORE INSTALLING THE MOBILE APPS
Requirements:
- ROM based CyanogenMod 7.1 or 7.2
- Install a2sdgui (DOWNLOAD FROM THE MARKET)
- Script darktremor a2sdgui 2.7.5.3 Beta 04 (Download)
- SD card partitioned
Instructions:
1. - Install a2sdgui
2. - MicroSD Memory Partitioning:
First download the MiniTool Partition Wizard.
http://download.cnet.com/Partition-W...=dl&tag=button
Once installed, we put our SD on the PC (with a reader, adapter or anything like that) and open the program.
If you already have some partitions it is recommended that if we start from 0 erase all as shown.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
After deleting all now begin creating them.
We give and we get this Edit menu and the first is FAT32.
We have to make FAT32 and Primary, we assign space is relative, I having 8GB (class 6) I put all but 1.5 will be for ext4 and swap.
Now for the ext4 partition, select PRIMARY. Now the partition type is relative, it is recommended that if your card is less than 6 class partition is ext2. If Class 6 or more ext4. That and I leave to your judgment, in my case I assign 1 GB will be to host the apps as if they were in the internal memory.
Now we use the remaining space for the swap partition (PRIMARY), in my case 500 Mb RAM With this more of our ACE will have 800 MB of Ram (the swap partition is a partition that is used like RAM, it is so important!)
APPLY Now we give and we get this message should accept and the thing to end as you see in the two screenshots below.
Partitions that I recommend are:
3. - Restart the phone in recovery mode
4. - Scroll to and select mounts & storage mount / data and mount / system
5. - Made the above should be unmount / data and unmount / system
6. - Now return to the main menu of recovery
7. - Enter to install zip from sdcard> choose zip from sdcard>-2.7.5.3-beta04 dtapps2sd-signed.zip
8. - Restart the phone, when you start DO NOT OPEN OR ANYTHING IN THE MOBILE, the mobile just restart again, it is NORMAL not alarmed.
9. After reboot, enter A2SDGUI. On the menu that appears in the display of APPS on SD are expected to be active and SWAP may also, in case this is not no more to give up and active. At the end of the menu is the VALUE SET 0-100, I got 100 and I gave the side.
10. - Now we turn to LowMen directly and I have chosen this, to me is the one that best suits me. The option below elijais leave more free memory, it is better but in my case having 800 mb is fine for me up there.
11. - Now let's Dalvik-Cache and choose it and click Move & Rebuild and phone will reboot.
AND THIS IS WHAT WE HAVE TO END MUCH MEMORY FREE AND ESPECIALLY A lot of RAM! ENJOY!
Link2sd is better ..and s2e is better heavenly
Sent from my SGA rocking CM7.2 by vo-1 + all-in-one script
@tazlooney89, thanks for sharing this tutorial.
Could you please explain the difference between link2sd, s2e and app2sdgui??
there are so many methods, gets pretty confusing which to use.
ayush29k said:
@tazlooney89, thanks for sharing this tutorial.
Could you please explain the difference between link2sd, s2e and app2sdgui??
there are so many methods, gets pretty confusing which to use.
Click to expand...
Click to collapse
Yeah, Im pretty confused on this too.
What are the differences and cons/pros of each?
Thanks in advance
ayush29k said:
@tazlooney89, thanks for sharing this tutorial.
Could you please explain the difference between link2sd, s2e and app2sdgui??
there are so many methods, gets pretty confusing which to use.
Click to expand...
Click to collapse
Robbang said:
Yeah, Im pretty confused on this too.
What are the differences and cons/pros of each?
Thanks in advance
Click to expand...
Click to collapse
I haven't used s2e, so i can't give you a description of, but i can say that the main difference between links2sd and app2sdgui is that meanwhile the first only moves the apps to the sd (even those that aren't allowed to by the os), app2sdgui "cheat" Android to "think" that it have more internal memory, but really it's just part of your sdcard.
Hope you'd understood me
raymanlololo said:
I haven't used s2e, so i can't give you a description of, but i can say that the main difference between links2sd and app2sdgui is that meanwhile the first only moves the apps to the sd (even those that aren't allowed to by the os), app2sdgui "cheat" Android to "think" that it have more internal memory, but really it's just part of your sdcard.
Hope you'd understood me
Click to expand...
Click to collapse
Ok. Thanks. So what do you use? app2sdgui? I have used Link2Sd for a week or so now. I think it is really good. it gets the job done nicely.
Robbang said:
Ok. Thanks. So what do you use? app2sdgui? I have used Link2Sd for a week or so now. I think it is really good. it gets the job done nicely.
Click to expand...
Click to collapse
No one, 'cause I've installed the stocklite and,I don't know why, app2sdgui doesn't run on it (to me at least).
try this
raymanlololo said:
No one, 'cause I've installed the stocklite and,I don't know why, app2sdgui doesn't run on it (to me at least).
Click to expand...
Click to collapse
did u see this thread http://forum.xda-developers.com/showthread.php?t=1485470
raymanlololo said:
No one, 'cause I've installed the stocklite and,I don't know why, app2sdgui doesn't run on it (to me at least).
Click to expand...
Click to collapse
DTaaps2sd doesnt work on stock rom .. as it need supported kernel.... ext4 sd-ext partition....
and stock provides with rfs system type....so running app2sdgui is not possible..
refer the link here...
DT A2SD thread on xda : http://forum.xda-developers.com/showthread.php?t=715940
this one is my try on explaing DTA2sd--
http://forum.xda-developers.com/showthread.php?t=1530270
ps1max said:
did u see this thread http://forum.xda-developers.com/showthread.php?t=1485470
Click to expand...
Click to collapse
ambujpriyadarshi1991 said:
DTaaps2sd doesnt work on stock rom .. as it need supported kernel.... ext4 sd-ext partition....
and stock provides with rfs system type....so running app2sdgui is not possible..
refer the link here...
DT A2SD thread on xda : http://forum.xda-developers.com/showthread.php?t=715940
this one is my try on explaing DTA2sd--
http://forum.xda-developers.com/showthread.php?t=1530270
Click to expand...
Click to collapse
I think you guys didn't understood me; I'm on the stocklite v3, and it's a custom rom with DT scripts installed. Anyway I'll take a look over that threads ;-)
EDIT:
Haha, i've messed it up!
I don't know why or how, but now i have the app2sdgui running, but....also i had runngin link2sd, and several apps linked. Now i have a lot of "andro-boxes" (linked apps that are, seems, not readable) in my phone, a sdcard partitioned and a lot of information blocked.
I'm trying to create the mount scripts on link2sd to unmake the links, and start using app2sdgui, but link2sd can't because "device or resource busy"
Good, i'm the best! XD
I can't activate de Swap.
When I pres the button to activate the swap, appears "Changing setings..." after that "Reading setings...", some buttons appears in background but after 1 sec disappear.
how to fix that ? thx before...
myshowbiz said:
I can't activate de Swap.
When I pres the button to activate the swap, appears "Changing setings..." after that "Reading setings...", some buttons appears in background but after 1 sec disappear.
how to fix that ? thx before...
Click to expand...
Click to collapse
If you use Swype beta you need authenticate them, but u can use a altenative, a swype modify, i dont know if i can post the link here, because i dont know if this is a warez... ?? but put in the google and search for DA SWYPE. In this web site you have many options of colors of swype.
myshowbiz said:
I can't activate de Swap.
When I pres the button to activate the swap, appears "Changing setings..." after that "Reading setings...", some buttons appears in background but after 1 sec disappear.
how to fix that ? thx before...
Click to expand...
Click to collapse
Same goes here...cant activate the swap

[ROM] SuperSlim MiniCM10-4.1.2 [RELEASED] [09/09/13]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Built for LDPI
Full hardware acceleration (the ICS way)
Camera and Camcorder
Hardware Video encoding/decoding via OMX
FM Radio
Opengl rendering
MiniCM Updater for getting the latest build right into your device!
App2sd / Dalvik2sd compatible with 2.1 app2sd (storing to ext2/3/4 pre-existing partition is detected and mounted as such)
Android's native App2sd (move to sdcard, storing to fat)
Option to reboot into Recovery
Modular Undervolting handled Settings -> Performance menu (by default not active)
KSM support
Extra Settings display option for Ultra brightness, also handled via notification bar icons
Smooth 2D scrolling in menus
Native Wifi Hotspot
Native Bluetooth tethering
Latest 2.1.1.A.0.6/2.1.1.C.0.0 SE firmware / Baseband: M76XX-TSNCJOLYM-53404015
Unlocked bootloader
Latest version of the 2.6.32 nAa JB kernel
Download the SuperSlimMiniCM10-4.1.2-robyn.zip from the release link that follows
Backup your /data contents: contacts, apps, sms, etc. or backup via recovery
Move the SuperSlimMiniCM10-4.1.2-robyn to the root folder of your sdcard. Download the suggested Google Apps
Make sure you are using the 2.6.32 nAa-jb kernel
Enter CWM and:
- Select 'backup and restore -> Backup'
- Select 'wipe data/factory reset' (MUST DO)
- Select 'mounts and storage -> format /system'
- Flash the SuperSlimMiniCM10-4.1.2-robyn. To do this, Select 'install zip from sdcard -> choose zip from sdcard' and select the SuperSlimMiniCM10-4.1.2-robyn
- Flash gapps in the same way
-Partitoning the sdcard
- backup all important data (eg. Titanium Backup files)
- go to cwm recovery > advanced > partition sdcard
skip above step if you already partitioned the sdcard
- Download the Ungaze_v4b5.zip (http://d-h.st/dd2)
- place on sdcard (don't extract it)
- go to recovery mode
- mount system,data,cache,sdcard,sd-ext
- flash the ungaze
- Reboot (first boot will take ~2 mins)
Rom --> http://d-h.st/57g
Gapps --> http://d-h.st/mVT
Credits : nAa,CyanogenMod,Chris K.​
Thanks for this rom but when i try to flash it , its aborted ... are you sure about your zip file please ?
Could you give us more information about the partitioning process ?
Thanks in advance
install rom with 05 kernel
about partition what? for create partition ?
Oops sorry but is there a way to make it compatible with 06 kernel cause with 05 i allways had video troubles .
Perhaps is there a config line file to change to make it compatible like i did for minicm10 ?
Thanks
Hi ,
i succeed to install your rom changing the assert-line in the updater-script to kernelversion 2.6.32.61 instead of 2.6.32.60 like i did before for the minicm10 official .
So please what are the difference between you slim rom and the minicm10 apart the use of Ungaze soft to transform the sdcard as internal memory ?
Thanks in advance
exactly,more internal storage (208mb --> 480mb) and device more faster than simple minicm10
Hi, thanks a lot for your work.
As MiniCM10 development seems now to be stopped. Do you think that it is possible only to update latest miniCM10 nightly with your ROM, just by installing it over MiniCM10 without wipe ?
you can install without but internal storage script works perfect with clean install
Please could you tell us which parameter we have to choose partitining the card ? ext size and swap size ? which values ? my sdcard is about 8Go
Thanks in advance
Mchasard said:
Please could you tell us which parameter we have to choose partitining the card ? ext size and swap size ? which values ? my sdcard is about 8Go
Thanks in advance
Click to expand...
Click to collapse
partitions:
4gb --> 256mb
8gb --> 512mb
16gb --> 1gb
32gb --> 2gb
swap size --> 0 for all partitions
edit: for extra speed download https://play.google.com/store/apps/details?id=com.sdincrease.it&hl=el and set speed as 2.000 kb/sec , NOT more speedy because if you set 8gb/sec,your sd destroy in 5-6 months
Thanks
Really impress to see for the first time 380Mo free internal space ...I installed also SD booster all seems OK
Is it the same to install other ROM ?
Should I just flash the new ROM or all things from beginning
Envoyé depuis mon E10i avec Tapatalk
yes its same
no android browser by default is it normal ?
Mchasard said:
no android browser by default is it normal ?
Click to expand...
Click to collapse
ahaha now we understand why it is called SUPERslim
isko95 said:
ahaha now we understand why it is called SUPERslim
Click to expand...
Click to collapse
new release added
new release added ? a new version is out ? just a remark i have a 6 classe sdcard sometimes it seems to be slower and not so fluid ...
should i change for a 10 classe sd card ?
Thanks in advance
Mchasard said:
new release added ? a new version is out ? just a remark i have a 6 classe sdcard sometimes it seems to be slower and not so fluid ...
should i change for a 10 classe sd card ?
Thanks in advance
Click to expand...
Click to collapse
yes added,i have tested script in class 4 (very slow) and class 10 (the fastest).
Thanks what are the changes for the release added ?
So I have to buy a class 10 to take all advantage from the script
more slim than preview release and add some Tweaks from thw best custom rom for low activity devices

{All 2011}[FAQ][Q&A][CM12.1] LegacyXperia discussion

[SIZE=+2]This thread has been created
for
Questions & Answers/Troubleshooting[/SIZE]​[SIZE=+2]Specific to LegacyXperia CyanogenMod 12.1[/SIZE]
Not developed actively anymore. You can update to cm-13.0.
Links to development thread:
{All 2011}[DEV][Lollipop 5.1.1][LegacyXperia] unofficial CyanogenMod 12.1 builds
Please feel free to share issues, questions and offer help
It is always best to thank a ROM OP, in lieu of simply posting "Thank you".
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please keep discussion focused, on the topic described in the OP
FAQ
Frequently asked questions:
Check this wiki page
Bug tracker
How to report issues to the bug tracker:
Check this wiki page
@mikeioannina What's your stance on AOSP 5.x? Some people said some confusing things regarding you being absolutely unrelated to it and I want to get some things clear before words run off the road.
Also noticed a distinct lack of MDPI support for 5.0+ in various assets, not sure if they're WIP or not meant to be made at all.
In the requirements it said that need 2gb ext4 partition, i have only 768mb ext4 partition,how about that?
Since the ext4 is for data, so it will be fine, right?
Harakhti said:
@mikeioannina What's your stance on AOSP 5.x? Some people said some confusing things regarding you being absolutely unrelated to it and I want to get some things clear before words run off the road.
Also noticed a distinct lack of MDPI support for 5.0+ in various assets, not sure if they're WIP or not meant to be made at all.
Click to expand...
Click to collapse
AOSP 5.x is a LegacyXperia team work, I don't know what rumors you heard
Where did you see the lack of MDPI support? MDPI isn't supported very well in the past few android versions (HDPI too but not so much), because there are no new devices using that density. We can always improve where possible, but at the moment cm12 hasn't been tested a lot on MDPI devices due to lack of testers & time.
RaphaelHam said:
In the requirements it said that need 2gb ext4 partition, i have only 768mb ext4 partition,how about that?
Since the ext4 is for data, so it will be fine, right?
Click to expand...
Click to collapse
Any size will do, it just limits your available space to install apps. Since the user can now define the size of the partition, we recommend more than 2GB so there's no need to use apps/scripts like link2sd/app2sd etc.
cm12 for smultron
Mike, Any lags at all?? Just wanted to be sure before flashing.
Nd what happened to the upload? Only Anzu's been uploaded.
------Update------
Ok its on again.
stable like cm11?
This rom stable like cm11?
mikeioannina said:
Where did you see the lack of MDPI support? MDPI isn't supported very well in the past few android versions (HDPI too but not so much), because there are no new devices using that density. We can always improve where possible, but at the moment cm12 hasn't been tested a lot on MDPI devices due to lack of testers & time.
Click to expand...
Click to collapse
I have a Coconut, and what I've noticed so far was the Boot Animation, however, more notable the fact was that some Gapps packages had MDPI resources in KK but lack it in LP. Speaking of which, any way to flash unsigned updates through recovery?
this has cyanogen recovery or CWM ??
Is this enough?
I have a class 4 Sandisk 16GB micro sd.
Will i feel sluggishness with cm12?
I tried AOSP build and anything that loads from sd-ext (like everything) was uncomfortably slow. When application was loaded in memory animations were very smooth. I tested on my Xperia Mini (smultron) with a very old 8GB class 4 card.
Harakhti said:
I have a Coconut, and what I've noticed so far was the Boot Animation, however, more notable the fact was that some Gapps packages had MDPI resources in KK but lack it in LP. Speaking of which, any way to flash unsigned updates through recovery?
Click to expand...
Click to collapse
No way to install unzigned zips, but you can sign them with test-keys so they can be flashed.
saqibkhan said:
this has cyanogen recovery or CWM ??
Click to expand...
Click to collapse
Cyanogen/CM recovery. CWM is dead and no longer maintained
Great to read that cm12 is available now.
Are there any installation instructions? I didn't find cm12 sections in the wiki articles.
can't install recommended gapps on haida with cm12 and AOSP, got this error on mini and normal package:
Install failed
E:Cannot load volume /misc!
Finding update package...
Opening update package...
Verifying update package...
E:failed to verify whole-file signature
E:signature verification failed
Installation aborted
E:Cannot load volume /misc!
CM12 Impressions
Hey guys,
I just installed cm12 on my smultron. There was no problem during the flashing and installation process. 'Android is upgrading' took a lot of time to complete. Later on, the introduction process ( wifi, sign in etc.) was very very laggy. I somehow managed to finish it. After that too there was lag. Then i played around a little bit , trying out the features , and now , its smooth . This ROM is incredible now . Thanks to all DEVS who made these 4-year old devices running the latest version of android.........
P.S. Sorry for my bad English
installation proccess?
1. install kernel from ROM
2. format /System /Data /Cache
3. install ROM
4. install gapps
before all we must have >2gb partition on SD card (what format: fat, ext4, ...)? what is recommended partition size? I don't want to use Link2SD (I'm using small apps)
mikeioannina said:
No way to install unzigned zips, but you can sign them with test-keys so they can be flashed.
Click to expand...
Click to collapse
Tried using a prepacked signapk with keys, I've got some "E: footer error". PA Gapps refuses to install for the same reason by default. Not entirely sure what I messed up there.
stefaca said:
before all we must have >2gb partition on SD card (what format: fat, ext4, ...)? what is recommended partition size? I don't want to use Link2SD (I'm using small apps)
Click to expand...
Click to collapse
SD-EXT is mandatory for 5.0+ on these devices, your /data is by default the second partition of SD card, which is what needs to be 2GB or larger for optimum. CM Recovery formats it as ext4, F2FS support is hanging somewhere.
Does the second ext4 partition really need to be set as secondary, or primary will also be OK? I'm asking because with Link2SD on CM11 it needs to be primary, so switching between CM11 and CM12 will mean also reformatting the SD card.
Harakhti said:
your /data is by default the second partition of SD card, which is what needs to be 2GB or larger for optimum. CM Recovery formats it as ext4, F2FS support is hanging somewhere.
Click to expand...
Click to collapse
does this partition must be primary? and also partition layout on SD card: does this "/data" partition must be before partition which phone is going to use as actually SD card

Categories

Resources