Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
denkext
Old
(Last edited by denkext; 6th December 2011 at 09:08 AM.)
#1  
denkext's Avatar
Senior Member - OP
Thanks Meter 84
Posts: 273
Join Date: Feb 2011
Location: Bandar Lampung
Angry Increase ur internal memory with --> UNGAZE (script)

For everyone who has an error with a2sd / s2e / link2sd like :
- when install apps then the phone restarts
- can't download from market which says "Cannot download xxx due to an error"

I suggest u to use UNGAZE script, it is similar to a2sd and others.
the ungaze script will mount the sd-ext as the data partition so it will make ur internal memory bigger. we know that it will make our phone a bit slow but it is better than we use corrupted a2sd and etc then have to reflash the rom and wipe all the data.

From my experience it won't make my mini slower. the respond time to open something only takes 1 second longer than a2sd etc.

REQUIREMENTS :
- an android phone, of course (GALAXY MINI)
- a stock/custom rom which had been rooted and busybox-ed
- a stock/custom rom which free from a2sd,s2e,link2sd etc.
> if you already installed one of them, wipe data and reflash your rom

INSTALLATION :
1. 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
2. Download the Ungaze_v4b5.zip
3. place on sdcard (don't extract it)
4. go to recovery mode
5. mount system,data,cache,sdcard,sd-ext
6. flash the ungaze
7. reboot


- go to settings > storage, and if ur internal memory increase, it means .....
- dont forget to set the default installation of apps to internal , setting > cm setting > application

Click image for larger version

Name:	screenshot-1323008826971.png
Views:	8963
Size:	65.2 KB
ID:	807046 Click image for larger version

Name:	screenshot-1323008939356.png
Views:	8879
Size:	63.6 KB
ID:	807047

TROUBLESHOOTING :

1. if there is a problem with ungaze like :
- when boot up / reboot the phone, the rom back to default (everything is default) it means the sdcard is not mounted properly by the ungaze.


to check the problem, go to recovery then mount sdcard and sd-ext, if it can't be mounted, yes there is a problem

to solve it :
while in recovery mode
- release the sdcard snd put it back
- try to mount sdcard and sd-ext
if problem exists :
- release the battery
- release the sdcard and mount it on pc using cardreader etc.
- put back sdcard
- reboot to recovery
- try to mount sdcard and sd-ext
- if it is mounted succesfully then reboot your phone

2. WiFi MAC Address always changed (thanks to denzel)

For all that want use ungaze script but mac address change every connection.

Here the solution:

Problem is the absence in this case of this file: .nvmac.info in /data -->

Important file to read after searches, about that file, with root explorer is this: wlan_mac in /system/bin/

Read this file and you can found a good solution. This part:

Code:

Code:
if ! ls /data/.nvmac.info; then
    while true; do
        case `getprop ril.wifi_macaddr` in
        "")
#        $SYSLOG "Still waiting for mac property"
        sleep 1
        ;;
        *)
        break
        ;;
        esac            
    done
    $SYSLOG "Generate mac file" `getprop ril.wifi_macaddr`
    echo `getprop ril.wifi_macaddr` > /data/.nvmac.info
fi
For some reason this code with ungaze script (data on sdext cause the problem?) dont work.

So from emulator:

getprop ril.wifi_macaddr > /data/.nvmac.info

Now, to every connection, to every boot, also with ungaze, you will have always the same original wifi mac address.



credit and thanks to ungaze and denzel
Follow me on twiter @dennyngot 17 years old, debater.
The Following 14 Users Say Thank You to denkext For This Useful Post: [ Click to Expand ]
 
KoperKiller
Old
#2  
KoperKiller's Avatar
Senior Member
Thanks Meter 58
Posts: 273
Join Date: Oct 2011
Location: Bogota
My device gone sooooo slow.... i think is because my sd is class 4
 
chepoz
Old
#3  
chepoz's Avatar
Senior Member
Thanks Meter 483
Posts: 882
Join Date: Sep 2011
Location: City of Idiots
Quote:
Originally Posted by KoperKiller View Post
My device gone sooooo slow.... i think is because my sd is class 4
i use sd card class 4 too.
but i have no problem with ungaze...
:)

sent from Nokia 3310
 
D-dy
Old
#4  
D-dy's Avatar
Senior Member
Thanks Meter 42
Posts: 363
Join Date: Sep 2011
Location: Dalam dunia-NYA !
im using s2e n just got "Cannot download xxx due to an error". but after turn 0ff phone n goto recovery mode >>mount sdcard n sdext again >>reboot system n the Prob solved

Hmm... gonna try this script, hope never got that prob anymore
Kutaraja Droid User
**************************************
WT19i : Jelly Vanila 7 + LuPus 5
MotoP2K E398 : ???
 
Midomad
Old
#5  
Midomad's Avatar
Senior Member
Thanks Meter 198
Posts: 698
Join Date: May 2011
Location: Salé
how to use it with stock rom ?
thanks
 
denzel09
Old
#6  
denzel09's Avatar
Senior Member
Thanks Meter 244
Posts: 1,930
Join Date: Jun 2009
Location: Venice
s2e is cm7 only, so i dont think that he are using stock rom

Bu!
The Following User Says Thank You to denzel09 For This Useful Post: [ Click to Expand ]
 
barna0422
Old
#7  
Member
Thanks Meter 5
Posts: 58
Join Date: Nov 2011
Location: Budapest
Best method Thanks a lot
 
neil.richard
Old
#8  
neil.richard's Avatar
Senior Member
Thanks Meter 164
Posts: 820
Join Date: Jul 2011
Location: lucknow
Thanx for this amazing post!...I am able to download market content now!..but my internel memory is low as compared to using s2e( I mean after restoring all my apps and data)..
Usually using s2e I got 160+ MB left..but using this I only get 118Mb?...any idea?..
One more thing does this script moves "app data to sd-ext" !

galaxy fit + CM7.2 (2.3.7) + 801Mhz
 
raj3534
Old
#9  
Senior Member
Thanks Meter 40
Posts: 208
Join Date: Jul 2011
Location: bhilwara
Quote:
Originally Posted by neil.richard View Post
Thanx for this amazing post!...I am able to download market content now!..but my internel memory is low as compared to using s2e( I mean after restoring all my apps and data)..
Usually using s2e I got 160+ MB left..but using this I only get 118Mb?...any idea?..
One more thing does this script moves "app data to sd-ext" !

galaxy fit + CM7.2 (2.3.7) + 801Mhz
This is bcoz with s2e u can move dalvik cache to sd ext and using this u cant

Sent from my GT-S5570 using Tapatalk
 
neil.richard
Old
#10  
neil.richard's Avatar
Senior Member
Thanks Meter 164
Posts: 820
Join Date: Jul 2011
Location: lucknow
Quote:
Originally Posted by raj3534 View Post
This is bcoz with s2e u can move dalvik cache to sd ext and using this u cant

Sent from my GT-S5570 using Tapatalk
Oh!...so any idea if I can use this script as well as move the dalvik cache to sd-ext?

galaxy fit + CM7.2 (2.3.7) + 801Mhz

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Forums Added for the LG Optimus G Pro and Sony Xperia Tablet Z

Not too long ago, we talked about how Sony was continuing its AOSP efforts on … more

Permanent Screen Off for the Visually Impaired

Most of us take the simple act of waking up our devices and having a quick glance at the … more

App Analytics, or the Death of the Independent App Developer

This is entry number one in a series of articles about tools for app developers, … more

Serajr Power Toggles Brings Settings to the Small App World

Ever since the introduction of multi-window with things like Cornerstone and … more